summaryrefslogtreecommitdiffstats
path: root/clang/utils/TableGen
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer2019-08-241-9/+11
* Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer2019-08-221-2/+2
* [OpenCL] Add const, volatile and pointer builtin handlingSven van Haastregt2019-08-201-2/+36
* [OpenCL] Add generic type handling for builtin functionsSven van Haastregt2019-08-191-103/+326
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-142-26/+26
* Add lifetime categories attributesMatthias Gehre2019-07-251-0/+4
* [OpenCL] Make TableGen'd builtin tables and helper functions staticTom Stellard2019-07-151-3/+3
* P0840R2: support for [[no_unique_address]] attributeRichard Smith2019-06-201-12/+26
* [OpenCL] Declare builtin functions using TableGenSven van Haastregt2019-06-034-0/+328
* Add the `objc_class_stub` attribute.John McCall2019-05-301-31/+34
* [analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann2019-05-231-0/+18
* [analyzer] Hide developer-only checker/package options by defaultKristof Umann2019-05-231-32/+37
* Clang-formatting the header in advance of other planned changes; NFC.Aaron Ballman2019-05-221-21/+37
* [analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann2019-05-011-2/+18
* Use llvm::stable_sortFangrui Song2019-04-241-6/+2
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-191-4/+103
* Use llvm::is_contained. NFCFangrui Song2019-02-101-2/+2
* [ASTDump] Rename methods which are conceptually VisitsStephen Kelly2019-01-301-3/+3
* [analyzer] Reimplement dependencies between checkersKristof Umann2019-01-261-16/+60
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1911-44/+33
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+37
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-113-35/+73
* Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman2018-12-221-3/+4
* Switch from cast<> to dyn_cast<>.Aaron Ballman2018-12-211-2/+5
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-201-1/+37
* NFC: Make this test kinder on downstream forksErik Pilkington2018-12-041-6/+2
* [analyzer] Drastically simplify the tblgen files used for checkersKristof Umann2018-11-121-239/+13
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-251-0/+37
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-9/+9
* Remove top-level using declaration from header files, as these aliases leak.Sam McCall2018-10-121-45/+42
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-302-3/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-263-13/+11
* Replaces __inline by __inline__ / C89 compatibleDiogo N. Sampaio2018-09-071-2/+2
* Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89Diogo N. Sampaio2018-09-051-2/+2
* Update FIXME as requested in code review.Richard Smith2018-08-301-1/+2
* Improve attribute documentation to list which spellings are used in which syn...Richard Smith2018-08-301-79/+86
* Adjust Attr representation so that changes to documentation don't affectRichard Smith2018-08-301-12/+8
* Fix typoStephen Kelly2018-08-231-1/+1
* [clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham2018-08-221-0/+12
* Model type attributes as regular Attrs.Richard Smith2018-08-201-0/+2
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-2/+0
* Model type attributes as regular Attrs.Richard Smith2018-08-131-0/+2
* Implement diagnostic stream operator for ParsedAttr.Erich Keane2018-08-091-1/+1
* revert r338831 - Fix unused variable warning in tablegen generated codeErich Keane2018-08-031-8/+4
* Fix unused variable warning in tablegen generated codeKarl-Johan Karlsson2018-08-031-4/+8
* [P0936R0] add [[clang::lifetimebound]] attributeRichard Smith2018-08-011-2/+7
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-0/+38
* [NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane2018-07-131-26/+27
* [AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema testsLuke Geeson2018-06-121-5/+8
* [ClangDiagnostics] Silence warning about fallthrough after PrintFatalErrorDavid Bolvansky2018-05-261-1/+1
OpenPOWER on IntegriCloud