Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f76798769fcd60f87839d88035e838b95074e16a
/
llvm
/
lib
/
CodeGen
/
ScheduleDAGInstrs.cpp
dfaf646
When scheduling a block in parts, keep track of the overall
by Dan Gohman
· 17 years ago
b954343
Factor out more code for computing register live-range informationfor
by Dan Gohman
· 17 years ago
f4b08b4
Move ScheduleDAGInstrs.h to be a private header. Front-ends
by Dan Gohman
· 17 years ago
1ee0d41
Fix a post-RA scheduling dependency bug.
by Dan Gohman
· 17 years ago
5f8a259
Instead of adding dependence edges between terminator instructions
by Dan Gohman
· 17 years ago
619ef48
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
by Dan Gohman
· 17 years ago
12f2490
Clean up the atomic opcodes in SelectionDAG.
by Dan Gohman
· 17 years ago
04543e7
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
by Dan Gohman
· 17 years ago
072e52f
Use isTerminator() instead of isBranch()||isReturn() in
by Dan Gohman
· 17 years ago
b9a0121
Add initial support for back-scheduling address computations,
by Dan Gohman
· 17 years ago
dddc1ac
Fix some register-alias-related bugs in the post-RA scheduler liveness
by Dan Gohman
· 17 years ago
8f782bb
Add a simple target-independent heuristic to allow targets with no
by Dan Gohman
· 17 years ago
2d17089
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 17 years ago
f90d3b0
Fix the top-level comments, and fix some 80-column violations.
by Dan Gohman
· 17 years ago
3aab10b
Add minimal support for disambiguating memory references. Currently
by Dan Gohman
· 17 years ago
d2b10368
Pass the isAntiDep argument.
by Dan Gohman
· 17 years ago
57d0b88
Correctly set the isCtrl flag for chain dependencies.
by Dan Gohman
· 17 years ago
546bcfe
Update comments.
by Dan Gohman
· 17 years ago
d7d1fd7
Set the isAntiDep flag in the MachineInstr scheduler.
by Dan Gohman
· 17 years ago
d1f33e2
Use ComputeLatency in the MachineInstr scheduler.
by Dan Gohman
· 17 years ago
7b7ca50
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
by Dan Gohman
· 17 years ago
22e9677
Treat mid-block labels the same as terminators when building the
by Dan Gohman
· 17 years ago
60cb69e
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago