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
...
*
TableGen: Resolve all template args simultaneously in ResolveMulticlassDefARgs
Nicolai Haehnle
2018-03-05
1
-11
/
+12
*
TableGen: Resolve all template args simultaneously in AddSubMultiClass
Nicolai Haehnle
2018-03-05
1
-12
/
+20
*
TableGen: Resolve all template args simultaneously in AddSubClass
Nicolai Haehnle
2018-03-05
2
-26
/
+28
*
TableGen: Reimplement !foreach using the resolving mechanism
Nicolai Haehnle
2018-03-05
2
-91
/
+171
*
TableGen: Introduce an abstract variable resolver interface
Nicolai Haehnle
2018-03-05
2
-49
/
+80
*
TableGen: Allow NAME in template arguments in defm in multiclass
Nicolai Haehnle
2018-03-05
1
-0
/
+3
*
TableGen: Remove VarInit::getFieldType
Nicolai Haehnle
2018-02-25
1
-7
/
+0
*
TableGen: Get rid of Init::getFieldInit
Nicolai Haehnle
2018-02-25
1
-24
/
+6
*
TableGen: Remove Init::resolveListElementReference
Nicolai Haehnle
2018-02-25
1
-88
/
+9
*
Revert "TableGen: Fix typeIsConvertibleTo for record types"
Nicolai Haehnle
2018-02-23
2
-16
/
+15
*
TableGen: Avoid using resolveListElementReference in TGParser
Nicolai Haehnle
2018-02-23
1
-1
/
+1
*
TableGen: Fix typeIsConvertibleTo for record types
Nicolai Haehnle
2018-02-23
2
-15
/
+16
*
TableGen: Add !size operation
Nicolai Haehnle
2018-02-23
4
-2
/
+19
*
TableGen: Add strict assertions to sanity check earlier type checking
Nicolai Haehnle
2018-02-22
1
-0
/
+3
*
TableGen: Allow implicit casting between string and code
Nicolai Haehnle
2018-02-22
1
-0
/
+14
*
TableGen: Fix type of resolved and converted lists
Nicolai Haehnle
2018-02-22
1
-16
/
+15
*
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
*
[tablegen] Fixed few !foreach evaluation issues.
Artem Belevich
2018-02-09
1
-41
/
+26
*
[TblGen] Inline an (almost) trivial accessor. No functionality change.
Benjamin Kramer
2018-01-23
1
-4
/
+0
*
Avoid int to string conversion in Twine or raw_ostream contexts.
Benjamin Kramer
2017-12-28
1
-1
/
+1
*
[TableGen] Give the option of tolerating duplicate register names
Alex Bradbury
2017-12-07
1
-11
/
+14
*
[globalisel][regbank] Warn about MIR ambiguities when register bank/class nam...
Daniel Sanders
2017-11-01
1
-0
/
+4
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
2
-6
/
+6
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
2
-6
/
+6
*
[Support] Rename tool_output_file to ToolOutputFile, NFC
Reid Kleckner
2017-09-23
1
-2
/
+2
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-1
/
+1
*
[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
[prev]
[next]