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
/
ExactHazardRecognizer.cpp
Age
Commit message (
Expand
)
Author
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-01-04
Change errs() to dbgs().
David Greene
2009-11-03
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-10-16
80 column violation.
Evan Cheng
2009-09-24
Make the end-of-itinerary mark explicit. Some cleanup.
David Goodwin
2009-09-22
Use early returns.
David Goodwin
2009-09-04
Use delete[] to match new[] (found by valgrind).
Duncan Sands
2009-09-03
Don't crash when target has no itineraries.
David Goodwin
2009-08-22
Normalize how the 'namespace llvm {' is used in this file.
Bill Wendling
2009-08-17
Extend the instruction itinerary model to include the ability to indicate the...
David Goodwin
2009-08-12
Enhance the InstrStage object to enable the specification of an Itinerary wit...
David Goodwin
2009-08-11
Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...
David Goodwin
2009-08-11
Fix a -Asserts warning.
Daniel Dunbar
2009-08-11
Replace DOUT.
David Goodwin
2009-08-10
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin