Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
53a7c6c983f638cf14e9eecb4e347f27d8e53608
/
lib
/
CodeGen
/
ScheduleDAGInstrs.cpp
8906f95
Eliminate yet another copy of getOpcode.
by Dan Gohman
· 15 years ago
16a2c92
Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,
by Dan Gohman
· 15 years ago
47ac0f0
When scheduling a block in parts, keep track of the overall
by Dan Gohman
· 16 years ago
9e64bbb
Factor out more code for computing register live-range informationfor
by Dan Gohman
· 16 years ago
6dc75fe
Move ScheduleDAGInstrs.h to be a private header. Front-ends
by Dan Gohman
· 16 years ago
3311a1f
Fix a post-RA scheduling dependency bug.
by Dan Gohman
· 16 years ago
f711939
Instead of adding dependence edges between terminator instructions
by Dan Gohman
· 16 years ago
79ce276
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
by Dan Gohman
· 16 years ago
0b1d4a7
Clean up the atomic opcodes in SelectionDAG.
by Dan Gohman
· 16 years ago
c9a5b9e
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
by Dan Gohman
· 16 years ago
237dee1
Use isTerminator() instead of isBranch()||isReturn() in
by Dan Gohman
· 16 years ago
8749b61
Add initial support for back-scheduling address computations,
by Dan Gohman
· 16 years ago
3f23744
Fix some register-alias-related bugs in the post-RA scheduler liveness
by Dan Gohman
· 16 years ago
4ea8e85
Add a simple target-independent heuristic to allow targets with no
by Dan Gohman
· 16 years ago
54e4c36
Rewrite the SDep class, and simplify some of the related code.
by Dan Gohman
· 16 years ago
a629b48
Fix the top-level comments, and fix some 80-column violations.
by Dan Gohman
· 16 years ago
6a9041e
Add minimal support for disambiguating memory references. Currently
by Dan Gohman
· 16 years ago
974b5f5
Pass the isAntiDep argument.
by Dan Gohman
· 16 years ago
37d8b31
Correctly set the isCtrl flag for chain dependencies.
by Dan Gohman
· 16 years ago
fc626b6
Update comments.
by Dan Gohman
· 16 years ago
f6b7a47
Set the isAntiDep flag in the MachineInstr scheduler.
by Dan Gohman
· 16 years ago
787782f
Use ComputeLatency in the MachineInstr scheduler.
by Dan Gohman
· 16 years ago
c8c2827
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
by Dan Gohman
· 16 years ago
8eaf41d
Treat mid-block labels the same as terminators when building the
by Dan Gohman
· 16 years ago
343f0c0
Experimental post-pass scheduling support. Post-pass scheduling
by Dan Gohman
· 16 years ago