aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/DFAPacketizer.cpp
AgeCommit message (Expand)Author
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth
2012-04-12HexagonPacketizer patch.Sirish Pande
2012-03-07Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick
2012-03-07misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick
2012-03-07misched preparation: rename core scheduler methods for consistency.Andrew Trick
2012-03-07misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick
2012-02-23Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer
2012-02-15Fix library visibility problems with VLIWPacketizer.Andrew Trick
2012-02-15Don't expose DefaultVLIWSchedulerAndrew Trick
2012-02-15Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick
2011-12-06use space star instead of star spaceSebastian Pop
2011-12-06add missing point at the end of sentencesSebastian Pop
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta