llvm-6502/lib
Dan Gohman 3eee6542f5 Put the LICM of constant GlobalVariables, introduced in r53945, under a
command-line option, and disable it by default. It introduced performance
regressions because CodeGen is currently not able to remat such loads.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53997 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-24 23:57:25 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Store the predecessor MBB in the PHIUnion, rather than an index, since the indices will change after renumbering. 2008-07-24 17:12:16 +00:00
Debugger
ExecutionEngine
Linker
Support
System Create temp. file in current path. 2008-07-24 00:35:38 +00:00
Target Avoid emitting casts in static initializer contexts. This fixes 2008-07-24 17:57:48 +00:00
Transforms Put the LICM of constant GlobalVariables, introduced in r53945, under a 2008-07-24 23:57:25 +00:00
VMCore
Makefile