提交历史

作者 SHA1 备注 提交日期
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Matthias Braun b064c24e4a ScheduleDAG: Cleanup dumping code; NFC 7 年之前
  Nicola Zaghen 0818e789cb Rename DEBUG macro to LLVM_DEBUG. 7 年之前
  Nico Weber 0f38c60baf IWYU for llvm-config.h in llvm, additions. 7 年之前
  David Blaikie 48319238e4 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering 7 年之前
  Aaron Ballman 1d03d382c1 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. 7 年之前
  Don Hinton 5298935fe7 [dump] Remove NDEBUG from test to enable dump methods [NFC] 7 年之前
  Don Hinton de9cae20fe Cleanup some problems with LLVM_ENABLE_DUMP in release builds, and 8 年之前
  Eugene Zelenko 096e40d35f [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). 8 年之前
  Justin Bogner 6673ea81f6 Replace "fallthrough" comments with LLVM_FALLTHROUGH 9 年之前
  Mehdi Amini 7ecb5827ca ScoreboardHazardRecognizer: unbreak TSAN by moving a static mutated variable to a member 9 年之前
  Yaron Keren 55307987a1 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. 9 年之前
  Pete Cooper 6de6c6aae4 Change MCSchedModel to be a struct of statically initialized data. 11 年之前
  Chandler Carruth 8677f2ff9a [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE 11 年之前
  Craig Topper 4ba844388c [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. 11 年之前
  Manman Ren b720be6a50 Release build: guard dump functions with 13 年之前
  Manman Ren 77e300e8f0 Release build: guard dump functions with "ifndef NDEBUG" 13 年之前
  Andrew Trick 2661b411cc I'm introducing a new machine model to simultaneously allow simple 13 年之前
  Hal Finkel b460a33829 Revert r158679 - use case is unclear (and it increases the memory footprint). 13 年之前
  Aaron Ballman 9905dbc379 Fixing a compiler warning in MSVC 10. 13 年之前
  Hal Finkel e877c4f9c7 Allow up to 64 functional units per processor itinerary. 13 年之前
  Andrew Trick fc992996f7 misched: Added MultiIssueItineraries. 13 年之前
  Andrew Trick d327d3dddd misched: Allow disabling scoreboard hazard checking for subtargets with a 13 年之前
  Benjamin Kramer 9632f77f8d ScoreboardHazardRecognizer: Remove dead conditional in debug code. 13 年之前
  Andrew Trick c7a098fbb2 misched: trace formatting 13 年之前
  David Blaikie 2bd335470f Remove unnecessary default cases in switches that cover all enum values. 13 年之前
  Cameron Zwarich d6d9dd647f Remove an invalid assert that is really just asserting when the scheduler emits 14 年之前
  Evan Cheng ab8be96fd3 Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries) into MC. 14 年之前
  Evan Cheng e837dead3c - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and 14 年之前
  Andrew Trick c8bfd1d78f Convert -enable-sched-cycles and -enable-sched-hazard to -disable 14 年之前