| Age | Commit message (Expand) | Author |
| 2025-03-07 | [CodeGen] Combine two loops in SlotIndexes.cpp file (#127631) | Rifet-c |
| 2024-07-09 | [CodeGen][NewPM] Port `SlotIndexes` to new pass manager (#97941) | paperchalice |
| 2024-06-26 | [SlotIndexes] Use simple_ilist instead of ilist. NFC. (#96747) | Jay Foad |
| 2024-01-16 | [NFC] sentinal -> sentinel | David Green |
| 2023-10-09 | Revert "[CodeGen] Really renumber slot indexes before register allocation (#6... | Jay Foad |
| 2023-10-09 | [CodeGen] Really renumber slot indexes before register allocation (#67038) | Jay Foad |
| 2023-09-19 | [CodeGen] Renumber slot indexes before register allocation (#66334) | Jay Foad |
| 2023-03-14 | [CodeGen] Use *{Set,Map}::contains (NFC) | Kazu Hirata |
| 2022-07-18 | [LiveIntervals] Find better anchoring end points when repairing ranges | Jay Foad |
| 2022-01-30 | [CodeGen] Use default member initialization (NFC) | Kazu Hirata |
| 2021-04-19 | [CSSPGO] Exclude pseudo probes from slot index | Hongtao Yu |
| 2021-02-18 | [CodeGen] Use range-based for loops (NFC) | Kazu Hirata |
| 2020-04-16 | [LiveIntervals] Replace handleMoveIntoBundle | Carl Ritson |
| 2019-11-13 | Sink all InitializePasses.h includes | Reid Kleckner |
| 2019-06-23 | SlotIndexes: delete unused functions | Fangrui Song |
| 2019-06-23 | SlotIndexes: simplify IdxMBBPair operators | Fangrui Song |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2018-09-27 | llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) | Fangrui Song |
| 2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen |
| 2018-05-09 | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen |
| 2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber |
| 2018-04-06 | [CodeGen] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang |
| 2017-12-13 | Remove redundant includes from lib/CodeGen. | Michael Zolotukhin |
| 2017-12-04 | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih |
| 2017-11-08 | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie |
| 2017-10-15 | Reverting 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-05-25 | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun |
| 2017-03-17 | VirtRegMap: Correctly deal with bundles when deleting identity copies. | Matthias Braun |
| 2016-07-01 | CodeGen: Use MachineInstr& in SlotIndexes.cpp, NFC | Duncan P. N. Exon Smith |
| 2016-02-27 | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith |
| 2016-01-29 | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren |
| 2015-10-09 | CodeGen: Continue removing ilist iterator implicit conversions | Duncan P. N. Exon Smith |
| 2015-03-16 | [llvm] Replacing asserts with static_asserts where appropriate | Gabor Horvath |
| 2014-04-22 | [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth |
| 2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper |
| 2014-03-02 | [C++11] Replace llvm::next and llvm::prior with std::next and std::prev. | Benjamin Kramer |
| 2013-02-23 | Make some fixes for LiveInterval repair with debug info. Debug value | Cameron Zwarich |
| 2013-02-20 | Find anchoring end points for repairIntervalsInRange and repairIndexesInRange | Cameron Zwarich |
| 2013-02-20 | Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding | Cameron Zwarich |
| 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-04-25 | Remove more dead code. | Jakob Stoklund Olesen |
| 2012-04-17 | SlotIndexes used to store the index list in a crufty custom linked-list. I can't | Lang Hames |
| 2012-01-24 | Use the standard MachineFunction::print() after SlotIndexes. | Jakob Stoklund Olesen |
| 2011-11-13 | Rename SlotIndexes to match how they are used. | Jakob Stoklund Olesen |
| 2011-04-02 | Use basic block numbers as indexes when mapping slot index ranges. | Jakob Stoklund Olesen |
| 2011-03-04 | Renumber slot indexes locally when possible. | Jakob Stoklund Olesen |
| 2011-03-04 | Number SlotIndexes uniformly without looking at the number of defs on each in... | Jakob Stoklund Olesen |
| 2011-03-04 | Add SlotIndex statistics. | Jakob Stoklund Olesen |