llvm-6502/lib
Kalle Raiskila c2ebfd454c Enable PostRA scheduling for SPU.
This speeds up selected test cases with up to
5% - no slowdowns observed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120286 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-29 10:30:25 +00:00
..
Analysis Add some dead stores to pacify my least favorite GCC warning: may be 2010-11-29 01:41:13 +00:00
Archive
AsmParser
Bitcode
CodeGen Fix a comment typo. 2010-11-28 06:51:19 +00:00
CompilerDriver
ExecutionEngine PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be 2010-11-28 21:04:48 +00:00
Linker
MC Make EmitIntValue non virtual. 2010-11-28 23:22:44 +00:00
Object macho-dump: Add support for --dump-section-data and tweak a few format strings. 2010-11-27 13:58:16 +00:00
Support PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be 2010-11-28 21:04:48 +00:00
System Use thread-safe statics to avoid a static constructor here. This isn't thread-safe on MSVC, but we don't 2010-11-18 18:49:05 +00:00
Target Enable PostRA scheduling for SPU. 2010-11-29 10:30:25 +00:00
Transforms Second attempt at fixing the performance regressions introduced 2010-11-27 08:15:55 +00:00
VMCore add a function to the C api to get the context out of a module, patch 2010-11-28 20:03:44 +00:00
Makefile