aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2022-11-08Fix duplicate word typos; NFCRageking81-2/+2
2022-10-28clang-tblgen build: avoid duplicate inclusion of libLLVMSupportNicolai Hähnle1-1/+1
2022-10-14[Attributes] Improve writing `ExprArgument` value.Volodymyr Sapsai1-0/+7
2022-10-11[AArch64][ARM] Alter most of arm_neon.h to be target-based, not preprocessor ...David Green1-34/+53
2022-10-03[ARM][AArch64] Dont use macros for half instrinsics in NeonEmitterDavid Green1-5/+1
2022-09-23[CMake] Add clang-bolt targetAmir Ayupov1-3/+15
2022-09-08[clang][Interp] Implement function callsTimm Bäder1-0/+6
2022-09-03Use llvm::count_if (NFC)Kazu Hirata1-2/+2
2022-09-03[analyzer] Add more information to the Exploded Graphisuckatcs1-21/+53
2022-08-31Reapply "[clang][deps] Split translation units into individual -cc1 or other ...Ben Langmuir1-1/+5
2022-08-30Revert "[clang][deps] Split translation units into individual -cc1 or other c...Ben Langmuir1-5/+1
2022-08-30[clang][deps] Split translation units into individual -cc1 or other commandsBen Langmuir1-1/+5
2022-08-24[HLSL] Entry functions require param annotationChris Bieneman1-1/+2
2022-08-22[OpenMP][NFC] Use OMPInteropInfo in the OMPDeclareVariantAttr attributeMike Rice1-0/+45
2022-08-22[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-10/+10
2022-08-16[cmake] Fix tablegen exportsNikita Popov1-1/+3
2022-08-14Use llvm::all_of (NFC)Kazu Hirata1-6/+3
2022-08-14Revert "[clang] adds unary type transformations as compiler built-ins"Nico Weber1-10/+10
2022-08-14[clang] adds unary type transformations as compiler built-insChristopher Di Bella1-10/+10
2022-08-12[clang][SVE] Undefine preprocessor macro defined inMaciej Gabka1-0/+2
2022-08-11[analyzer] exploded-graph-rewriter: Fix python3 string encoding issuesBalazs Benics1-10/+6
2022-08-08[clang] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song2-4/+4
2022-08-07[mlir] fix `add_tablegen()` macro to allow installing mlir-pdllAshay Rane1-1/+1
2022-08-06Use value instead of getValue (NFC)Kazu Hirata1-3/+3
2022-08-02[RISCV][Clang] Support policy functions for Vector ReductionZakk Chen1-1/+6
2022-08-01[RISCV][Clang] Support RVV policy functions.Zakk Chen1-26/+98
2022-08-01Fixed a number of typosGabriel Ravier3-3/+3
2022-07-27[Docs] Fix column ordering on clang attribute docsChris Bieneman1-2/+4
2022-07-27clang: include ManagedStatic.h for llvm_shutdownNicolai Hähnle1-0/+1
2022-07-26[RISCV][Clang] Refactor RISCVVEmitter. (NFC)Zakk Chen1-14/+11
2022-07-26[RISCV][Clang] Refactor and rename rvv intrinsic related stuff. (NFC)Zakk Chen1-46/+15
2022-07-26[RISCV] Lazily add RVV C intrinsics.Kito Cheng3-110/+256
2022-07-23Fix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR`John Ericson1-1/+1
2022-07-22[Flang] Generate documentation for compiler flagsDylan Fleming1-0/+28
2022-07-21Revert "[Flang] Generate documentation for compiler flags"Andrzej Warzynski1-28/+0
2022-07-21[Flang] Generate documentation for compiler flagsDylan Fleming1-0/+28
2022-07-14[analyzer] Evaluate construction of non-POD type arraysisuckatcs1-1/+10
2022-07-13[clang] Use value instead of getValue (NFC)Kazu Hirata1-6/+6
2022-07-05[RISCV][Clang] Teach RISCVEmitter to generate BitCast for pointer operands.Yeting Kuo1-0/+10
2022-06-25[clang] Don't use Optional::hasValue (NFC)Kazu Hirata1-5/+5
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-11/+11
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-11/+11
2022-06-22Clang AttributeReference: emit entries for "Undocumented" attributes.James Y Knight1-10/+16
2022-06-20[clang] Don't use Optional::getValue (NFC)Kazu Hirata2-4/+3
2022-06-20[clang] Don't use Optional::hasValue (NFC)Kazu Hirata2-2/+2
2022-06-20[OpenCL][TableGen] Fix type extension guard emissionSven van Haastregt1-1/+1
2022-06-20[analyzer] SATest: Weaken assumption about HTML filesMarco Antognini1-5/+8
2022-06-20[analyzer] SATest: Ensure Docker image can be builtMarco Antognini1-0/+4
2022-06-18[clang] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-18[clang] Call *set::insert without checking membership first (NFC)Kazu Hirata1-2/+1