| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -5/+12 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -12/+5 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -5/+12 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -10/+10 |
| * | Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re... | Daniel Sanders | 2019-08-01 | 1 | -1/+1 |
| * | [TailDuplicator] Fix copy instruction emitting into the wrong block. | Amara Emerson | 2019-07-02 | 1 | -1/+1 |
| * | TailDuplicator: Remove no-op analyzeBranch call | Matt Arsenault | 2019-06-07 | 1 | -5/+0 |
| * | [IR] Refactor attribute methods in Function class (NFC) | Evandro Menezes | 2019-04-04 | 1 | -1/+1 |
| * | 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 | -10/+10 |
| * | [DWARF] Allow duplication of tails with CFI instructions | Petar Jovanovic | 2018-01-31 | 1 | -2/+16 |
| * | MachineFunction: Return reference from getFunction(); NFC | Matthias Braun | 2017-12-15 | 1 | -1/+1 |
| * | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -10/+13 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -2/+2 |
| * | Revert "Correct dwarf unwind information in function epilogue for X86" | Reid Kleckner | 2017-11-08 | 1 | -2/+2 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -3/+3 |
| * | Reland "Correct dwarf unwind information in function epilogue for X86" | Petar Jovanovic | 2017-11-07 | 1 | -2/+2 |
| * | Revert "Correct dwarf unwind information in function epilogue for X86" | Petar Jovanovic | 2017-11-01 | 1 | -2/+2 |
| * | Correct dwarf unwind information in function epilogue for X86 | Petar Jovanovic | 2017-11-01 | 1 | -2/+2 |
| * | Add test case for r311511 | Matthias Braun | 2017-08-23 | 1 | -2/+2 |
| * | TargetInstrInfo: Change duplicate() to work on bundles. | Matthias Braun | 2017-08-22 | 1 | -8/+5 |
| * | Revert "r306529 - [X86] Correct dwarf unwind information in function epilogue" | Daniel Jasper | 2017-06-29 | 1 | -8/+2 |
| * | [X86] Correct dwarf unwind information in function epilogue | Petar Jovanovic | 2017-06-28 | 1 | -2/+8 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-07 | 1 | -14/+24 |
| * | [CodeGen] Fix uninitialized variables exposed by r303084 | Vitaly Buka | 2017-05-22 | 1 | -2/+2 |
| * | [TailDuplicator] Maintain DebugLoc for branch instructions | Taewook Oh | 2017-02-27 | 1 | -1/+2 |
| * | [MachineBlockPlacement] Don't make blocks "uneditable" | Sanjoy Das | 2016-12-15 | 1 | -7/+7 |
| * | Codegen: Tail-duplicate during placement. | Kyle Butt | 2016-10-11 | 1 | -13/+50 |
| * | Revert "Codegen: Tail-duplicate during placement." | Daniel Jasper | 2016-10-11 | 1 | -50/+13 |
| * | Codegen: Tail-duplicate during placement. | Kyle Butt | 2016-10-11 | 1 | -13/+50 |
| * | Revert "Codegen: Tail-duplicate during placement." | Kyle Butt | 2016-10-08 | 1 | -46/+13 |
| * | Codegen: Tail-duplicate during placement. | Kyle Butt | 2016-10-07 | 1 | -13/+46 |
| * | Revert "Codegen: Tail-duplicate during placement." | Kyle Butt | 2016-10-05 | 1 | -46/+13 |
| * | Codegen: Tail-duplicate during placement. | Kyle Butt | 2016-10-04 | 1 | -13/+46 |
| * | Revert "Codegen: Tail-duplicate during placement." | Kyle Butt | 2016-10-04 | 1 | -46/+13 |
| * | Codegen: Tail-duplicate during placement. | Kyle Butt | 2016-10-04 | 1 | -13/+46 |
| * | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 1 | -2/+2 |
| * | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 1 | -1/+1 |
| * | TailDuplication: Extract Indirect-Branch block limit as option. NFC | Kyle Butt | 2016-08-30 | 1 | -3/+9 |
| * | TailDuplication: Record blocks that received the duplicated block. NFC. | Kyle Butt | 2016-08-26 | 1 | -2/+10 |
| * | TailDuplication: Don't pass MMI separately from MF. NFC | Kyle Butt | 2016-08-25 | 1 | -2/+1 |
| * | TailDuplication: Save MF and reduce number of parameters. NFC | Kyle Butt | 2016-08-25 | 1 | -22/+21 |
| * | TailDuplicator: Fix crash after r278974 | Matthias Braun | 2016-08-18 | 1 | -1/+1 |
| * | Tail Duplication: Accept explicit threshold for duplicating. | Kyle Butt | 2016-08-17 | 1 | -4/+8 |
| * | TailDuplicator: Use optForSize instead of hasFnAttribute. | Kyle Butt | 2016-08-17 | 1 | -1/+1 |
| * | Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough. | Kyle Butt | 2016-08-16 | 1 | -0/+10 |
| * | TailDuplicator: Use range loops | Matt Arsenault | 2016-08-16 | 1 | -42/+23 |
| * | Revert "Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough." | Diana Picus | 2016-08-14 | 1 | -10/+0 |
| * | Use the range variant of find instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
| * | Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough. | Kyle Butt | 2016-08-10 | 1 | -0/+10 |