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] Introduce an if/then/else statement.
Simon Tatham
2020-01-14
1
-0
/
+6
*
[TableGen] Introduce a `defvar` statement.
Simon Tatham
2020-01-14
1
-1
/
+59
*
Tablegen: Remove the error for duplicate include files.
River Riddle
2019-11-20
1
-1
/
+1
*
TableGen - fix uninitialized variable warnings. NFCI.
Simon Pilgrim
2019-11-10
1
-1
/
+1
*
Fix shadow variable warning with llvm::SrcMgr. NFCI.
Simon Pilgrim
2019-11-09
1
-2
/
+2
*
TableGen: Handle nontrivial foreach range bounds
Matt Arsenault
2019-05-22
1
-1
/
+2
*
[TblGen] Extend !if semantics through new feature !cond
Javed Absar
2019-01-25
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[TableGen] Preprocessing support
Vyacheslav Zakharin
2018-11-27
1
-2
/
+3
*
Reverted r347092 due to the following build fails:
Vyacheslav Zakharin
2018-11-17
1
-3
/
+2
*
Preprocessing support in tablegen.
Vyacheslav Zakharin
2018-11-16
1
-2
/
+3
*
TableGen: Allow foreach in multiclass to depend on template args
Nicolai Haehnle
2018-06-21
1
-19
/
+43
*
TableGen: Streamline the semantics of NAME
Nicolai Haehnle
2018-06-04
1
-4
/
+3
*
TableGen: Streamline how defs are instantiated
Nicolai Haehnle
2018-03-21
1
-16
/
+4
*
TableGen: Add a defset statement
Nicolai Haehnle
2018-03-09
1
-0
/
+11
*
TableGen: Remove unused ParseForeachMode
Nicolai Haehnle
2018-03-09
1
-1
/
+0
*
TableGen: Move getNewAnonymousName into RecordKeeper
Nicolai Haehnle
2018-03-06
1
-5
/
+1
*
[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
[next]