llvm-6502/lib
Jakob Stoklund Olesen b9edad0163 Add an option to disable spill hoisting.
When -split-spill-mode is enabled, spill hoisting is performed by
SplitKit instead of by InlineSpiller.  This hidden command line option
is for testing the splitter spill mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139845 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-15 21:06:00 +00:00
..
Analysis Add support to emit debug info for C++0x nullptr type. 2011-09-14 23:13:28 +00:00
Archive
AsmParser
Bitcode
CodeGen Add an option to disable spill hoisting. 2011-09-15 21:06:00 +00:00
CompilerDriver
DebugInfo DWARF: Put all the pieces we have together and provide a single accessor to DIContext that provides line information when given an address. 2011-09-15 20:43:22 +00:00
ExecutionEngine
Linker
MC The the MC disassembler C API to print in verbose mode. Perhaps there should be a parameter to request verbose mode? 2011-09-15 18:37:20 +00:00
Object
Support Add some more DWARF extensions from: 2011-09-15 05:21:03 +00:00
Target Thumb2 assembly parsing and encoding for SASX. 2011-09-15 21:01:23 +00:00
Transforms Reapply r139759. Disable IV rewriting by default. See PR10916. 2011-09-15 20:58:37 +00:00
VMCore Add a check to make sure schedulePass() has not deleted stale RequiredPass. 2011-09-13 21:13:29 +00:00
CMakeLists.txt
Makefile