llvm-6502/lib
2010-01-15 21:18:02 +00:00
..
Analysis Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). 2010-01-15 19:04:09 +00:00
Archive
AsmParser
Bitcode Simplify code that chooses when to enumerate function-local metadata operands 2010-01-14 19:54:11 +00:00
CodeGen Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). 2010-01-15 20:00:12 +00:00
CompilerDriver
ExecutionEngine Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of 2010-01-15 08:32:58 +00:00
Linker
MC unbreak the build, grr symlinks. 2010-01-15 19:51:05 +00:00
Support
System Remove spurious semicolon. 2010-01-14 20:19:51 +00:00
Target Add micro-optimization which allows us to fold imm into cmp. This allows us to save 1 word (sometimes) and reduce register pressure. 2010-01-15 21:18:02 +00:00
Transforms When the visitSub method was split into visitSub and visitFSub, this xform was 2010-01-13 23:23:17 +00:00
VMCore Improve llvm.dbg.declare intrinsic by referring directly to the storage in its first argument, via function-local metadata (instead of via a bitcast). 2010-01-15 19:04:09 +00:00
Makefile