index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ScheduleDAG.cpp
Age
Commit message (
Expand
)
Author
2013-03-01
Scheduler diagnostics. Print the register name.
Andrew Trick
2013-03-01
Instructions schedulers should report correct height/depth.
Andrew Trick
2013-02-16
Replace loop with std::find.
Benjamin Kramer
2013-01-24
MIsched: Added biasCriticalPath.
Andrew Trick
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-09-11
Release build: guard dump functions with
Manman Ren
2012-09-06
Release build: guard dump functions with "ifndef NDEBUG"
Manman Ren
2012-06-13
sched: Avoid trivially redundant DAG edges. Take the one with higher latency.
Andrew Trick
2012-03-07
misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.
Andrew Trick
2012-03-07
misched preparation: modularize schedule printing.
Andrew Trick
2012-03-07
misched preparation: modularize schedule verification.
Andrew Trick
2012-02-17
Don't print out pointer values in SUnit::dump().
Jakob Stoklund Olesen
2012-01-14
misched: Initial code for building an MI level scheduling DAG
Andrew Trick
2011-12-20
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-08-19
Make a bunch of symbols private.
Benjamin Kramer
2011-08-12
Silence a bunch (but not all) "variable written but not read" warnings
Duncan Sands
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-15
Added -stress-sched flag in the Asserts build.
Andrew Trick
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-02-04
Introducing a new method of tracking register pressure. We can't
Andrew Trick
2010-12-24
Fix a few cases where the scheduler is not checking for phys reg copies. The ...
Andrew Trick
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-20
reduce indentation, no functionality change.
Chris Lattner
2010-06-30
Remove trailing whitespace, no functionality changes.
John Mosby
2010-05-17
Remove unused member variable.
Zhongxing Xu
2010-04-13
Delete an unused member variable.
Dan Gohman
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-20
Remove some old experimental code that is no longer needed. Remove additional...
David Goodwin
2009-11-12
Rename registers to break output dependencies in addition to anti-dependencies.
David Goodwin
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-09-30
Fix integer overflow in instruction scheduling. This can happen if we have
Reid Kleckner
2009-08-22
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-11
Add some debug output.
David Goodwin
2009-07-24
Move to raw_ostream.
Daniel Dunbar
2009-02-11
When scheduling a block in parts, keep track of the overall
Dan Gohman
2009-02-11
Use iterators to iterate through the Preds array instead of
Dan Gohman
2009-02-10
Factor out more code for computing register live-range informationfor
Dan Gohman
2009-01-16
Instead of adding dependence edges between terminator instructions
Dan Gohman
2009-01-15
Generalize the HazardRecognizer interface so that it can be used
Dan Gohman
2009-01-15
Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph
Dan Gohman
2009-01-13
Avoid referring to edge D after the Succs or Preds arrays have
Dan Gohman
2009-01-05
Don't call setDepthDirty/setHeightDirty when adding an edge
Dan Gohman
2008-12-23
Minor code simplifications.
Dan Gohman
2008-12-22
Optimize setDepthDirty and setHeightDirty a little, as they showed
Dan Gohman
2008-12-20
Use SmallVector's pop_back_val.
Dan Gohman
2008-12-20
Use the correct Preds and Succs lists in setHeightDirty()
Dan Gohman
2008-12-17
Use getDepth() and getHeight() instead of accessing the
Dan Gohman
2008-12-16
Fix some register-alias-related bugs in the post-RA scheduler liveness
Dan Gohman
[next]