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] 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
*
Revert "Improve memory ownership/management in TableGen by unique_ptrifying T...
David Blaikie
2014-11-17
1
-19
/
+13
*
Improve memory ownership/management in TableGen by unique_ptrifying TreePatte...
David Blaikie
2014-11-17
1
-13
/
+19
*
Fix nested namespace with decltype to hopefully work with MSVC
David Blaikie
2014-11-13
1
-1
/
+2
*
Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::Pat...
David Blaikie
2014-11-13
1
-7
/
+7
*
Make TreePattern::error use Twine
Matt Arsenault
2014-11-11
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
TableGen: Allow AddedComplexity values to be negative
Tom Stellard
2014-08-01
1
-4
/
+4
*
Revert of r213521. This change introduced a non-hermetic test (depending on a
Richard Smith
2014-07-22
1
-4
/
+4
*
TableGen: Allow AddedComplexity values to be negative
Tom Stellard
2014-07-21
1
-4
/
+4
*
TableGen: permit non-leaf ComplexPattern uses
Tim Northover
2014-05-20
1
-0
/
+13
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-8
/
+8
*
Add an OutPatFrag TableGen class
Hal Finkel
2014-02-28
1
-1
/
+1
*
Improve handling of EnforceSmallerThan. Remove all types that are smaller fro...
Craig Topper
2014-01-28
1
-0
/
+4
*
TableGen: Refactor DAG patterns to enable parsing one pattern at a time.
Ahmed Bougacha
2013-10-28
1
-1
/
+5
*
Make all unnamed RegisterClass TreePatternNodes typed MVT::i32.
Jakob Stoklund Olesen
2013-03-23
1
-0
/
+1
*
Extract a method.
Jakob Stoklund Olesen
2013-03-18
1
-0
/
+5
[next]