Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
da3f675edd0b0ffa480c1bec97a2a701d31e4ca8
/
llvm
/
lib
/
CodeGen
/
InstrSched
/
SchedPriorities.cpp
7d56d2c
* Eliminate `using' directive * Make code layout more consistent
by Misha Brukman
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
cc85d45
First version of SchedGraph common class and refactoring of SchedGraph.
by Tanya Lattner
· 22 years ago
24c1d5e
Rename llvm/Analysis/LiveVar/FunctionLiveVarInfo.h -> llvm/CodeGen/FunctionLiveVarInfo.h
by Chris Lattner
· 23 years ago
36051c0
Move function to cpp file from header
by Chris Lattner
· 23 years ago
967c38f
Remove usage of MachineBasicBlock::get
by Chris Lattner
· 23 years ago
02e7a86
* Removed extraneous #includes
by Chris Lattner
· 23 years ago
e98dd5f
*** empty log message ***
by Chris Lattner
· 23 years ago
19c55db
A single MachineInstr operand may now be both a def and a use,
by Vikram S. Adve
· 23 years ago
d5a8470
Eliminate duplicate or unneccesary #include's
by Chris Lattner
· 24 years ago
f998685
s/Method/Function
by Chris Lattner
· 24 years ago
f739fa8
s/Method/Function
by Chris Lattner
· 24 years ago
9db158f
Bug fix: nextToTry was not being initialized in one case.
by Vikram S. Adve
· 24 years ago
60a6591
Method.h no longer includes BasicBlock.h
by Chris Lattner
· 24 years ago
ea13e0a
Convert operand iterator over to work like an STL iterator
by Chris Lattner
· 24 years ago
7e5ee42
Minor change: Methods that return ValueSet's that are guaranteed to be valid
by Chris Lattner
· 24 years ago
b1def73
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
by Chris Lattner
· 24 years ago
3da53ad
* Add a #include not indirectly included any more
by Chris Lattner
· 24 years ago
6974172
* The itf exposed by InstrScheduling is now a single function to create the right pass
by Chris Lattner
· 24 years ago
7f74a56
Changes to build successfully with GCC 3.02
by Chris Lattner
· 24 years ago
2413b16
Renamed inst_const_iterator -> const_inst_iterator
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
bb09a10
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
by Chris Lattner
· 24 years ago
8656a80
Format file header.
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
e99c9ac
Remove unneeded #includes
by Chris Lattner
· 24 years ago
138c3bb
Class that encapsulates priority heuristics for instruction scheduling.
by Vikram S. Adve
· 24 years ago