| Commit message (Expand) | Author | Age | Files | Lines |
* | LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC | Matthias Braun | 2017-12-18 | 1 | -1/+1 |
* | 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] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 2017-11-28 | 1 | -2/+2 |
* | 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 |
* | [RegAlloc] Keep a copy of live interval for the spilled vregs in HoistSpillHe... | Wei Mi | 2017-09-13 | 1 | -24/+29 |
* | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-29 | 1 | -38/+45 |
* | RA: Replace asserts related to empty live intervals | Matt Arsenault | 2017-07-24 | 1 | -1/+4 |
* | RA: Remove another assert on empty intervals | Matt Arsenault | 2017-07-22 | 1 | -2/+2 |
* | [InlineSpiller] Only account for real spills in the hoisting logic | Quentin Colombet | 2017-06-07 | 1 | -3/+6 |
* | [InlineSpiller] Don't spill fully undef values | Quentin Colombet | 2017-06-05 | 1 | -2/+24 |
* | PR32382: Fix emitting complex DWARF expressions. | Adrian Prantl | 2017-04-18 | 1 | -13/+3 |
* | CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlot... | Junmo Park | 2017-03-28 | 1 | -1/+2 |
* | Minor code cleanup. NFC. | Junmo Park | 2017-02-25 | 1 | -1/+1 |
* | Fix for InlineSpiller accessing not updated dom tree base information. | Bjorn Pettersson | 2017-01-04 | 1 | -4/+4 |
* | [InlineSpiller] Don't call TargetInstrInfo::foldMemoryOperand with an empty l... | Quentin Colombet | 2016-12-08 | 1 | -0/+5 |
* | [X86] Allow folding of stack reloads when loading a subreg of the spilled reg | Michael Kuperstein | 2016-11-23 | 1 | -4/+7 |
* | Place the lowered phi instruction(s) before the DEBUG_VALUE entry | Keith Walker | 2016-09-16 | 1 | -1/+1 |
* | When the inline spiller rematerializes an instruction, take the debug locatio... | Wolfgang Pieb | 2016-08-16 | 1 | -1/+7 |
* | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 2016-08-12 | 1 | -4/+1 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -2/+2 |
* | Allow dead insts to be kept in DeadRemat only when they are rematerializable. | Wei Mi | 2016-07-08 | 1 | -3/+3 |
* | CodeGen: Use MachineInstr& in HoistSpillHelper, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -14/+15 |
* | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 2016-06-30 | 1 | -24/+24 |
* | InsertPointAnalysis: Move current live interval from being a class member | Wei Mi | 2016-05-23 | 1 | -3/+3 |
* | Fix a bug when hoist spill to a BB with landingpad successor. | Wei Mi | 2016-05-11 | 1 | -6/+10 |
* | [foldMemoryOperand()] Pass LiveIntervals to enable liveness check. | Jonas Paulsson | 2016-05-10 | 1 | -2/+2 |
* | Spelling and grammar corrections in comments. | Eric Christopher | 2016-05-04 | 1 | -15/+15 |
* | Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper:... | Wei Mi | 2016-04-15 | 1 | -12/+22 |
* | Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h | Reid Kleckner | 2016-04-14 | 1 | -0/+1 |
* | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 2016-04-13 | 1 | -478/+527 |
* | Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ... | Hans Wennborg | 2016-04-08 | 1 | -522/+478 |
* | InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation] | NAKAMURA Takumi | 2016-04-07 | 1 | -1/+1 |
* | Fix the sanitizer bootstrap error in r265547. | Wei Mi | 2016-04-07 | 1 | -1/+8 |
* | Fix the compare-clang diff error introduced by r265547. | Wei Mi | 2016-04-06 | 1 | -1/+2 |
* | Recommit r265309 after fixed an invalid memory reference bug happened | Wei Mi | 2016-04-06 | 1 | -478/+514 |
* | Revert r265309 and r265312 because they caused some errors I need to investig... | Wei Mi | 2016-04-04 | 1 | -515/+479 |
* | Fix unused var warning caused by r265309. | Wei Mi | 2016-04-04 | 1 | -3/+3 |
* | Replace analyzeSiblingValues with new algorithm to fix its compile | Wei Mi | 2016-04-04 | 1 | -478/+514 |
* | CodeGen: Use MachineInstr& in InlineSpiller::rematerializeFor() | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -16/+15 |
* | WIP: CodeGen: Use MachineInstr& in MachineInstrBundle.h, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -4/+4 |
* | CodeGen: Take MachineInstr& in SlotIndexes and LiveIntervals, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -15/+15 |
* | Some stackslots are allocated to vregs which have no real reference. | Wei Mi | 2016-02-05 | 1 | -7/+9 |
* | Use range-based for loops. NFC | Craig Topper | 2015-12-24 | 1 | -40/+32 |
* | CodeGen: Redo analyzePhysRegs() and computeRegisterLiveness() | Matthias Braun | 2015-12-11 | 1 | -1/+1 |
* | [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible | Chandler Carruth | 2015-09-09 | 1 | -1/+1 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -2/+2 |