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: Support physical register inputs > 255
Matt Arsenault
2019-07-22
1
-6
/
+16
*
Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...
Craig Topper
2019-03-10
1
-0
/
+10
*
Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...
Craig Topper
2019-03-05
1
-10
/
+0
*
[TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...
Craig Topper
2019-03-01
1
-0
/
+10
*
[SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...
Craig Topper
2019-02-25
1
-0
/
+6
*
[Tablegen][DAG]: Fix build breakage when LLVM_ENABLE_DAGISEL_COV=1
Aditya Nandakumar
2019-02-04
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
TableGen/ISel: Allow PatFrag predicate code to access captured operands
Nicolai Haehnle
2018-11-30
1
-27
/
+63
*
[SelectionDAG] Add a isel matcher op to check the type of node results other ...
Craig Topper
2017-11-22
1
-5
/
+8
*
Allow separation of declarations and definitions in <Target>ISelDAGToDAG.inc
Krzysztof Parzyszek
2017-11-10
1
-17
/
+102
*
[TableGen] Add an extra blank line to DAGISel output file to separate functions.
Craig Topper
2017-11-03
1
-1
/
+1
*
Strip trailing whitespace
Simon Pilgrim
2017-10-06
1
-5
/
+5
*
[TableGen] Generate formatted DAGISelEmitter without relying on formatted_raw...
Craig Topper
2017-09-19
1
-91
/
+93
*
[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
[next]