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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Preserve order of output operands in DAGISelMatcherGen
Craig Topper
2018-12-05
1
-10
/
+30
*
TableGen/ISel: Allow PatFrag predicate code to access captured operands
Nicolai Haehnle
2018-11-30
1
-20
/
+54
*
TableGen/CodeGenDAGPatterns: addPredicateFn only once
Nicolai Haehnle
2018-10-08
1
-7
/
+0
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
[TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::set() where ...
Simon Pilgrim
2018-09-19
1
-3
/
+3
*
[TableGen] CodeGenDAGPatterns::GenerateVariants - use BitVector::push_back()
Simon Pilgrim
2018-09-19
1
-2
/
+1
*
Use pass-by-reference for-range loop. NFCI.
Simon Pilgrim
2018-09-18
1
-2
/
+3
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2018-09-18
1
-1
/
+1
*
[TableGen] CodeGenDAGPatterns::GenerateVariants - full caching of matching pr...
Simon Pilgrim
2018-09-18
1
-11
/
+49
*
Remove debug code accidently committed in rL340837. NFCI.
Simon Pilgrim
2018-08-29
1
-3
/
+0
*
[TableGen] CodeGenDAGPatterns::GenerateVariants - basic caching of matching p...
Simon Pilgrim
2018-08-28
1
-2
/
+14
*
[TableGen] TypeInfer - Cache the legal types as TypeSetByHwMode
Simon Pilgrim
2018-08-17
1
-15
/
+10
*
[TableGen] TypeSetByHwMode::insert - cache the default MVT. NFCI.
Simon Pilgrim
2018-08-17
1
-3
/
+10
*
[TableGen] TypeSetByHwMode::operator== optimization
Simon Pilgrim
2018-08-16
1
-8
/
+10
*
[TableGen] Avoid self getPredicates() != comparison. NFCI.
Simon Pilgrim
2018-08-16
1
-2
/
+2
*
[TableGen] Remove unnecessary TypeSetByHwMode -> ValueTypeByHwMode -> TypeSet...
Simon Pilgrim
2018-08-15
1
-1
/
+1
*
Fix build bot after r338521
Ulrich Weigand
2018-08-01
1
-1
/
+1
*
[SystemZ, TableGen] Fix shift count handling
Ulrich Weigand
2018-08-01
1
-24
/
+20
*
[TableGen] std::move vectors into TreePatternNode.
Craig Topper
2018-07-15
1
-8
/
+9
*
[TableGen] Remove what seems to be an unnecessary std::map copy.
Craig Topper
2018-07-15
1
-9
/
+6
*
[TableGen] Suppress type validation when parsing pattern fragments
Ulrich Weigand
2018-07-13
1
-4
/
+10
*
[TableGen] Support multi-alternative pattern fragments
Ulrich Weigand
2018-07-13
1
-308
/
+334
*
[globalisel][tablegen] Add support for C++ predicates on PatFrags and use it ...
Daniel Sanders
2018-06-15
1
-0
/
+8
*
Revert r334764, as it breaks some bots
Florian Hahn
2018-06-14
1
-236
/
+236
*
[TableGen] Make TreePatternNode::getChild return a reference (NFC)
Florian Hahn
2018-06-14
1
-236
/
+236
*
[TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).
Florian Hahn
2018-06-14
1
-21
/
+21
*
[TableGen] Make getOnlyTree return a const ref (NFC)
Florian Hahn
2018-06-13
1
-8
/
+10
*
TableGen: Change some pointer parameters to references since they're never nu...
David Blaikie
2018-06-11
1
-20
/
+21
*
[TableGen] Make better use of std::map::emplace and emplace construct the obj...
Craig Topper
2018-06-10
1
-9
/
+10
*
Revert r334374 [TableGen] Move some shared_ptrs to avoid unnecessary copies (...
Florian Hahn
2018-06-10
1
-21
/
+20
*
[TableGen] Move some shared_ptrs to avoid unnecessary copies (NFC).
Florian Hahn
2018-06-10
1
-20
/
+21
*
[TableGen] Make DAGInstruction own Pattern to avoid leaking it.
Florian Hahn
2018-06-08
1
-7
/
+9
*
TableGen/DAGPatterns: Allow bit constants in addition to int constants
Nicolai Haehnle
2018-06-04
1
-3
/
+5
*
[TableGen] Avoid leaking TreePatternNodes by using shared_ptr.
Florian Hahn
2018-05-30
1
-172
/
+165
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-25
/
+23
*
[TableGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-2
/
+2
*
Fix a bunch of typoes. NFC
Fangrui Song
2018-03-30
1
-1
/
+1
*
[TableGen] Add support of Intrinsics with multiple returns
Hal Finkel
2018-01-03
1
-1
/
+4
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-8
/
+7
*
[TableGen] Print more helpful information in case of type contradiction
Krzysztof Parzyszek
2017-12-21
1
-18
/
+31
*
TableGen: Allow setting SDNodeProperties on intrinsics
Matt Arsenault
2017-12-20
1
-33
/
+12
*
[globalisel][tablegen] Add support for relative AtomicOrderings
Daniel Sanders
2017-11-30
1
-1
/
+40
*
[tablegen] Handle atomic predicates for ordering inside tablegen. NFC.
Daniel Sanders
2017-11-13
1
-1
/
+53
*
[tablegen] Handle atomic predicates for memory type inside tablegen. NFC.
Daniel Sanders
2017-11-13
1
-12
/
+31
*
[globalisel][tablegen] Import signextload and zeroextload.
Daniel Sanders
2017-11-11
1
-2
/
+8
*
[AArch64][SVE] Asm: Extend EnforceVectorSubVectorTypeIs to distinguish Scalab...
Florian Hahn
2017-11-07
1
-0
/
+5
*
[tablegen] Use hasPredCode()/hasImmCode() instead of getPredCode().empty()/ge...
Daniel Sanders
2017-10-15
1
-4
/
+14
*
[TableGen] Remove error checks incorrectly failing on non-error conditions
Krzysztof Parzyszek
2017-10-15
1
-49
/
+6
*
[tablegen] Handle common load/store predicates inside tablegen. NFC.
Daniel Sanders
2017-10-15
1
-7
/
+216
*
[TableGen] Avoid unnecessary std::string creations
Simon Pilgrim
2017-10-14
1
-10
/
+10
[next]