| Commit message (Expand) | Author | Age | Files | Lines |
* | Regularize include guards, remove some excess whitespace and fix some comments. | Brian Gaeke | 2004-04-19 | 1 | -14/+11 |
* | Give SparcV9CodeEmitter a head-of-file comment and a PassName. | Brian Gaeke | 2004-04-15 | 1 | -1/+6 |
* | We don't need to insert TargetData into the PassManager here. | Brian Gaeke | 2004-04-12 | 1 | -5/+0 |
* | Don't include InstrSelectionSupport.h. | Brian Gaeke | 2004-04-07 | 2 | -2/+0 |
* | Move ChooseRegOrImmed() prototype here, from InstrSelectionSupport.h. | Brian Gaeke | 2004-04-07 | 1 | -0/+5 |
* | Don't include InstrSelectionSupport.h. | Brian Gaeke | 2004-04-07 | 2 | -2/+0 |
* | Fix insertion of SelectInsts. | Brian Gaeke | 2004-04-07 | 1 | -1/+1 |
* | In the perhaps not-to-distant future, we might support gep instructions that | Chris Lattner | 2004-04-04 | 1 | -5/+20 |
* | Only strip symbols if emitting bytecode to the assembly file. | Brian Gaeke | 2004-04-02 | 1 | -29/+33 |
* | Add support for constant select expressions. Clarify the assertion failure msg. | Brian Gaeke | 2004-04-02 | 1 | -3/+17 |
* | MBB::remove should not modify the iterator passed in | Chris Lattner | 2004-03-31 | 2 | -2/+3 |
* | Factor out getStaticStackSize from InsertPrologCode(), so that I can more | Brian Gaeke | 2004-03-31 | 1 | -9/+15 |
* | Add the select lowering pass to get initial support for select instructions | Chris Lattner | 2004-03-30 | 1 | -0/+4 |
* | Don't warn about a null live range if the Value is a ConstantIntegral. | Brian Gaeke | 2004-03-29 | 1 | -1/+1 |
* | Fix PR299: [Sparc] Code generator asserts on alloc of zero size type | Chris Lattner | 2004-03-19 | 1 | -1/+7 |
* | Rename the intrinsic enum values for llvm.va_* from Intrinsic::va_* to | Chris Lattner | 2004-03-13 | 2 | -9/+6 |
* | Make -print-machineinstrs show us the code both before and after reg. alloc. | Brian Gaeke | 2004-03-12 | 1 | -1/+4 |
* | Get rid of the abort in PhyRegAlloc::finishSavingState(). | Brian Gaeke | 2004-03-11 | 1 | -5/+6 |
* | Give pass a name | Brian Gaeke | 2004-03-11 | 1 | -0/+1 |
* | 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 |
* | make -print-machineinstrs work for both SparcV9 and X86 | Brian Gaeke | 2004-03-04 | 1 | -0/+4 |
* | Add this back, as its absence introduces assertions, and it seems to work now | Chris Lattner | 2004-03-01 | 1 | -4/+1 |
* | fix bug in previous checkin | Tanya Lattner | 2004-03-01 | 1 | -1/+1 |
* | TargetCacheInfo has been removed; its only uses were to propagate a constant | Brian Gaeke | 2004-03-01 | 4 | -18/+1 |
* | Adding new Modulo Scheduling graph files. | Tanya Lattner | 2004-03-01 | 3 | -0/+769 |
* | Removing old graph files with new graph files that I wrote. Updated ModuloSch... | Tanya Lattner | 2004-03-01 | 3 | -276/+682 |
* | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner | 2004-02-29 | 4 | -4/+4 |
* | Do not use explicit casts that hide the dependence on Instruction being | Chris Lattner | 2004-02-29 | 1 | -8/+2 |
* | Remove dead member variables of SparcV9SchedInfo and TargetSchedInfo | Brian Gaeke | 2004-02-29 | 1 | -10/+0 |
* | Adjust to change in TII ctor arguments | Chris Lattner | 2004-02-29 | 1 | -5/+1 |
* | Eliminate the distinction between "real" and "unreal" instructions | Chris Lattner | 2004-02-29 | 1 | -1/+1 |
* | Remove a TON of flags that noone cares about | Chris Lattner | 2004-02-29 | 1 | -362/+362 |
* | Noone calls these virtual methods | Chris Lattner | 2004-02-29 | 1 | -26/+0 |
* | This is the only file in the system that uses this enum. eliminate it. | Chris Lattner | 2004-02-29 | 1 | -6/+6 |
* | Turn off the SparcV9MachineCodeDestructionPass for now, because it's buggy | Brian Gaeke | 2004-02-27 | 1 | -1/+6 |
* | Correct DestroyMachineFunction's getPassName | Brian Gaeke | 2004-02-27 | 1 | -1/+1 |
* | Great sparc renaming fallout IV: Sparc --> SparcV9. | Brian Gaeke | 2004-02-25 | 2 | -2/+2 |
* | Great renaming part II: Sparc --> SparcV9 (also includes command-line options... | Brian Gaeke | 2004-02-25 | 1 | -1/+1 |
* | Great renaming: Sparc --> SparcV9 | Brian Gaeke | 2004-02-25 | 34 | -375/+375 |
* | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke | 2004-02-24 | 6 | -5/+116 |
* | Move MOTy::UseType enum into MachineOperand. This eliminates the | Alkis Evlogimenos | 2004-02-22 | 4 | -56/+64 |
* | Eliminate operator[] is deprecated warnings | Chris Lattner | 2004-02-18 | 1 | -16/+21 |
* | Fix deprecated operator[] warnings | Chris Lattner | 2004-02-18 | 1 | -15/+17 |
* | Adjustments to support the new ConstantAggregateZero class | Chris Lattner | 2004-02-15 | 1 | -2/+3 |
* | Use newly added next() and prior() utility functions. | Alkis Evlogimenos | 2004-02-14 | 2 | -6/+5 |