index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ScheduleDAGInstrs.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the schedule itinerary operand use/def cycle information to adjust depend...
David Goodwin
2009-08-19
1
-3
/
+60
*
Add callback to allow target to adjust latency of schedule dependency edge.
David Goodwin
2009-08-13
1
-5
/
+10
*
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin
2009-08-10
1
-7
/
+10
*
Fix a typo in a comment.
Dan Gohman
2009-08-07
1
-1
/
+1
*
Eliminate yet another copy of getOpcode.
Dan Gohman
2009-07-17
1
-17
/
+6
*
Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,
Dan Gohman
2009-07-13
1
-0
/
+1
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-3
/
+16
*
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
1
-120
/
+40
*
Move ScheduleDAGInstrs.h to be a private header. Front-ends
Dan Gohman
2009-02-06
1
-1
/
+1
*
Fix a post-RA scheduling dependency bug.
Dan Gohman
2009-01-30
1
-11
/
+90
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-10
/
+34
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-18
/
+21
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
1
-0
/
+1
*
Rename BuildSchedUnits to BuildSchedGraph, and refactor the
Dan Gohman
2008-12-23
1
-1
/
+1
*
Use isTerminator() instead of isBranch()||isReturn() in
Dan Gohman
2008-12-23
1
-3
/
+2
*
Add initial support for back-scheduling address computations,
Dan Gohman
2008-12-16
1
-1
/
+132
*
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
1
-18
/
+50
*
Add a simple target-independent heuristic to allow targets with no
Dan Gohman
2008-12-16
1
-0
/
+6
*
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
1
-23
/
+24
*
Fix the top-level comments, and fix some 80-column violations.
Dan Gohman
2008-12-08
1
-7
/
+9
*
Add minimal support for disambiguating memory references. Currently
Dan Gohman
2008-12-04
1
-13
/
+123
*
Pass the isAntiDep argument.
Dan Gohman
2008-11-24
1
-1
/
+1
*
Correctly set the isCtrl flag for chain dependencies.
Dan Gohman
2008-11-21
1
-4
/
+4
*
Update comments.
Dan Gohman
2008-11-21
1
-9
/
+9
*
Set the isAntiDep flag in the MachineInstr scheduler.
Dan Gohman
2008-11-21
1
-1
/
+1
*
Use ComputeLatency in the MachineInstr scheduler.
Dan Gohman
2008-11-21
1
-0
/
+3
*
Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor
Dan Gohman
2008-11-21
1
-1
/
+10
*
Treat mid-block labels the same as terminators when building the
Dan Gohman
2008-11-20
1
-1
/
+1
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+135