aboutsummaryrefslogtreecommitdiff
path: root/clang/utils
AgeCommit message (Expand)AuthorFilesLines
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta29-2782/+3958
2023-05-22[Clang][RISCV] Remove unused variable `IsTuple` for structure `RVVIntrinsic`eopXD1-4/+4
2023-05-22[3/11][POC][Clang][RISCV] Add typedef of the tuple type and define tuple type...eopXD1-8/+22
2023-05-18[NFC][Clang][Coverity] Fix Static Code Analysis Concerns with copy without as...Manna, Soumi1-0/+8
2023-05-14[NFC][CLANG] Fix Static Code Analysis ConcernsManna, Soumi1-0/+1
2023-05-13[Clang][CMake] Use perf-training for Clang-BOLTAmir Ayupov3-0/+57
2023-05-11Fixed NATVIS debug visualizers for ClangAaron Ballman1-50/+88
2023-05-03[clang][BFloat] Avoid redefining bfloat16_t in arm_neon.hDimitry Andric2-2/+0
2023-05-02[RISCV][RISCV][clang] Split out SiFive Vector C intrinsics from riscv_vector.td4vtomat1-0/+18
2023-04-24[NFC][clang] Fix Coverity bugs with AUTO_CAUSES_COPYManna, Soumi1-1/+1
2023-04-24[RISCV] Add SiFive extension supportKito Cheng1-0/+1
2023-04-23[NFC][clang] Fix static analyzer concernsManna, Soumi1-1/+1
2023-04-19[dataflow] add HTML logger: browse code/cfg/analysis timeline/stateSam McCall1-0/+29
2023-04-17[clang] Replace find_executable with shutil.which in creduce scriptDavid Spickett1-3/+3
2023-04-13[clang] Fix FIXME in isAlignasAttribute()Richard Sandiford1-1/+4
2023-04-13[clang] Type safety tweak for AttributeCommonInfo::FormRichard Sandiford1-1/+1
2023-04-13[clang] Specify attribute syntax & spelling with a single argumentRichard Sandiford1-14/+32
2023-04-13[clang] Ensure that Attr::Create(Implicit) chooses a valid syntaxRichard Sandiford1-32/+24
2023-04-10Make explicit the single-argument constructors of AttributeCommonInfo; NFCAaron Ballman1-7/+31
2023-03-27[NFC] Remove unused member variable `PolicyBitMask` in SemaRecordChittireddy, Sindhu1-3/+0
2023-03-24[OpenCL] Emit EOL at end of generated headerSven van Haastregt1-1/+1
2023-03-14[clang] Use *{Set,Map}::contains (NFC)Kazu Hirata2-6/+6
2023-03-14[AArch64] Add svboolx2_t and svboolx4_t tuple typesMatt Devereau1-1/+3
2023-03-09[OpenCL] Add builtin header TableGen emitterSven van Haastregt3-0/+86
2023-02-23[clang] extend external_source_symbol attribute with USR clauseAlex Lorenz1-22/+40
2023-02-19[CMake] Fix driver build on MacOSAlex Brachet1-1/+3
2023-02-14[Clang][RISCV] Guard vector int64, float32, float64 with semantic analysiseopXD1-4/+0
2023-02-13[Clang][RISCV] Guard vector float16 type correctly with semantic analysiseopXD1-2/+1
2023-02-11[Clang][perf-training] Remove trailing whitespace in perf-helperAmir Ayupov1-8/+8
2023-02-03Revert "[clang][Interp] Only generate disassembly in debug builds"Timm Bäder1-2/+0
2023-02-03[clang][Interp] Only generate disassembly in debug buildsTimm Bäder1-0/+2
2023-01-28Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata1-1/+1
2023-01-28[Clang][RISCV] Simplify RVV intrinsic policy suffixeopXD1-3/+2
2023-01-25[analyzer] Update satest dependenciesManas1-2/+2
2023-01-24[9/15][Clang][RISCV][NFC] Use correct type for `RVVTypeCache::computeTypes` u...eopXD1-1/+1
2023-01-24[8/15][Clang][RISCV][NFC] Always emit PolicyAttr in riscv_vector_builtin_cg.inceopXD1-10/+3
2023-01-24[5/15][Clang][RISCV][NFC] Remove extra attribute Policy::IntrinsicWithoutMU b...eopXD1-8/+10
2023-01-24[1/15][Clang][RISCV][NFC] Extract common utility to RISCVVIntrinsicUtilseopXD1-6/+2
2023-01-23[7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU`eopXD1-19/+14
2023-01-17[perf-training] Check extension in findFilesWithExtensionAmir Ayupov1-1/+1
2023-01-14[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-25/+32
2023-01-14[clang] Add #include <optional> (NFC)Kazu Hirata4-0/+4
2023-01-10Revert "[perf-training] Check extension in findFilesWithExtension"Amir Aupov1-1/+1
2023-01-10[perf-training] Check extension in findFilesWithExtensionAmir Ayupov1-1/+1
2023-01-04[AArch64] Alter arm_sve.h to be target-based, not preprocessor based.David Green1-51/+11
2023-01-02[clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata3-13/+15
2022-12-28[Clang][RISCV] Use poison instead of undefeopXD1-3/+5
2022-12-26[NFC][Clang][RISCV] Rename data member 'DefaultPolicy' to 'PolicyAttrs'eopXD1-14/+12
2022-12-22Small fixes to creduce-clang-crash.py script.Amy Huang1-3/+3
2022-12-21[RISCV] Merge Masked and unMasked RVV manual codegenPiyou Chen1-3/+6