| Commit message (Expand) | Author | Age | Files | Lines |
| * | [MachineSink] Fix for breaking phi edges with instructions with multiple defs | David Green | 2020-05-07 | 1 | -17/+13 |
| * | PostRA Machine Sink should take care of COPY defining register that is a sub-... | alex-t | 2019-12-17 | 1 | -3/+7 |
| * | Revert 30e8f80fd5a4 "[DebugInfo] Don't create multiple DBG_VALUEs when sinking" | Hans Wennborg | 2019-12-10 | 1 | -74/+10 |
| * | [DebugInfo] Don't create multiple DBG_VALUEs when sinking | Jeremy Morse | 2019-12-05 | 1 | -10/+74 |
| * | [DebugInfo] Don't reorder DBG_VALUEs when sunk | Jeremy Morse | 2019-12-05 | 1 | -51/+93 |
| * | [DebugInfo] Re-apply two patches to MachineSink | Jeremy Morse | 2019-12-05 | 1 | -17/+138 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Revert "[DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instruc... | Jeremy Morse | 2019-10-31 | 1 | -50/+3 |
| * | Revert "[DebugInfo] MachineSink: find more DBG_VALUEs to sink" | Jeremy Morse | 2019-10-31 | 1 | -86/+15 |
| * | [DebugInfo] MachineSink: find more DBG_VALUEs to sink | Jeremy Morse | 2019-10-28 | 1 | -15/+86 |
| * | [DebugInfo] MachineSink: Insert undef DBG_VALUEs when sinking instructions | Jeremy Morse | 2019-10-28 | 1 | -3/+50 |
| * | [Dominators][CodeGen] Add MachinePostDominatorTree verification | Jakub Kuderski | 2019-10-01 | 1 | -3/+0 |
| * | [DebugInfo] Make postra sinking of DBG_VALUEs subregister-safe | Jeremy Morse | 2019-08-19 | 1 | -9/+28 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -9/+9 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -9/+8 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -3/+2 |
| * | [CodeGen] Add "const" to MachineInstr::mayAlias | Bjorn Pettersson | 2019-04-19 | 1 | -1/+1 |
| * | Add skipFunction to PostRA machine sinking pass. | Xin Tong | 2019-02-21 | 1 | -0/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operand | Francis Visoiu Mistrih | 2018-11-28 | 1 | -3/+6 |
| * | [MachineSink][DebugInfo] Correctly sink DBG_VALUEs | Jeremy Morse | 2018-11-02 | 1 | -10/+47 |
| * | [PostRASink] Make sure to remove subregisters from live-ins as well | Krzysztof Parzyszek | 2018-09-18 | 1 | -2/+5 |
| * | [DWARF] Missing location debug information with -O2. | Carlos Alberto Enciso | 2018-08-30 | 1 | -20/+1 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
| * | [DebugInfo] Ignore DBG_VALUE instructions in PostRA Machine Sink | Matt Davis | 2018-06-21 | 1 | -25/+36 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -17/+17 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
| * | [PostRASink] extend the live-in check for all aliased registers | Jun Bum Lim | 2018-04-27 | 1 | -11/+11 |
| * | [CodeGen] Use RegUnits to track register aliases (NFC) | Jun Bum Lim | 2018-04-27 | 1 | -29/+28 |
| * | [PostRASink]Add register dependency check for implicit operands | Jun Bum Lim | 2018-04-13 | 1 | -23/+103 |
| * | [CodeGen]Add NoVRegs property on PostRASink and ShrinkWrap | Jun Bum Lim | 2018-04-03 | 1 | -0/+5 |
| * | [PostRAMachineSink] preserve CFG | Jun Bum Lim | 2018-03-28 | 1 | -0/+5 |
| * | [CodeGen] Add a new pass for PostRA sink | Jun Bum Lim | 2018-03-22 | 1 | -0/+188 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | Fix out-of-order stepping behavior in programs with sunk instructions. | Paul Robinson | 2017-12-09 | 1 | -1/+11 |
| * | [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register. | Francis Visoiu Mistrih | 2017-12-07 | 1 | -3/+3 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -23/+23 |
| * | [CodeGen] Print register names in lowercase in both MIR and debug output | Francis Visoiu Mistrih | 2017-11-28 | 1 | -2/+2 |
| * | Revert "Fix out-of-order stepping behavior in programs with sunk instructions." | Paul Robinson | 2017-11-20 | 1 | -11/+0 |
| * | Fix out-of-order stepping behavior in programs with sunk instructions. | Paul Robinson | 2017-11-20 | 1 | -0/+11 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-08-29 | 1 | -8/+13 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -4/+4 |
| * | MachineRegisterInfo: Remove unused arg from isConstantPhysReg(); NFC | Matthias Braun | 2016-10-28 | 1 | -1/+1 |
| * | Using branch probability to guide critical edge splitting. | Dehao Chen | 2016-10-20 | 1 | -0/+18 |
| * | Revert r284545 again as the regression in ppc still exists. There is bug in M... | Dehao Chen | 2016-10-19 | 1 | -18/+0 |
| * | Using branch probability to guide critical edge splitting. | Dehao Chen | 2016-10-18 | 1 | -0/+18 |