| Commit message (Expand) | Author | Age | Files | Lines |
| * | [ModuloSchedule] Fix data types in ModuloScheduleExpander::isLoopCarried | Thomas Raoux | 2019-12-09 | 1 | -2/+2 |
| * | [ModuloSchedule] Fix a bug in experimental expander | Thomas Raoux | 2019-11-23 | 1 | -14/+62 |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | [ModuloSchedule] Fix modulo expansion for data loop carried dependencies. | Thomas Raoux | 2019-11-11 | 1 | -18/+132 |
| * | [ModuloSchedule] Do target loop analysis before peeling. | Thomas Raoux | 2019-11-11 | 1 | -4/+2 |
| * | [ModuloSchedule] Do not remap terminators | James Molloy | 2019-10-04 | 1 | -1/+1 |
| * | [ModuloSchedule] removeBranch() *before* creating the trip count condition | James Molloy | 2019-10-03 | 1 | -2/+1 |
| * | [ModuloSchedule] Peel out prologs and epilogs, generate actual code | James Molloy | 2019-10-02 | 1 | -0/+262 |
| * | [ModuloSchedule] KernelRewriter::rewrite - silence static analyzer dyn_cast<>... | Simon Pilgrim | 2019-09-24 | 1 | -0/+1 |
| * | [MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount | James Molloy | 2019-09-21 | 1 | -23/+17 |
| * | Revert "[MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduce... | Mitch Phillips | 2019-09-20 | 1 | -17/+23 |
| * | [MachinePipeliner] Improve the TargetInstrInfo API analyzeLoop/reduceLoopCount | James Molloy | 2019-09-20 | 1 | -23/+17 |
| * | Hide implementation details in namespaces. | Benjamin Kramer | 2019-09-17 | 1 | -0/+2 |
| * | [ModuloSchedule] Fix no-asserts build | James Molloy | 2019-09-04 | 1 | -5/+8 |
| * | [ModuloSchedule] Introduce PeelingModuloScheduleExpander | James Molloy | 2019-09-04 | 1 | -4/+461 |
| * | [MachinePipeliner] Add a way to unit-test the schedule emitter | James Molloy | 2019-09-03 | 1 | -0/+114 |
| * | [MachinePipeliner] Separate schedule emission, NFC | James Molloy | 2019-08-30 | 1 | -0/+1190 |