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
/
ExactHazardRecognizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial support for different kinds of FU reservation.
Anton Korobeynikov
2010-04-07
1
-11
/
+42
*
Factor out scoreboard into separate class. This way we might have several dif...
Anton Korobeynikov
2010-04-07
1
-37
/
+25
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-7
/
+7
*
Do a scheduling pass ignoring anti-dependencies to identify candidate registe...
David Goodwin
2009-11-03
1
-1
/
+1
*
80 column violation.
Evan Cheng
2009-10-16
1
-1
/
+2
*
Make the end-of-itinerary mark explicit. Some cleanup.
David Goodwin
2009-09-24
1
-5
/
+3
*
Use early returns.
David Goodwin
2009-09-22
1
-59
/
+61
*
Use delete[] to match new[] (found by valgrind).
Duncan Sands
2009-09-04
1
-1
/
+1
*
Don't crash when target has no itineraries.
David Goodwin
2009-09-03
1
-54
/
+58
*
Normalize how the 'namespace llvm {' is used in this file.
Bill Wendling
2009-08-22
1
-4
/
+2
*
Extend the instruction itinerary model to include the ability to indicate the...
David Goodwin
2009-08-17
1
-5
/
+6
*
Enhance the InstrStage object to enable the specification of an Itinerary wit...
David Goodwin
2009-08-12
1
-29
/
+25
*
Allow a zero cycle stage to reserve/require a FU without advancing the cycle ...
David Goodwin
2009-08-11
1
-5
/
+16
*
Fix a -Asserts warning.
Daniel Dunbar
2009-08-11
1
-4
/
+4
*
Replace DOUT.
David Goodwin
2009-08-11
1
-8
/
+9
*
Post RA scheduler changes. Introduce a hazard recognizer that uses the target...
David Goodwin
2009-08-10
1
-0
/
+149