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
/
CodeGenDAGPatterns.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen/CodeGenDAGPatterns: addPredicateFn only once
Nicolai Haehnle
2018-10-08
1
-2
/
+2
*
[TableGen] TypeInfer - Cache the legal types as TypeSetByHwMode
Simon Pilgrim
2018-08-17
1
-3
/
+3
*
[TableGen] std::move vectors into TreePatternNode.
Craig Topper
2018-07-15
1
-2
/
+3
*
[TableGen] Add some std::move to the PatternToMatch constructor.
Craig Topper
2018-07-15
1
-1
/
+1
*
[TableGen] Suppress type validation when parsing pattern fragments
Ulrich Weigand
2018-07-13
1
-0
/
+12
*
[TableGen] Support multi-alternative pattern fragments
Ulrich Weigand
2018-07-13
1
-18
/
+24
*
[globalisel][tablegen] Add support for C++ predicates on PatFrags and use it ...
Daniel Sanders
2018-06-15
1
-0
/
+4
*
Revert r334764, as it breaks some bots
Florian Hahn
2018-06-14
1
-8
/
+7
*
[TableGen] Make TreePatternNode::getChild return a reference (NFC)
Florian Hahn
2018-06-14
1
-7
/
+8
*
[TableGen] Make getOnlyTree return a const ref (NFC)
Florian Hahn
2018-06-13
1
-1
/
+1
*
TableGen: Change some pointer parameters to references since they're never nu...
David Blaikie
2018-06-11
1
-1
/
+1
*
[TableGen] Combine two constructors by taking vectors by value instead of try...
Craig Topper
2018-06-10
1
-11
/
+3
*
Revert r334374 [TableGen] Move some shared_ptrs to avoid unnecessary copies (...
Florian Hahn
2018-06-10
1
-5
/
+1
*
[TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).
Florian Hahn
2018-06-10
1
-1
/
+5
*
[TableGen] Make DAGInstruction own Pattern to avoid leaking it.
Florian Hahn
2018-06-08
1
-4
/
+4
*
[TableGen] Avoid leaking TreePatternNodes by using shared_ptr.
Florian Hahn
2018-05-30
1
-53
/
+58
*
[TableGen] Print more helpful information in case of type contradiction
Krzysztof Parzyszek
2017-12-21
1
-3
/
+8
*
TableGen: Allow setting SDNodeProperties on intrinsics
Matt Arsenault
2017-12-20
1
-0
/
+2
*
[globalisel][tablegen] Add support for relative AtomicOrderings
Daniel Sanders
2017-11-30
1
-0
/
+10
*
[tablegen] Handle atomic predicates for ordering inside tablegen. NFC.
Daniel Sanders
2017-11-13
1
-0
/
+11
*
[tablegen] Handle atomic predicates for memory type inside tablegen. NFC.
Daniel Sanders
2017-11-13
1
-0
/
+2
*
[globalisel][tablegen] Import signextload and zeroextload.
Daniel Sanders
2017-11-11
1
-1
/
+7
*
[tablegen] Use hasPredCode()/hasImmCode() instead of getPredCode().empty()/ge...
Daniel Sanders
2017-10-15
1
-1
/
+3
*
[tablegen] Handle common load/store predicates inside tablegen. NFC.
Daniel Sanders
2017-10-15
1
-4
/
+35
*
[TableGen] Avoid unnecessary std::string creations
Simon Pilgrim
2017-10-14
1
-7
/
+6
*
[globalisel][tablegen] Add support for fpimm and import of APInt/APFloat base...
Daniel Sanders
2017-10-13
1
-0
/
+4
*
[aarch64] Support APInt and APFloat in ImmLeaf subclasses and make AArch64 us...
Daniel Sanders
2017-10-13
1
-0
/
+5
*
Revert r315148 [TableGen] Avoid unnecessary std::string creations
Daniel Sanders
2017-10-13
1
-5
/
+5
*
[TableGen] Avoid repeated find calls in CodeGenDAGPatterns getters. NFCI.
Simon Pilgrim
2017-10-07
1
-14
/
+21
*
[TableGen] Avoid unnecessary std::string creations
Simon Pilgrim
2017-10-07
1
-5
/
+5
*
[TableGen] Replace InfoByHwMode::getAsString with writeToStream
Krzysztof Parzyszek
2017-09-22
1
-0
/
+2
*
Remove trailing whitespace. NFCI.
Simon Pilgrim
2017-09-22
1
-11
/
+11
*
Revert "[TableGen] Replace InfoByHwMode::getAsString with writeToStream"
Krzysztof Parzyszek
2017-09-22
1
-2
/
+0
*
[TableGen] Replace InfoByHwMode::getAsString with writeToStream
Krzysztof Parzyszek
2017-09-22
1
-0
/
+2
*
[TableGen] Use CHAR_BIT instead of hardcoded 8 with sizeof. NFC
Craig Topper
2017-09-21
1
-1
/
+1
*
[TableGen] Some optimizations to TableGen.
Zachary Turner
2017-09-20
1
-5
/
+6
*
Recommit r313647 now that GCC seems to accept the offering
Krzysztof Parzyszek
2017-09-19
1
-14
/
+166
*
Revert "Improve TableGen performance of -gen-dag-isel (motivated by X86 backe...
Krzysztof Parzyszek
2017-09-19
1
-158
/
+14
*
Improve TableGen performance of -gen-dag-isel (motivated by X86 backend)
Krzysztof Parzyszek
2017-09-19
1
-14
/
+158
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-179
/
+289
*
Formatting changes, add LLVM_DUMP_METHOD to a dump function, NFC
Krzysztof Parzyszek
2017-09-12
1
-1
/
+2
*
[TableGen] Remove some copies around PatternToMatch.
Craig Topper
2017-06-25
1
-6
/
+6
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-4
/
+4
*
[SelectionDAG] Enhance SDTCisSameNumEltsAs to work with scalar types and use ...
Craig Topper
2017-03-13
1
-3
/
+4
*
[GlobalISel] Add basic Selector-emitter tblgen backend.
Ahmed Bougacha
2016-12-21
1
-0
/
+2
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-2
/
+1
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-2
/
+2
*
[SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ens...
Craig Topper
2015-11-26
1
-1
/
+7
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-4
/
+4
*
[TableGen] Add support constraining a vector type in a pattern to have a spec...
Craig Topper
2015-03-05
1
-1
/
+15
[next]