index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ScoreboardHazardRecognizer.cpp
Age
Commit message (
Expand
)
Author
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-07-07
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-06-22
Revert r158679 - use case is unclear (and it increases the memory footprint).
Hal Finkel
2012-06-20
Fixing a compiler warning in MSVC 10.
Aaron Ballman
2012-06-18
Allow up to 64 functional units per processor itinerary.
Hal Finkel
2012-06-05
misched: Added MultiIssueItineraries.
Andrew Trick
2012-06-05
misched: Allow disabling scoreboard hazard checking for subtargets with a
Andrew Trick
2012-05-26
ScoreboardHazardRecognizer: Remove dead conditional in debug code.
Benjamin Kramer
2012-05-25
misched: trace formatting
Andrew Trick
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2011-09-27
Remove an invalid assert that is really just asserting when the scheduler emits
Cameron Zwarich
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2010-12-24
Various bits of framework needed for precise machine-level selection
Andrew Trick
2010-12-08
Generalize PostRAHazardRecognizer so it can be used in any pass for
Andrew Trick