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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen: Support physical register inputs > 255
Matt Arsenault
2019-07-22
1
-3
/
+5
*
[TableGen] Make CheckImmAllOnesVMatcher and CheckImmAllZerosVMatcher contradi...
Craig Topper
2019-03-10
1
-0
/
+2
*
Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...
Craig Topper
2019-03-10
1
-0
/
+34
*
Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...
Craig Topper
2019-03-05
1
-34
/
+0
*
[TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...
Craig Topper
2019-03-01
1
-0
/
+34
*
[SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...
Craig Topper
2019-02-25
1
-0
/
+23
*
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
-1
/
+5
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
Remove `inline` keyword from inline `classof` methods
Sam Clegg
2017-06-29
1
-35
/
+35
*
[TableGen] Remove isSafeToReorderWithPatternPredicate from DAGISelMatchers as...
Craig Topper
2016-05-06
1
-49
/
+0
*
[TableGen] Remove getHash support from DAGISelMatcher. It hasn't been used fo...
Craig Topper
2016-05-06
1
-47
/
+0
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-29
/
+0
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-3
/
+3
*
Use unique_ptr to remove explicit delete.
Craig Topper
2014-12-15
1
-1
/
+2
*
Fix missing C++ mode comment
Matt Arsenault
2014-11-02
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-1
/
+1
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
[C++11] Add 'override' keywords to tablegen code.
Craig Topper
2014-03-05
1
-130
/
+130
*
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...
Craig Topper
2014-02-05
1
-0
/
+30
*
Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchT...
Craig Topper
2014-01-29
1
-0
/
+2
*
Use ArrayRef to simplify some code.
Craig Topper
2014-01-21
1
-23
/
+22
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-0
/
+30
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-30
/
+0
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-0
/
+30
*
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
*
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
[next]