- 96c466b Add new optional getPassName() virtual function that a Pass can override by Chris Lattner · 23 years ago
- 1b7f7dc Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes by Chris Lattner · 23 years ago
- 483e14e s/Method/Function by Chris Lattner · 23 years ago
- f57b845 * Rename MethodPass class to FunctionPass by Chris Lattner · 23 years ago
- 4876209 Don't record instructions for copying method arguments in the by Vikram S. Adve · 23 years ago
- 0b0ffa0 Convert AddedInstrMapType to contain AddedInstrns by value instead of by by Chris Lattner · 23 years ago
- 2fbfdcf Change references to the Method class to be references to the Function by Chris Lattner · 23 years ago
- 1a53f03 Bug fix: address used by indirect call instruction should also by Vikram S. Adve · 23 years ago
- 9c4f726 Destroy MethodLiveVarInfo after register allocation. by Vikram S. Adve · 23 years ago
- 23a4c8f Big bug fix: getUsableUniRegAtMI needed to return values in arguments by Vikram S. Adve · 23 years ago
- 221d688 Method.h no longer includes BasicBlock.h by Chris Lattner · 23 years ago
- 2f898d2 Convert operand iterator over to work like an STL iterator by Chris Lattner · 23 years ago
- 748697d Minor change: Methods that return ValueSet's that are guaranteed to be valid by Chris Lattner · 23 years ago
- 3773094 * Code Cleanups * Removal dependencies on Type.h & remove uses of getTypeID() by Chris Lattner · 23 years ago
- 296b773 * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static by Chris Lattner · 23 years ago
- 0665a5f * Code Cleanups * Introduce RAV to allow stream I/O instead of using printValue by Chris Lattner · 23 years ago
- 4996084 * Add a #include not indirectly included any more by Chris Lattner · 23 years ago
- 4d7fc11 * RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copy by Chris Lattner · 23 years ago
- 14ab1ce Switch register allocator over to using LoopInfo directly instead of indirectly through LoopDepthCalculator by Chris Lattner · 23 years ago
- 4911c35 Make LoopDeptCalculator be an internal artifact of how RegAlloc is implemented, by Chris Lattner · 23 years ago
- 30adeb6 * Add #includes removed from headers by Chris Lattner · 23 years ago
- 2f9b28e Convert RegisterAllocator interface to opaque pass type, so that users do not by Chris Lattner · 23 years ago
- 0a8ed94 Add #includes neccesary since they were removed from .h files by Chris Lattner · 23 years ago
- 6dd98a6 Split RegisterAllocation stuff OUT of Sparc.cpp into a well defined pass by Chris Lattner · 23 years ago
- dd1e40b Lots of code cleanups, no functional changes by Chris Lattner · 23 years ago
- dbe5304 Oops lost a parenthesis somehow :( by Chris Lattner · 23 years ago
- 697954c Changes to build successfully with GCC 3.02 by Chris Lattner · 23 years ago
- 6a3db8c PhyRegAlloc.cpp: Added temp area resetting before every call by Ruchira Sasanka · 23 years ago
- 4f3eb22 Added destructors and comments. Added correct spill candidate selection logic. by Ruchira Sasanka · 23 years ago
- 7a17675 Renamed inst_const_iterator -> const_inst_iterator by Chris Lattner · 23 years ago
- f90870f Commented some popTempArg.. since it leads to a bug by Ruchira Sasanka · 23 years ago
- ba9d5db Fixed a bug in setReLRegsUsedByMI by Ruchira Sasanka · 23 years ago
- f6dfca1 fixed setUsedRegAtMI by Ruchira Sasanka · 23 years ago
- 22ccb1b Added interference for args in pseudo instructions by Ruchira Sasanka · 23 years ago
- 84dce16 commented out lines printing code after scheduling by Ruchira Sasanka · 23 years ago
- f221a2e Fixed a bug concering LR spilling. Earlier, added spilled code was not inserted by Ruchira Sasanka · 23 years ago
- e85f233 Do the same for allocating spills to get their alignment right too. by Vikram S. Adve · 23 years ago
- 00521d7 When allocating space on stack for writing a register, by Vikram S. Adve · 23 years ago
- 65480b7 Changed code to ignore Phi Nodes in PhyRegAlloc by Ruchira Sasanka · 23 years ago
- ad14009 No major change by Ruchira Sasanka · 23 years ago
- 226f1f0 corrected insertCode4Spilled ... bug. by Ruchira Sasanka · 23 years ago
- 5a61d85 Uncommented LR spill code insertion by Ruchira Sasanka · 23 years ago
- 12af164 Removed class RegStackOffsets and used class MachineCodeForMethod by Vikram S. Adve · 23 years ago
- 80b1a1a Added support for correct spilling of %ccr by Ruchira Sasanka · 23 years ago
- ef1b0cb Arranged stack frame - needs furhter organization by Ruchira Sasanka · 23 years ago
- 174bded Added spill code support; moved insertCallerSaving to SparRegInfo since by Ruchira Sasanka · 23 years ago
- 251d8db Added support to move "added instructions" after the delay slot by Ruchira Sasanka · 23 years ago
- c023be2 Use class MachineCodeForMethod to print machine code. by Vikram S. Adve · 23 years ago
- b3b6f53 Added support for both call/jmpl instructions by Ruchira Sasanka · 23 years ago
- 0e62aa6 Added code to PhyRegAlloc to mark unusable suggested regs by Ruchira Sasanka · 23 years ago
- 958faf3 Corrected call interference bug by Ruchira Sasanka · 23 years ago
- 0fd8dc8 no major change by Ruchira Sasanka · 23 years ago
- 97b8b44 removed some debug messages by Ruchira Sasanka · 23 years ago
- 1b732fd changed debugg message printing - no change to useful code by Ruchira Sasanka · 23 years ago
- 47c1372 No major change - commented some debug code by Ruchira Sasanka · 23 years ago
- c4d4b76 Added support for caller saving by Ruchira Sasanka · 23 years ago
- 1e23ed7 Output to cerr rather than cout so that debug info doesn't mess up assembly generation by Chris Lattner · 23 years ago
- a90e770 updated suggesting/coloring of call & return args & implicit operands. by Ruchira Sasanka · 23 years ago
- a5ab964 --added suggesting colors; call/ret arg handling by Ruchira Sasanka · 23 years ago
- 045e7c8 Change debug info from #define to command line option by Chris Lattner · 23 years ago
- 4c3aaa4 * REMOVE extraneous debug info if DEBUG_RA is not set * Spell PhyRegAlloc right. by Chris Lattner · 23 years ago[Renamed (98%) from lib/CodeGen/RegAlloc/PhyRegAloc.cpp]
- e727f85 -- updated printing by Ruchira Sasanka · 23 years ago
- 7e54503 Remove a copy of a bunch of code by Chris Lattner · 23 years ago
- 137f720 Cast unsigned to int! It was causing a nice little bug. by Vikram S. Adve · 23 years ago
- 6b0a8b5 modified machine code printing by Ruchira Sasanka · 23 years ago
- 0931a01 fixed printing messages by Ruchira Sasanka · 23 years ago
- 8e60479 *** empty log message *** by Ruchira Sasanka · 23 years ago