Age | Commit message (Expand) | Author | Files | Lines |
2019-08-15 | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 1 | -2/+2 |
2019-08-15 | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 1 | -1/+1 |
2019-08-01 | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 1 | -7/+5 |
2019-07-05 | [CodeGen] Enhance `MachineInstrSpan` to allow the end of MBB to be used. | Michael Liao | 1 | -3/+3 |
2019-06-27 | [Backend] Keep call site info valid through the backend | Djordje Todorovic | 1 | -0/+2 |
2019-06-08 | [SystemZ, RegAlloc] Favor 3-address instructions during instruction selection. | Jonas Paulsson | 1 | -1/+1 |
2019-02-12 | [InlineSpiller] Fix a crash due to lack of forward progress from remat (try 2) | Philip Reames | 1 | -0/+35 |
2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 1 | -4/+3 |
2018-06-25 | Revert change 335077 "[InlineSpiller] Fix a crash due to lack of forward prog... | Artur Pilipenko | 1 | -26/+0 |
2018-06-19 | [InlineSpiller] Fix a crash due to lack of forward progress from remat specif... | Philip Reames | 1 | -0/+26 |
2018-05-16 | [DebugInfo] Only handle DBG_VALUE in InlineSpiller. | Shiva Chen | 1 | -2/+8 |
2018-05-14 | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 1 | -41/+42 |
2018-05-09 | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 1 | -2/+2 |
2018-04-30 | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 1 | -0/+1 |
2017-12-18 | LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC | Matthias Braun | 1 | -1/+1 |
2017-12-13 | Rename LiveIntervalAnalysis.h to LiveIntervals.h | Matthias Braun | 1 | -1/+1 |
2017-12-07 | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 1 | -1/+1 |
2017-11-28 | [CodeGen] Rename functions PrintReg* to printReg* | Francis Visoiu Mistrih | 1 | -2/+2 |
2017-11-17 | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 1 | -3/+3 |
2017-11-08 | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 1 | -1/+1 |
2017-10-15 | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 1 | -1/+1 |
2017-10-12 | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 1 | -1/+1 |
2017-09-13 | [RegAlloc] Keep a copy of live interval for the spilled vregs in HoistSpillHe... | Wei Mi | 1 | -24/+29 |
2017-08-29 | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 1 | -38/+45 |
2017-07-24 | RA: Replace asserts related to empty live intervals | Matt Arsenault | 1 | -1/+4 |
2017-07-22 | RA: Remove another assert on empty intervals | Matt Arsenault | 1 | -2/+2 |
2017-06-07 | [InlineSpiller] Only account for real spills in the hoisting logic | Quentin Colombet | 1 | -3/+6 |
2017-06-05 | [InlineSpiller] Don't spill fully undef values | Quentin Colombet | 1 | -2/+24 |
2017-04-18 | PR32382: Fix emitting complex DWARF expressions. | Adrian Prantl | 1 | -13/+3 |
2017-03-28 | CodeGen : Check LLVM_ENABLE_DUMP definition for dumpMachineInstrRangeWithSlot... | Junmo Park | 1 | -1/+2 |
2017-02-25 | Minor code cleanup. NFC. | Junmo Park | 1 | -1/+1 |
2017-01-04 | Fix for InlineSpiller accessing not updated dom tree base information. | Bjorn Pettersson | 1 | -4/+4 |
2016-12-08 | [InlineSpiller] Don't call TargetInstrInfo::foldMemoryOperand with an empty l... | Quentin Colombet | 1 | -0/+5 |
2016-11-23 | [X86] Allow folding of stack reloads when loading a subreg of the spilled reg | Michael Kuperstein | 1 | -4/+7 |
2016-09-16 | Place the lowered phi instruction(s) before the DEBUG_VALUE entry | Keith Walker | 1 | -1/+1 |
2016-08-16 | When the inline spiller rematerializes an instruction, take the debug locatio... | Wolfgang Pieb | 1 | -1/+7 |
2016-08-12 | Use the range variant of find/find_if instead of unpacking begin/end | David Majnemer | 1 | -4/+1 |
2016-07-28 | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 1 | -2/+2 |
2016-07-08 | Allow dead insts to be kept in DeadRemat only when they are rematerializable. | Wei Mi | 1 | -3/+3 |
2016-06-30 | CodeGen: Use MachineInstr& in HoistSpillHelper, NFC | Duncan P. N. Exon Smith | 1 | -14/+15 |
2016-06-30 | CodeGen: Use MachineInstr& in TargetInstrInfo, NFC | Duncan P. N. Exon Smith | 1 | -24/+24 |
2016-05-23 | InsertPointAnalysis: Move current live interval from being a class member | Wei Mi | 1 | -3/+3 |
2016-05-11 | Fix a bug when hoist spill to a BB with landingpad successor. | Wei Mi | 1 | -6/+10 |
2016-05-10 | [foldMemoryOperand()] Pass LiveIntervals to enable liveness check. | Jonas Paulsson | 1 | -2/+2 |
2016-05-04 | Spelling and grammar corrections in comments. | Eric Christopher | 1 | -15/+15 |
2016-04-15 | Don't skip splitSeparateComponents in eliminateDeadDefs for HoistSpillHelper:... | Wei Mi | 1 | -12/+22 |
2016-04-14 | Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h | Reid Kleckner | 1 | -0/+1 |
2016-04-13 | Recommit r265547, and r265610,r265639,r265657 on top of it, plus | Wei Mi | 1 | -478/+527 |
2016-04-08 | Revert r265547 "Recommit r265309 after fixed an invalid memory reference bug ... | Hans Wennborg | 1 | -522/+478 |
2016-04-07 | InlineSpiller.cpp: Escap \@ in r265547. [-Wdocumentation] | NAKAMURA Takumi | 1 | -1/+1 |