index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineTraceMetrics.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Avoid looking at stale data in verifyAnalysis().
Jakob Stoklund Olesen
2012-07-30
1
-1
/
+4
*
Allow traces to enter nested loops.
Jakob Stoklund Olesen
2012-07-30
1
-14
/
+29
*
Assert that all trace candidate blocks have been visited by the PO.
Jakob Stoklund Olesen
2012-07-30
1
-11
/
+6
*
Hook into PassManager's analysis verification.
Jakob Stoklund Olesen
2012-07-30
1
-1
/
+1
*
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
1
-23
/
+1
*
Add MachineTraceMetrics::verify().
Jakob Stoklund Olesen
2012-07-30
1
-10
/
+46
*
Verify that the CFG hasn't changed during invalidate().
Jakob Stoklund Olesen
2012-07-30
1
-2
/
+12
*
Add more debug output to MachineTraceMetrics.
Jakob Stoklund Olesen
2012-07-27
1
-1
/
+32
*
Keep track of the head and tail of the trace through each block.
Jakob Stoklund Olesen
2012-07-27
1
-4
/
+12
*
Use an otherwise unused variable.
Jakob Stoklund Olesen
2012-07-26
1
-1
/
+1
*
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
1
-0
/
+477