aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSched
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change to make it build with GCC 2.95.3Anand Shukla2002-02-261-1/+1
* * Silence signed/unsigned warningsChris Lattner2002-02-242-3/+4
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-122-14/+12
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* Convert operand iterator over to work like an STL iteratorChris Lattner2002-02-051-7/+7
* Minor change: Methods that return ValueSet's that are guaranteed to be validChris Lattner2002-02-051-7/+5
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-052-10/+7
* * Add a #include not indirectly included any moreChris Lattner2002-02-051-0/+1
* * The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner2002-02-043-50/+62