aboutsummaryrefslogtreecommitdiff
path: root/utils/TableGen
AgeCommit message (Expand)Author
2019-10-17[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 3Eli Friedman
2019-10-10[ARM] Fix arm_neon.h with -flax-vector-conversions=none, part 2.Eli Friedman
2019-10-09[ARM] Fix arm_neon.h with -flax-vector-conversions=noneEli Friedman
2019-10-01Emit TypeNodes.def with tblgen.John McCall
2019-10-01Use scope qualifiers in Clang's tblgen backends to get usefulJohn McCall
2019-09-19[OpenCL] Add version handling and add vector ld/st builtinsSven van Haastregt
2019-09-17Add SpellingNotCalculated to Attribute Enums to suppress UBSan warningsErich Keane
2019-09-16Move some definitions from Sema to Basic to fix shared libs buildErich Keane
2019-09-13Fix build error in 371875Erich Keane
2019-09-13[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane
2019-09-13[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-05[OpenCL] Add image type handling for builtinsSven van Haastregt
2019-09-04Revert "[Clang Interpreter] Initial patch for the constexpr interpreter"Roman Lebedev
2019-09-04[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-03[OpenCL] Drop spurious semicolon in generated file; NFCSven van Haastregt
2019-09-03[ARM NEON] Avoid duplicated decarationsDiogo N. Sampaio
2019-09-02Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-09-02[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-31Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-31[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30Revert [Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-30[Clang Interpreter] Initial patch for the constexpr interpreterNandor Licker
2019-08-24[OpenCL] Microoptimize OCL2Qual a bitBenjamin Kramer
2019-08-22Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer
2019-08-20[OpenCL] Add const, volatile and pointer builtin handlingSven van Haastregt
2019-08-19[OpenCL] Add generic type handling for builtin functionsSven van Haastregt
2019-08-14[Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-25Add lifetime categories attributesMatthias Gehre
2019-07-15[OpenCL] Make TableGen'd builtin tables and helper functions staticTom Stellard
2019-06-20P0840R2: support for [[no_unique_address]] attributeRichard Smith
2019-06-03[OpenCL] Declare builtin functions using TableGenSven van Haastregt
2019-05-30Add the `objc_class_stub` attribute.John McCall
2019-05-23[analyzer] List checker/plugin options in 3 categories: released, alpha, deve...Kristof Umann
2019-05-23[analyzer] Hide developer-only checker/package options by defaultKristof Umann
2019-05-22Clang-formatting the header in advance of other planned changes; NFC.Aaron Ballman
2019-05-01[analyzer] Don't display implementation checkers under -analyzer-checker-help...Kristof Umann
2019-04-24Use llvm::stable_sortFangrui Song
2019-04-19[analyzer][NFC] Reimplement checker optionsKristof Umann
2019-02-10Use llvm::is_contained. NFCFangrui Song
2019-01-30[ASTDump] Rename methods which are conceptually VisitsStephen Kelly
2019-01-26[analyzer] Reimplement dependencies between checkersKristof Umann
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-19Emit !callback metadata and introduce the callback attributeJohannes Doerfert
2019-01-11Implement Attr dumping in terms of visitorsStephen Kelly
2018-12-22Improving this fatal diagnostic to help checker developers figure out what's ...Aaron Ballman
2018-12-21Switch from cast<> to dyn_cast<>.Aaron Ballman
2018-12-20Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman
2018-12-04NFC: Make this test kinder on downstream forksErik Pilkington