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
/
clang
/
utils
/
TableGen
/
TableGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Add ARMv8.2-A FP16 scalar intrinsics
Abderrazek Zaafrani
2018-01-19
1
-0
/
+5
*
[AST] Add TableGen for StmtDataCollectors
Johannes Altmanninger
2017-09-06
1
-0
/
+6
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-5
/
+26
*
Revert r300539 - Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-26
/
+5
*
Add #pragma clang attribute
Alex Lorenz
2017-04-18
1
-5
/
+26
*
[docs] Add TableGen-based generator for command line argument documentation,
Richard Smith
2017-01-24
1
-2
/
+8
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
Add a mode to clang-tblgen to generate reference documentation for warning and
Richard Smith
2016-09-12
1
-1
/
+7
*
[clang-tblgen] Remove unused #include (NFC)
Vedant Kumar
2016-08-05
1
-1
/
+0
*
Update to match LLVM r272232.
Richard Smith
2016-06-09
1
-1
/
+1
*
[TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...
Craig Topper
2016-01-04
1
-0
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Reapplying r204952 a second time.
Aaron Ballman
2014-03-31
1
-4
/
+5
*
Reverting r204968 and r204969; while more build bots are happy with the resul...
Aaron Ballman
2014-03-27
1
-5
/
+4
*
Reapplying r204952 with fixes which should hopefully resolve linking issues w...
Aaron Ballman
2014-03-27
1
-4
/
+5
*
Reverting r204952, while I figure out what's going on with the makefile build.
Aaron Ballman
2014-03-27
1
-5
/
+4
*
Clean up the __has_attribute implementation without modifying its behavior.
Aaron Ballman
2014-03-27
1
-4
/
+5
*
Implements a declarative approach to documenting individual attributes in Cla...
Aaron Ballman
2014-02-17
1
-1
/
+7
*
Consolidating several table-generated files containing parser-related string ...
Aaron Ballman
2014-01-29
1
-30
/
+6
*
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...
Kostya Serebryany
2014-01-15
1
-5
/
+7
*
reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...
Kostya Serebryany
2014-01-10
1
-0
/
+7
*
Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
2014-01-09
1
-7
/
+0
*
Removing a bit of custom parsing functionality used by the thread safety anal...
Aaron Ballman
2014-01-09
1
-0
/
+8
*
Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
2014-01-09
1
-0
/
+7
*
Update RecursiveASTVisitor so that it visits attributes. This is currently
DeLesley Hutchins
2013-12-30
1
-0
/
+7
*
Attributes which accept a type as their sole argument are no longer hard code...
Aaron Ballman
2013-11-04
1
-0
/
+8
*
PR17666: Instead of allowing an initial identifier argument in any attribute
Richard Smith
2013-10-24
1
-15
/
+16
*
Attribute tablegen now understands that attribute arguments can be optional. ...
Aaron Ballman
2013-09-09
1
-6
/
+13
*
clang-format utils/TableGen/TableGen.cpp.
Rafael Espindola
2013-08-16
1
-82
/
+76
*
Remove option emitter from clang-tblgen
Reid Kleckner
2013-06-18
1
-12
/
+1
*
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
1
-0
/
+8
*
Revert r180970; it's causing breakage.
Douglas Gregor
2013-05-02
1
-8
/
+0
*
Use attribute argument information to determine when to parse attribute argum...
Douglas Gregor
2013-05-02
1
-0
/
+8
*
Comment parsing: improve the fidelity of XML output for many block commands
Dmitri Gribenko
2013-02-01
1
-0
/
+8
*
Comment parsing: resolve more named character references
Dmitri Gribenko
2013-01-30
1
-0
/
+8
*
PR14922: when printing an attribute, use the real syntax of the attribute (GN...
Michael Han
2013-01-24
1
-0
/
+7
*
Implement Attr dumping for -ast-dump.
Alexander Kornienko
2013-01-07
1
-0
/
+6
*
Sort the #include lines under utils/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
tblgen: Migrate clang-tblgen to new TableGenMain API.
Sean Silva
2012-10-03
1
-87
/
+82
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-0
/
+8
*
Comment HTML tag name machers: move from StringSwitch to an efficient
Dmitri Gribenko
2012-08-31
1
-0
/
+16
*
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-07-06
1
-0
/
+6
*
Make clang-tblgen backends functions instead of TableGenBackends.
Jakob Stoklund Olesen
2012-06-13
1
-28
/
+24
*
Refactor Clang sema attribute handling.
Michael Han
2012-03-07
1
-0
/
+14
*
Instantiate dependent attributes when instantiating templates.
DeLesley Hutchins
2012-01-20
1
-0
/
+7
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-3
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-1
/
+1
*
Add the Clang tblgen backends to Clang, and flip the switch to cause
Peter Collingbourne
2011-10-06
1
-0
/
+176