llvm-6502/lib
Jakob Stoklund Olesen dcc4436cdd Add an experimental -early-live-intervals option.
This option runs LiveIntervals before TwoAddressInstructionPass which
will eventually learn to exploit and update the analysis.

Eventually, LiveIntervals will run before PHIElimination, and we can get
rid of LiveVariables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161270 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-03 22:12:54 +00:00
..
Analysis Implement the block_iterator of Region based on df_iterator. 2012-08-02 14:20:02 +00:00
Archive
AsmParser
Bitcode
CodeGen Add an experimental -early-live-intervals option. 2012-08-03 22:12:54 +00:00
DebugInfo
ExecutionEngine JIT::runFunction(): add a fast path for functions with a single argument that is a pointer. 2012-08-02 12:09:32 +00:00
Linker Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
MC Keep empty assembly macro argument values in the middle of the list. 2012-07-30 22:44:17 +00:00
Object
Support Initial commit of new FileOutputBuffer support class. 2012-08-01 02:29:50 +00:00
TableGen TableGen: Allow use of #NAME# outside of 'def' names. 2012-08-02 18:46:42 +00:00
Target allow 'make CPPFLAGS=<something>' work again 2012-08-03 13:31:24 +00:00
Transforms Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
VMCore Move the "findUsedStructTypes" functionality outside of the Module class. 2012-08-03 00:30:35 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile