aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/DFAPacketizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-071-18/+12
* misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick2012-03-071-1/+1
* misched preparation: rename core scheduler methods for consistency.Andrew Trick2012-03-071-4/+4
* misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick2012-03-071-1/+3
* Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer2012-02-231-18/+8
* Fix library visibility problems with VLIWPacketizer.Andrew Trick2012-02-151-6/+19
* Don't expose DefaultVLIWSchedulerAndrew Trick2012-02-151-1/+1
* Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick2012-02-151-0/+147
* use space star instead of star spaceSebastian Pop2011-12-061-9/+9
* add missing point at the end of sentencesSebastian Pop2011-12-061-6/+6
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+98