aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
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
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