[Packetizer] Add a check whether an instruction should be packetized now
[oota-llvm.git] / include / llvm / CodeGen / DFAPacketizer.h
2015-12-16 Krzysztof Parzyszek[Packetizer] Add a check whether an instruction should...
2015-12-14 Krzysztof Parzyszek[Packetizer] Add AliasAnalysis as a parameter to the...
2015-12-14 Krzysztof Parzyszek[Packetizer] Make endPacket virtual
2015-12-14 Krzysztof ParzyszekAdd "const" to function arguments in DFAPacketizer
2015-11-22 Krzysztof ParzyszekAvoid dependency between TableGen and CodeGen
2015-11-21 Krzysztof ParzyszekHexagon V60/HVX DFA scheduler support
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-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Krzysztof ParzyszekRemove "const" from the MachineFunction reference in...
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...