summaryrefslogtreecommitdiff
path: root/lib/Target/SparcV9/RegAlloc
Commit message (Expand)AuthorAge
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-20
* There is no need to build an archive version of this libraryChris Lattner2005-10-24
* This file is hopelessly out of dateChris Lattner2005-10-24
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-27
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-27
* Added statistic to count number of spills.Tanya Lattner2005-06-17
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix the missing symbols problem Bill was hitting. Patch contributed byChris Lattner2005-03-17
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* We won't use automakeReid Spencer2004-10-22
* Initial automake generated Makefile templateReid Spencer2004-10-18
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-13
* Initial version of automake Makefile.am file.Reid Spencer2004-10-10
* Single-space instead of double-spacing in the MakefileMisha Brukman2004-10-08
* Changes For Bug 352Reid Spencer2004-09-01
* Fix bug in PhyRegAlloc::setCallInterferences() handling call through aBrian Gaeke2004-08-24
* Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.Brian Gaeke2004-08-18
* Convert to the new MachineFunctionInfo interfaceChris Lattner2004-08-18
* The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW,Brian Gaeke2004-08-18
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-16
* dumpSavedState has outlived its usefulness.Brian Gaeke2004-08-06
* Include SparcV9TmpInstr.h instead of llvm/CodeGen/InstrSelection.h, to pickBrian Gaeke2004-08-04
* Move this file out of the top-level docs directoryChris Lattner2004-08-03
* Fix #includes of i*.h => Instructions.h as per PR403:Chris Lattner2004-07-29
* Get rid of a few dead method declarations.Brian Gaeke2004-07-29
* Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke2004-07-29
* Get rid of calls to void llvm::printSet(const ValueSet &).Brian Gaeke2004-07-29
* Don't derive from ValueSet to implement class LiveRange; instead, use aBrian Gaeke2004-07-29
* Fix a few typoes and grammaroes in comments.Brian Gaeke2004-07-29
* Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator,Brian Gaeke2004-07-29
* TargetInstrInfo::getNOPOpCode() has been replaced by a reference to V9::NOP.Brian Gaeke2004-07-27
* bug 122:Reid Spencer2004-07-18
* IA64 compatChris Lattner2004-07-16
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-03
* Convert to the new TargetMachine interface.Chris Lattner2004-06-02
* Reduce the amount of LLVM Values for which we save reg. allocatorBrian Gaeke2004-05-30
* Rename verifySavedState to dumpSavedState. Give it a new comment.Brian Gaeke2004-05-30
* Add a (not very meaningful) default constructor for AllocInfo objects.Brian Gaeke2004-05-25
* Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner2004-04-27
* Include SparcV9RegInfo.h instead of TargetRegInfo.h.Brian Gaeke2004-04-23
* MBB::remove should not modify the iterator passed inChris Lattner2004-03-31
* Don't warn about a null live range if the Value is a ConstantIntegral.Brian Gaeke2004-03-29
* Get rid of the abort in PhyRegAlloc::finishSavingState().Brian Gaeke2004-03-11
* In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try toBrian Gaeke2004-03-11
* Move all the SaveState options and stuff inton one spot at the top of the file.Brian Gaeke2004-03-10
* Only call verifySavedState if SaveRegAllocState is set AND debugging flag is on.Brian Gaeke2004-03-10
* Change PhyRegAlloc::saveStateForValue()'s arg type to deal withBrian Gaeke2004-03-08