index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
MachineTraceMetrics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reapply "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-19
/
+18
*
Revert "CodeGen: Use references in MachineTraceMetrics::Trace, NFC"
Duncan P. N. Exon Smith
2016-02-22
1
-18
/
+19
*
CodeGen: Use references in MachineTraceMetrics::Trace, NFC
Duncan P. N. Exon Smith
2016-02-22
1
-19
/
+18
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-4
/
+8
*
use range-based for loops; NFCI
Sanjay Patel
2015-12-09
1
-6
/
+4
*
fix crash in machine trace metrics due to processing dbg_value instructions (...
Sanjay Patel
2015-07-23
1
-0
/
+4
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-06
1
-10
/
+8
*
use range-based for loops; NFCI
Sanjay Patel
2015-07-06
1
-8
/
+6
*
use valid bits to avoid unnecessary machine trace metric recomputations
Sanjay Patel
2015-07-04
1
-5
/
+10
*
use range-based for loops; NFCI
Sanjay Patel
2015-06-30
1
-7
/
+5
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-5
/
+5
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-5
/
+5
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-21
/
+28
*
use range-based for-loops; NFCI
Sanjay Patel
2015-05-21
1
-6
/
+2
*
Add range iterators for post order and inverse post order. Use them
Daniel Berlin
2015-04-15
1
-10
/
+6
*
The subtarget is cached on the MachineFunction. Access it directly.
Eric Christopher
2015-01-27
1
-4
/
+3
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
Change MCSchedModel to be a struct of statically initialized data.
Pete Cooper
2014-09-02
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-6
/
+3
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+2
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-14
/
+45
*
Convert more loops to range-based equivalents
Alexey Samsonov
2014-04-30
1
-28
/
+22
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-11
/
+12
*
Retire llvm::array_endof in favor of non-member std::end.
Benjamin Kramer
2014-04-12
1
-1
/
+1
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-3
/
+3
*
[C++11] Replace llvm::tie with std::tie.
Benjamin Kramer
2014-03-02
1
-1
/
+1
*
Machine Model: Add MicroOpBufferSize and resource BufferSize.
Andrew Trick
2013-06-15
1
-6
/
+4
*
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
1
-1
/
+15
*
Allow MachineTraceMetrics to be used when the model has no resources.
Jakob Stoklund Olesen
2013-04-02
1
-3
/
+11
*
Count processor resources individually in MachineTraceMetrics.
Jakob Stoklund Olesen
2013-04-02
1
-9
/
+144
*
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
1
-2
/
+2
*
Move MachineTraceMetrics.h into include/llvm/CodeGen.
Jakob Stoklund Olesen
2013-01-17
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Pass an explicit operand number to addLiveIns.
Jakob Stoklund Olesen
2012-10-11
1
-7
/
+7
*
Don't crash on extra evil irreducible control flow.
Jakob Stoklund Olesen
2012-10-08
1
-2
/
+2
*
Switch MachineTraceMetrics to the new TargetSchedModel interface.
Jakob Stoklund Olesen
2012-10-04
1
-31
/
+25
*
Give MachineTraceMetrics its own debug tag.
Jakob Stoklund Olesen
2012-08-10
1
-1
/
+1
*
Add more trace query functions.
Jakob Stoklund Olesen
2012-08-10
1
-0
/
+29
*
Include loop-carried dependencies when computing instr heights.
Jakob Stoklund Olesen
2012-08-10
1
-6
/
+18
*
Deal with irreducible control flow when building traces.
Jakob Stoklund Olesen
2012-08-08
1
-17
/
+22
*
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
1
-1
/
+1
*
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
1
-0
/
+24
*
Compute the critical path length through a trace.
Jakob Stoklund Olesen
2012-08-02
1
-5
/
+69
*
Compute instruction heights through a trace.
Jakob Stoklund Olesen
2012-08-01
1
-10
/
+246
*
Add DataDep constructors. Explicitly check SSA form.
Jakob Stoklund Olesen
2012-08-01
1
-20
/
+18
*
Compute instruction depths through the current trace.
Jakob Stoklund Olesen
2012-07-31
1
-0
/
+232
*
Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.
Jakob Stoklund Olesen
2012-07-31
1
-12
/
+12
[next]