llvm-6502/lib
2010-01-26 18:30:24 +00:00
..
Analysis Rename ItCount to BECount, since it holds a backedge-taken count rather 2010-01-26 16:46:18 +00:00
Archive
AsmParser
Bitcode Fix the bitcode reader to deserialize nuw/nsw/etc. bits properly in the case 2010-01-25 21:55:39 +00:00
CodeGen eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is 2010-01-26 06:53:37 +00:00
CompilerDriver Better error message. 2010-01-26 14:55:16 +00:00
ExecutionEngine Add support for target-specific 32-bit custom-lowered 2010-01-26 04:05:28 +00:00
Linker
MC
Support Fix a typo that several people pointed out. Also, address the case of 2010-01-26 15:56:18 +00:00
System
Target Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also. 2010-01-26 18:30:24 +00:00
Transforms In mem2reg, for all alloca/stores that get promoted where the alloca has an associated llvm.dbg.declare instrinsic, insert an llvm.dbg.var intrinsic before each store. 2010-01-26 02:42:15 +00:00
VMCore Fix ICmpInst::makeConstantRange to use ConstantRange's API properly 2010-01-26 16:04:20 +00:00
Makefile