llvm-6502/lib
2008-06-14 00:49:48 +00:00
..
Analysis Crash less. The i64 restriction in BinomialCoefficient caused some problems 2008-06-13 04:38:55 +00:00
Archive
AsmParser
Bitcode
CodeGen Teach the spiller to commute instructions in order to fold a reload. This hits 410 times on 444.namd and 122 times on 252.eon. 2008-06-13 23:58:02 +00:00
Debugger
ExecutionEngine
Linker
Support
System Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic 2008-06-12 12:53:35 +00:00
Target Disable some DAG combiner optimizations that may be 2008-06-13 19:07:40 +00:00
Transforms Fix a case where tailcallelim wouldn't set the changed bit when it made a change. 2008-06-14 00:49:48 +00:00
VMCore Do not speculatively execute an instruction by hoisting it to its predecessor BB if any of its operands are defined but not used in BB. The transformation will prevent the operand from being sunk into the use block. 2008-06-12 21:15:59 +00:00
Makefile