summaryrefslogtreecommitdiff
path: root/clang/utils
Commit message (Expand)AuthorAgeFilesLines
* [NFC][CLANG] Fix Static Code Analysis ConcernsManna, Soumi2023-05-141-0/+1
* [Clang][CMake] Use perf-training for Clang-BOLTAmir Ayupov2023-05-133-0/+57
* Fixed NATVIS debug visualizers for ClangAaron Ballman2023-05-111-50/+88
* [clang][BFloat] Avoid redefining bfloat16_t in arm_neon.hDimitry Andric2023-05-032-2/+0
* [RISCV][RISCV][clang] Split out SiFive Vector C intrinsics from riscv_vector.td4vtomat2023-05-021-0/+18
* [NFC][clang] Fix Coverity bugs with AUTO_CAUSES_COPYManna, Soumi2023-04-241-1/+1
* [RISCV] Add SiFive extension supportKito Cheng2023-04-241-0/+1
* [NFC][clang] Fix static analyzer concernsManna, Soumi2023-04-231-1/+1
* [dataflow] add HTML logger: browse code/cfg/analysis timeline/stateSam McCall2023-04-191-0/+29
* [clang] Replace find_executable with shutil.which in creduce scriptDavid Spickett2023-04-171-3/+3
* [clang] Fix FIXME in isAlignasAttribute()Richard Sandiford2023-04-131-1/+4
* [clang] Type safety tweak for AttributeCommonInfo::FormRichard Sandiford2023-04-131-1/+1
* [clang] Specify attribute syntax & spelling with a single argumentRichard Sandiford2023-04-131-14/+32
* [clang] Ensure that Attr::Create(Implicit) chooses a valid syntaxRichard Sandiford2023-04-131-32/+24
* Make explicit the single-argument constructors of AttributeCommonInfo; NFCAaron Ballman2023-04-101-7/+31
* [NFC] Remove unused member variable `PolicyBitMask` in SemaRecordChittireddy, Sindhu2023-03-271-3/+0
* [OpenCL] Emit EOL at end of generated headerSven van Haastregt2023-03-241-1/+1
* [clang] Use *{Set,Map}::contains (NFC)Kazu Hirata2023-03-142-6/+6
* [AArch64] Add svboolx2_t and svboolx4_t tuple typesMatt Devereau2023-03-141-1/+3
* [OpenCL] Add builtin header TableGen emitterSven van Haastregt2023-03-093-0/+86
* [clang] extend external_source_symbol attribute with USR clauseAlex Lorenz2023-02-231-22/+40
* [CMake] Fix driver build on MacOSAlex Brachet2023-02-191-1/+3
* [Clang][RISCV] Guard vector int64, float32, float64 with semantic analysiseopXD2023-02-141-4/+0
* [Clang][RISCV] Guard vector float16 type correctly with semantic analysiseopXD2023-02-131-2/+1
* [Clang][perf-training] Remove trailing whitespace in perf-helperAmir Ayupov2023-02-111-8/+8
* Revert "[clang][Interp] Only generate disassembly in debug builds"Timm Bäder2023-02-031-2/+0
* [clang][Interp] Only generate disassembly in debug buildsTimm Bäder2023-02-031-0/+2
* Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata2023-01-281-1/+1
* [Clang][RISCV] Simplify RVV intrinsic policy suffixeopXD2023-01-281-3/+2
* [analyzer] Update satest dependenciesManas2023-01-251-2/+2
* [9/15][Clang][RISCV][NFC] Use correct type for `RVVTypeCache::computeTypes` u...eopXD2023-01-241-1/+1
* [8/15][Clang][RISCV][NFC] Always emit PolicyAttr in riscv_vector_builtin_cg.inceopXD2023-01-241-10/+3
* [5/15][Clang][RISCV][NFC] Remove extra attribute Policy::IntrinsicWithoutMU b...eopXD2023-01-241-8/+10
* [1/15][Clang][RISCV][NFC] Extract common utility to RISCVVIntrinsicUtilseopXD2023-01-241-6/+2
* [7/7][Clang][RISCV][NFC] Remove attribute `IsPrototypeDefaultTU`eopXD2023-01-231-19/+14
* [perf-training] Check extension in findFilesWithExtensionAmir Ayupov2023-01-171-1/+1
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-143-25/+32
* [clang] Add #include <optional> (NFC)Kazu Hirata2023-01-144-0/+4
* Revert "[perf-training] Check extension in findFilesWithExtension"Amir Aupov2023-01-101-1/+1
* [perf-training] Check extension in findFilesWithExtensionAmir Ayupov2023-01-101-1/+1
* [AArch64] Alter arm_sve.h to be target-based, not preprocessor based.David Green2023-01-041-51/+11
* [clang] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-023-13/+15
* [Clang][RISCV] Use poison instead of undefeopXD2022-12-281-3/+5
* [NFC][Clang][RISCV] Rename data member 'DefaultPolicy' to 'PolicyAttrs'eopXD2022-12-261-14/+12
* Small fixes to creduce-clang-crash.py script.Amy Huang2022-12-221-3/+3
* [RISCV] Merge Masked and unMasked RVV manual codegenPiyou Chen2022-12-211-3/+6
* [RISCV] Refactor RVV Policy by structurePiyou Chen2022-12-201-10/+14
* [clang] llvm::Optional::value => operator*/operator->Fangrui Song2022-12-171-9/+9
* Don't include None.h (NFC)Kazu Hirata2022-12-101-1/+0
* [clang] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-041-4/+4