projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Use const qualifiers with TargetLowering. This eliminates several
[oota-llvm.git]
/
lib
/
CodeGen
/
ScheduleDAG.cpp
2010-04-13
Dan Gohman
Delete an unused member variable.
blob
|
commitdiff
|
raw
2010-01-05
David Greene
Change errs() to dbgs().
blob
|
commitdiff
|
raw
|
diff to current
2009-11-20
David Goodwin
Remove some old experimental code that is no longer...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-12
David Goodwin
Rename registers to break output dependencies in additi...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-03
David Goodwin
Do a scheduling pass ignoring anti-dependencies to...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-30
Reid Kleckner
Fix integer overflow in instruction scheduling. This...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-22
Bill Wendling
Convert DOUT to DEBUG(errs()...).
blob
|
commitdiff
|
raw
|
diff to current
2009-08-11
David Goodwin
Add some debug output.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-24
Daniel Dunbar
Move to raw_ostream.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Dan Gohman
When scheduling a block in parts, keep track of the...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Dan Gohman
Use iterators to iterate through the Preds array instead of
blob
|
commitdiff
|
raw
|
diff to current
2009-02-10
Dan Gohman
Factor out more code for computing register live-range...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Dan Gohman
Instead of adding dependence edges between terminator...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Dan Gohman
Generalize the HazardRecognizer interface so that it...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Dan Gohman
Move a few containers out of ScheduleDAGInstrs::BuildSc...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-13
Dan Gohman
Avoid referring to edge D after the Succs or Preds...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-05
Dan Gohman
Don't call setDepthDirty/setHeightDirty when adding...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-23
Dan Gohman
Minor code simplifications.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-22
Dan Gohman
Optimize setDepthDirty and setHeightDirty a little...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-20
Dan Gohman
Use SmallVector's pop_back_val.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-20
Dan Gohman
Use the correct Preds and Succs lists in setHeightDirty()
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Dan Gohman
Use getDepth() and getHeight() instead of accessing the
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Dan Gohman
Fix some register-alias-related bugs in the post-RA...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-16
Dan Gohman
Move addPred and removePred out-of-line.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Dan Gohman
Rewrite the SDep class, and simplify some of the relate...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Dan Gohman
Whitespace cleanups.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Dan Gohman
Initial support for anti-dependence breaking. Currently...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-21
Dan Gohman
Rename SDep's isSpecial to isArtificial, to make this...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-20
Dan Gohman
Add #include <climits> to get the definition of INT_MAX.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-20
Dan Gohman
Factor out the code for verifying the work of the sched...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-19
Dan Gohman
Experimental post-pass scheduling support. Post-pass...
blob
|
commitdiff
|
raw
|
diff to current