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
/
DAGISelMatcher.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Replace a dyn_cast with isa to avoid an unused variable warning in...
Craig Topper
2019-03-11
1
-6
/
+2
*
[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...
Craig Topper
2019-03-10
1
-0
/
+13
*
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
/
+5
*
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
-2
/
+12
*
Remove redundant includes from utils/TableGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[TableGen] Range loopify DAGISelMatcher. NFC.
Javed Absar
2017-10-16
1
-15
/
+15
*
[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...
Craig Topper
2016-05-06
1
-48
/
+0
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-8
/
+0
*
Declare MVT::SimpleValueType as an int8_t sized enum. This removes 400 bytes ...
Craig Topper
2016-04-17
1
-3
/
+5
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...
Craig Topper
2014-02-05
1
-0
/
+17
*
Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...
Craig Topper
2014-01-29
1
-0
/
+9
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+4
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-4
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+4
*
Fix doxygen comments to use correct function name.
Craig Topper
2013-09-25
1
-1
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+6
*
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
-3
/
+11
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-1
/
+1
*
continue renaming flag -> glue.
Chris Lattner
2010-12-23
1
-6
/
+6
*
Tidy up a bit. Trailing whitespace, hard tabs and 80-columns.
Jim Grosbach
2010-12-21
1
-14
/
+14
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-7
/
+7
*
eliminate the last use of EEVT::isUnknown
Chris Lattner
2010-03-19
1
-4
/
+3
*
add some helper functions and implement isContradictory
Chris Lattner
2010-03-07
1
-0
/
+55
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-0
/
+9
*
Rewrite chain handling validation and input TokenFactor handling
Chris Lattner
2010-03-02
1
-5
/
+0
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-13
/
+0
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-1
/
+21
*
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
-1
/
+1
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
1
-2
/
+6
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
1
-1
/
+1
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
1
-5
/
+7
*
Generalize my hack to use SDNodeInfo to find out when a
Chris Lattner
2010-02-28
1
-19
/
+26
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
1
-7
/
+7
*
add another case from the ppc backend. This is obviously a huge and
Chris Lattner
2010-02-27
1
-1
/
+4
*
teach the optimizer that opcode == ISD::STORE is contradictory
Chris Lattner
2010-02-27
1
-2
/
+11
*
Teach the grouper some simple tricks about looking contradictory
Chris Lattner
2010-02-27
1
-0
/
+55
*
change the scope node to include a list of children to be checked
Chris Lattner
2010-02-25
1
-1
/
+10
*
factor the print method better.
Chris Lattner
2010-02-25
1
-66
/
+35
*
add methods to do equality checks and get hashes of Matchers
Chris Lattner
2010-02-25
1
-1
/
+67
*
rename fooMatcherNode to fooMatcher.
Chris Lattner
2010-02-25
1
-34
/
+34
*
rename PushMatcherNode -> ScopeMatcherNode to more accurately
Chris Lattner
2010-02-25
1
-4
/
+4
*
contract movechild+checktype into a new checkchild node, shrinking the
Chris Lattner
2010-02-24
1
-0
/
+7
[next]