- Jul 29, 2004
-
-
Brian Gaeke authored
llvm-svn: 15323
-
Brian Gaeke authored
llvm-svn: 15322
-
Brian Gaeke authored
Use LiveRange's iterator types and operations instead of ValueSet's. llvm-svn: 15321
-
Brian Gaeke authored
SetVector<Value *> data member. Add << operator for LiveRanges (a dumb one, for now.) llvm-svn: 15320
-
Brian Gaeke authored
llvm-svn: 15319
-
Brian Gaeke authored
markForSaveAcrossCalls. llvm-svn: 15317
-
- Jul 27, 2004
-
-
Brian Gaeke authored
llvm-svn: 15279
-
- Jul 18, 2004
-
-
Reid Spencer authored
- Replace ConstantPointerRef usage with GlobalValue usage llvm-svn: 14953
-
- Jul 16, 2004
-
-
Chris Lattner authored
llvm-svn: 14867
-
- Jul 04, 2004
-
-
Reid Spencer authored
llvm-svn: 14622
-
- Jun 03, 2004
-
-
Brian Gaeke authored
only concrete implementation. llvm-svn: 13977
-
- Jun 02, 2004
-
-
Chris Lattner authored
llvm-svn: 13952
-
- May 30, 2004
-
-
Brian Gaeke authored
state. Also, save the state for the incoming register of each phi node. llvm-svn: 13906
-
Brian Gaeke authored
Call it at a more appropriate point. llvm-svn: 13905
-
- May 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 13773
-
- Apr 27, 2004
-
-
Chris Lattner authored
patch was graciously contributed by Vladimir Prus. llvm-svn: 13185
-
- Apr 23, 2004
-
-
Brian Gaeke authored
llvm-svn: 13126
-
- Mar 31, 2004
-
-
Chris Lattner authored
llvm-svn: 12572
-
- Mar 29, 2004
-
-
Brian Gaeke authored
Otherwise, if you're in debugging mode, you get warnings for (apparently) every immediate constant in the function during reg. allocation. llvm-svn: 12538
-
- Mar 11, 2004
-
-
Brian Gaeke authored
Make an explicit call to it from runOnFunction() if we know we're supposed to write into the global. This is lame (esp. the const_cast), but it solves the problem. llvm-svn: 12291
-
Brian Gaeke authored
make the output more compact. Divorce state-saving from the doFinalization method; for some reason it's not getting called when I want it to, at Reoptimizer time. Put the guts in PhyRegAlloc::finishSavingState(). Put an abort() in it so that I can be really really sure that it's getting called. Update comments. llvm-svn: 12286
-
- Mar 10, 2004
-
-
Brian Gaeke authored
De-constify SaveStateToModule; we have to set both it and SaveRegAllocState explicitly in the reoptimizer. Make SaveRegAllocState an 'external location' option. llvm-svn: 12278
-
Brian Gaeke authored
llvm-svn: 12277
-
- Mar 09, 2004
-
-
Brian Gaeke authored
AllocInfo.Instruction becoming an int. llvm-svn: 12247
-
Brian Gaeke authored
#-1. Other minor changes to deal with AllocInfo.Instruction becoming an int. llvm-svn: 12246
-
Brian Gaeke authored
(Instruction #-1's operands = argument list). llvm-svn: 12245
-
- Feb 29, 2004
-
-
Chris Lattner authored
llvm-svn: 12003
-
- Feb 25, 2004
-
-
Brian Gaeke authored
llvm-svn: 11826
-