summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
Commit message (Expand)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-1366/+0
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-3/+3
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-60/+60
* Added statistic to count number of spills.Tanya Lattner2005-06-171-0/+3
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-121-19/+19
* Remove trailing whitespaceMisha Brukman2005-04-211-164/+164
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Fix bug in PhyRegAlloc::setCallInterferences() handling call through aBrian Gaeke2004-08-241-2/+3
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-181-2/+2
* Convert to the new MachineFunctionInfo interfaceChris Lattner2004-08-181-6/+6
* The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW,Brian Gaeke2004-08-181-9/+0
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-2/+2
* dumpSavedState has outlived its usefulness.Brian Gaeke2004-08-061-46/+3
* Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pickBrian Gaeke2004-08-041-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-291-2/+1
* Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke2004-07-291-11/+6
* TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP.Brian Gaeke2004-07-271-1/+2
* bug 122:Reid Spencer2004-07-181-1/+1
* IA64 compatChris Lattner2004-07-161-1/+1
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-1/+1
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-18/+18
* Reduce the amount of LLVM Values for which we save reg. allocatorBrian Gaeke2004-05-301-9/+14
* Rename verifySavedState to dumpSavedState. Give it a new comment.Brian Gaeke2004-05-301-8/+10
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-271-4/+4
* MBB::remove should not modify the iterator passed inChris Lattner2004-03-311-1/+1
* Don't warn about a null live range if the Value is a ConstantIntegral.Brian Gaeke2004-03-291-1/+1
* Get rid of the abort in PhyRegAlloc::finishSavingState().Brian Gaeke2004-03-111-5/+6
* In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try toBrian Gaeke2004-03-111-10/+30
* Move all the SaveState options and stuff inton one spot at the top of the file.Brian Gaeke2004-03-101-8/+10
* Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.Brian Gaeke2004-03-101-3/+4
* Save argument list alloc state by recording it as the operands of InstructionBrian Gaeke2004-03-081-2/+10
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-291-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+1379
OpenPOWER on IntegriCloud