summaryrefslogtreecommitdiffstats
path: root/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Attempt #2 to placate MSVCRichard Smith2016-09-121-0/+2
* Attempt to placate MSVC.Richard Smith2016-09-121-1/+3
* Add a mode to clang-tblgen to generate reference documentation for warning andRichard Smith2016-09-123-1/+432
* [tablegen] Check that an optional IdentifierArgument of an attribute isAkira Hatanaka2016-09-101-1/+7
* Add plumbing for new attribute type "Microsoft".Nico Weber2016-09-031-6/+22
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-1/+3
* Revert r280516 since it contained accidental changes.Eric Fiselier2016-09-021-3/+1
* Implement __attribute__((require_constant_initialization)) for safe static in...Eric Fiselier2016-09-021-1/+3
* [clang-tblgen] Remove unused #include (NFC)Vedant Kumar2016-08-051-1/+0
* [NFC] Header cleanupMehdi Amini2016-07-182-6/+0
* Sema: support __declspec(dll*) on ObjC interfacesSaleem Abdulrasool2016-07-151-0/+9
* Use ranges to concisely express iterationDavid Majnemer2016-06-231-2/+2
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Work around MinGW's macro definition of 'interface' to 'struct'Reid Kleckner2016-05-311-0/+5
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-272-8/+10