Age | Commit message (Expand) | Author |
---|---|---|
2012-03-07 | Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface. | Andrew Trick |
2012-03-07 | misched prep: Expose the ScheduleDAGInstrs interface so targets may | Andrew Trick |
2012-03-07 | misched preparation: rename core scheduler methods for consistency. | Andrew Trick |
2012-03-07 | misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles. | Andrew Trick |
2012-02-23 | Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler... | Benjamin Kramer |
2012-02-15 | Fix library visibility problems with VLIWPacketizer. | Andrew Trick |
2012-02-15 | Don't expose DefaultVLIWScheduler | Andrew Trick |
2012-02-15 | Generic "VLIW" packetizer based on a DFA generated from target itinerary. | Andrew Trick |
2011-12-06 | use space star instead of star space | Sebastian Pop |
2011-12-06 | add missing point at the end of sentences | Sebastian Pop |
2011-12-01 | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta |