llvm-6502/lib
2009-03-30 22:24:10 +00:00
..
Analysis getEntryFor() may invalidate DenseMap iterator. 2009-03-30 18:34:47 +00:00
Archive
AsmParser
Bitcode
CodeGen Turn a 2-address instruction into a 3-address one when it's profitable even if the two-address operand is killed. 2009-03-30 21:34:07 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger
ExecutionEngine
Linker
Support move a large method out of line. 2009-03-28 02:08:47 +00:00
System
Target When optimzing a mul by immediate into two, the resulting mul's should get a x86 specific node to avoid dag combiner from hacking on them further. 2009-03-30 21:36:47 +00:00
Transforms Loop Index Split can eliminate a loop if it can determin if loop body is executed only once. There was a bug in determining IV based value of the iteration for which the loop body is executed. Fix it. 2009-03-30 22:24:10 +00:00
VMCore Fix infinite looping 2009-03-30 15:28:21 +00:00
Makefile