llvm-6502/lib
2011-08-29 20:16:50 +00:00
..
Analysis Fixes following the CR by Chris and Duncan: 2011-08-29 19:58:36 +00:00
Archive
AsmParser Auto upgrade the old EH scheme to use the new one. This is on a trial basis. If 2011-08-27 06:11:03 +00:00
Bitcode
CodeGen Fix PR5329: pay attention to constructor/destructor priority 2011-08-28 13:17:22 +00:00
CompilerDriver
ExecutionEngine Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
Linker
MC Initialize CompactUnwindSection so that other targets won't use an uninitialized value. 2011-08-29 18:25:59 +00:00
Object
Support Add AMDIL as valid target triple to LLVM. 2011-08-29 15:44:55 +00:00
Target addrmode_imm12 and addrmode2_offset encode their immediate values differently. Update the manual instruction selection code that was encoding them the addrmode2 way even though LDR_PRE_IMM/LDRB_PRE_IMM had switched to addrmode_imm12. Should fix a number of nightly test failures. 2011-08-29 20:16:50 +00:00
Transforms Fixes following the CR by Chris and Duncan: 2011-08-29 19:58:36 +00:00
VMCore Fixes following the CR by Chris and Duncan: 2011-08-29 19:58:36 +00:00
CMakeLists.txt
Makefile