Age | Commit message (Expand) | Author | Files | Lines |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2014-10-14 | Remove the TargetMachine from DFAPacketizer since it was only | Eric Christopher | 1 | -2/+2 |
2014-10-09 | Remove unused argument to CreateTargetScheduleState and change | Eric Christopher | 1 | -1/+1 |
2014-08-20 | Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched... | Alexey Samsonov | 1 | -9/+8 |
2014-08-20 | Fix null reference creation in ScheduleDAGInstrs constructor call. | Alexey Samsonov | 1 | -1/+1 |
2014-08-04 | Remove the TargetMachine forwards for TargetSubtargetInfo based | Eric Christopher | 1 | -1/+1 |
2014-04-14 | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 1 | -2/+2 |
2014-03-07 | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 1 | -1/+1 |
2013-08-23 | mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c... | Andrew Trick | 1 | -1/+2 |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 1 | -2/+2 |
2012-06-22 | Revert r158679 - use case is unclear (and it increases the memory footprint). | Hal Finkel | 1 | -2/+2 |
2012-06-18 | Allow up to 64 functional units per processor itinerary. | Hal Finkel | 1 | -2/+2 |
2012-05-01 | Target independent Hexagon Packetizer fix. | Sirish Pande | 1 | -55/+36 |
2012-04-23 | Temporarily revert r155364 until the upstream review can complete, per | Chandler Carruth | 1 | -36/+55 |
2012-04-23 | Hexagon Packetizer's target independent fix. | Sirish Pande | 1 | -55/+36 |
2012-04-18 | This reverts a long string of commits to the Hexagon backend. These | Chandler Carruth | 1 | -34/+55 |
2012-04-12 | HexagonPacketizer patch. | Sirish Pande | 1 | -55/+34 |
2012-03-07 | Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface. | Andrew Trick | 1 | -18/+12 |
2012-03-07 | misched prep: Expose the ScheduleDAGInstrs interface so targets may | Andrew Trick | 1 | -1/+1 |
2012-03-07 | misched preparation: rename core scheduler methods for consistency. | Andrew Trick | 1 | -4/+4 |
2012-03-07 | misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles. | Andrew Trick | 1 | -1/+3 |
2012-02-23 | Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler... | Benjamin Kramer | 1 | -18/+8 |
2012-02-15 | Fix library visibility problems with VLIWPacketizer. | Andrew Trick | 1 | -6/+19 |
2012-02-15 | Don't expose DefaultVLIWScheduler | Andrew Trick | 1 | -1/+1 |
2012-02-15 | Generic "VLIW" packetizer based on a DFA generated from target itinerary. | Andrew Trick | 1 | -0/+147 |
2011-12-06 | use space star instead of star space | Sebastian Pop | 1 | -9/+9 |
2011-12-06 | add missing point at the end of sentences | Sebastian Pop | 1 | -6/+6 |
2011-12-01 | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta | 1 | -0/+98 |