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
/
TGParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
TableGen: Fix typeIsConvertibleTo for record types
Nicolai Haehnle
2018-02-23
1
-11
/
+6
*
TableGen: Add !size operation
Nicolai Haehnle
2018-02-23
1
-1
/
+11
*
TableGen: Fix type deduction for !foreach
Nicolai Haehnle
2018-02-22
1
-0
/
+8
*
TableGen: Generalize type deduction for !listconcat
Nicolai Haehnle
2018-02-22
1
-3
/
+1
*
TableGen: Add some more helpful error messages
Nicolai Haehnle
2018-02-22
1
-5
/
+9
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
[TableGen] Remove RecordVal constructor that takes a StringRef and Record::se...
Craig Topper
2017-06-01
1
-4
/
+4
*
Use print() instead of dump() in code
Matthias Braun
2017-01-28
1
-0
/
+2
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
TableGen: Some more std::string->StringInit* replacements
Matthias Braun
2016-12-05
1
-26
/
+22
*
TableGen/TGParser: Prefer SmallVector/ArrayRef over std::vector
Matthias Braun
2016-12-05
1
-56
/
+70
*
TableGen/Record: Replace std::vector with SmallVector/ArrayRef
Matthias Braun
2016-12-05
1
-10
/
+11
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-8
/
+9
*
TableGen: Use StringInit instead of std::string for DagInit name
Matthias Braun
2016-12-05
1
-2
/
+2
*
TableGen: Use more StringInit instead of StringRef
Matthias Braun
2016-12-05
1
-10
/
+15
*
TableGen: Use StringRef instead of const std::string& for parameters
Matthias Braun
2016-12-04
1
-2
/
+1
*
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
-14
/
+19
*
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
1
-0
/
+1
*
TableGen: promote "code" type from syntactic sugar.
Tim Northover
2016-07-05
1
-2
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-2
/
+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
1
-1
/
+1
*
[TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...
Craig Topper
2016-01-18
1
-6
/
+5
*
[TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vect...
Craig Topper
2016-01-04
1
-13
/
+8
*
[TableGen] Fix a bug that caused the wrong name for a record built from a mul...
Craig Topper
2016-01-04
1
-4
/
+6
*
[TblGen] ArrayRefize TGParser. No functional change intended.
Benjamin Kramer
2015-10-24
1
-17
/
+13
*
[TableGen] Change a couple methods to return an ArrayRef instead of a const s...
Craig Topper
2015-07-06
1
-1
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-06-02
1
-12
/
+10
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
1
-1
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-10
/
+7
*
[TableGen] Resolve complex def names inside multiclasses
Hal Finkel
2015-05-21
1
-5
/
+41
*
[TableGen] Replace some calls to ListInit::getSize() with ListInit::empty() i...
Craig Topper
2015-05-14
1
-1
/
+1
*
[TableGen] Formatting cleanup. Mostly removing trailing whitespace and unnece...
Craig Topper
2015-05-04
1
-32
/
+18
*
[TableGen] Cleanup formatting by moving operators from beginning of line to e...
Craig Topper
2015-04-30
1
-29
/
+27
*
[TableGen] Replace some dyn_casts followed by an assert with just a regular c...
Craig Topper
2015-04-29
1
-2
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2015-04-29
1
-57
/
+28
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
MSVC 2013 does not ICE on this code in the same fashion that MSVC 2012 did; NFC.
Aaron Ballman
2015-02-16
1
-2
/
+1
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Make MultiClass::DefPrototypes own their Records to fix memory leaks.
Craig Topper
2014-12-11
1
-13
/
+8
*
Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle owners...
Craig Topper
2014-12-11
1
-5
/
+8
*
Revert r222957 "Replace std::map<K, V*> with std::map<K, V> to handle ownersh...
Craig Topper
2014-11-30
1
-11
/
+8
*
Revert r222965 "Make MultiClass::DefPrototypes own their Records to fix memor...
Hans Wennborg
2014-11-30
1
-6
/
+6
*
Qualify one more make_unique call.
Hans Wennborg
2014-11-30
1
-2
/
+2
*
Speculatively qualify some llvm::make_unique calls trying to please MSVC
Hans Wennborg
2014-11-30
1
-4
/
+4
*
Use an unsigned type because there seems to be no reason for it to be signed.
Craig Topper
2014-11-30
1
-1
/
+1
[prev]
[next]