llvm-6502/lib
2011-10-05 18:11:44 +00:00
..
Analysis Typo. Thanks Bob. 2011-10-05 16:52:28 +00:00
Archive
AsmParser
Bitcode Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for pointing it out. 2011-10-05 07:04:14 +00:00
CodeGen Add a FIXME. 2011-10-05 16:51:21 +00:00
DebugInfo
ExecutionEngine
Linker
MC Teach the MC to output code/data region marker labels in MachO and ELF modes. These are used by disassemblers to provide better disassembly, particularly on targets like ARM Thumb that like to intermingle data in the TEXT segment. 2011-10-04 23:26:17 +00:00
Object
Support Add more initializers to quiet a clang warning. 2011-10-05 05:00:26 +00:00
TableGen Fix compilation when using gcc-4.6. Patch by wanders. 2011-10-05 14:36:12 +00:00
Target Add RA to the set of registers that are defined if instruction is a call. 2011-10-05 18:11:44 +00:00
Transforms GVN does simple propagation of conditions: when it sees a conditional 2011-10-05 14:28:49 +00:00
VMCore
CMakeLists.txt
Makefile