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
/
DAGISelMatcherOpt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DAGISelMatcherOpt - TGParser::ParseOperation - silence static analyzer cast_o...
Simon Pilgrim
2019-09-26
1
-4
/
+5
*
[SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...
Craig Topper
2019-02-25
1
-2
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-9
/
+6
*
[TableGen] Use less stack in DAGISelMatcherOpt
Jon Chesterfield
2017-02-06
1
-9
/
+15
*
[TableGen][ISel] When factoring ScopeMatcher, if the child of the ScopeMatche...
Craig Topper
2016-11-22
1
-2
/
+9
*
[TableGen][ISel] Do a better job of factoring ScopeMatchers created during cr...
Craig Topper
2016-11-21
1
-3
/
+11
*
[TableGen] Fix a memory leak when creating SwitchOpcodeMatchers.
Craig Topper
2016-05-06
1
-1
/
+2
*
[TableGen] Remove SinkPatternPredicates from the DAG isel matcher optimizer.
Craig Topper
2016-05-06
1
-54
/
+0
*
SDAG: Remove OPC_MarkGlueResults and associated logic. NFC
Justin Bogner
2016-05-05
1
-18
/
+0
*
[TableGen] Make sure to recursively factor any ScopeMatchers created while fo...
Craig Topper
2016-05-05
1
-1
/
+3
*
[TableGen] Remove stale comment.
Craig Topper
2016-05-05
1
-2
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Use unique_ptr to remove explicit delete.
Craig Topper
2014-12-15
1
-4
/
+3
*
Make StringSet::insert return pair<iterator, bool> like other self-associativ...
David Blaikie
2014-11-19
1
-1
/
+1
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".r...
David Blaikie
2014-07-19
1
-1
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-10
/
+10
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-7
/
+7
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-8
/
+8
*
Add CheckChildInteger to ISelMatcher operations. Removes nearly 2000 bytes fr...
Craig Topper
2014-02-05
1
-1
/
+5
*
Use ArrayRef to simplify some code.
Craig Topper
2014-01-21
1
-6
/
+5
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-05
1
-1
/
+5
*
Revert r191940 to see if it fixes the build bots.
Craig Topper
2013-10-04
1
-5
/
+1
*
Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...
Craig Topper
2013-10-04
1
-1
/
+5
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Flag -> Glue, the ongoing saga
Chris Lattner
2010-12-23
1
-1
/
+1
*
continue renaming flag -> glue.
Chris Lattner
2010-12-23
1
-8
/
+8
*
add plumbing for handling multiple result nodes
Chris Lattner
2010-03-24
1
-4
/
+7
*
don't form a RecordChild or CheckChildType for child #'s over 7, we don't
Chris Lattner
2010-03-16
1
-3
/
+5
*
turn off debug spew
Chris Lattner
2010-03-07
1
-2
/
+2
*
more factoring.
Chris Lattner
2010-03-07
1
-22
/
+30
*
teach tblgen to be more aggressive when factoring CheckType nodes.
Chris Lattner
2010-03-07
1
-29
/
+95
*
introduce a new SwitchTypeMatcher node (which is analogous to
Chris Lattner
2010-03-03
1
-11
/
+38
*
resolve a fixme by having the .td file parser reject thigns like
Chris Lattner
2010-03-01
1
-1
/
+1
*
remove dead code, simplify.
Chris Lattner
2010-03-01
1
-10
/
+4
*
tolerate factoring the *last* node for CellSPU.
Chris Lattner
2010-03-01
1
-0
/
+5
*
eliminate the CheckMultiOpcodeMatcher code and have each
Chris Lattner
2010-03-01
1
-2
/
+1
*
add a new OPC_SwitchOpcode which is semantically equivalent
Chris Lattner
2010-03-01
1
-5
/
+49
*
pull MarkFlagResult out from between an EmitNode/CompleteMatch
Chris Lattner
2010-03-01
1
-1
/
+17
*
enhance RecordNode and RecordChild comments to indicate what
Chris Lattner
2010-03-01
1
-1
/
+2
*
Emit redundant opcode checks for andimm and orimm tests at root
Chris Lattner
2010-03-01
1
-0
/
+20
*
simplify some code now that chain/flag results are not stored in
Chris Lattner
2010-02-28
1
-3
/
+3
*
enhance the EmitNode/MorphNodeTo operands to take a bit that
Chris Lattner
2010-02-28
1
-3
/
+4
*
use MorphNodeTo instead of SelectNodeTo. SelectNodeTo
Chris Lattner
2010-02-28
1
-13
/
+13
*
enhance the new isel to use SelectNodeTo for most patterns,
Chris Lattner
2010-02-28
1
-8
/
+65
*
enhance EmitNodeMatcher to keep track of the recorded slot numbers
Chris Lattner
2010-02-28
1
-3
/
+2
*
add infrastructure to support forming selectnodeto. Not used yet
Chris Lattner
2010-02-28
1
-0
/
+9
*
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
Chris Lattner
2010-02-27
1
-1
/
+3
[next]