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] Fix bug in TableGen CodeGenPatterns when adding variants of the pa...
Ayman Musa
2017-06-27
1
-2
/
+2
*
[TableGen] Remove some copies around PatternToMatch.
Craig Topper
2017-06-25
1
-10
/
+8
*
[TableGen] Take a parameter by reference instead of pointer so we don't have ...
Craig Topper
2017-06-20
1
-4
/
+4
*
[TableGen] Use range based for loop. NFC
Craig Topper
2017-06-20
1
-3
/
+1
*
[TableGen] Do not assume that the first variant is the original pattern
Krzysztof Parzyszek
2017-06-16
1
-3
/
+1
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-1
/
+1
*
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...
Craig Topper
2017-05-31
1
-1
/
+3
*
TableGen: Add IntrHasSideEffects property for intrinsics
Matt Arsenault
2017-04-28
1
-1
/
+2
*
[SelectionDAG] Enhance SDTCisSameNumEltsAs to work with scalar types and use ...
Craig Topper
2017-03-13
1
-35
/
+53
*
[TableGen] Make sure EnforceSameSize populates the type sets if necessary.
Craig Topper
2017-02-18
1
-0
/
+6
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-2
/
+2
*
[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditi...
Craig Topper
2016-12-19
1
-1
/
+1
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-9
/
+11
*
TableGen: Use StringInit instead of std::string for DagInit name
Matthias Braun
2016-12-05
1
-4
/
+4
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+1
*
Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres...
Peter Collingbourne
2016-11-09
1
-6
/
+1
*
Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen...
Peter Collingbourne
2016-11-09
1
-1
/
+6
*
X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ...
Peter Collingbourne
2016-11-09
1
-6
/
+1
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-54
/
+39
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-8
/
+7
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-2
/
+2
*
Add IntrWrite[Arg]Mem intrinsic property
Nicolai Haehnle
2016-04-19
1
-3
/
+3
*
[TableGen] Make an error message slightly more informative
Nicolai Haehnle
2016-04-19
1
-2
/
+9
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
1
-1
/
+1
*
[TableGen] Remove an assumption about the order of encodings in the MVT::Simp...
Craig Topper
2015-12-03
1
-2
/
+13
*
[TableGen] Use SmallString instead of std::string to build up a string to avo...
Craig Topper
2015-11-28
1
-2
/
+3
*
[TableGen] Sort pattern predicates before concatenating into a string so that...
Craig Topper
2015-11-27
1
-4
/
+11
*
[SelectionDAG] Add a SDTCisSameSizeAs type constraint that can be used to ens...
Craig Topper
2015-11-26
1
-0
/
+66
*
[TableGen] Flip reversed comments.
Craig Topper
2015-11-26
1
-2
/
+2
*
[TableGen] Use std::remove_if instead of manually coded loops that call erase...
Craig Topper
2015-11-24
1
-74
/
+74
*
[TableGen] Use the other version of EnforceVectorEltTypeIs inside the TypeSet...
Craig Topper
2015-11-24
1
-15
/
+1
*
[TableGen] Fix formatting and use logical OR. NFC
Craig Topper
2015-11-24
1
-2
/
+1
*
[TableGen] Use std::set_intersection to merge TypeSets. NFC
Craig Topper
2015-11-24
1
-9
/
+8
*
[TableGen] Use SmallVector::assign instead of a resize and replace element.
Craig Topper
2015-11-24
1
-2
/
+1
*
[TableGen] Use std::remove_if instead of manually coded loops that called era...
Craig Topper
2015-11-23
1
-15
/
+13
*
[TableGen] Use empty() instead of checking if size of vector is greater than ...
Craig Topper
2015-11-23
1
-1
/
+2
*
Revert a portion of r253836 that seems to have broke a couple bots.
Craig Topper
2015-11-22
1
-11
/
+14
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-11-22
1
-127
/
+112
*
[TableGen] Use std::fill instead of a manually coded loop. NFC
Craig Topper
2015-11-22
1
-2
/
+2
*
Further simplify from r253832 with some unique_ptr and coalescing conditions
David Blaikie
2015-11-22
1
-17
/
+12
*
Further simplify from r253832, removing unnecessary intermediate lambdas
David Blaikie
2015-11-22
1
-16
/
+4
*
[TableGen] Use std::any_of and std::find instead of manual loops. NFC
Craig Topper
2015-11-22
1
-32
/
+23
*
[TableGen] Add a space between type and '*' in front of a variable name in ou...
Craig Topper
2015-10-11
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2015-09-12
1
-9
/
+9
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-1
/
+2
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
1
-6
/
+6
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-7
/
+5
*
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...
Craig Topper
2015-05-14
1
-2
/
+2
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-15
/
+13
*
[TableGen] Use 'isa' to identify UnsetInits rather than comparing with the si...
Craig Topper
2015-04-22
1
-1
/
+1
[prev]
[next]