Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
27e4666c20650f2b10d93b98b7a0625a363df9df
/
lib
/
CodeGen
/
ScheduleDAGInstrs.h
47ac0f0
When scheduling a block in parts, keep track of the overall
by Dan Gohman
· 17 years ago
9e64bbb
Factor out more code for computing register live-range informationfor
by Dan Gohman
· 17 years ago
6dc75fe
Move ScheduleDAGInstrs.h to be a private header. Front-ends
by Dan Gohman
· 17 years ago
[Renamed (93%) from include/llvm/CodeGen/ScheduleDAGInstrs.h]
f90fb34
If a vector is empty, you're not allowed to access any
by Duncan Sands
· 17 years ago
79ce276
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
by Dan Gohman
· 17 years ago
c9a5b9e
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
by Dan Gohman
· 17 years ago
361c31d
Add an assertion to the ScheduleDAGInstrs class to catch SUnits
by Dan Gohman
· 17 years ago
3f23744
Fix some register-alias-related bugs in the post-RA scheduler liveness
by Dan Gohman
· 17 years ago
54e4c36
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 17 years ago
c8c2827
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
by Dan Gohman
· 17 years ago
343f0c0
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 17 years ago