summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineTraceMetrics.cpp
Commit message (Expand)AuthorAge
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-30
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-02
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-15
* Generalize the MachineTraceMetrics public API.Andrew Trick2013-04-27
* Allow MachineTraceMetrics to be used when the model has no resources.Jakob Stoklund Olesen2013-04-02
* Count processor resources individually in MachineTraceMetrics.Jakob Stoklund Olesen2013-04-02
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-07
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-17
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-11
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-08
* Switch MachineTraceMetrics to the new TargetSchedModel interface.Jakob Stoklund Olesen2012-10-04
* Give MachineTraceMetrics its own debug tag.Jakob Stoklund Olesen2012-08-10
* Add more trace query functions.Jakob Stoklund Olesen2012-08-10
* Include loop-carried dependencies when computing instr heights.Jakob Stoklund Olesen2012-08-10
* Deal with irreducible control flow when building traces.Jakob Stoklund Olesen2012-08-08
* Fix a couple of typos.Jakob Stoklund Olesen2012-08-07
* Add trace accessor methods, implement primitive if-conversion heuristic.Jakob Stoklund Olesen2012-08-07
* Compute the critical path length through a trace.Jakob Stoklund Olesen2012-08-02
* Compute instruction heights through a trace.Jakob Stoklund Olesen2012-08-01
* Add DataDep constructors. Explicitly check SSA form.Jakob Stoklund Olesen2012-08-01
* Compute instruction depths through the current trace.Jakob Stoklund Olesen2012-07-31
* Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.Jakob Stoklund Olesen2012-07-31
* Avoid looking at stale data in verifyAnalysis().Jakob Stoklund Olesen2012-07-30
* Allow traces to enter nested loops.Jakob Stoklund Olesen2012-07-30
* Assert that all trace candidate blocks have been visited by the PO.Jakob Stoklund Olesen2012-07-30
* Hook into PassManager's analysis verification.Jakob Stoklund Olesen2012-07-30
* Add MachineInstr::isTransient().Jakob Stoklund Olesen2012-07-30
* Add MachineTraceMetrics::verify().Jakob Stoklund Olesen2012-07-30
* Verify that the CFG hasn't changed during invalidate().Jakob Stoklund Olesen2012-07-30
* Add more debug output to MachineTraceMetrics.Jakob Stoklund Olesen2012-07-27
* Keep track of the head and tail of the trace through each block.Jakob Stoklund Olesen2012-07-27
* Use an otherwise unused variable.Jakob Stoklund Olesen2012-07-26
* Start scaffolding for a MachineTraceMetrics analysis pass.Jakob Stoklund Olesen2012-07-26