aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineTraceMetrics.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-3/+3
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer1-1/+1
2013-06-15Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick1-6/+4
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick1-1/+15
2013-04-02Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen1-3/+11
2013-04-02Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen1-9/+144
2013-03-07Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen1-2/+2
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen1-1/+1
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4