Chris Lattner
|
9e7640cf02
|
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
converted, we lose a static initializer. This also allows GCC to emit warnings
about unused statistics.
llvm-svn: 32690
|
2006-12-19 21:40:18 +00:00 |
|
Chris Lattner
|
a531ce882e
|
Detemplatize the Statistic class. The only type it is instantiated with
is 'unsigned'.
llvm-svn: 32279
|
2006-12-06 17:46:33 +00:00 |
|
Chris Lattner
|
a39dcb5377
|
eliminate RegisterOpt. It does the same thing as RegisterPass.
llvm-svn: 29925
|
2006-08-27 22:42:52 +00:00 |
|
Andrew Lenharth
|
2700c92469
|
since reg2mem requires it, might as well mention that it preserves it
llvm-svn: 24491
|
2005-11-25 16:04:54 +00:00 |
|
Andrew Lenharth
|
79ee761b69
|
Reg2Mem is something a pass may depend on, so allow that
llvm-svn: 24488
|
2005-11-22 22:14:23 +00:00 |
|
Andrew Lenharth
|
939cd99914
|
turns out, demotion and invokes and critical edges don't mix
llvm-svn: 24487
|
2005-11-22 21:45:19 +00:00 |
|
Andrew Lenharth
|
0b424575e0
|
the pain isn't gone unless the phinodes are spilled too
llvm-svn: 24288
|
2005-11-10 19:39:09 +00:00 |
|
Andrew Lenharth
|
b4169fe539
|
this works with backedges to the existing entry block alot better
llvm-svn: 24270
|
2005-11-10 17:35:34 +00:00 |
|
Andrew Lenharth
|
03d60c3d09
|
The pass everyone has been waiting for!
Reg2Mem
for fun you can opt -reg2mem -mem2reg
llvm-svn: 24267
|
2005-11-10 01:58:38 +00:00 |
|