llvm-mirror/lib
Owen Anderson 58d9213c3a Fix a compile-time regression introduced by my heuristic-changing patch. I forgot
to multiply the instruction count by a constant factor in a few places, which
caused the register allocator to require many more iterations.

llvm-svn: 53959
2008-07-23 19:47:27 +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 Fix a compile-time regression introduced by my heuristic-changing patch. I forgot 2008-07-23 19:47:27 +00:00
Debugger
ExecutionEngine
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 While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory. 2008-07-22 20:02:39 +00:00
Target Use C99 aggregate literal syntax for first-class struct and array values. 2008-07-23 18:41:03 +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 Enable first-class aggregates support. 2008-07-23 00:34:11 +00:00
Makefile