summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DFAPacketizer.cpp
Commit message (Expand)AuthorAge
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick2013-08-23
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-22
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-18
* Target independent Hexagon Packetizer fix.Sirish Pande2012-05-01
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-23
* Hexagon Packetizer's target independent fix.Sirish Pande2012-04-23
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-18
* HexagonPacketizer patch.Sirish Pande2012-04-12
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-07
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-07
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-07
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-07
* Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer2012-02-23
* Fix library visibility problems with VLIWPacketizer.Andrew Trick2012-02-15
* Don't expose DefaultVLIWSchedulerAndrew Trick2012-02-15
* Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick2012-02-15
* use space star instead of star spaceSebastian Pop2011-12-06
* add missing point at the end of sentencesSebastian Pop2011-12-06
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-01