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
/
DAGISelMatcherEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tablegen] Use categories on options that only matter to one emitter.
Daniel Sanders
2017-03-27
1
-4
/
+6
*
[SelectionDAG] Make SelectCode return void
Joey Gouly
2017-03-09
1
-2
/
+1
*
[Tablegen] Instrumenting table gen DAGGenISelDAG
Aditya Nandakumar
2017-02-14
1
-4
/
+135
*
SDAG: Make SelectCodeCommon return void
Justin Bogner
2016-05-10
1
-2
/
+3
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-10
/
+0
*
[CodeGen] Add some space optimized forms of EmitNode and MorphNodeTo that imp...
Craig Topper
2016-05-03
1
-5
/
+12
*
[CodeGen] Add OPC_MoveChild0-OPC_MoveChild7 opcodes to isel matching tables t...
Craig Topper
2016-05-02
1
-3
/
+10
*
[CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...
Craig Topper
2016-03-07
1
-2
/
+2
*
[TableGen][DAGISel] Dedup predicates with same code to run. NFCI.
Ahmed Bougacha
2015-08-27
1
-4
/
+25
*
[TableGen] Remove dead code. NFC.
Ahmed Bougacha
2015-08-27
1
-7
/
+0
*
Teach raw_ostream to accept SmallString.
Yaron Keren
2015-03-10
1
-2
/
+2
*
Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::Pat...
David Blaikie
2014-11-13
1
-1
/
+1
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-7
/
+7
*
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...
Craig Topper
2014-02-05
1
-0
/
+9
*
Couple minor formatting fixes to the XXXGenDAGISel.inc files.
Craig Topper
2014-01-30
1
-2
/
+1
*
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
[next]