llvm-6502/lib
2010-09-13 18:00:48 +00:00
..
Analysis Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. 2010-09-10 22:39:55 +00:00
Archive
AsmParser
Bitcode Add full auto-upgrade support for LLVM 2.7 bitcode metadata. 2010-09-13 18:00:48 +00:00
CodeGen Rename ConvertToSetZeroFlag to something more general. 2010-09-11 00:13:50 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Factoring and potential bug fix. The elf "flags" cannot be used as masks. 2010-09-13 17:39:45 +00:00
Support
System
Target CMake: Fix MSVS build. Although I don't know why this didn't break other build systems... 2010-09-12 18:32:57 +00:00
Transforms Re-apply r113679, which was reverted in r113720, which added a paid of new instcombine transforms 2010-09-13 17:59:27 +00:00
VMCore
Makefile