Dan Gohman
|
40503396da
|
Eliminate more uses of llvm-as and llvm-dis.
llvm-svn: 81290
|
2009-09-08 23:54:48 +00:00 |
Bill Wendling
|
759de47964
|
THis doesn't fail.
llvm-svn: 71142
|
2009-05-07 01:41:42 +00:00 |
Bill Wendling
|
6144f63bd5
|
Temporarily revert r71010. It was causing massive failures during self-hosting.
llvm-svn: 71138
|
2009-05-07 01:27:25 +00:00 |
Lang Hames
|
ab68cf24bb
|
Renamed Spiller classes (plus uses and related files) to VirtRegRewriter.
llvm-svn: 71057
|
2009-05-06 02:36:21 +00:00 |
Evan Cheng
|
76f1b47ec9
|
Spiller may unfold load / mod / store instructions as an optimization when the would be loaded value is available in a register. It needs to check if it's legal to clobber the register. Also, the register can contain values of multiple spill slots, make sure to check all instead of just the one being unfolded.
llvm-svn: 67068
|
2009-03-17 01:23:09 +00:00 |