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: Allow foreach in multiclass to depend on template args
Nicolai Haehnle
2018-06-21
1
-107
/
+209
*
TableGen: Streamline the semantics of NAME
Nicolai Haehnle
2018-06-04
1
-146
/
+107
*
TableGen: add some more helpful error messages
Nicolai Haehnle
2018-05-29
1
-0
/
+13
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
TableGen: Streamline how defs are instantiated
Nicolai Haehnle
2018-03-21
1
-364
/
+164
*
TableGen: Explicitly forbid self-references to field members
Nicolai Haehnle
2018-03-19
1
-1
/
+1
*
TableGen: Only fold when some operand made resolve progress
Nicolai Haehnle
2018-03-19
1
-2
/
+16
*
TableGen: Move GenStrConcat to a helper function in BinOpInit
Nicolai Haehnle
2018-03-19
1
-9
/
+5
*
TableGen: Remove the cast-from-string-to-variable-reference feature
Nicolai Haehnle
2018-03-19
1
-14
/
+14
*
TableGen: Explicitly forbid some nestings of class, multiclass, and foreach
Nicolai Haehnle
2018-03-14
1
-2
/
+10
*
TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons
Nicolai Haehnle
2018-03-14
1
-1
/
+25
*
TableGen: Type-check BinOps
Nicolai Haehnle
2018-03-14
1
-30
/
+92
*
TableGen: Allow ? in lists
Nicolai Haehnle
2018-03-14
1
-11
/
+9
*
TableGen: Add !dag function for construction
Nicolai Haehnle
2018-03-14
1
-0
/
+39
*
TableGen: Add a defset statement
Nicolai Haehnle
2018-03-09
1
-8
/
+84
*
TableGen: Allow arbitrary list values as ranges of foreach
Nicolai Haehnle
2018-03-09
1
-20
/
+17
*
TableGen: Remove unused ParseForeachMode
Nicolai Haehnle
2018-03-09
1
-2
/
+2
*
TableGen: add !isa operation
Nicolai Haehnle
2018-03-09
1
-0
/
+28
*
TableGen: Add !foldl operation
Nicolai Haehnle
2018-03-06
1
-2
/
+120
*
TableGen: Remove the ResolveFirst mechanism
Nicolai Haehnle
2018-03-06
1
-6
/
+0
*
TableGen: Delay instantiating inline anonymous records
Nicolai Haehnle
2018-03-06
1
-44
/
+32
*
TableGen: Move getNewAnonymousName into RecordKeeper
Nicolai Haehnle
2018-03-06
1
-12
/
+7
*
TableGen: Explicitly check whether a record has been resolved
Nicolai Haehnle
2018-03-06
1
-3
/
+51
*
TableGen: Allow !cast of records, cleanup conversion machinery
Nicolai Haehnle
2018-03-06
1
-9
/
+6
*
TableGen: Generalize record types to fix typeIsConvertibleTo et al.
Nicolai Haehnle
2018-03-06
1
-7
/
+5
*
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
1
-7
/
+8
*
TableGen: Reimplement !foreach using the resolving mechanism
Nicolai Haehnle
2018-03-05
1
-21
/
+102
*
TableGen: Introduce an abstract variable resolver interface
Nicolai Haehnle
2018-03-05
1
-1
/
+2
*
TableGen: Allow NAME in template arguments in defm in multiclass
Nicolai Haehnle
2018-03-05
1
-0
/
+3
*
Revert "TableGen: Fix typeIsConvertibleTo for record types"
Nicolai Haehnle
2018-02-23
1
-6
/
+11
*
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
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
[next]