Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
7f74a56e2436c40b18a672ad7d58727cd6832329
/
llvm
/
lib
/
CodeGen
/
InstrSched
/
InstrScheduling.cpp
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
5de2204
Create a new #include "Support/..." directory structure to move things
by Chris Lattner
· 24 years ago
dff0a89
Major improvement to how nodes are built for a BB.
by Vikram S. Adve
· 24 years ago
313a36f
Use node->getOpCode() instead of node->getMachineInstr()->getOpCode().
by Vikram S. Adve
· 24 years ago
80310bb
MachineCodeForMethod is now an annotation on class Method.
by Vikram S. Adve
· 24 years ago
9a64573
Modify code that processes delay slots so that it preserves any
by Vikram S. Adve
· 24 years ago
d50b665
Don't insert useful instructions in delay slot of a RETURN.
by Vikram S. Adve
· 24 years ago
819635e
Bug fixes:
by Vikram S. Adve
· 24 years ago
703297c
Add new entry/exit edges when removing delay slot nodes from the graph.
by Vikram S. Adve
· 24 years ago
8d44b99
Chris seems fond of #include <vector>. Fix these. Also convert use list in
by Chris Lattner
· 24 years ago
87b3bf6
Split Target/Machine.h into three files: * Machine.h * InstInfo.h * SchedInfo.h
by Chris Lattner
· 24 years ago
22a6a90
Make a new llvm/Target #include directory.
by Chris Lattner
· 24 years ago
f8464e4
Checkin changes to:
by Chris Lattner
· 24 years ago
facf074
I really don't like it when people break the build.
by Chris Lattner
· 24 years ago
bbf7656
* Remove lots of #includes
by Chris Lattner
· 24 years ago
3148b83
Implementation of instruction scheduling for LLVM.
by Vikram S. Adve
· 24 years ago