aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/TableGen
AgeCommit message (Expand)Author
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
2018-11-12[analyzer] Drastically simplify the tblgen files used for checkersKristof Umann
2018-10-25[AArch64] Implement FP16FML intrinsicsBryan Chan
2018-10-24Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman
2018-10-12Remove top-level using declaration from header files, as these aliases leak.Sam McCall
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song
2018-09-26llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song
2018-09-07Replaces __inline by __inline__ / C89 compatibleDiogo N. Sampaio
2018-09-05Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89Diogo N. Sampaio
2018-08-30Update FIXME as requested in code review.Richard Smith
2018-08-30Improve attribute documentation to list which spellings are used in which syn...Richard Smith
2018-08-30Adjust Attr representation so that changes to documentation don't affectRichard Smith
2018-08-23Fix typoStephen Kelly
2018-08-22[clang-tblgen] Add -print-records and -dump-json modes.Simon Tatham
2018-08-20Model type attributes as regular Attrs.Richard Smith
2018-08-14Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner
2018-08-13Model type attributes as regular Attrs.Richard Smith
2018-08-09Implement diagnostic stream operator for ParsedAttr.Erich Keane
2018-08-03revert r338831 - Fix unused variable warning in tablegen generated codeErich Keane
2018-08-03Fix unused variable warning in tablegen generated codeKarl-Johan Karlsson
2018-08-01[P0936R0] add [[clang::lifetimebound]] attributeRichard Smith
2018-07-20Implement cpu_dispatch/cpu_specific MultiversioningErich Keane
2018-07-13[NFC] Rename clang::AttributeList to clang::ParsedAttrErich Keane
2018-06-12[AArch64] Corrected FP16 Intrinsic range checks in Clang + added Sema testsLuke Geeson
2018-05-26[ClangDiagnostics] Silence warning about fallthrough after PrintFatalErrorDavid Bolvansky
2018-05-21[Clang Tablegen] Add llvm_unreachable() to getModifierName()Mark Searles
2018-05-19[Clang Tablegen][RFC] Allow Early Textual Substitutions in `Diagnostic` messa...Eric Fiselier
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl
2018-05-03Allow writing calling convention attributes on function types.Aaron Ballman
2018-04-27[ARM,AArch64] Add intrinsics for dot product instructionsOliver Stannard
2018-04-06Fix typos in clangAlexander Kornienko
2018-03-27[clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang
2018-03-13Reland "[Attr] Fix parameter indexing for several attributes"Joel E. Denny
2018-03-07Revert r326602, it caused PR36620.Nico Weber
2018-03-06TableGen: Give up on exact fixits for diagnostic groupsNicolai Haehnle
2018-03-02[Attr] Fix parameter indexing for several attributesJoel E. Denny
2018-02-28Test commit access: apply clang-format suggestionJoel E. Denny
2018-02-27Improve the way attribute argument printing happens for omitted optional argu...Aaron Ballman
2018-02-22[docs] Fix duplicate arguments for JoinedAndSeparateJonas Hahnfeld
2018-02-14[OpenMP] Fix trailing space when printing pragmas, by Joel. E. DennyAlexey Bataev
2018-02-01Mark fallthrough with LLVM_FALLTHROUGHAdrian Prantl
2018-01-19[AArch64] Add ARMv8.2-A FP16 scalar intrinsicsAbderrazek Zaafrani
2018-01-04Make attribute instantiation instantiate all attributes, not just the first ofRichard Smith
2018-01-03Introduce some infrastructure for adding C attributes with [[]] syntax.Aaron Ballman
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