aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-13[Clang] [Sema] Fix bug in `_Complex float`+`int` arithmetic (#83063)Sirraide3-25/+284
2024-03-13Diagnose misuse of the cleanup attribute (#80040)Bhuminjay Soni1-2/+26
2024-03-13[AIX][TOC] Add -mtocdata/-mno-tocdata options on AIX (#67999)Zaara Syeda6-0/+268
2024-03-13[Clang] [CodeGen] Fix codegen bug in constant initialisation in C23 mode (#84...Sirraide2-0/+9
2024-03-13[clang] CTAD: Respect requires-clause of the original function template for t...Haojian Wu1-0/+17
2024-03-13[C++20] [Modules] Disambuguous Clang module and C++20 Named module furtherChuanqi Xu3-18/+1
2024-03-13[Clang][Sema] Allow access to a public template alias declaration that refers...Qizhi Hu1-0/+20
2024-03-13BPF address space insn (#84410)4ast1-0/+8
2024-03-12[clang][CodeCompletion] Allow debuggers to code-complete reserved identifiers...Michael Buch1-1/+6
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang4-0/+215
2024-03-12[clang][deps] Fix dependency scanning with -working-directory (#84525)Ben Langmuir1-0/+30
2024-03-12[Clang][Sema] Fix type of enumerators in incomplete enumerations (#84068)Kupa-Martin2-1/+22
2024-03-12Don't do casting of atomic FP loads/stores in FE. (#83446)Jonas Paulsson5-21/+177
2024-03-12Fix warning message when using negative complex range options. (#84567)Zahira Ammarguellat1-5/+18
2024-03-12[Clang] [Parser] Support [[omp::assume]] (#84582)Sirraide1-0/+13
2024-03-12[clang] Fix OMPT ident flag in combined distribute parallel for pragma (#80987)mikaoP87-1005/+1005
2024-03-12Add bit-precise overloads for builtin operators (#84755)Aaron Ballman1-0/+42
2024-03-12[clang][Interp] Implement _Complex Not unary operatorsTimm Bäder1-0/+5
2024-03-11[clang] Fix test after #84214Vitaly Buka1-3/+3
2024-03-11[TBAA] Generate tbaa.struct single field with char tag for unions. (#84370)Florian Hahn1-5/+3
2024-03-11[HIP] Make the new driver bundle outputs for device-only (#84534)Joseph Huber1-2/+11
2024-03-11[clang] Add optional pass to remove UBSAN traps using PGO (#84214)Vitaly Buka1-0/+15
2024-03-11[Clang][AST] Print attributes of Obj-C interfacesEgor Zhdan1-0/+8
2024-03-11Add new flag -Wreturn-mismatch (#82872)Bhuminjay Soni2-0/+37
2024-03-11[InstallAPI] Collect C++ Decls (#84403)Cyndy Ishida1-0/+530
2024-03-11Revert "[C++20][Coroutines] Lambda-coroutine with operator new in promise_typ...Chuanqi Xu2-132/+0
2024-03-11[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu1-0/+67
2024-03-11[clang] Fix behavior of `__is_trivially_relocatable(volatile int)` (#77092)Amirreza Ashouri1-75/+106
2024-03-11[coroutine] Implement llvm.coro.await.suspend intrinsic (#79712)fpasserby11-221/+91
2024-03-10[clang][Interp] Implement __builtin_popcountg (#84500)OverMighty1-0/+29
2024-03-09Fix test clang-offload-bundler-zstd.cYaxun (Sam) Liu1-1/+1
2024-03-09[HIP] add --offload-compression-level= option (#83605)Yaxun (Sam) Liu5-12/+45
2024-03-09[Clang] Only check for error in C++20 mode (#84624)Sirraide1-2/+2
2024-03-09[Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide6-1/+224
2024-03-09Revert "[clang] Fix crash when declaring invalid lambda member" (#84615)Vitaly Buka1-10/+8
2024-03-09[X86] Finally handle target of __builtin_ia32_cmp[p|s][s|d] from avx into sse...Freddy Ye6-97/+142
2024-03-09[clang] Fix crash when declaring invalid lambda member (#74110)Nikolas Klauser1-8/+10
2024-03-08[TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)Florian Hahn1-2/+0
2024-03-08[OpenACC] Add Compute Context Serialization test, fix a bugerichkeane1-0/+9
2024-03-08Add support for Arm Cortex A78AE CPU (#84485)Jonathan Thackray3-3/+12
2024-03-08[C++20][Coroutines] Lambda-coroutine with operator new in promise_type (#84193)Andreas Fertig2-0/+132
2024-03-08[HIP] fix host-used external kernel (#83870)Yaxun (Sam) Liu1-0/+13
2024-03-08[Clang][LLVM][SVE2.1] Created intrinsics for DUPQ instr. (#83260)Lukacma2-0/+242
2024-03-08[CUDA][HIP][NFC] Precommit new driver changes to testsJoseph Huber29-193/+197
2024-03-08[clang] Implement CTAD for type alias template. (#77890)Haojian Wu3-3/+246
2024-03-08[clang][NFC] Refactor `clang/test/SemaCXX/type-traits.cpp` to use modern `sta...Amirreza Ashouri1-2381/+2364
2024-03-08Revert "[Clang][Sema] Fix crash when using name of UnresolvedUsingValueDecl w...Krystian Stasiowski1-30/+0
2024-03-08[clang] Error on explicit specialization of lambda call operator (#84343)Mariya Podchishchaeva1-0/+15
2024-03-08[clang][test] Fix constant __builtin_popcountg test requiring __int128 (#84412)OverMighty1-0/+2
2024-03-08[clang][analyzer] Fix StreamChecker `ftell` and `fgetpos` at indeterminate fi...Balázs Kéri1-4/+23