提交历史

作者 SHA1 备注 提交日期
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  David Blaikie e3a9b4ce3a Fix a bunch more layering of CodeGen headers that are in Target 7 年之前
  David Blaikie 48319238e4 Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering 7 年之前
  Hiroshi Inoue ff281e5fb6 fix typos in comments and error messges; NFC 8 年之前
  Chandler Carruth e3e43d9d57 Sort the remaining #include lines in include/... and lib/.... 8 年之前
  Duncan P. N. Exon Smith ed5a96fffb CodeGen: Use MachineInstr& in PostRAHazardRecognizer, NFC 9 年之前
  Tom Stellard bfad27b7b8 PostRAHazardRecocgnizer: Fix unused-private-field warning 9 年之前
  Tom Stellard fbbc621bb4 CodeGen: Add a stand-alone hazard recognizer pass 9 年之前
  Andrew Trick 6b1207267f Generalize PostRAHazardRecognizer so it can be used in any pass for 14 年之前
  Evan Cheng 3ef1c8759a Teach if-converter to be more careful with predicating instructions that would 15 年之前
  Evan Cheng 46df4eb46e Make post-ra scheduling, anti-dep breaking, and register scavenger (conservatively) aware of predicated instructions. This enables ARM to move if-conversion before post-ra scheduler. 15 年之前
  Evan Cheng 774bc882fd - Do away with SimpleHazardRecognizer.h. It's not used and offers little value. 15 年之前