llvm-6502/lib
Dan Gohman 9f8d5715b1 Avoid emitting casts in static initializer contexts. This fixes
large numbers of CBE regressions caused by r53958.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53990 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-24 17:57:48 +00:00
..
Analysis Revert r53812 -- premature. LegalizeTypes isn't actually on yet! 2008-07-21 04:03:00 +00:00
Archive
AsmParser Update the generated .cvs files. 2008-07-23 00:54:54 +00:00
Bitcode Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
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 Add a new hidden option to the interpreter to cause it to print 2008-07-08 17:25:49 +00:00
Linker Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes 2008-07-14 07:23:24 +00:00
Support Fix PR2088. Use modulo linear equation solver to compute loop iteration 2008-07-20 15:55:14 +00:00
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 "Allow LICM to sink or lift loads from constant memory. Also add a test 2008-07-23 05:06:28 +00:00
VMCore Rename instance variables, parameter argument names to eliminate a bunch of compilation warnings with -Wshadow. 2008-07-24 00:08:56 +00:00
Makefile