index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
TableGen
/
DAGISelMatcher.cpp
Age
Commit message (
Expand
)
Author
2010-02-28
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-27
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-25
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
factor the print method better.
Chris Lattner
2010-02-25
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-24
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
The new isel was not properly handling patterns that covered
Chris Lattner
2010-02-22
add a new CheckMultiOpcode opcode for checking that a node
Chris Lattner
2010-02-21
implement the last known missing feature: updating uses of results
Chris Lattner
2010-02-21
Lots of improvements to the new dagisel emitter. This gets it to
Chris Lattner
2010-02-18
add support for referencing registers and immediates,
Chris Lattner
2010-02-18
rename the child field to 'next'. This is not a parent/child
Chris Lattner
2010-02-18
eliminate the MatcherNodeWithChild class, give the 'child'
Chris Lattner
2010-02-17
Emulate the current isel's "IsChainCompatible" logic for now.
Chris Lattner
2010-02-16
convert the new matcher to check intermediate nodes for a single
Chris Lattner
2010-02-16
add support for the new isel matcher to generate
Chris Lattner
2010-02-15
Check in the first big step of rewriting DAGISelEmitter to
Chris Lattner