summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/SparcV9RegInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* This target is no longer built. The ,v files now live in the reoptimizer.Chris Lattner2006-04-201-973/+0
* Eliminate all remaining tabs and trailing spaces.Jeff Cohen2005-07-271-1/+1
* Eliminate tabs and trailing spaces.Jeff Cohen2005-07-271-31/+31
* When compiled with GCC 4.0, a latent bug was exposed where both SparcV9Nate Begeman2005-06-121-10/+10
* Remove trailing whitespaceMisha Brukman2005-04-211-97/+97
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-2/+2
* This code is dodgy, but the guaranteed assertion failure doesn't help anything.Brian Gaeke2004-08-241-1/+1
* Convert to the new MachineFunctionInfo interfaceChris Lattner2004-08-181-1/+1
* Doxygenify some comments.Brian Gaeke2004-08-181-98/+88
* Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...Chris Lattner2004-08-161-2/+2
* Instead of a virtual method call, lets try a direct constant referenceChris Lattner2004-08-121-2/+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
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-041-0/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-171-1/+1
* Fix up some spacing & fix a typo in an assertion in cpValue2Value.Brian Gaeke2004-06-041-3/+3
* Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, itsBrian Gaeke2004-06-031-1/+1
* Convert to the new TargetMachine interface.Chris Lattner2004-06-021-15/+15
* Fix file header comments and include guards -- many files have been moved orBrian Gaeke2004-04-251-2/+2
* Make SparcV9RegInfo::getRegType() return the right answer for registersBrian Gaeke2004-04-211-5/+6
* Make it legal to ask for the type of a specialregBrian Gaeke2004-04-201-0/+2
* Make it legal to request a load or store of %fsr.Brian Gaeke2004-04-191-0/+2
* Tighten up SparcV9FloatCCRegClass::getRegName()'s assertion - if you ask it forBrian Gaeke2004-04-191-2/+1
* Move the private MachineInstrAnnot.h into a private directory.Chris Lattner2004-02-291-1/+1
* Great renaming: Sparc --> SparcV9Brian Gaeke2004-02-251-0/+978
OpenPOWER on IntegriCloud