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
/
DAGISelMatcherEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+7
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-7
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+7
*
Add missing index comments to the left side of the DAG ISel matcher table for...
Craig Topper
2013-09-22
1
-2
/
+6
*
Fix comments
Eli Bendersky
2013-02-05
1
-1
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Add 'virtual' keywoards to output file for overridden functions.
Craig Topper
2012-09-16
1
-5
/
+6
*
TblGen: Tweak to pretty-print DAGISel.inc a bit better.
Jim Grosbach
2012-07-18
1
-2
/
+2
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-6
/
+5
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-04-17
1
-27
/
+19
*
Teach TableGen to pre-calculate register enum values when creating the
Jim Grosbach
2011-03-11
1
-23
/
+16
*
trailing whitespace.
Jim Grosbach
2011-03-01
1
-79
/
+79
*
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-03-01
1
-19
/
+39
*
flags -> glue for selectiondag
Chris Lattner
2010-12-23
1
-4
/
+4
*
sdisel flag -> glue.
Chris Lattner
2010-12-23
1
-2
/
+2
*
continue renaming flag -> glue.
Chris Lattner
2010-12-23
1
-5
/
+5
*
Rework passing parent pointers into complexpatterns, I forgot
Chris Lattner
2010-09-21
1
-2
/
+3
*
just like they can opt into getting the root of the pattern being
Chris Lattner
2010-09-21
1
-1
/
+6
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-1
/
+7
*
Moar words!
Eric Christopher
2010-08-06
1
-1
/
+1
*
generate better code in CheckComplexPattern
Chris Lattner
2010-06-14
1
-2
/
+3
*
print the complexity of the pattern being matched in the
Chris Lattner
2010-03-29
1
-9
/
+10
*
add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and
Chris Lattner
2010-03-28
1
-0
/
+7
*
fix a bug in my recent patch that increased opcode size to 2 bytes:
Chris Lattner
2010-03-27
1
-9
/
+13
*
Change tblgen to emit FOOISD opcode names as two
Chris Lattner
2010-03-25
1
-10
/
+11
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-0
/
+2
*
so hey, it turns out that the histogram was completely wrong, because
Chris Lattner
2010-03-04
1
-10
/
+32
*
change the new isel matcher to emit ComplexPattern matches
Chris Lattner
2010-03-04
1
-6
/
+8
*
enhance comment output to specify what recorded slot
Chris Lattner
2010-03-04
1
-2
/
+5
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-10
/
+35
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-5
/
+0
*
add some missing \n's
Chris Lattner
2010-03-02
1
-11
/
+19
*
fixme resolved.
Chris Lattner
2010-03-01
1
-3
/
+0
*
remove a little hack I did for the old isel, not needed
Chris Lattner
2010-03-01
1
-4
/
+0
*
Missed a \n in previous commit.
Torok Edwin
2010-03-01
1
-0
/
+1
*
Add command-line flag to tblgen to turn off generating comments for the new
Torok Edwin
2010-03-01
1
-57
/
+117
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-11
/
+1
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-2
/
+50
*
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
1
-2
/
+4
*
inline the node transforms and node predicates into the generated
Chris Lattner
2010-03-01
1
-13
/
+56
*
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
1
-1
/
+1
*
don't emit useless functions. These were producing
Chris Lattner
2010-02-28
1
-47
/
+56
*
change a few opcodes to use VBRs instead of embedding
Chris Lattner
2010-02-28
1
-60
/
+15
*
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
1
-1
/
+2
*
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
1
-4
/
+4
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
1
-6
/
+11
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
1
-1
/
+15
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
1
-3
/
+6
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
1
-5
/
+5
[next]