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
/
utils
/
TableGen
/
DAGISelMatcherOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
1
-12
/
+55
*
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-27
1
-0
/
+68
*
switch from my nice hashtable based merging solution to a
Chris Lattner
2010-02-26
1
-66
/
+22
*
finish off the factoring optimization along the lines of the
Chris Lattner
2010-02-26
1
-11
/
+32
*
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
1
-17
/
+22
*
Implement the first half of redundancy factoring: efficiently
Chris Lattner
2010-02-25
1
-4
/
+89
*
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
1
-20
/
+20
*
add some noop code to push it out of my tree.
Chris Lattner
2010-02-25
1
-0
/
+23
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
1
-11
/
+10
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
1
-4
/
+11
*
split the movechild/record/moveparent -> recordchild optzn into a
Chris Lattner
2010-02-24
1
-16
/
+22
*
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
1
-2
/
+31
*
The new isel passes all tests, time to start making it go fast.
Chris Lattner
2010-02-24
1
-0
/
+19
[prev]