summaryrefslogtreecommitdiff
path: root/lib/CodeGen/ScoreboardHazardRecognizer.cpp
AgeCommit message (Expand)Author
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton
2017-02-22[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner
2016-04-20ScoreboardHazardRecognizer: unbreak TSAN by moving a static mutated variable ...Mehdi Amini
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2012-09-11Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel
2012-06-20Fixing a compiler warning in MSVC 10.Aaron Ballman
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel
2012-06-05misched: Added MultiIssueItineraries.Andrew Trick
2012-06-05misched: Allow disabling scoreboard hazard checking for subtargets with aAndrew Trick
2012-05-26ScoreboardHazardRecognizer: Remove dead conditional in debug code.Benjamin Kramer
2012-05-25misched: trace formattingAndrew Trick
2012-01-10Remove unnecessary default cases in switches that cover all enum values.David Blaikie
2011-09-27Remove an invalid assert that is really just asserting when the scheduler emitsCameron Zwarich
2011-06-29Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...Evan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-01-21Convert -enable-sched-cycles and -enable-sched-hazard to -disableAndrew Trick
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick