| Commit message (Expand) | Author | Age | Files | Lines |
| * | [NFC][MacroFusion] Adding the assertion if someone want to fuse more than 2 i... | QingShan Zhang | 2019-12-10 | 1 | -0/+8 |
| * | [MacroFusion] Limit the max fused number as 2 to reduce the dependency | QingShan Zhang | 2019-12-04 | 1 | -1/+18 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -2/+2 |
| * | [ScheduleDAG] Move `Topo` and `addEdge` to base class. | Clement Courbet | 2019-03-29 | 1 | -7/+5 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | ScheduleDAG: Cleanup dumping code; NFC | Matthias Braun | 2018-09-19 | 1 | -6/+6 |
| * | MacroFusion: Fix macro fusion with ExitSU failing in top-down scheduling | Matthias Braun | 2018-07-26 | 1 | -1/+11 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -11/+9 |
| * | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-01 | 1 | -2/+2 |
| * | [CodeGen] Improve the consistency of instruction fusion* | Evandro Menezes | 2017-12-11 | 1 | -24/+55 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [CodeGen] Rename DEBUG_TYPE to match passnames | Evandro Menezes | 2017-07-11 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-26 | 1 | -12/+15 |
| * | Recommit rL305677: [CodeGen] Add generic MacroFusion pass | Florian Hahn | 2017-06-19 | 1 | -0/+150 |
| * | Revert r305677 [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -150/+0 |
| * | [CodeGen] Add generic MacroFusion pass. | Florian Hahn | 2017-06-19 | 1 | -0/+150 |