Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / DFAPacketizer.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-14 Eric ChristopherRemove the TargetMachine from DFAPacketizer since it...
2014-08-20 Alexey SamsonovCleanup: Delete seemingly unused reference to MachineDo...
2012-12-03 Chandler CarruthSort the #include lines for the include/... tree with...
2012-11-15 Dmitri GribenkoUse empty parens for empty function parameter list...
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-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...