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