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
/
ScheduleDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-40
/
+40
*
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-20
1
-14
/
+6
*
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-12
1
-2
/
+8
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-7
/
+9
*
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-09-30
1
-4
/
+16
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-3
/
+5
*
Add some debug output.
David Goodwin
2009-08-11
1
-0
/
+2
*
Move to raw_ostream.
Daniel Dunbar
2009-07-24
1
-36
/
+37
*
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
1
-11
/
+6
*
Use iterators to iterate through the Preds array instead of
Dan Gohman
2009-02-11
1
-2
/
+3
*
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-02-10
1
-1
/
+4
*
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-16
1
-1
/
+8
*
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
1
-0
/
+3
*
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-15
1
-9
/
+13
*
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-13
1
-3
/
+3
*
Don't call setDepthDirty/setHeightDirty when adding an edge
Dan Gohman
2009-01-05
1
-4
/
+8
*
Minor code simplifications.
Dan Gohman
2008-12-23
1
-6
/
+6
*
Optimize setDepthDirty and setHeightDirty a little, as they showed
Dan Gohman
2008-12-22
1
-10
/
+16
*
Use SmallVector's pop_back_val.
Dan Gohman
2008-12-20
1
-4
/
+2
*
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-20
1
-4
/
+4
*
Use getDepth() and getHeight() instead of accessing the
Dan Gohman
2008-12-17
1
-2
/
+2
*
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
2008-12-16
1
-114
/
+127
*
Move addPred and removePred out-of-line.
Dan Gohman
2008-12-16
1
-0
/
+61
*
Rewrite the SDep class, and simplify some of the related code.
Dan Gohman
2008-12-09
1
-21
/
+30
*
Whitespace cleanups.
Dan Gohman
2008-12-09
1
-12
/
+14
*
Initial support for anti-dependence breaking. Currently this code does not
Dan Gohman
2008-11-25
1
-0
/
+201
*
Rename SDep's isSpecial to isArtificial, to make this field a little
Dan Gohman
2008-11-21
1
-2
/
+2
*
Add #include <climits> to get the definition of INT_MAX.
Dan Gohman
2008-11-20
1
-0
/
+1
*
Factor out the code for verifying the work of the scheduler,
Dan Gohman
2008-11-20
1
-0
/
+54
*
Experimental post-pass scheduling support. Post-pass scheduling
Dan Gohman
2008-11-19
1
-0
/
+210