llvm-6502/lib
2009-07-11 06:43:01 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Fix up support for OptionalDefOperand when it defaults to an actual register def. I need this to get ready for major Thumb1 surgery. 2009-07-11 01:06:50 +00:00
CompilerDriver
Debugger
ExecutionEngine Oops. s/#if defined(USE_OPROFILE)/#if USE_OPROFILE/. We #define 2009-07-10 22:13:21 +00:00
Linker
MC add support for .zerofill, patch by Kevin Enderby! 2009-07-10 22:20:30 +00:00
Support Move a method that creates constant ranges relative to another constant range 2009-07-11 06:15:39 +00:00
System
Target Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies CPSR when they are outside the IT blocks, or they can predicated when in Thumb2. Move the implicit def of CPSR to an optional def which defaults CPSR. This allows the 's' bit to be toggled dynamically. 2009-07-11 06:43:01 +00:00
Transforms Move a method that creates constant ranges relative to another constant range 2009-07-11 06:15:39 +00:00
VMCore Add new vector types for 192-bit, 348-bit and 512-bit sizes. 2009-07-10 23:05:09 +00:00
Makefile