| Commit message (Expand) | Author | Age | Files | Lines |
* | MBB::remove should not modify the iterator passed in | Chris Lattner | 2004-03-31 | 1 | -1/+1 |
* | Don't warn about a null live range if the Value is a ConstantIntegral. | Brian Gaeke | 2004-03-29 | 1 | -1/+1 |
* | Get rid of the abort in PhyRegAlloc::finishSavingState(). | Brian Gaeke | 2004-03-11 | 1 | -5/+6 |
* | In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to | Brian Gaeke | 2004-03-11 | 2 | -10/+31 |
* | Move all the SaveState options and stuff inton one spot at the top of the file. | Brian Gaeke | 2004-03-10 | 1 | -8/+10 |
* | Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on. | Brian Gaeke | 2004-03-10 | 1 | -3/+4 |
* | Change PhyRegAlloc::saveStateForValue()'s arg type to deal with | Brian Gaeke | 2004-03-08 | 1 | -1/+1 |
* | Save argument list alloc state by recording it as the operands of Instruction | Brian Gaeke | 2004-03-08 | 1 | -2/+10 |
* | Make AllocInfo's Instruction an int, so that we can overload it for arguments. | Brian Gaeke | 2004-03-08 | 1 | -4/+4 |
* | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner | 2004-02-29 | 1 | -1/+1 |
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 1 | -1/+1 |
* | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke | 2004-02-24 | 1 | -1/+1 |
* | Use newly added next() and prior() utility functions. | Alkis Evlogimenos | 2004-02-14 | 1 | -5/+3 |
* | Remove getAllocatedRegNum(). Use getReg() instead. | Alkis Evlogimenos | 2004-02-13 | 2 | -7/+5 |
* | Remove this MachineOpCodeFlags assertion - its test can never be false. | Brian Gaeke | 2004-02-12 | 1 | -2/+0 |
* | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos | 2004-02-12 | 2 | -47/+38 |
* | MachineInstr::getOpCode() --> getOpcode() in SPARC back-end. | Brian Gaeke | 2004-02-11 | 2 | -18/+18 |
* | Add a new (static inline) std::ostream& << AllocInfo& method. Use it. | Brian Gaeke | 2004-01-28 | 2 | -6/+9 |
* | Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific | Chris Lattner | 2004-01-09 | 1 | -1/+1 |
* | Change interface of MachineOperand as follows: | Alkis Evlogimenos | 2003-12-14 | 2 | -12/+10 |
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 13 | -1/+54 |
* | Fix problems linking against the reoptimizer; _llvm_regAllocState must have | Brian Gaeke | 2003-11-10 | 1 | -2/+2 |
* | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke | 2003-11-10 | 3 | -30/+40 |
* | Update verifySavedState()'s comment, so that it reflects its current | Brian Gaeke | 2003-11-04 | 1 | -1/+3 |
* | Add comments. | Brian Gaeke | 2003-11-04 | 1 | -0/+4 |
* | Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start | Brian Gaeke | 2003-10-30 | 1 | -6/+29 |
* | Make AllocState an enum. | Brian Gaeke | 2003-10-30 | 1 | -2/+12 |
* | Publicize the type of FnAllocState. | Brian Gaeke | 2003-10-24 | 2 | -2/+15 |
* | Move the implementations of ==, != on AllocInfos here, from UnpackTraceFunction. | Brian Gaeke | 2003-10-23 | 1 | -0/+9 |
* | Move AllocInfo structure to a private AllocInfo.h header file. | Brian Gaeke | 2003-10-23 | 1 | -48/+15 |
* | Make FnAllocState contain vectors of AllocInfo, instead of LLVM Constants. | Brian Gaeke | 2003-10-23 | 1 | -1/+1 |
* | New file, containing AllocInfo structure. | Brian Gaeke | 2003-10-23 | 1 | -0/+61 |
* | * Eliminate `using' directive | Misha Brukman | 2003-10-23 | 2 | -52/+26 |
* | * Fix order of #include files | Misha Brukman | 2003-10-23 | 2 | -21/+22 |
* | * Order #includes as per style guide | Misha Brukman | 2003-10-23 | 3 | -46/+45 |
* | * Use C++ style comments instead of C-style | Misha Brukman | 2003-10-23 | 2 | -30/+25 |
* | Change the type of FnAllocState. | Brian Gaeke | 2003-10-22 | 1 | -1/+1 |
* | Don't worry about converting each function's reg. alloc. state into One Big | Brian Gaeke | 2003-10-22 | 1 | -20/+21 |
* | Add prototype for verifySavedState(). | Brian Gaeke | 2003-10-22 | 1 | -0/+1 |
* | Doxygenify method comments. | Brian Gaeke | 2003-10-22 | 1 | -207/+154 |
* | Added LLVM copyright notice. | John Criswell | 2003-10-21 | 3 | -0/+27 |
* | Added LLVM copyright header. | John Criswell | 2003-10-21 | 4 | -0/+28 |
* | Added LLVM copyright notice to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 |
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 5 | -0/+35 |
* | #include vector which we will need here soon | Chris Lattner | 2003-10-15 | 1 | -0/+1 |
* | include passes.h which defines the interface this file exposes | Chris Lattner | 2003-09-30 | 1 | -4/+4 |
* | Update head-of-file comment. | Brian Gaeke | 2003-09-24 | 1 | -1/+10 |
* | Untabify tabs in stuff I've recently added. | Brian Gaeke | 2003-09-24 | 2 | -3/+156 |
* | Use getRegClassID() instead of getRegClass()->getID(), since it's there. | Brian Gaeke | 2003-09-24 | 1 | -17/+15 |
* | Remove some unused methods of class IGNode. | Brian Gaeke | 2003-09-24 | 1 | -13/+0 |