| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -0/+4 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -4/+0 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -0/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -3/+3 |
| * | Change ambiguous uses of term 'funclet' to 'EH scopes'. NFC. | Heejin Ahn | 2018-06-01 | 1 | -1/+1 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-10-10 | 1 | -11/+30 |
| * | Insert IMPLICIT_DEFS for undef uses in tail merging | Matthias Braun | 2017-09-06 | 1 | -4/+4 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-26 | 1 | -0/+1 |
| * | Revert "LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI" | Matthias Braun | 2017-05-26 | 1 | -1/+0 |
| * | LivePhysRegs: Skip reserved regs in computeLiveIns; NFCI | Matthias Braun | 2017-05-25 | 1 | -0/+1 |
| * | NFC: Reformats comments according to the coding guildelines. | Taewook Oh | 2017-03-15 | 1 | -0/+40 |
| * | [BranchFolding] Merge debug locations from common tail instead of removing | Taewook Oh | 2017-03-15 | 1 | -0/+1 |
| * | include function name in dot filename | Xinliang David Li | 2017-02-15 | 1 | -1/+1 |
| * | CodeGen: Allow small copyable blocks to "break" the CFG. | Kyle Butt | 2017-01-31 | 1 | -0/+1 |
| * | Add support to dump dot graph block layout after MBP | Xinliang David Li | 2017-01-29 | 1 | -0/+1 |
| * | BranchRelaxation: Recompute live-ins when splitting a block | Matthias Braun | 2016-12-16 | 1 | -1/+0 |
| * | Do not remove implicit defs in BranchFolder | Krzysztof Parzyszek | 2016-10-12 | 1 | -1/+0 |
| * | Branch Folding: Accept explicit threshold for tail merge size. | Kyle Butt | 2016-08-18 | 1 | -3/+9 |
| * | BranchFolding: Use LivePhysReg to update live in lists. | Matthias Braun | 2016-07-12 | 1 | -4/+4 |
| * | Reapply "[MBP] Reduce code size by running tail merging in MBP."" | Haicheng Wu | 2016-06-09 | 1 | -6/+18 |
| * | Revert "[MBP] Reduce code size by running tail merging in MBP." | Haicheng Wu | 2016-06-07 | 1 | -18/+6 |
| * | [MBP] Reduce code size by running tail merging in MBP. | Haicheng Wu | 2016-06-06 | 1 | -4/+8 |
| * | [BranchFolding] Replace MachineBlockFrequencyInfo with MBFIWrapper. NFC. | Haicheng Wu | 2016-06-06 | 1 | -2/+10 |
| * | [WinEH] Permit branch folding in the face of funclets | David Majnemer | 2015-10-04 | 1 | -0/+1 |
| * | [CodeGen] Reduce visibility of implementation details | Benjamin Kramer | 2015-07-01 | 1 | -1/+1 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | [Branch probability] Recompute branch weights of tail-merged basic blocks. | Akira Hatanaka | 2014-08-07 | 1 | -1/+23 |
| * | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
| * | [branchfolding] Fix typo in C++ editor declaration. | Michael Gottesman | 2013-08-12 | 1 | -1/+1 |
| * | Fix tail merging to assign the (more) correct BasicBlock when splitting. | Andrew Trick | 2013-06-24 | 1 | -1/+3 |
| * | When tail-merging multiple blocks, make sure to correctly update the live-in ... | Eli Friedman | 2011-07-06 | 1 | -0/+2 |
| * | Add 132986 back, but avoid non-determinism if a bb address gets reused. | Rafael Espindola | 2011-06-14 | 1 | -0/+2 |
| * | revert 132986 to see if the bots go green. | Rafael Espindola | 2011-06-14 | 1 | -2/+0 |
| * | Make the threshold used by branch folding softer. Before we would get a | Rafael Espindola | 2011-06-14 | 1 | -0/+2 |
| * | Re-commit 131172 with fix. MachineInstr identity checks should check dead | Evan Cheng | 2011-05-12 | 1 | -2/+5 |
| * | Revert 131172 as it is causing clang to miscompile itself. I will try | Rafael Espindola | 2011-05-11 | 1 | -5/+2 |
| * | Add a late optimization to BranchFolding that hoist common instruction sequences | Evan Cheng | 2011-05-11 | 1 | -2/+5 |
| * | Tail merging pass shall not break up IT blocks. rdar://8115404 | Evan Cheng | 2010-06-22 | 1 | -2/+3 |
| * | Split tail duplication into a separate pass. This is needed to avoid | Bob Wilson | 2009-11-26 | 1 | -8/+0 |
| * | Perform tail duplication only once, after tail merging is complete. | Bob Wilson | 2009-11-17 | 1 | -3/+2 |
| * | Make the BranchFolderPass class local to BranchFolding.cpp. | Dan Gohman | 2009-11-12 | 1 | -14/+1 |
| * | Promote MergePotentialsElt and SameTailElt to be regular classes | Dan Gohman | 2009-11-11 | 1 | -2/+49 |
| * | Check in the changes to this file too. | Dan Gohman | 2009-11-11 | 1 | -3/+9 |
| * | Revert r85346 change to control tail merging by CodeGenOpt::Level. | Bob Wilson | 2009-10-28 | 1 | -7/+3 |
| * | Record CodeGen optimization level in the BranchFolding pass so that we can | Bob Wilson | 2009-10-27 | 1 | -3/+7 |