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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Remove RecordVal constructor that takes a StringRef and Record::se...
Craig Topper
2017-06-01
1
-1
/
+1
*
TableGen: Some more std::string->StringInit* replacements
Matthias Braun
2016-12-05
1
-9
/
+3
*
TableGen/TGParser: Prefer SmallVector/ArrayRef over std::vector
Matthias Braun
2016-12-05
1
-12
/
+11
*
TableGen/Record: Replace std::vector with SmallVector/ArrayRef
Matthias Braun
2016-12-05
1
-1
/
+3
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-1
/
+1
*
TableGen: Use StringRef instead of const std::string& for parameters
Matthias Braun
2016-12-04
1
-4
/
+3
*
[TableGen] Change TGParser::SetValue to take an ArrayRef instead of std::vect...
Craig Topper
2016-01-04
1
-2
/
+2
*
[TableGen] Fix a bug that caused the wrong name for a record built from a mul...
Craig Topper
2016-01-04
1
-3
/
+6
*
[TblGen] ArrayRefize TGParser. No functional change intended.
Benjamin Kramer
2015-10-24
1
-10
/
+6
*
[TableGen] Resolve complex def names inside multiclasses
Hal Finkel
2015-05-21
1
-1
/
+3
*
Replace std::map<K, V*> with std::map<K, std::unique_ptr<V>> to handle owners...
Craig Topper
2014-12-11
1
-1
/
+1
*
Revert r222957 "Replace std::map<K, V*> with std::map<K, V> to handle ownersh...
Craig Topper
2014-11-30
1
-1
/
+1
*
Replace std::map<K, V*> with std::map<K, V> to handle ownership and deletion ...
Craig Topper
2014-11-29
1
-1
/
+1
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Fix error in tablegen when either operand of !if is an empty list.
Matt Arsenault
2014-06-10
1
-1
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-6
/
+6
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-1
/
+0
*
[TableGen] Use the same anonymous name as the prefix on all multiclass defs
Hal Finkel
2014-01-02
1
-1
/
+1
*
TableGen: Generate valid identifiers for anonymous records
Alp Toker
2013-12-21
1
-2
/
+6
*
tblgen: Diagnose duplicate includes.
Sean Silva
2013-02-07
1
-1
/
+1
*
TableGen: Keep track of superclass reference ranges.
Jordan Rose
2013-01-10
1
-1
/
+1
*
tblgen: Factor out common code.
Sean Silva
2013-01-09
1
-0
/
+1
*
Inline this into its only caller.
Sean Silva
2013-01-09
1
-1
/
+0
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
tblgen: Whitespace and 80-col cleanup.
Sean Silva
2012-10-04
1
-11
/
+12
*
Simplify TGParser::ProcessForEachDefs.
Jakob Stoklund Olesen
2012-05-24
1
-11
/
+9
*
Remove stray semi-colon.
Daniel Dunbar
2012-02-28
1
-1
/
+1
*
Add Foreach Loop
David Greene
2012-02-22
1
-2
/
+38
*
Process Defm Prefix as Init
David Greene
2011-10-19
1
-1
/
+1
*
Parse Def ID as Value
David Greene
2011-10-19
1
-1
/
+1
*
Make ID Parsing More Flexible
David Greene
2011-10-19
1
-4
/
+18
*
Make Template Arg Names Inits
David Greene
2011-10-19
1
-2
/
+2
*
Let SetValue Take and Init Name
David Greene
2011-10-19
1
-1
/
+6
*
Remove Multidefs
David Greene
2011-10-07
1
-1
/
+0
*
Parser Multidef Support
David Greene
2011-10-05
1
-0
/
+1
*
Refactor Multiclass Def Processing
David Greene
2011-10-05
1
-0
/
+15
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-0
/
+122