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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and ...
Eugene Zelenko
2017-06-16
2
-24
/
+39
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[TableGen] Remove RecordVal constructor that takes a StringRef and Record::se...
Craig Topper
2017-06-01
3
-11
/
+6
*
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...
Craig Topper
2017-05-31
1
-3
/
+3
*
[TableGen] Make one of RecordVal's constructors delegate to the other to redu...
Craig Topper
2017-05-31
1
-6
/
+0
*
[TableGen] Use StringMap instead of DenseMap<StringRef> to unique CodeInit an...
Craig Topper
2017-05-29
1
-16
/
+10
*
[TableGen] Introduce DagInit::getArgs that returns an ArrayRef. Use it to fix...
Craig Topper
2017-05-29
1
-1
/
+1
*
[TableGen] Prevent DagInit from leaking its Args and ArgNames when they excee...
Craig Topper
2017-05-27
1
-11
/
+16
*
[TableGen] Remove all the static vectors named TheActualPool.
Craig Topper
2017-05-27
1
-12
/
+0
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-0
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
2
-1
/
+11
*
[Hexagon, TableGen] Fix some Clang-tidy modernize and Include What You Use wa...
Eugene Zelenko
2017-01-04
1
-7
/
+12
*
[TableGen] Centralize/Unify error handling.
Davide Italiano
2016-12-05
1
-23
/
+21
*
TableGen: Some more std::string->StringInit* replacements
Matthias Braun
2016-12-05
3
-37
/
+27
*
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/TGParser: Prefer SmallVector/ArrayRef over std::vector
Matthias Braun
2016-12-05
2
-68
/
+81
*
TableGen/Record: Replace std::vector with SmallVector/ArrayRef
Matthias Braun
2016-12-05
3
-38
/
+42
*
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
3
-21
/
+22
*
TableGen: Use StringInit instead of std::string for DagInit name
Matthias Braun
2016-12-05
2
-10
/
+10
*
TableGen: Use more StringInit instead of StringRef
Matthias Braun
2016-12-05
2
-27
/
+25
*
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
3
-24
/
+20
*
TableGen: Add operator !or
Matt Arsenault
2016-11-15
4
-2
/
+9
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
3
-33
/
+34
*
Replace a few more "fall through" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
Fix a use of LLVM_FALLTHROUGH that wasn't even in a switch.
Justin Bogner
2016-08-17
1
-1
/
+0
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
2
-1
/
+2
*
[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
2
-2
/
+27
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+0
*
Update and fix LLVM_ENABLE_MODULES:
Richard Smith
2016-04-16
1
-1
/
+0
*
[TableGen] Fix typos in comments. NFC
Craig Topper
2016-02-26
1
-2
/
+2
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
2
-7
/
+7
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
[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
3
-19
/
+18
*
[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
*
[TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vect...
Craig Topper
2016-01-04
2
-15
/
+10
*
[TableGen] Fix a bug that caused the wrong name for a record built from a mul...
Craig Topper
2016-01-04
2
-7
/
+12
*
[TblGen] ArrayRefize TGParser. No functional change intended.
Benjamin Kramer
2015-10-24
3
-28
/
+20
[next]