llvm-6502/lib
Dan Gohman f8d0578e4c When emitting code for an add, don't force a SCEVUnknown wrapper around
a hoisted intermediate result if the intermediate result isn't an
Instruction.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100884 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-09 19:14:31 +00:00
..
Analysis When emitting code for an add, don't force a SCEVUnknown wrapper around 2010-04-09 19:14:31 +00:00
Archive
AsmParser
Bitcode
CodeGen Clear InsnsBeginScopeSet and InsnsEndScopeSet at the end of function. 2010-04-09 16:04:20 +00:00
CompilerDriver
ExecutionEngine
Linker
MC move elf section uniquing to MCContext. Along the way 2010-04-08 21:26:26 +00:00
Support Various MSVC warning fixes about truncated 64 bit shifts and const pointers passed to free. 2010-04-08 15:25:57 +00:00
System
Target "On SPU, variables in the .bss section that are allocated with the .lcomm directive are not aligned on 16 byte boundaries. This causes misaligned loads, as the generated assembly assumes this "default" alignment. 2010-04-09 18:27:03 +00:00
Transforms When looking for loop-invariant users, look through no-op instructions, 2010-04-09 19:12:34 +00:00
VMCore Print empty structs as {} rather than { }. 2010-04-08 18:03:05 +00:00
Makefile