| Commit message (Expand) | Author | Age | Files | Lines |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-09 | 1 | -2/+7 |
| * | Revert "[PGO][PGSO] Instrument the code gen / target passes." | Hiroshi Yamauchi | 2019-12-06 | 1 | -7/+2 |
| * | [PGO][PGSO] Instrument the code gen / target passes. | Hiroshi Yamauchi | 2019-12-06 | 1 | -2/+7 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+2 |
| * | [IfCvt][ARM] Optimise diamond if-conversion for code size | Oliver Stannard | 2019-10-10 | 1 | -17/+116 |
| * | [DebugInfo][If-Converter] Update call site info during the optimization | Nikola Prica | 2019-10-08 | 1 | -0/+16 |
| * | [NewPM] Port MachineModuleInfo to the new pass manager. | Yuanfang Chen | 2019-09-30 | 1 | -4/+8 |
| * | [IfConversion] Disallow TBB == FBB for valid triangles | Mikael Holmen | 2019-09-26 | 1 | -0/+3 |
| * | [IfConversion] Correctly handle cases where analyzeBranch fails. | Eli Friedman | 2019-09-09 | 1 | -0/+6 |
| * | [IfConversion] Fix diamond conversion with unanalyzable branches. | Eli Friedman | 2019-09-05 | 1 | -2/+8 |
| * | Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-15 | 1 | -2/+2 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -8/+8 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [NFC] fix trivial typos in comments | Hiroshi Inoue | 2019-01-09 | 1 | -2/+2 |
| * | LivePhysRegs/IfConversion: Change some types from unsigned to MCPhysReg; NFC | Matthias Braun | 2018-11-06 | 1 | -10/+10 |
| * | [CodeGen] Fix inconsistent declaration parameter name | Fangrui Song | 2018-07-16 | 1 | -1/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -26/+27 |
| * | [DebugInfo] Examine all uses of isDebugValue() for debug instructions. | Shiva Chen | 2018-05-09 | 1 | -9/+9 |
| * | [if-converter] Handle BBs that terminate in ret during diamond conversion | Krzysztof Parzyszek | 2018-04-19 | 1 | -11/+28 |
| * | [TargetSchedule] shrink interface for init(); NFCI | Sanjay Patel | 2018-04-08 | 1 | -1/+1 |
| * | 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 | -16/+15 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -3/+3 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | CodeGen: Minor cleanups to use MachineInstr::getMF. NFC | Justin Bogner | 2017-10-10 | 1 | -3/+2 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include W... | Eugene Zelenko | 2017-09-22 | 1 | -20/+35 |
| * | [IfConversion] More simple, correct dead/kill liveness handling | Krzysztof Parzyszek | 2017-09-14 | 1 | -52/+3 |
| * | [IfConversion] Remove kill flags from common instructions as well | Krzysztof Parzyszek | 2017-09-06 | 1 | -4/+6 |
| * | [IfConversion] Maintain the CFG when predicating/merging blocks in IfConvert* | Mikael Holmen | 2017-08-11 | 1 | -38/+21 |
| * | [IfConversion] Hoist removeBranch calls out of if/else clauses [NFC] | Mikael Holmen | 2017-06-26 | 1 | -4/+9 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Revert "[IfConversion] Keep the CFG updated incrementally in IfConvertTriangle" | Tobias Grosser | 2017-05-29 | 1 | -21/+6 |
| * | CodeGen: Rename DEBUG_TYPE to match passnames | Matthias Braun | 2017-05-25 | 1 | -3/+3 |
| * | [IfConversion] Keep the CFG updated incrementally in IfConvertTriangle | Mikael Holmen | 2017-05-12 | 1 | -6/+21 |
| * | [IfConversion] Add missing check in IfConversion/canFallThroughTo | Mikael Holmen | 2017-05-10 | 1 | -1/+2 |
| * | [IfConversion] Only renormalize probabilities if branches are analyzable | Krzysztof Parzyszek | 2017-03-06 | 1 | -2/+4 |
| * | [IfConversion] Use reverse_iterator to simplify. NFC | Kyle Butt | 2017-01-26 | 1 | -70/+35 |
| * | CodeGen: Assert that liveness is up to date when reading block live-ins. | Matthias Braun | 2017-01-05 | 1 | -17/+25 |
| * | [codegen] Add generic functions to skip debug values. | Florian Hahn | 2016-12-16 | 1 | -34/+14 |
| * | LivePhysReg: Use reference instead of pointer in init(); NFC | Matthias Braun | 2016-12-08 | 1 | -5/+5 |
| * | CodeGen/Passes: Pass MachineFunction as functor arg; NFC | Matthias Braun | 2016-10-24 | 1 | -5/+4 |
| * | IfConversion: Add implicit uses for redefined regs with live subregisters | Krzysztof Parzyszek | 2016-09-28 | 1 | -0/+11 |
| * | Finish renaming remaining analyzeBranch functions | Matt Arsenault | 2016-09-14 | 1 | -23/+23 |
| * | Make analyzeBranch family of instruction names consistent | Matt Arsenault | 2016-09-14 | 1 | -4/+4 |
| * | CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI | Duncan P. N. Exon Smith | 2016-09-11 | 1 | -2/+1 |
| * | IfConversion: Add assertions that both sides of a diamond don't pred-clobber. | Kyle Butt | 2016-09-02 | 1 | -2/+3 |
| * | IfConversion: Fix bug introduced by rescanning diamonds. | Kyle Butt | 2016-09-02 | 1 | -1/+1 |
| * | IfConversion: Don't count branches in # of duplicates. | Kyle Butt | 2016-09-02 | 1 | -1/+3 |
| * | IfConversion: Fix branch predication bug. | Kyle Butt | 2016-08-29 | 1 | -20/+61 |