Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix library visibility problems with VLIWPacketizer. | Andrew Trick | 2012-02-15 | 1 | -6/+19 |
| | | | | | | The existing framework for postra scheduling is library local. We want to keep it that way. Soon we will have a more general MachineScheduler interface. At that time, various bits will be exposed to targets. In the meantime, the VLIWPacketizer wants to use ScheduleDAGInstrs directly, so it needs to wrapped in a PIMPL to avoid exposing it to the target interface. llvm-svn: 150633 | ||||
* | Don't expose DefaultVLIWScheduler | Andrew Trick | 2012-02-15 | 1 | -1/+1 |
| | | | | llvm-svn: 150619 | ||||
* | Generic "VLIW" packetizer based on a DFA generated from target itinerary. | Andrew Trick | 2012-02-15 | 1 | -0/+147 |
| | | | | | | Patch by Sundeep! llvm-svn: 150607 | ||||
* | use space star instead of star space | Sebastian Pop | 2011-12-06 | 1 | -9/+9 |
| | | | | llvm-svn: 145944 | ||||
* | add missing point at the end of sentences | Sebastian Pop | 2011-12-06 | 1 | -6/+6 |
| | | | | llvm-svn: 145943 | ||||
* | Add a deterministic finite automaton based packetizer for VLIW architectures | Anshuman Dasgupta | 2011-12-01 | 1 | -0/+98 |
llvm-svn: 145629 |