1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib
David Blaikie 10180bb2a1 Move TargetFrameLowering.h to CodeGen where it's implemented
This header already includes a CodeGen header and is implemented in
lib/CodeGen, so move the header there to match.

This fixes a link error with modular codegeneration builds - where a
header and its implementation are circularly dependent and so need to be
in the same library, not split between two like this.

llvm-svn: 317379
2017-11-03 22:32:11 +00:00
..
Analysis [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. 2017-11-03 21:45:55 +00:00
AsmParser Represent runtime preemption in the IR. 2017-10-26 15:00:26 +00:00
BinaryFormat
Bitcode [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. 2017-11-03 21:45:55 +00:00
CodeGen Move TargetFrameLowering.h to CodeGen where it's implemented 2017-11-03 22:32:11 +00:00
DebugInfo Fix warnings discovered by rL317076. [-Wunused-private-field] 2017-11-01 13:47:55 +00:00
Demangle
ExecutionEngine
Fuzzer
FuzzMutate
IR GCOV: Move GCOV from IR & Support into ProfileData to fix layering 2017-11-03 20:57:10 +00:00
IRReader
LineEditor
Linker
LTO [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. 2017-11-03 21:45:55 +00:00
MC [AsmPrinterDwarf] Add support for .cfi_restore directive 2017-11-02 12:00:58 +00:00
Object Revert r317046, "Object: Move some code from ELF.h into ELF.cpp." 2017-11-03 21:30:06 +00:00
ObjectYAML [yaml2obj][ELF] Add support for setting alignment in program headers 2017-11-01 23:14:48 +00:00
Option
Passes Recommit r317351 : Add CallSiteSplitting pass 2017-11-03 20:41:16 +00:00
ProfileData GCOV: Move GCOV from IR & Support into ProfileData to fix layering 2017-11-03 20:57:10 +00:00
Support [X86] Promote athlon, athlon-xp, k8, and k8-sse3 to types instead of subtypes in getHostCPUName. NFCI 2017-11-03 19:37:41 +00:00
TableGen [globalisel][regbank] Warn about MIR ambiguities when register bank/class names clash. 2017-11-01 22:13:05 +00:00
Target Move TargetFrameLowering.h to CodeGen where it's implemented 2017-11-03 22:32:11 +00:00
Testing Force #define GTEST_LANG_CXX11. 2017-10-27 21:12:28 +00:00
ToolDrivers
Transforms Invoke salvageDebugInfo from CodeGenPrepare's SinkCast() 2017-11-03 21:55:03 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt