aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-22Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith1-19/+18
2016-02-22Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith1-18/+19
2016-02-22CodeGen: Use references in MachineTraceMetrics::Trace, NFCDuncan P. N. Exon Smith1-19/+18
2016-02-18Remove uses of builtin comma operator.Richard Trieu1-4/+8
2015-12-09use range-based for loops; NFCISanjay Patel1-6/+4
2015-07-23fix crash in machine trace metrics due to processing dbg_value instructions (...Sanjay Patel1-0/+4
2015-07-06use range-based for loops; NFCISanjay Patel1-10/+8
2015-07-06use range-based for loops; NFCISanjay Patel1-8/+6
2015-07-04use valid bits to avoid unnecessary machine trace metric recomputationsSanjay Patel1-5/+10
2015-06-30use range-based for loops; NFCISanjay Patel1-7/+5
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-5/+5
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-5/+5
2015-05-29CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperandsMatthias Braun1-21/+28
2015-05-21use range-based for-loops; NFCISanjay Patel1-6/+2
2015-04-15Add range iterators for post order and inverse post order. Use themDaniel Berlin1-10/+6
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher1-4/+3
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie1-1/+1
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper1-1/+1
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper1-6/+3
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+2
2014-08-03MachineCombiner Pass for selecting faster instructionGerolf Hoflehner1-14/+45
2014-04-30Convert more loops to range-based equivalentsAlexey Samsonov1-28/+22
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-11/+12
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer1-1/+1
2014-03-13Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson1-1/+1