1. 0cac726 llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) by Fangrui Song · 7 years ago
  2. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 8 years ago
  3. 801bf7e [DebugInfo] Examine all uses of isDebugValue() for debug instructions. by Shiva Chen · 8 years ago
  4. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 8 years ago
  5. e92f0cf [CodeGen] Change std::sort to llvm::sort in response to r327219 by Mandeep Singh Grang · 8 years ago
  6. c468b64 Remove redundant includes from lib/CodeGen. by Michael Zolotukhin · 8 years ago
  7. 25528d6 [CodeGen] Unify MBB reference format in both MIR and debug output by Francis Visoiu Mistrih · 8 years ago
  8. 3f833ed Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering by David Blaikie · 8 years ago
  9. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  10. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  11. 1527baa CodeGen: Rename DEBUG_TYPE to match passnames by Matthias Braun · 9 years ago
  12. fa289ec VirtRegMap: Correctly deal with bundles when deleting identity copies. by Matthias Braun · 9 years ago
  13. ef105ca CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFC by Duncan P. N. Exon Smith · 9 years ago
  14. 3ac9cc6 CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC by Duncan P. N. Exon Smith · 10 years ago
  15. eb2a254 Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r259192 post commit comment. by Yaron Keren · 10 years ago
  16. 5ec1568 CodeGen: Continue removing ilist iterator implicit conversions by Duncan P. N. Exon Smith · 10 years ago
  17. fee0434 [llvm] Replacing asserts with static_asserts where appropriate by Gabor Horvath · 11 years ago
  18. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  19. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  20. b6d0bd4 [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. by Benjamin Kramer · 12 years ago
  21. 63acc73 Make some fixes for LiveInterval repair with debug info. Debug value by Cameron Zwarich · 13 years ago
  22. caad7e1 Find anchoring end points for repairIntervalsInRange and repairIndexesInRange by Cameron Zwarich · 13 years ago
  23. 2941482 Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding by Cameron Zwarich · 13 years ago
  24. 19f49ac Release build: guard dump functions with by Manman Ren · 13 years ago
  25. 742534c Release build: guard dump functions with "ifndef NDEBUG" by Manman Ren · 13 years ago
  26. 01f201f Remove more dead code. by Jakob Stoklund Olesen · 14 years ago
  27. aef9178 SlotIndexes used to store the index list in a crufty custom linked-list. I can't by Lang Hames · 14 years ago
  28. 66ef9ad Use the standard MachineFunction::print() after SlotIndexes. by Jakob Stoklund Olesen · 14 years ago
  29. 90b5e56 Rename SlotIndexes to match how they are used. by Jakob Stoklund Olesen · 14 years ago
  30. 3617128 Use basic block numbers as indexes when mapping slot index ranges. by Jakob Stoklund Olesen · 15 years ago
  31. b8e6fdc Renumber slot indexes locally when possible. by Jakob Stoklund Olesen · 15 years ago
  32. 348d8e8 Number SlotIndexes uniformly without looking at the number of defs on each instruction. by Jakob Stoklund Olesen · 15 years ago
  33. b88f6ad Add SlotIndex statistics. by Jakob Stoklund Olesen · 15 years ago
  34. bfdbc11 Renumber slot indexes uniformly instead of spacing according to the number of defs. by Jakob Stoklund Olesen · 15 years ago
  35. 4ec757d Represent sentinel slot indexes with a null pointer. by Jakob Stoklund Olesen · 15 years ago
  36. db4cf7e Tweak debug output from SlotIndexes. by Jakob Stoklund Olesen · 15 years ago
  37. c400670 Insert two blank SlotIndexes between basic blocks instead of just one. by Jakob Stoklund Olesen · 15 years ago
  38. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  39. bc71af3 Remove SlotIndex::PHI_BIT. It is no longer used by anything. by Jakob Stoklund Olesen · 15 years ago
  40. 335b9a8 Terminator gaps were unused. Might as well delete them. by Jakob Stoklund Olesen · 15 years ago
  41. a57b97e Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  42. a612d7c Print the LSBs of a SlotIndex symbolically using letters referring to the by Jakob Stoklund Olesen · 15 years ago
  43. 4a61882 Fix "the the" and similar typos. by Dan Gohman · 16 years ago
  44. b06015a move target-independent opcodes out of TargetInstrInfo by Chris Lattner · 16 years ago
  45. 7048797 Ignore DEBUG_VALUE when building live intervals; by Dale Johannesen · 16 years ago
  46. 714520f Change errs() to dbgs(). by David Greene · 16 years ago
  47. 4c05226 Changed slot index ranges for MachineBasicBlocks to be exclusive of endpoint. by Lang Hames · 16 years ago
  48. 6b7233a Added an API to the SlotIndexes pass to allow new instructions to be inserted into the numbering. by Lang Hames · 16 years ago
  49. b40d3f7 Fix DenseMap iterator constness. by Jeffrey Yasskin · 16 years ago
  50. 09eeeaf Moved some ManagedStatics out of the SlotIndexes header. by Lang Hames · 16 years ago
  51. bc247dc Update some globals to use ManagedStatic. by Lang Hames · 16 years ago
  52. 933c541 Added support for renumbering existing index list elements. Removed some junk from the initial numbering code in runOnMachineFunction. by Lang Hames · 16 years ago
  53. 289b8a2 Handle empty/tombstone keys for LiveIndex more cleanly. Check for index sanity when constructing index list entries. by Lang Hames · 16 years ago
  54. 05fb963 The Indexes Patch. by Lang Hames · 16 years ago