| Commit message (Expand) | Author | Age | Files | Lines |
| * | [LiveInterval] Allow updating subranges with slightly out-dated IR | Quentin Colombet | 2019-11-13 | 1 | -5/+14 |
| * | LiveIntervals: Remove assertion | Matt Arsenault | 2019-09-12 | 1 | -1/+2 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -2/+2 |
| * | Use llvm::upper_bound. NFC | Fangrui Song | 2019-04-12 | 1 | -3/+1 |
| * | [LiveRange] Reset the VNIs when splitting subranges | Quentin Colombet | 2019-03-26 | 1 | -2/+51 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Update DBG_VALUE register operand during LiveInterval operations | Yury Delendik | 2018-08-21 | 1 | -11/+11 |
| * | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
| * | LiveInterval: Print weight in print() function. | Matthias Braun | 2018-01-29 | 1 | -0/+1 |
| * | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
| * | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -1/+1 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -3/+3 |
| * | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -3/+3 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-24 | 1 | -16/+30 |
| * | RegisterCoalescer: Simplify subrange splitting code; NFC | Matthias Braun | 2017-03-03 | 1 | -0/+31 |
| * | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -0/+2 |
| * | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 2016-12-16 | 1 | -2/+2 |
| * | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 1 | -6/+7 |
| * | Create subranges for new intervals resulting from live interval splitting | Krzysztof Parzyszek | 2016-08-24 | 1 | -12/+82 |
| * | Use the range variant of remove_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -1/+1 |
| * | Add print/dump routines to LiveInterval::SubRange | Krzysztof Parzyszek | 2016-07-12 | 1 | -10/+18 |
| * | CodeGen: Refactor renameDisconnectedComponents() as a pass | Matthias Braun | 2016-05-31 | 1 | -266/+1 |
| * | LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() | Matthias Braun | 2016-05-20 | 1 | -245/+12 |
| * | LiveIntervalAnalysis: Fix missing defs in renameDisconnectedComponents(). | Matthias Braun | 2016-05-20 | 1 | -7/+57 |
| * | Revert "LiveIntervalAnalysis: Rework constructMainRangeFromSubranges()" | Tom Stellard | 2016-05-12 | 1 | -20/+245 |
| * | LiveIntervalAnalysis: Rework constructMainRangeFromSubranges() | Matthias Braun | 2016-05-10 | 1 | -245/+20 |
| * | LiveInterval: Avoid unnecessary auto, add const; NFC | Matthias Braun | 2016-05-10 | 1 | -3/+3 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | LiveInterval: Fix Distribute() failing on liveranges with unused VNInfos | Matthias Braun | 2016-03-24 | 1 | -8/+13 |
| * | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -6/+6 |
| * | Remove uses of builtin comma operator. | Richard Trieu | 2016-02-18 | 1 | -3/+5 |
| * | [regalloc][WinEH] Do not mark intervals as not spillable if they contain a re... | Andrew Kaylor | 2016-02-08 | 1 | -0/+34 |
| * | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -5/+4 |
| * | LiveInterval: Add utility class to rename independent subregister usage | Matthias Braun | 2016-01-20 | 1 | -0/+183 |
| * | LiveInterval: A LiveRange is enough for ConnectedVNInfoEqClasses::Classify() | Matthias Braun | 2016-01-08 | 1 | -5/+5 |
| * | TargetRegisterInfo: Introduce PrintLaneMask. | Matthias Braun | 2015-09-25 | 1 | -2/+1 |
| * | TargetRegisterInfo: Add typedef unsigned LaneBitmask and use it where apropri... | Matthias Braun | 2015-09-25 | 1 | -4/+4 |
| * | Fix typo | Matt Arsenault | 2015-09-24 | 1 | -1/+1 |
| * | LiveInterval: Distribute subregister liveranges to new intervals in Connected... | Matthias Braun | 2015-09-22 | 1 | -29/+65 |
| * | LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC | Matthias Braun | 2015-09-22 | 1 | -9/+7 |
| * | LiveInterval: Document and enforce rules about empty subranges. | Matthias Braun | 2015-07-16 | 1 | -0/+2 |
| * | Oops, didn't mean to commit my debug fprintfs | Matthias Braun | 2015-04-08 | 1 | -4/+1 |
| * | LiveInterval: Fix computeFromMainRange() producing adjacent segments with sam... | Matthias Braun | 2015-04-08 | 1 | -14/+45 |
| * | Move private classes into anonymous namespaces | Benjamin Kramer | 2015-03-23 | 1 | -0/+2 |
| * | Recommit r231168: unique_ptrify LiveRange::segmentSet | David Blaikie | 2015-03-04 | 1 | -1/+0 |
| * | Revert "unique_ptrify LiveRange::segmentSet" | David Blaikie | 2015-03-04 | 1 | -0/+1 |
| * | Recommit r231168: unique_ptrify LiveRange::segmentSet | David Blaikie | 2015-03-03 | 1 | -1/+0 |
| * | Revert "unique_ptrify LiveRange::segmentSet" | David Blaikie | 2015-03-03 | 1 | -0/+1 |
| * | unique_ptrify LiveRange::segmentSet | David Blaikie | 2015-03-03 | 1 | -1/+0 |