aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-10-16[CodeGen][NewPM] Port machine trace metrics analysis to new pass manager. (#1...Christudasan Devadasan1-22/+56
2024-10-16[CodeGen] Remove unused MachineBranchProbabilityInfo from MachineTraceMetrics...Christudasan Devadasan1-5/+2
2024-07-25Revert "MTM: fix issues after cursory reading" (#100559)Mehdi Amini1-46/+55
2024-07-24MTM: fix issues after cursory reading (#100404)Ramkumar Ramachandra1-55/+46
2024-07-09[CodeGen][NewPM] Port `machine-loops` to new pass manager (#97793)paperchalice1-3/+3
2024-06-28Reapply "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#968...paperchalice1-2/+2
2024-06-27[CodeGen] Use range-based for loops (NFC) (#96855)Kazu Hirata1-3/+3
2024-06-27Revert "[CodeGen][NewPM] Port machine-branch-prob to new pass manager" (#96858)paperchalice1-2/+2
2024-06-27[CodeGen][NewPM] Port machine-branch-prob to new pass manager (#96389)paperchalice1-2/+2
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-13/+13
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland1-13/+13
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-13/+13
2023-08-24Revert "[TableGen] Rename ResourceCycles and StartAtCycle to clarify semantics"Michael Maitland1-13/+13
2023-08-24[TableGen] Rename ResourceCycles and StartAtCycle to clarify semanticsMichael Maitland1-13/+13
2023-06-16[MC] Add MCRegisterInfo::regunits for iteration over register unitsSergei Barannikov1-13/+11
2023-05-18MachineTraceMetrics: modernize loops (NFC)Ramkumar Ramachandra1-9/+5
2023-02-15[MachineTraceMetrics] Add local strategyAnton Sidorenko1-0/+17
2023-02-14[MachineTraceMetrics][NFC] Move Strategy enum out of the classAnton Sidorenko1-4/+6
2023-02-07[CodeGen] Define and use MachineOperand::getOperandNoJay Foad1-15/+8
2023-01-13[CodeGen] Remove uses of Register::isPhysicalRegister/isVirtualRegister. NFCCraig Topper1-3/+3
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-3/+3
2022-12-14[Analysis] llvm::Optional => std::optionalFangrui Song1-2/+1
2022-11-21[MachineTraceMetrics] Pick the trace successor for an entry blockAnton Sidorenko1-1/+1
2022-07-17[CodeGen] Qualify auto variables in for loops (NFC)Kazu Hirata1-2/+2
2021-12-12[llvm] Use llvm::reverse (NFC)Kazu Hirata1-2/+1
2021-12-03[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-11/+11
2020-10-19[NFC][MC] Type [MC]Register uses in MachineTraceMetricsMircea Trofin1-14/+14
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-5/+5
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-7/+7
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-17Use llvm::copy. NFCFangrui Song1-2/+1
2018-07-30Remove trailing spaceFangrui Song1-2/+2
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-27/+27
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-1/+1
2018-04-08[TargetSchedule] shrink interface for init(); NFCISanjay Patel1-1/+1
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-24/+25
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-2/+2
2017-09-20Recommit [MachineCombiner] Update instruction depths incrementally for large ...Florian Hahn1-0/+8
2017-09-13Revert r312719 "[MachineCombiner] Update instruction depths incrementally for...Hans Wennborg1-8/+0
2017-09-11[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko1-2/+3
2017-09-07[MachineCombiner] Update instruction depths incrementally for large BBs.Florian Hahn1-0/+8
2017-09-07[MachineTraceMetrics] Add computeDepth function (NFCI).Florian Hahn1-54/+46
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun1-4/+4
2017-02-21[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-22/+44
2016-08-15[ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen1-3/+4
2016-07-01CodeGen: Use MachineInstr& more in MachineTraceMetrics, NFCDuncan P. N. Exon Smith1-20/+20
2016-06-30CodeGen: Use MachineInstr& in MachineTraceMetrics, NFCDuncan P. N. Exon Smith1-14/+14