summaryrefslogtreecommitdiff
path: root/lib/CodeGen/DFAPacketizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-10-14Remove the TargetMachine from DFAPacketizer since it was onlyEric Christopher1-2/+2
2014-10-09Remove unused argument to CreateTargetScheduleState and changeEric Christopher1-1/+1
2014-08-20Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...Alexey Samsonov1-9/+8
2014-08-20Fix null reference creation in ScheduleDAGInstrs constructor call.Alexey Samsonov1-1/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-1/+1
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2013-08-23mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr c...Andrew Trick1-1/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-06-22Revert r158679 - use case is unclear (and it increases the memory footprint).Hal Finkel1-2/+2
2012-06-18Allow up to 64 functional units per processor itinerary.Hal Finkel1-2/+2
2012-05-01Target independent Hexagon Packetizer fix.Sirish Pande1-55/+36
2012-04-23Temporarily revert r155364 until the upstream review can complete, perChandler Carruth1-36/+55
2012-04-23Hexagon Packetizer's target independent fix.Sirish Pande1-55/+36
2012-04-18This reverts a long string of commits to the Hexagon backend. TheseChandler Carruth1-34/+55
2012-04-12HexagonPacketizer patch.Sirish Pande1-55/+34
2012-03-07Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface.Andrew Trick1-18/+12
2012-03-07misched prep: Expose the ScheduleDAGInstrs interface so targets mayAndrew Trick1-1/+1
2012-03-07misched preparation: rename core scheduler methods for consistency.Andrew Trick1-4/+4
2012-03-07misched preparation: clarify ScheduleDAG and ScheduleDAGInstrs roles.Andrew Trick1-1/+3
2012-02-23Strip a layer of boilerplate from the VLIWPacketizer by storing the scheduler...Benjamin Kramer1-18/+8
2012-02-15Fix library visibility problems with VLIWPacketizer.Andrew Trick1-6/+19
2012-02-15Don't expose DefaultVLIWSchedulerAndrew Trick1-1/+1
2012-02-15Generic "VLIW" packetizer based on a DFA generated from target itinerary.Andrew Trick1-0/+147
2011-12-06use space star instead of star spaceSebastian Pop1-9/+9
2011-12-06add missing point at the end of sentencesSebastian Pop1-6/+6
2011-12-01Add a deterministic finite automaton based packetizer for VLIW architecturesAnshuman Dasgupta1-0/+98