aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-26[𝘀𝗽𝗿] initial versionusers/vitalybuka/spr/hwasan-dont-instrument-when-pgo-profile-is-collectedVitaly Buka2-3/+28
2024-03-26[[clang::always_destroy]] attribute silences warn-exit-time-destructor (#86486)ycdtosa1-0/+10
2024-03-26[FMV] Allow mixing target_version with target_clones. (#86493)Alexandros Lamprineas4-62/+340
2024-03-26[Driver] Reject -fptrauth-intrinsics on non-AArch64 targetsFangrui Song1-0/+5
2024-03-25[clang][CodeComplete] Handle deref operator in getApproximateType (#86466)Nathan Ridge1-2/+18
2024-03-26[X86_64] fix SSE type error in vaarg. (#86377)Longsheng Mou2-3/+116
2024-03-25[HLSL] prevent generation of double intrinsics via the builtins (#86555)Farzon Lotfi2-0/+19
2024-03-25AMDGPU: Rename intrinsics and remove f16/bf16 versions for load transpose (#8...Changpeng Fang5-71/+9
2024-03-25[HLSL][DXIL] implement `sqrt` intrinsic (#86560)Farzon Lotfi1-27/+51
2024-03-25[DXIL] Add Float `Dot` Intrinsic Lowering (#86071)Farzon Lotfi1-14/+14
2024-03-25Reapply "[InstallAPI] Add --extra* and --exclude* cli options for header inpu...Cyndy Ishida13-0/+3595
2024-03-25Revert "[InstallAPI] Add --extra* and --exclude* cli options for header input...Cyndy Ishida13-3595/+0
2024-03-25[InstallAPI] Add --extra* and --exclude* cli options for header input (#86522)Cyndy Ishida13-0/+3595
2024-03-25[C99] Claim conformance to "new block scopes for selection and iteration stat...Aaron Ballman1-0/+34
2024-03-25Add a triple to this testAaron Ballman1-1/+1
2024-03-25[C99] Claim conformance to WG14 N631 and WG14 N696Aaron Ballman1-0/+22
2024-03-25[HLSL] Remove double pow intrinsics (#86407)Robin Caloudis1-13/+0
2024-03-25[clang] Correct Microsoft mangling of lifetime extended temporary objects. (#...Tom Honermann1-0/+13
2024-03-25[analyzer] Set and display CSA analysis entry points as notes on debugging (#...Balazs Benics3-18/+130
2024-03-25Reapply "[analyzer] Accept C library functions from the `std` namespace" agai...NagyDonat2-1/+25
2024-03-25[clang][analyzer] Bring cplusplus.ArrayDelete out of alpha (#83985)Discookie1-1/+1
2024-03-25[FMV] Allow multi versioning without default declaration. (#85454)Alexandros Lamprineas5-157/+300
2024-03-22[clang][deps] Lazy dependency directives (#86347)Jan Svoboda1-0/+33
2024-03-23[Clang] Raise an error on namespace aliases with qualified names. (#86122)Daniel M. Katz1-0/+2
2024-03-23Unwrap CountAttributed for debug info (#86017)Yeoul Na1-0/+18
2024-03-22Removing accidental code from 527a624205748814dd9309eda7ee308b40b2359aAaron Ballman1-1/+1
2024-03-22[C11] Update the status of N1365 on constant expression handlingAaron Ballman1-0/+60
2024-03-22[C99] Update status of DR290, which we do not yet implementAaron Ballman1-0/+20
2024-03-22AMDGPU: Rename and add bf16 support for global_load_tr builtins (#86202)Changpeng Fang5-60/+63
2024-03-22Revert "[BOLT] Add BB index to BAT (#86044)"Amir Ayupov1-0/+1
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+324
2024-03-22[C11] Add test & update status of N1282 and DR087Aaron Ballman2-0/+24
2024-03-22[BOLT] Add BB index to BAT (#86044)Amir Ayupov1-1/+0
2024-03-22[analyzer] Support C++23 static operator calls (#84972)Balazs Benics1-0/+38
2024-03-22[clang][analyzer] Model getline/getdelim preconditions and evaluation (#83027)Alejandro Álvarez Ayllón2-0/+395
2024-03-22Revert "[RISCV] Support RISC-V Profiles in -march option (#76357)"Wang Pengcheng1-312/+0
2024-03-22[RISCV] Support RISC-V Profiles in -march option (#76357)Wang Pengcheng1-0/+312
2024-03-21[InstallAPI] Report exports discovered in binary but not in interface (#86025)Cyndy Ishida4-0/+1001
2024-03-21[clang][SPIRV] Don't warn on -mcmodel (#86039)Arthur Eubanks1-0/+1
2024-03-21[OBJC] Allow __attribute__((NSObject)) types be used as lightweight generic s...dmaclach1-0/+23
2024-03-21Split -Wcast-function-type into a separate group (#86131)Aaron Ballman2-11/+11
2024-03-21[analyzer] Wrap SymbolicRegions by ElementRegions before getting a FieldRegio...Balazs Benics1-0/+17
2024-03-21[clang] Implement __builtin_{clzg,ctzg} (#83431)OverMighty4-23/+297
2024-03-21[clang] Improves -print-library-module-manifest-path. (#85943)Mark de Wever1-2/+17
2024-03-21Disable driver tests on macosx that are currently disabled on darwin (#85990)Akira Hatanaka4-4/+4
2024-03-21[clang] Accept lambdas in C++03 as an extensions (#73376)Nikolas Klauser13-139/+160
2024-03-21[clang][CodeGen] Allow `memcpy` replace with trivial auto var initAntonio Frighetto6-49/+29
2024-03-21[clang-format] Add --fail-on-incomplete-format. (#84346)Roberto Bampi1-0/+4
2024-03-21[X86_64] fix empty structure vaarg in c++ (#77907)hstk30-hw1-0/+23
2024-03-20Rebase swiftasynccall's musttail support onto the [[clang::musttail]] logic (...John McCall1-0/+16