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
/
utils
/
TableGen
/
DAGISelMatcher.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-2
/
+0
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+3
*
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-04-17
1
-5
/
+6
*
Teach TableGen to pre-calculate register enum values when creating the
Jim Grosbach
2011-03-11
1
-4
/
+5
*
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-03-01
1
-1
/
+1
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-4
/
+4
*
continue renaming flag -> glue.
Chris Lattner
2010-12-23
1
-21
/
+21
*
Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.
Jim Grosbach
2010-12-21
1
-160
/
+160
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-3
/
+5
*
add some helper functions and implement isContradictory
Chris Lattner
2010-03-07
1
-0
/
+44
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-4
/
+18
*
enhance comment output to specify what recorded slot
Chris Lattner
2010-03-04
1
-2
/
+6
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-0
/
+29
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-25
/
+0
*
Emit a redundant check for immediates at root context, e.g. (imm 0).
Chris Lattner
2010-03-01
1
-1
/
+0
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-28
/
+1
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-3
/
+29
*
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
1
-5
/
+17
*
inline the node transforms and node predicates into the generated
Chris Lattner
2010-03-01
1
-1
/
+2
*
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
1
-9
/
+0
*
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
1
-9
/
+15
*
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
1
-12
/
+12
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
1
-3
/
+16
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
1
-5
/
+6
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
1
-11
/
+53
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
1
-11
/
+12
*
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
1
-0
/
+1
*
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
1
-0
/
+17
*
implement a new optimization to sink pattern predicates (like isSSE1)
Chris Lattner
2010-02-27
1
-0
/
+49
*
fix same bug in CheckChainCompatibleMatcher::isEqualImpl
Chris Lattner
2010-02-26
1
-1
/
+1
*
fix a nasty bug in CheckTypeMatcher::isEqualImpl
Chris Lattner
2010-02-26
1
-1
/
+1
*
add a new setNumChildren method for resizing scopes. Tweak getHash() so
Chris Lattner
2010-02-26
1
-1
/
+11
*
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
1
-12
/
+23
*
factor the print method better.
Chris Lattner
2010-02-25
1
-34
/
+34
*
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
1
-7
/
+178
*
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
1
-181
/
+178
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
1
-13
/
+13
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
1
-0
/
+21
*
implement a simple proof-of-concept optimization for
Chris Lattner
2010-02-24
1
-1
/
+29
*
The new isel passes all tests, time to start making it go fast.
Chris Lattner
2010-02-24
1
-1
/
+1
*
The new isel was not properly handling patterns that covered
Chris Lattner
2010-02-24
1
-0
/
+24
*
add a new CheckMultiOpcode opcode for checking that a node
Chris Lattner
2010-02-22
1
-0
/
+21
*
implement the last known missing feature: updating uses of results
Chris Lattner
2010-02-21
1
-9
/
+15
*
Lots of improvements to the new dagisel emitter. This gets it to
Chris Lattner
2010-02-21
1
-17
/
+205
*
add emitter support for integer constants and simple physreg references.
Chris Lattner
2010-02-19
1
-1
/
+1
*
add support for referencing registers and immediates,
Chris Lattner
2010-02-18
1
-32
/
+74
*
rename the child field to 'next'. This is not a parent/child
Chris Lattner
2010-02-18
1
-8
/
+10
*
eliminate the MatcherNodeWithChild class, give the 'child'
Chris Lattner
2010-02-18
1
-54
/
+42
[next]