summaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/DFAPacketizer.cpp
AgeCommit message (Expand)Author
2025-11-08Remove unused <vector> inclusion (#166997)serge-sans-paille
2024-03-17[CodeGen] Use LocationSize for MMO getSize (#84751)David Green
2023-03-30[MachineScheduler] Rename postprocessDAG to postProcessDAG. NFCjacquesguan
2023-03-01[NFC] Fix incorrect comment in VLIW packetizerBen Shi
2023-02-11[DFAPacketizer] Move DefaultVLIWScheduler class declaration to header fileDarshan Bhat
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata
2022-03-16Cleanup codegen includesserge-sans-paille
2022-03-10Revert "Cleanup codegen includes"Nico Weber
2022-03-10Cleanup codegen includesserge-sans-paille
2021-04-09[NFC][AA] Prepare to convert AliasResult to class with PartialAlias offset.dfukalov
2019-11-05[DFAPacketizer] Allow up to 64 functional unitsjmolloy
2019-10-19Prune Analysis includes from SelectionDAG.hReid Kleckner
2019-10-17[DFAPacketizer] Use DFAEmitter. NFC.James Molloy
2019-09-09[DFAPacketizer] Reapply: Track resources for packetized instructionsJames Molloy
2019-09-09Revert rL371198 from llvm/trunk: [DFAPacketizer] Track resources for packetiz...Simon Pilgrim
2019-09-06[DFAPacketizer] Track resources for packetized instructionsJames Molloy
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-19ScheduleDAG: Cleanup dumping code; NFCMatthias Braun
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie
2017-10-20[Packetizer] Add function to check for aliasing between instructionsKrzysztof Parzyszek
2017-06-07[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-01Remove unnecessary conditions as suggested by clang-tidy. NFCGabor Horvath
2016-08-19[Packetizer] Add debugging code to stop packetization after N instructionsKrzysztof Parzyszek
2016-07-14Add debugging code to the packetizerKrzysztof Parzyszek
2016-05-27Apply clang-tidy's misc-static-assert where it makes sense.Benjamin Kramer
2016-03-08Add DAG mutation interface to the DFA packetizerKrzysztof Parzyszek
2016-02-27CodeGen: Update DFAPacketizer API to take MachineInstr&, NFCDuncan P. N. Exon Smith
2016-02-22Revert "CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFC"Duncan P. N. Exon Smith
2016-02-21CodeGen: MachineInstr::getIterator() => getInstrIterator(), NFCDuncan P. N. Exon Smith
2016-01-14[Packetizer] Code cleanup, NFCKrzysztof Parzyszek
2015-12-16[Packetizer] Add a check whether an instruction should be packetized nowKrzysztof Parzyszek
2015-12-14[Packetizer] Add AliasAnalysis as a parameter to the packetizerKrzysztof Parzyszek
2015-11-22Avoid dependency between TableGen and CodeGenKrzysztof Parzyszek
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek
2015-11-21Revert r253790: it breaks all builds for some reason.Krzysztof Parzyszek
2015-11-21Hexagon V60/HVX DFA scheduler supportKrzysztof Parzyszek
2015-11-03ScheduleDAGInstrs: Remove IsPostRA flag; NFCMatthias Braun
2015-10-09CodeGen: Remove a few more ilist iterator implicit conversions, NFCDuncan P. N. Exon Smith
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2014-10-14Remove the TargetMachine from DFAPacketizer since it was onlyEric Christopher
2014-10-09Remove unused argument to CreateTargetScheduleState and changeEric Christopher
2014-08-20Cleanup: Delete seemingly unused reference to MachineDominatorTree from Sched...Alexey Samsonov
2014-08-20Fix null reference creation in ScheduleDAGInstrs constructor call.Alexey Samsonov
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper