| Commit message (Expand) | Author | Age | Files | Lines |
* | Move LiveRangeCalc header to publicily available position. NFC | Marcello Maggioni | 2019-10-17 | 1 | -1/+1 |
* | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -2/+2 |
* | [LiveRange] Reset the VNIs when splitting subranges | Quentin Colombet | 2019-03-26 | 1 | -4/+5 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -82/+88 |
* | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | SplitKit: Fix liveness recomputation in some remat cases. | Matthias Braun | 2018-02-02 | 1 | -10/+43 |
* | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 2017-12-13 | 1 | -1/+1 |
* | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 2017-12-07 | 1 | -1/+1 |
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -17/+19 |
* | [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-30 | 1 | -2/+2 |
* | [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 | -3/+3 |
* | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-29 | 1 | -18/+38 |
* | Implement LaneBitmask::getNumLanes and LaneBitmask::getHighestLane | Krzysztof Parzyszek | 2017-07-20 | 1 | -3/+3 |
* | fix trivial typos; NFC | Hiroshi Inoue | 2017-07-09 | 1 | -4/+4 |
* | SplitKit: Fix partially live subreg splitting | Matthias Braun | 2017-06-12 | 1 | -2/+1 |
* | SplitKit: Fix subreg copy related problems | Matthias Braun | 2017-03-21 | 1 | -1/+0 |
* | SplitKit: Correctly implement partial subregister copies | Matthias Braun | 2017-03-17 | 1 | -26/+126 |
* | Fix regalloc assignment of overlapping registers | Stanislav Mekhanoshin | 2017-02-01 | 1 | -0/+21 |
* | Implement LaneBitmask::any(), use it to replace !none(), NFCI | Krzysztof Parzyszek | 2016-12-16 | 1 | -1/+1 |
* | Extract LaneBitmask into a separate type | Krzysztof Parzyszek | 2016-12-15 | 1 | -6/+6 |
* | Check proper live range in extendPHIRanges | Krzysztof Parzyszek | 2016-11-21 | 1 | -4/+10 |
* | Place the lowered phi instruction(s) before the DEBUG_VALUE entry | Keith Walker | 2016-09-16 | 1 | -1/+1 |
* | Do not consider subreg defs as reads when computing subrange liveness | Krzysztof Parzyszek | 2016-09-02 | 1 | -5/+2 |
* | Make buildbots happy. | George Burgess IV | 2016-08-25 | 1 | -1/+1 |
* | Create subranges for new intervals resulting from live interval splitting | Krzysztof Parzyszek | 2016-08-24 | 1 | -62/+209 |
* | Allow dead insts to be kept in DeadRemat only when they are rematerializable. | Wei Mi | 2016-07-08 | 1 | -4/+6 |
* | InsertPointAnalysis: Move current live interval from being a class member | Wei Mi | 2016-05-23 | 1 | -8/+8 |
* | [NFC] Extract LastSplitPoint computation from SplitAnalysis to a new class | Wei Mi | 2016-05-11 | 1 | -43/+54 |
* | [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope with multiple EH ... | David Majnemer | 2016-04-25 | 1 | -4/+12 |
* | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 2016-04-13 | 1 | -10/+102 |
* | Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ... | Hans Wennborg | 2016-04-08 | 1 | -87/+6 |
* | Recommit r265309 after fixed an invalid memory reference bug happened | Wei Mi | 2016-04-06 | 1 | -6/+87 |
* | Revert r265309 and r265312 because they caused some errors I need to investig... | Wei Mi | 2016-04-04 | 1 | -87/+6 |
* | Replace analyzeSiblingValues with new algorithm to fix its compile | Wei Mi | 2016-04-04 | 1 | -6/+87 |
* | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -8/+9 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 1 | -14/+16 |
* | LiveIntervalAnalysis: Factor common code into splitSeparateComponents; NFC | Matthias Braun | 2015-09-22 | 1 | -10/+8 |
* | [WinEH] Add and use hasEHPadSuccessor instead of getLandingPadSuccessor | Reid Kleckner | 2015-09-17 | 1 | -0/+1 |
* | LiveIntervalAnalysis: Factor out code to update liveness on vreg def removal | Matthias Braun | 2015-01-21 | 1 | -6/+4 |
* | LiveInterval: Use more range based for loops for value numbers and segments. | Matthias Braun | 2014-12-10 | 1 | -27/+16 |
* | Grab the subtarget and subtarget dependent variables off of | Eric Christopher | 2014-10-14 | 1 | -8/+2 |
* | Have MachineFunction cache a pointer to the subtarget to make lookups | Eric Christopher | 2014-08-05 | 1 | -1/+1 |
* | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -23/+16 |