summaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer2017-12-281-3/+3
* [AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-12-211-1/+5
* Add support for ObjectFormat to TargetSpecificAttrErich Keane2017-12-201-40/+42
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-3/+3
* Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman2017-11-261-121/+57
* Move the clang-tblgen project into the Clang tablegenning folder on IDEs like...Aaron Ballman2017-11-041-0/+1
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-261-6/+10
* Silence -Wimplicit-fallthrough warnings with the generated code; NFC.Aaron Ballman2017-10-181-1/+1
* Fix usage in TableGen of getValueAsStringErich Keane2017-10-161-28/+27
* Replace usage of std::stringstream with raw_string_ostreamErich Keane2017-10-161-2/+3
* Sort Attributes by "HeaderName" Erich Keane2017-10-161-20/+36
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-151-28/+50
* Add '\n' in ClangDataCollectorsEmitterKonstantin Zhuravlyov2017-09-081-1/+1
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-064-0/+27
* Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith2017-08-151-0/+21
* This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer2017-07-061-5/+1
* [AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani2017-06-201-1/+5
* Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar2017-06-021-5/+1
* [AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani2017-06-011-1/+5
* [TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper2017-05-314-31/+39
* Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis2017-05-241-1/+5
* utils: Silence -Wpedantic warningSaleem Abdulrasool2017-05-011-2/+2
* Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz2017-04-191-24/+113
* Add #pragma clang attributeAlex Lorenz2017-04-183-12/+470
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-183-470/+12
* Fix one more 'not all control paths return a value' MSVC warningAlex Lorenz2017-04-181-1/+1
* [TableGen] Fix MSVC warning that occurs in TableGen generated functionAlex Lorenz2017-04-181-1/+3
* Add #pragma clang attributeAlex Lorenz2017-04-183-12/+468
* [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali2017-04-011-2/+2
* Correct class-template deprecation behavior-REDUXErich Keane2017-03-231-16/+28
* Revert "Correct class-template deprecation behavior"Martin Bohme2017-03-221-28/+16
* Correct class-template deprecation behaviorErich Keane2017-03-211-16/+28
* Improve workaround for Sphinx's lack of support for command line options cont...Richard Smith2017-01-271-14/+47
* [docs] Add TableGen-based generator for command line argument documentation,Richard Smith2017-01-244-2/+368
* Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones2017-01-241-19/+19
* [TableGen] Only normalize the spelling of GNU-style attributes.Justin Lebar2017-01-051-5/+8
* Adapt to llvm/TableGen DagInit changes.Matthias Braun2016-12-051-15/+20
* TableGen: Adapt to llvm r288612Matthias Braun2016-12-042-4/+4
* [TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV2016-12-011-0/+4
* [TableGen] Minor clean-ups. NFC.George Burgess IV2016-12-011-52/+42
* Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko2016-11-291-19/+44
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-3/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [docs] Order diagnostic cross-references alphabetically rather than based onRichard Smith2016-09-141-0/+1
* Update DiagnosticsReference and fix emitter to emit -Wpedantic diagnostics an...Richard Smith2016-09-141-3/+12
* Fix a FIXME about MSVC 2013 in the diagnostic doc generation codeReid Kleckner2016-09-131-5/+7
* Work around MSVC 2013's inability to default move special members.Richard Smith2016-09-131-3/+3
* Work around a GCC 4.7-specific issue: due to implementing older rules forRichard Smith2016-09-131-0/+5
* Add virtual destructor (necessary due to the switch to shared_ptr).Richard Smith2016-09-121-0/+1
* Attempt #3 to placate MSVC.Richard Smith2016-09-121-4/+6