llvm-6502/lib
2011-05-02 22:25:45 +00:00
..
Analysis Fix PR9579: when simplifying a compare to "true" or "false", and it was 2011-05-02 18:51:41 +00:00
Archive
AsmParser
Bitcode
CodeGen Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that. 2011-05-02 22:25:45 +00:00
CompilerDriver Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
ExecutionEngine
Linker Set the unnamed_addr only when we're creating a new GV in the dest module. 2011-03-29 23:31:06 +00:00
MC Add r130623 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. 2011-05-01 15:44:13 +00:00
Object Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little 2011-05-02 05:05:29 +00:00
Support In option typo correction, consider -foo=VALUE flags as two distinct parts. The 2011-05-02 05:24:47 +00:00
Target Apparently the check for direct calls is unnecessary. 2011-05-02 20:16:33 +00:00
Transforms Scanning entire basic block may be too expensive in terms of compile time. Instead, just use whatever location info first non-phi instruction has. 2011-05-02 21:57:00 +00:00
VMCore
CMakeLists.txt
Makefile