| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't jump to landing pads in Control Flow Optimizer | Arthur Eubanks | 2020-05-28 | 1 | -8/+10 |
| * | Make more use of MachineInstr::mayLoadOrStore. | Jay Foad | 2019-12-19 | 1 | -2/+2 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -7/+20 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -20/+7 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -7/+20 |
| * | [BranchFolding] Fix PR43964 about branch folder not being debug invariant | Bjorn Pettersson | 2019-11-21 | 1 | -95/+48 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [BranchFolding] skip debug instr to avoid code change | Jeremy Morse | 2019-10-29 | 1 | -2/+3 |
| * | [DebugInfo][If-Converter] Update call site info during the optimization | Nikola Prica | 2019-10-08 | 1 | -0/+5 |
| * | BranchFolding - IsBetterFallthrough - assert non-null pointers. NFCI. | Simon Pilgrim | 2019-10-05 | 1 | -0/+2 |
| * | [NewPM] Port MachineModuleInfo to the new pass manager. | Yuanfang Chen | 2019-09-30 | 1 | -3/+4 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -6/+6 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -4/+4 |
| * | [Codegen] Merge tail blocks with no successors after block placement | David Bolvansky | 2019-06-13 | 1 | -20/+18 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -2/+2 |
| * | [BranchFolding] Remove dead code for handling EHPad blocks | Craig Topper | 2019-02-07 | 1 | -23/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Fix bugs in BranchFolderPass when debug labels are generated. | Hsiangkai Wang | 2018-11-30 | 1 | -5/+5 |
| * | [MI] Change the array of `MachineMemOperand` pointers to be | Chandler Carruth | 2018-08-16 | 1 | -1/+1 |
| * | Initialize LiveRegs once in BranchFolder::mergeCommonTails | Krzysztof Parzyszek | 2018-06-22 | 1 | -1/+2 |
| * | [BranchFolding] Fix live-in's when hoisting code | Karl-Johan Karlsson | 2018-06-07 | 1 | -22/+3 |
| * | Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC. | Heejin Ahn | 2018-06-01 | 1 | -29/+29 |
| * | [WebAssembly] Add functions for EHScopes | Heejin Ahn | 2018-05-23 | 1 | -2/+2 |
| * | [BranchFolding] Allow hoisting to block with a single conditional branch. | Geoff Berry | 2018-05-14 | 1 | -1/+5 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -30/+33 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -3/+3 |
| * | [BranchFolding] Salvage DBG_VALUE instructions from empty blocks | Bjorn Pettersson | 2018-04-30 | 1 | -0/+46 |
| * | Correct dwarf unwind information in function epilogue | Petar Jovanovic | 2018-04-24 | 1 | -12/+49 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -3/+3 |
| * | [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 | -19/+16 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Revert "Correct dwarf unwind information in function epilogue for X86" | Reid Kleckner | 2017-11-08 | 1 | -49/+12 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | Reland "Correct dwarf unwind information in function epilogue for X86" | Petar Jovanovic | 2017-11-07 | 1 | -12/+49 |
| * | Revert "Correct dwarf unwind information in function epilogue for X86" | Petar Jovanovic | 2017-11-01 | 1 | -42/+8 |
| * | Correct dwarf unwind information in function epilogue for X86 | Petar Jovanovic | 2017-11-01 | 1 | -8/+42 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-10-10 | 1 | -4/+8 |
| * | Insert IMPLICIT_DEFS for undef uses in tail merging | Matthias Braun | 2017-09-06 | 1 | -49/+95 |
| * | Fix conditional tail call branch folding when both edges are the same | Reid Kleckner | 2017-07-28 | 1 | -2/+3 |
| * | Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" | Daniel Jasper | 2017-06-29 | 1 | -54/+8 |
| * | [X86] Correct dwarf unwind information in function epilogue | Petar Jovanovic | 2017-06-28 | 1 | -8/+54 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-06 | 1 | -9/+27 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-26 | 1 | -3/+4 |
| * | Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI" | Matthias Braun | 2017-05-26 | 1 | -4/+3 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-25 | 1 | -3/+4 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -2/+2 |
| * | Remove stale live-ins in the branch folder | Krzysztof Parzyszek | 2017-05-05 | 1 | -12/+22 |
| * | CodeGen: BranchFolding: Merge identical blocks, even if they are short. | Kyle Butt | 2017-04-10 | 1 | -0/+16 |