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
/
MachineCSE.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Restrict machine cse to really trivial coalescing. Leave the heavy lifting to...
Evan Cheng
2010-03-08
1
-0
/
+3
*
Don't update physical register def.
Evan Cheng
2010-03-06
1
-2
/
+3
*
Avoid cse load instructions unless they are known to be invariant loads.
Evan Cheng
2010-03-04
1
-10
/
+36
*
Look ahead a bit to determine if a physical register def that is not marked d...
Evan Cheng
2010-03-04
1
-6
/
+61
*
Fix a logic error. An instruction that has a live physical register def canno...
Evan Cheng
2010-03-03
1
-2
/
+5
*
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
1
-65
/
+3
*
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
1
-0
/
+63
*
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
1
-63
/
+0
*
Machine CSE work in progress. It's doing some CSE now. But implicit def of ph...
Evan Cheng
2010-03-03
1
-24
/
+61
*
Work in progress. Finding some cse now.
Evan Cheng
2010-03-03
1
-4
/
+88
*
Fix typo.
Evan Cheng
2010-03-02
1
-1
/
+1
*
Add skeleton of a machine level cse pass.
Evan Cheng
2010-03-02
1
-0
/
+124
[prev]