Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
01ddc1cfd546f95d5536b7054bbfd444c44b6da4
/
llvm
/
lib
/
CodeGen
/
SelectionDAG
/
ScheduleDAGVLIW.cpp
f817c1c
Use 'override/final' instead of 'virtual' for overridden methods
by Alexander Kornienko
· 11 years ago
edba30c
Remove more calls to getSubtargetImpl from the schedulers and
by Eric Christopher
· 11 years ago
d913448
Remove the TargetMachine forwards for TargetSubtargetInfo based
by Eric Christopher
· 11 years ago
f047bfd
The hazard recognizer only needs a subtarget, not a target machine
by Eric Christopher
· 11 years ago
1b9dde0
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
c0196b1
[C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 12 years ago
7b883b3
[C++11] Add 'override' keyword to virtual methods that override their base class.
by Craig Topper
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
f1ff84c
misched: Infrastructure for weak DAG edges.
by Andrew Trick
· 13 years ago
cdfe20b
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
52226d4
misched preparation: rename core scheduler methods for consistency.
by Andrew Trick
· 14 years ago
46a5866
misched preparation: modularize schedule verification.
by Andrew Trick
· 14 years ago
d06df96
VLIW specific scheduler framework that utilizes deterministic finite automaton (DFA).
by Andrew Trick
· 14 years ago