summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/InstrSched/InstrScheduling.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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