aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-16cmake: configure clang lit to use hmaptool from source directlyMatheus Izvekov1-10/+1
2022-06-15[clang] Reject non-declaration C++11 attributes on declarationsMartin Boehme1-1/+1
2022-06-10[clang][tablegen] adds human documentation to `WarningOption`Christopher Di Bella1-2/+10
2022-06-09cmake: use llvm dir variables for clang/utils/hmaptoolMatheus Izvekov1-14/+9
2022-06-03[Attributes] Remove AttrSyntax and migrate uses to AttributeCommonInfo::Synta...Leonard Grey1-9/+14
2022-06-02Revert "cmake: use llvm dir variables for clang/utils/hmaptool"Nikita Popov1-5/+15
2022-05-31[RISCV][NFC] Rename variables in rvv intrinsics related files.Zakk Chen1-5/+5
2022-05-30cmake: fix clang standalone buildMatheus Izvekov1-1/+1
2022-05-28[clang][cmake] Fixed typo in hmaptool CMakeLists.txtDaniel Hannon1-1/+1
2022-05-27cmake: use llvm dir variables for clang/utils/hmaptoolMatheus Izvekov1-15/+5
2022-05-18[RISCV][NFC] Rename variable in RISCVVEmitter.cppKito Cheng1-26/+26
2022-05-16[RISCV][NFC] Refactor RISC-V vector intrinsic utils.Kito Cheng1-105/+70
2022-04-20[clang-tblgen] Automatically document options valuesserge-sans-paille1-2/+26
2022-04-20[RISCV] Moving RVV intrinsic type related util to clang/SupportKito Cheng2-793/+32
2022-04-19[analyzer] ClangSA should tablegen doc urls refering to the main doc pageBalazs Benics1-10/+5
2022-04-19[analyzer] Turn missing tablegen doc entry of a checker into fatal errorBalazs Benics1-8/+11
2022-04-19[analyzer][NFC] Introduce the checker package separator characterBalazs Benics1-9/+10
2022-04-14[HLSL] Add Semantic syntax, and SV_GroupIndexChris Bieneman1-7/+22
2022-04-08Revert "Reland "[RISCV][NFC] Moving RVV intrinsic type related util to llvm/S...Kito Cheng1-2/+198
2022-04-08Reland "[RISCV][NFC] Moving RVV intrinsic type related util to llvm/Support"Kito Cheng1-198/+2
2022-03-28Revert D121984 "[RISCV][NFC] Moving RVV intrinsic type related util to llvm/S...Fangrui Song1-2/+198
2022-03-28[RISCV][NFC] Moving RVV intrinsic type related util to llvm/SupportKito Cheng1-198/+2
2022-03-25[cmake] Provide CURRENT_TOOLS_DIR centrally, replacing CLANG_TOOLS_DIRSam McCall3-10/+2
2022-03-24[NFCI] Fix set-but-unused warning in ClangAttrEmitter.cppDávid Bolvanský1-2/+0
2022-03-23[Clang][NeonEmitter] emit ret decl first for -Wdeclaration-after-statementNick Desaulniers1-7/+16
2022-03-22[RISCV][NFC] Refine and refactor RISCVVEmitter and riscv_vector.td.Zakk Chen1-85/+74
2022-03-21[clang] Remove Address::deprecated from MveEmitterArthur Eubanks1-3/+14
2022-03-21[OpenCL] Guard write_only image3d_t with TypeExtensionSven van Haastregt1-4/+13
2022-03-17[RISCV] Add +experimental-zvfh extension to cover half types in vectors.Craig Topper1-5/+5
2022-03-16Use lit_config.substitute instead of foo % lit_config.params everywhereSam McCall2-20/+2
2022-03-12[clang][deps] Update helper script documentationJan Svoboda1-4/+1
2022-03-11[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek2-2/+2
2022-03-05Make ParsedAttrInfo and subclasses use constexpr constructionBenjamin Kramer1-23/+27
2022-03-03[hmaptool] Fix string decoding for Python 3Shoaib Meenai1-1/+1