summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* s/Method/FunctionChris Lattner2002-04-271-3/+3
* * 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
* s/Method/FunctionChris Lattner2002-04-081-2/+2
* Add option to disable scheduling.Vikram S. Adve2002-03-241-39/+53
* * Silence signed/unsigned warningsChris Lattner2002-02-241-2/+2
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-4/+2
* * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a staticChris Lattner2002-02-051-1/+0
* * The itf exposed by InstrScheduling is now a single function to create the r...Chris Lattner2002-02-041-36/+51
* Remove dependence on BBLiveVar from InstrSchedulingChris Lattner2002-02-041-2/+1
* * Get machine instrs from Instructin's by using MachineCodeForInstruction::getChris Lattner2002-02-031-10/+10
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-22/+21
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-6/+2
* Major improvement to how nodes are built for a BB.Vikram S. Adve2001-11-121-15/+9
* Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().Vikram S. Adve2001-11-091-36/+38
* MachineCodeForMethod is now an annotation on class Method.Vikram S. Adve2001-11-081-1/+1
* Modify code that processes delay slots so that it preserves anyVikram S. Adve2001-10-221-11/+36
* Don't insert useful instructions in delay slot of a RETURN.Vikram S. Adve2001-10-101-26/+31
* Bug fixes:Vikram S. Adve2001-09-301-378/+429
* Add new entry/exit edges when removing delay slot nodes from the graph.Vikram S. Adve2001-09-181-20/+36
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-141-1/+1
* Split Target/Machine.h into three files:Chris Lattner2001-09-141-4/+0
* Make a new llvm/Target #include directory.Chris Lattner2001-09-141-1/+1
* Checkin changes to:Chris Lattner2001-09-141-8/+8
* I really don't like it when people break the build.Chris Lattner2001-09-091-1/+1
* * Remove lots of #includesChris Lattner2001-09-071-52/+41
* Implementation of instruction scheduling for LLVM.Vikram S. Adve2001-08-281-0/+1464
OpenPOWER on IntegriCloud