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
/
lib
/
TableGen
/
Record.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-0
/
+10
*
TableGen: Some more std::string->StringInit* replacements
Matthias Braun
2016-12-05
1
-2
/
+2
*
TableGen: TableGenStringKey is no longer necessary as of r288642
Matthias Braun
2016-12-05
1
-55
/
+0
*
TableGen: Use range based for; reserve vectors where possible
Matthias Braun
2016-12-05
1
-18
/
+23
*
TableGen/Record: Replace std::vector with SmallVector/ArrayRef
Matthias Braun
2016-12-05
1
-27
/
+28
*
ListInit::convertInitializerTo: avoid foldingset lookup if nothing changed
Matthias Braun
2016-12-05
1
-4
/
+13
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-12
/
+12
*
TableGen: Use StringInit instead of std::string for DagInit name
Matthias Braun
2016-12-05
1
-8
/
+8
*
TableGen: Use more StringInit instead of StringRef
Matthias Braun
2016-12-05
1
-17
/
+10
*
TableGen: Factor out STRCONCAT constructor, add shortcut.
Matthias Braun
2016-12-05
1
-26
/
+25
*
TableGen/Record: Move PointerIntPair to less used field of RecordVal
Matthias Braun
2016-12-05
1
-4
/
+4
*
TableGen: Store Records on a BumpPtrAllocator
Matthias Braun
2016-12-04
1
-56
/
+70
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-5
/
+5
*
TableGen: Optimize common string concatenation with SmallString
Matthias Braun
2016-12-04
1
-2
/
+7
*
TableGen: Use StringRef instead of const std::string& for parameters
Matthias Braun
2016-12-04
1
-18
/
+16
*
TableGen: Add operator !or
Matt Arsenault
2016-11-15
1
-0
/
+3
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-13
/
+10
*
[TableGen] Autobrief-ize Record. NFC.
Ahmed Bougacha
2016-07-14
1
-2
/
+2
*
[TableGen] Cleanup Record comments. NFC.
Ahmed Bougacha
2016-07-14
1
-65
/
+1
*
TableGen: promote "code" type from syntactic sugar.
Tim Northover
2016-07-05
1
-0
/
+25
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-6
/
+6
*
[TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit...
Craig Topper
2016-01-18
1
-39
/
+79
*
[TableGen] Fix an assert I missed in r258063.
Craig Topper
2016-01-18
1
-1
/
+1
*
[TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...
Craig Topper
2016-01-18
1
-9
/
+9
*
[TableGen] Allocate the Init pointer array for BitsInit/ListInit after the Bi...
Craig Topper
2016-01-18
1
-8
/
+14
*
[TableGen] Use some free space in Init to store the opcode for UnOpInit/BinOp...
Craig Topper
2016-01-04
1
-4
/
+4
*
[TblGen] ArrayRefize TGParser. No functional change intended.
Benjamin Kramer
2015-10-24
1
-1
/
+1
*
TableGen: Support folding casts from bits to int
Matt Arsenault
2015-07-31
1
-0
/
+8
*
[TableGen] Change a couple methods to return an ArrayRef instead of a const s...
Craig Topper
2015-07-06
1
-1
/
+1
*
[TableGen] Restore the use of the TheInit field in Record to cache the Record...
Craig Topper
2015-06-24
1
-7
/
+3
*
[TableGen] Change OpInit::getNumOperands and getOperand to use unsigned integ...
Craig Topper
2015-06-06
1
-2
/
+2
*
[TableGen] Remove trailing whitespace, add space between 'if' and paren, othe...
Craig Topper
2015-06-06
1
-16
/
+16
*
[TableGen] Remove unnecessary temporary. NFC
Craig Topper
2015-06-06
1
-2
/
+1
*
[TableGen] Fold variable declaration/initialization into if condition for a c...
Craig Topper
2015-06-06
1
-8
/
+6
*
[TableGen] Remove unnecessary outer 'if' and merge it's conditions into the i...
Craig Topper
2015-06-06
1
-42
/
+41
*
[TableGen] Fold variable declarations with their assignments. NFC
Craig Topper
2015-06-06
1
-4
/
+2
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-06-04
1
-12
/
+13
*
[TableGen] Merge single prefix bit in RecordVal into PointerIntPair with Name...
Craig Topper
2015-06-04
1
-5
/
+5
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
1
-5
/
+5
*
[TableGen] Use range-based for loops. NFC.
Craig Topper
2015-06-02
1
-11
/
+10
*
[TableGen] Move a couple virtual methods out of line so vtable anchors can be...
Craig Topper
2015-06-01
1
-3
/
+7
*
[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy::baseClassOf. NFC
Craig Topper
2015-05-30
1
-16
/
+14
*
[TableGen] Remove all the variations of RecTy::convertValue and just handle t...
Craig Topper
2015-05-30
1
-173
/
+217
*
[TableGen] Remove convertValue functions for UnOpInit, BinOpInit, and TernOpI...
Craig Topper
2015-05-29
1
-48
/
+0
*
[TableGen] Use DefInit::getAsString instead of getDef()->getName(). NFC
Craig Topper
2015-05-28
1
-1
/
+1
*
[TableGen] Don't convert types to strings to query what they are. Just use 'isa'
Craig Topper
2015-05-28
1
-2
/
+2
*
[TableGen] Make some variable names consistent with their type names and just...
Craig Topper
2015-05-20
1
-23
/
+23
*
[TableGen] Fix a memory leak.
Craig Topper
2015-05-20
1
-2
/
+2
*
[TableGen] Change 'car' to 'head' and 'cdr' to 'tail' in assert comments. The...
Craig Topper
2015-05-16
1
-2
/
+2
[next]