aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/InstrSched
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of noncopyable classes to clean up doxygen output.Chris Lattner2003-06-022-22/+25
* Add #includeChris Lattner2003-06-021-0/+1
* Changes to allow explicit physical register arguments that have beenVikram S. Adve2003-05-312-42/+96
* (1) Added special register class containing (for now) %fsr.Vikram S. Adve2003-05-271-13/+14
* Cleaned up code layout. No functional changes.Misha Brukman2003-05-222-678/+622
* Kill `using' directives.Misha Brukman2003-05-222-51/+47
* Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLi...Chris Lattner2003-01-142-3/+3
* Rename MachineInstrInfo -> TargetInstrInfoChris Lattner2003-01-142-12/+12
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-293-4/+4
* Move function to cpp file from headerChris Lattner2002-11-022-5/+7
* New iostream definitionsChris Lattner2002-11-011-0/+1
* Remove usage of MachineBasicBlock::getChris Lattner2002-10-284-186/+96
* Make Scheduling Class variables be 'unsigned' instead of 'int'Chris Lattner2002-10-281-3/+3
* Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...Chris Lattner2002-10-281-21/+20
* Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...Chris Lattner2002-10-281-0/+1
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
* *** empty log message ***Chris Lattner2002-10-281-1/+0
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-282-13/+13
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-282-4/+4
* Tell PassManager that this pass does not invalidate the CFG so that dominatorChris Lattner2002-10-231-0/+1
* Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve2002-10-131-15/+9
* Major bug fix: was not adding CD edges for RETURNs!Vikram S. Adve2002-10-131-8/+10
* * Removed extraneous #includesChris Lattner2002-08-094-41/+19
* Very minor cleanupsChris Lattner2002-08-091-23/+15
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* Refix stuff for GCC 2.95, 3.0.4 & 3.1Chris Lattner2002-07-251-6/+6
* now removes deleted nops from MachineCodeForInstructionMehwish Nagda2002-07-251-8/+20
* *** empty log message ***Chris Lattner2002-07-253-5/+5
* *** empty log message ***Chris Lattner2002-07-241-2/+2
* *** empty log message ***Chris Lattner2002-07-245-10/+9
* *** empty log message ***Chris Lattner2002-07-221-7/+10
* A single MachineInstr operand may now be both a def and a use,Vikram S. Adve2002-07-085-102/+91
* MEGAPATCH checkin.Chris Lattner2002-06-252-7/+6
* Move debug options out of header files so that the header does not haveChris Lattner2002-05-222-4/+4
* Hide debugging optionsChris Lattner2002-05-201-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-294-9/+1
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* s/Method/FunctionChris Lattner2002-04-273-11/+11
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-12/+7
* No need to reserve space, erasing does not change the size of the container.Chris Lattner2002-04-091-1/+0
* * Add a file header with some informationChris Lattner2002-04-091-35/+25
* Clean up the ownership model a bit so that nodes actually get deleted moreChris Lattner2002-04-091-12/+8
* s/Method/FunctionChris Lattner2002-04-082-3/+3
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-8/+8
* Use deterministic iterator for SchedGraphs. This is actually notVikram S. Adve2002-03-241-24/+10
* Bug fix: nextToTry was not being initialized in one case.Vikram S. Adve2002-03-241-3/+5
* Add option to disable scheduling.Vikram S. Adve2002-03-241-0/+1
* Add option to disable scheduling.Vikram S. Adve2002-03-241-39/+53
* Minor changes.Vikram S. Adve2002-03-241-7/+3
* Rename Method to FunctionChris Lattner2002-03-232-6/+7