| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DFAPacketizer] Allow up to 64 functional units | jmolloy | 2019-11-05 | 1 | -54/+8 |
| * | Prune Analysis includes from SelectionDAG.h | Reid Kleckner | 2019-10-19 | 1 | -4/+5 |
| * | [DFAPacketizer] Use DFAEmitter. NFC. | James Molloy | 2019-10-17 | 1 | -67/+12 |
| * | [DFAPacketizer] Reapply: Track resources for packetized instructions | James Molloy | 2019-09-09 | 1 | -11/+54 |
| * | Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz... | Simon Pilgrim | 2019-09-09 | 1 | -54/+11 |
| * | [DFAPacketizer] Track resources for packetized instructions | James Molloy | 2019-09-06 | 1 | -11/+54 |
| * | 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 | -2/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -13/+15 |
| * | Fix a bunch more layering of CodeGen headers that are in Target | David Blaikie | 2017-11-17 | 1 | -1/+1 |
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| * | [Packetizer] Add function to check for aliasing between instructions | Krzysztof Parzyszek | 2017-10-20 | 1 | -0/+32 |
| * | [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-06-07 | 1 | -41/+40 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | Remove unnecessary conditions as suggested by clang-tidy. NFC | Gabor Horvath | 2017-05-01 | 1 | -4/+2 |
| * | [Packetizer] Add debugging code to stop packetization after N instructions | Krzysztof Parzyszek | 2016-08-19 | 1 | -0/+21 |
| * | Add debugging code to the packetizer | Krzysztof Parzyszek | 2016-07-14 | 1 | -0/+25 |
| * | Apply clang-tidy's misc-static-assert where it makes sense. | Benjamin Kramer | 2016-05-27 | 1 | -4/+6 |
| * | Add DAG mutation interface to the DFA packetizer | Krzysztof Parzyszek | 2016-03-08 | 1 | -0/+24 |
| * | CodeGen: Update DFAPacketizer API to take MachineInstr&, NFC | Duncan P. N. Exon Smith | 2016-02-27 | 1 | -9/+10 |
| * | Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC" | Duncan P. N. Exon Smith | 2016-02-22 | 1 | -1/+1 |
| * | CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC | Duncan P. N. Exon Smith | 2016-02-21 | 1 | -1/+1 |
| * | [Packetizer] Code cleanup, NFC | Krzysztof Parzyszek | 2016-01-14 | 1 | -55/+54 |
| * | [Packetizer] Add a check whether an instruction should be packetized now | Krzysztof Parzyszek | 2015-12-16 | 1 | -2/+3 |
| * | [Packetizer] Add AliasAnalysis as a parameter to the packetizer | Krzysztof Parzyszek | 2015-12-14 | 1 | -7/+11 |
| * | Avoid dependency between TableGen and CodeGen | Krzysztof Parzyszek | 2015-11-22 | 1 | -0/+27 |
| * | Hexagon V60/HVX DFA scheduler support | Krzysztof Parzyszek | 2015-11-21 | 1 | -9/+27 |
| * | Revert r253790: it breaks all builds for some reason. | Krzysztof Parzyszek | 2015-11-21 | 1 | -30/+9 |
| * | Hexagon V60/HVX DFA scheduler support | Krzysztof Parzyszek | 2015-11-21 | 1 | -9/+30 |
| * | ScheduleDAGInstrs: Remove IsPostRA flag; NFC | Matthias Braun | 2015-11-03 | 1 | -6/+5 |
| * | CodeGen: Remove a few more ilist iterator implicit conversions, NFC | Duncan P. N. Exon Smith | 2015-10-09 | 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 |
| * | Remove the TargetMachine from DFAPacketizer since it was only | Eric Christopher | 2014-10-14 | 1 | -2/+2 |
| * | Remove unused argument to CreateTargetScheduleState and change | Eric Christopher | 2014-10-09 | 1 | -1/+1 |
| * | Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched... | Alexey Samsonov | 2014-08-20 | 1 | -9/+8 |
| * | Fix null reference creation in ScheduleDAGInstrs constructor call. | Alexey Samsonov | 2014-08-20 | 1 | -1/+1 |
| * | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 2014-08-04 | 1 | -1/+1 |
| * | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-14 | 1 | -2/+2 |
| * | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-07 | 1 | -1/+1 |
| * | mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c... | Andrew Trick | 2013-08-23 | 1 | -1/+2 |
| * | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| * | Revert r158679 - use case is unclear (and it increases the memory footprint). | Hal Finkel | 2012-06-22 | 1 | -2/+2 |
| * | Allow up to 64 functional units per processor itinerary. | Hal Finkel | 2012-06-18 | 1 | -2/+2 |
| * | Target independent Hexagon Packetizer fix. | Sirish Pande | 2012-05-01 | 1 | -55/+36 |
| * | Temporarily revert r155364 until the upstream review can complete, per | Chandler Carruth | 2012-04-23 | 1 | -36/+55 |
| * | Hexagon Packetizer's target independent fix. | Sirish Pande | 2012-04-23 | 1 | -55/+36 |
| * | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 2012-04-18 | 1 | -34/+55 |
| * | HexagonPacketizer patch. | Sirish Pande | 2012-04-12 | 1 | -55/+34 |
| * | Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface. | Andrew Trick | 2012-03-07 | 1 | -18/+12 |