aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/DFAPacketizer.h
Commit message (Expand)AuthorAgeFilesLines
* Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel2012-06-221-1/+1
* Allow up to 64 functional units per processor itinerary.Hal Finkel2012-06-181-1/+1
* Target independent Hexagon Packetizer fix.Sirish Pande2012-05-011-12/+32
* Temporarily revert r155364 until the upstream review can complete, perChandler Carruth2012-04-231-32/+12
* Hexagon Packetizer's target independent fix.Sirish Pande2012-04-231-12/+32
* This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth2012-04-181-32/+12
* HexagonPacketizer patch.Sirish Pande2012-04-121-12/+32
* Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick2012-03-071-1/+2
* Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer2012-02-231-2/+1
* Fix library visibility problems with VLIWPacketizer.Andrew Trick2012-02-151-3/+3
* Don't expose DefaultVLIWSchedulerAndrew Trick2012-02-151-2/+2
* Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick2012-02-151-0/+69
* use space star instead of star spaceSebastian Pop2011-12-061-6/+6
* add missing point at the end of sentencesSebastian Pop2011-12-061-7/+7
* Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta2011-12-011-0/+78