Revert r253790: it breaks all builds for some reason.
[oota-llvm.git] / lib / CodeGen / DFAPacketizer.cpp
2015-11-21 Krzysztof ParzyszekRevert r253790: it breaks all builds for some reason.
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
2015-11-03 Matthias BraunScheduleDAGInstrs: Remove IsPostRA flag; NFC
2015-10-09 Duncan P. N. Exon... CodeGen: Remove a few more ilist iterator implicit...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-10-09 Eric ChristopherRemove unused argument to CreateTargetScheduleState...
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2014-08-20 Alexey SamsonovFix null reference creation in ScheduleDAGInstrs constr...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-22 Hal FinkelRevert r158679 - use case is unclear (and it increases...
2012-06-18 Hal FinkelAllow up to 64 functional units per processor itinerary.
2012-05-01 Sirish PandeTarget independent Hexagon Packetizer fix.
2012-04-23 Chandler CarruthTemporarily revert r155364 until the upstream review...
2012-04-23 Sirish PandeHexagon Packetizer's target independent fix.
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-12 Sirish PandeHexagonPacketizer patch.
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-02-23 Benjamin KramerStrip a layer of boilerplate from the VLIWPacketizer...
2012-02-15 Andrew TrickFix library visibility problems with VLIWPacketizer.
2012-02-15 Andrew TrickDon't expose DefaultVLIWScheduler
2012-02-15 Andrew TrickGeneric "VLIW" packetizer based on a DFA generated...
2011-12-06 Sebastian Popuse space star instead of star space
2011-12-06 Sebastian Popadd missing point at the end of sentences
2011-12-01 Anshuman DasguptaAdd a deterministic finite automaton based packetizer...