Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
70327dabb4cbe7a95b65ea787716170508ac3068
/
lib
/
CodeGen
/
ExactHazardRecognizer.cpp
70327da
Use delete[] to match new[] (found by valgrind).
by Duncan Sands
· 16 years ago
4f7228f
Don't crash when target has no itineraries.
by David Goodwin
· 16 years ago
fb98a43
Normalize how the 'namespace llvm {' is used in this file.
by Bill Wendling
· 16 years ago
fac8541
Extend the instruction itinerary model to include the ability to indicate the def and use cycle for each operand. This additional information is optional, so existing itineraries do not need to be changed.
by David Goodwin
· 16 years ago
1a8f36e
Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one.
by David Goodwin
· 16 years ago
546952f
Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter.
by David Goodwin
· 16 years ago
d4d415a
Fix a -Asserts warning.
by Daniel Dunbar
· 16 years ago
3a5f0d4
Replace DOUT.
by David Goodwin
· 16 years ago
d94a4e5
Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets.
by David Goodwin
· 16 years ago