summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineTraceMetrics.cpp
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-28[CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2017-09-20Recommit [MachineCombiner] Update instruction depths incrementally for large ...Florian Hahn
2017-09-13Revert r312719 "[MachineCombiner] Update instruction depths incrementally for...Hans Wennborg
2017-09-11[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-09-07[MachineCombiner] Update instruction depths incrementally for large BBs.Florian Hahn
2017-09-07[MachineTraceMetrics] Add computeDepth function (NFCI).Florian Hahn
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-25CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun
2017-02-21[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-08-15[ADT] Change PostOrderIterator to use NodeRef. NFC.Tim Shen
2016-07-01CodeGen: Use MachineInstr& more in MachineTraceMetrics, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in MachineTraceMetrics, NFCDuncan P. N. Exon Smith
2016-02-22Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith
2016-02-22Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"Duncan P. N. Exon Smith
2016-02-22CodeGen: Use references in MachineTraceMetrics::Trace, NFCDuncan P. N. Exon Smith
2016-02-18Remove uses of builtin comma operator.Richard Trieu
2015-12-09use range-based for loops; NFCISanjay Patel
2015-07-23fix crash in machine trace metrics due to processing dbg_value instructions (...Sanjay Patel
2015-07-06use range-based for loops; NFCISanjay Patel
2015-07-06use range-based for loops; NFCISanjay Patel
2015-07-04use valid bits to avoid unnecessary machine trace metric recomputationsSanjay Patel
2015-06-30use range-based for loops; NFCISanjay Patel
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
2015-05-29CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperandsMatthias Braun
2015-05-21use range-based for-loops; NFCISanjay Patel
2015-04-15Add range iterators for post order and inverse post order. Use themDaniel Berlin
2015-01-27The subtarget is cached on the MachineFunction. Access it directly.Eric Christopher
2014-11-19Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie
2014-09-02Change MCSchedModel to be a struct of statically initialized data.Pete Cooper
2014-08-27Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper
2014-08-05Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-08-03MachineCombiner Pass for selecting faster instructionGerolf Hoflehner
2014-04-30Convert more loops to range-based equivalentsAlexey Samsonov
2014-04-22[Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth
2014-04-14[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper
2014-04-12Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer
2014-03-13Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson
2014-03-07[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper
2014-03-02[C++11] Replace llvm::tie with std::tie.Benjamin Kramer
2013-06-15Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-02Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen
2013-04-02Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen
2013-03-07Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen
2013-01-17Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth