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-10-24 | There is no need to build an archive version of this library | Chris Lattner |
2005-10-24 | This file is hopelessly out of date | 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-17 | Fix the missing symbols problem Bill was hitting. Patch contributed by | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
2004-10-22 | We won't use automake | Reid Spencer |
2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
2004-10-08 | Single-space instead of double-spacing in the Makefile | Misha Brukman |
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-08-03 | Move this file out of the top-level docs directory | Chris Lattner |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403: | Chris Lattner |
2004-07-29 | Get rid of a few dead method declarations. | Brian Gaeke |
2004-07-29 | Get rid of calls to void llvm::printSet(const ValueSet &). | Brian Gaeke |
2004-07-29 | Get rid of calls to void llvm::printSet(const ValueSet &). | Brian Gaeke |
2004-07-29 | Don't derive from ValueSet to implement class LiveRange; instead, use a | Brian Gaeke |
2004-07-29 | Fix a few typoes and grammaroes in comments. | Brian Gaeke |
2004-07-29 | Remove mustSaveAcrossCalls flag, which isn't ever read, and its mutator, | 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-05-25 | Add a (not very meaningful) default constructor for AllocInfo objects. | Brian Gaeke |
2004-04-27 | Changes to fix up the inst_iterator to pass to boost iterator checks. This | Chris Lattner |
2004-04-23 | Include SparcV9RegInfo.h instead of TargetRegInfo.h. | Brian Gaeke |
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 | Change PhyRegAlloc::saveStateForValue()'s arg type to deal with | Brian Gaeke |