Age | Commit message (Expand) | Author |
2006-04-20 | This target is no longer built. The ,v files now live in the reoptimizer. | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-07-27 | Eliminate tabs and trailing spaces. | Jeff Cohen |
2005-06-17 | Added statistic to count number of spills. | Tanya Lattner |
2005-06-12 | When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 | Nate Begeman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-24 | Fix bug in PhyRegAlloc::setCallInterferences() handling call through a | Brian Gaeke |
2004-08-18 | Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. | Brian Gaeke |
2004-08-18 | Convert to the new MachineFunctionInfo interface | Chris Lattner |
2004-08-18 | The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW, | Brian Gaeke |
2004-08-16 | Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp... | Chris Lattner |
2004-08-06 | dumpSavedState has outlived its usefulness. | Brian Gaeke |
2004-08-04 | Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pick | Brian Gaeke |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403: | Chris Lattner |
2004-07-29 | Get rid of calls to void llvm::printSet(const ValueSet &). | Brian Gaeke |
2004-07-27 | TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP. | Brian Gaeke |
2004-07-18 | bug 122: | Reid Spencer |
2004-07-16 | IA64 compat | Chris Lattner |
2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
2004-06-03 | Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its | Brian Gaeke |
2004-06-02 | Convert to the new TargetMachine interface. | Chris Lattner |
2004-05-30 | Reduce the amount of LLVM Values for which we save reg. allocator | Brian Gaeke |
2004-05-30 | Rename verifySavedState to dumpSavedState. Give it a new comment. | Brian Gaeke |
2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
2004-03-31 | MBB::remove should not modify the iterator passed in | Chris Lattner |
2004-03-29 | Don't warn about a null live range if the Value is a ConstantIntegral. | Brian Gaeke |
2004-03-11 | Get rid of the abort in PhyRegAlloc::finishSavingState(). | Brian Gaeke |
2004-03-11 | In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to | Brian Gaeke |
2004-03-10 | Move all the SaveState options and stuff inton one spot at the top of the file. | Brian Gaeke |
2004-03-10 | Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on. | Brian Gaeke |
2004-03-08 | Save argument list alloc state by recording it as the operands of Instruction | Brian Gaeke |
2004-02-29 | Move the private MachineInstrAnnot.h into a private directory. | Chris Lattner |
2004-02-24 | FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar | Brian Gaeke |
2004-02-14 | Use newly added next() and prior() utility functions. | Alkis Evlogimenos |
2004-02-13 | Remove getAllocatedRegNum(). Use getReg() instead. | Alkis Evlogimenos |
2004-02-12 | Remove this MachineOpCodeFlags assertion - its test can never be false. | Brian Gaeke |
2004-02-12 | Change MachineBasicBlock's vector of MachineInstr pointers into an | Alkis Evlogimenos |
2004-02-11 | MachineInstr::getOpCode() --> getOpcode() in SPARC back-end. | Brian Gaeke |
2004-01-28 | Add a new (static inline) std::ostream& << AllocInfo& method. Use it. | Brian Gaeke |
2003-12-14 | Change interface of MachineOperand as follows: | Alkis Evlogimenos |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-11-10 | Fix problems linking against the reoptimizer; _llvm_regAllocState must have | Brian Gaeke |
2003-11-10 | Operand numbers are now ints. Save the register allocation of the value | Brian Gaeke |
2003-11-04 | Update verifySavedState()'s comment, so that it reflects its current | Brian Gaeke |
2003-11-04 | Add comments. | Brian Gaeke |
2003-10-30 | Include llvm/CodeGen/MachineCodeForInstruction.h. Use it to start | Brian Gaeke |
2003-10-24 | Publicize the type of FnAllocState. | Brian Gaeke |
2003-10-23 | Move AllocInfo structure to a private AllocInfo.h header file. | Brian Gaeke |