summaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-21[AARch64] Add ARMv8.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-12-20Add support for ObjectFormat to TargetSpecificAttrErich Keane
2017-12-19Silence a bunch of implicit fallthrough warningsAdrian Prantl
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2017-11-04Move the clang-tblgen project into the Clang tablegenning folder on IDEs like...Aaron Ballman
2017-10-26Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman
2017-10-18Silence -Wimplicit-fallthrough warnings with the generated code; NFC.Aaron Ballman
2017-10-16Fix usage in TableGen of getValueAsStringErich Keane
2017-10-16Replace usage of std::stringstream with raw_string_ostreamErich Keane
2017-10-16Sort Attributes by "HeaderName" Erich Keane
2017-10-15Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman
2017-09-08Add '\n' in ClangDataCollectorsEmitterKonstantin Zhuravlyov
2017-09-06[AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger
2017-08-15Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith
2017-07-06This reverts r305820 (ARMv.2-A FP16 vector intrinsics) because it showsSjoerd Meijer
2017-06-20[AArch64] ADD ARMv.2-A FP16 vector intrinsicsAbderrazek Zaafrani
2017-06-02Revert "[AArch64] Add ARMv8.2-A FP16 vefctor intrinsics"Vedant Kumar
2017-06-01[AArch64] Add ARMv8.2-A FP16 vefctor intrinsicsAbderrazek Zaafrani
2017-05-31[TableGen] Clang changes to support Record::getValueAsString and getValueAsLi...Craig Topper
2017-05-24Enhance the 'diagnose_if' attribute so that we can apply it for ObjC methods ...Argyrios Kyrtzidis
2017-05-01utils: Silence -Wpedantic warningSaleem Abdulrasool
2017-04-19Add #pragma clang attribute support to the external_source_symbol attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Fix one more 'not all control paths return a value' MSVC warningAlex Lorenz
2017-04-18[TableGen] Fix MSVC warning that occurs in TableGen generated functionAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-01[NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext into a scoped EnumFaisal Vali
2017-03-23Correct class-template deprecation behavior-REDUXErich Keane
2017-03-22Revert "Correct class-template deprecation behavior"Martin Bohme
2017-03-21Correct class-template deprecation behaviorErich Keane
2017-01-27Improve workaround for Sphinx's lack of support for command line options cont...Richard Smith
2017-01-24[docs] Add TableGen-based generator for command line argument documentation,Richard Smith
2017-01-24Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones
2017-01-05[TableGen] Only normalize the spelling of GNU-style attributes.Justin Lebar
2016-12-05Adapt to llvm/TableGen DagInit changes.Matthias Braun
2016-12-04TableGen: Adapt to llvm r288612Matthias Braun
2016-12-01[TableGen] Ignore fake args for parsing-related arg counts.George Burgess IV
2016-12-01[TableGen] Minor clean-ups. NFC.George Burgess IV
2016-11-29Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).Eugene Zelenko
2016-10-19Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-14[docs] Order diagnostic cross-references alphabetically rather than based onRichard Smith
2016-09-14Update DiagnosticsReference and fix emitter to emit -Wpedantic diagnostics an...Richard Smith
2016-09-13Fix a FIXME about MSVC 2013 in the diagnostic doc generation codeReid Kleckner
2016-09-13Work around MSVC 2013's inability to default move special members.Richard Smith
2016-09-13Work around a GCC 4.7-specific issue: due to implementing older rules forRichard Smith
2016-09-12Add virtual destructor (necessary due to the switch to shared_ptr).Richard Smith
2016-09-12Attempt #3 to placate MSVC.Richard Smith