aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-03-08[clang] Respect field alignment in layout compatibility of structs (#84313)Vlad Serebrennikov2-1/+38
2024-03-08[C++20] [Modules] Introduce reduced BMI (#75894)Chuanqi Xu94-32/+775
2024-03-08[Clang] Implement constexpr support for `__builtin_popcountg` (#84318)OverMighty1-0/+7
2024-03-07[InstallAPI] Collect global functions (#83952)Cyndy Ishida1-0/+78
2024-03-07[CUDA] Include PTX in non-RDC mode using the new driver (#84367)Joseph Huber1-12/+13
2024-03-07[TBAA] Add test showing tbaa.struct being generated with relaxed-alias.Florian Hahn1-0/+26
2024-03-07[clang] Upstream visionOS Availability & DarwinSDKInfo APIs (#84279)Cyndy Ishida2-0/+49
2024-03-07[TBAA] Add extra tests to copy structs with union members.Florian Hahn1-0/+40
2024-03-07[clang] Add CodeGen tests for CWG 5xx issues (#84303)Vlad Serebrennikov3-17/+58
2024-03-07[LinkerWrapper] Accept compression arguments for HIP fatbins (#84337)Joseph Huber1-2/+2
2024-03-07[clang][Interp] Implement complex comparisonsTimm Bäder2-3/+52
2024-03-07[ClangOffloadBundler] fix unbundling archive (#84195)Yaxun (Sam) Liu1-0/+32
2024-03-07[Clang][NFC] Remove '--' separator in the linker wrapper usage (#84253)Joseph Huber6-39/+39
2024-03-07[Clang] Update value for __cpp_implicit_move (#84216) (#84228)aniplcc2-2/+2
2024-03-07[clang-repl] Names declared in if conditions and for-init statements are loca...Stefan Gränitz1-1/+23
2024-03-07[FMV] Remove duplicate features from mangled name. (#84165)Alexandros Lamprineas1-2/+2
2024-03-07[alpha.webkit.UncountedLocalVarsChecker] Allow uncounted object references wi...Ryosuke Niwa2-6/+97
2024-03-07[Clang][C++23] Implement P2448R2: Relaxing some constexpr restrictions (#77753)Mariya Podchishchaeva22-196/+338
2024-03-07[clang][Sema] Skip the RequiresExprBodyDecls for lambda dependencies (#83997)Younan Zhang1-0/+58
2024-03-06[clang][CUDA] Disable float128 diagnostics for device compilation (#83918)Pranav Kant1-0/+18
2024-03-06AMDGPU: Define a feature for v_dot4_f32_* instructions (#84248)Changpeng Fang2-6/+6
2024-03-06[clang][test] Add test for incompatible cv-qualified reference types in conve...Duo Wang1-0/+9
2024-03-06[CLANG][DWARF] Do not emit -ggnu-pubnames for LLDB tuning, unless -ggnu-pubna...Alexander Yermolovich1-0/+10
2024-03-06[clang] Fix standalone execution in TableGen/target-builtins-prototype-parser...Tulio Magno Quites Machado Filho1-8/+8
2024-03-06[analyzer] Fix crash on dereference invalid return value of getAdjustedParame...Exile1-0/+11
2024-03-06[clang][Sema] Warn on self move for inlined static cast (#76646)Max Winkler1-0/+15
2024-03-06[clang][Interp] Diagnose dummy pointers used in Inc/Dec opsTimm Bäder1-0/+12
2024-03-06[clang][analyzer] Model allocation behavior or getdelim/geline (#83138)Alejandro Álvarez Ayllón2-0/+96
2024-03-06[analyzer] Demonstrate superfluous unsigned >= 0 assumption (#78442)NagyDonat1-0/+19
2024-03-06[clang][NFC] Trim license header comments to 81 characters (#82919)Balazs Benics2-3/+3
2024-03-06[AMDGPU] Rename COV module flag to amdhsa_code_object_version (#79905)Emma Pilkington4-11/+11
2024-03-06[OpenMP] Parse and Sema support for declare target in local scope (#83223)Sandeep Kosuri2-0/+28
2024-03-06[AMDGPU] Implement 'llvm.get.fpenv' and 'llvm.set.fpenv' (#83906)Joseph Huber1-0/+12
2024-03-06[clang][Sema] Bugfix for choosing the more specialized overload (#83279)Botond István Horváth3-0/+123
2024-03-06[clang][Interp] Allow getFieldPtr ops on null pointers in CTimm Bäder1-0/+5
2024-03-06Reapply "[clang][analyzer] StreamChecker: Model getc, vfscanf, putc, vfprintf...Alejandro Álvarez Ayllón5-2/+90
2024-03-06[FMV] Allow target version definitions in any order. (#83887)Alexandros Lamprineas2-34/+47
2024-03-06[C23] Implement N3018: The constexpr specifier for object definitions (#73099)Mariya Podchishchaeva3-0/+461
2024-03-06[clang] Add some CodeGen tests for CWG 4xx issues (#83715)Vlad Serebrennikov6-6/+169
2024-03-06[C++20] [Modules] Handle transitive import in the module properlyChuanqi Xu1-0/+109
2024-03-05[CUDA] Correctly set CUDA default architecture (#84017)Joseph Huber6-123/+122
2024-03-06[Clang][LoongArch] Fix wrong return value type of __iocsrrd_h (#84100)wanglei2-8/+8
2024-03-06[Clang][LoongArch] Precommit test for fix wrong return value type of __iocsrr...wanglei2-10/+40
2024-03-06[RISCV] Improve error message when the extension is not supported (#83989)Brandon Wu1-2/+2
2024-03-06[clang][RISCV] Reorder sema check for RVV type (#83553)Brandon Wu1-2/+1
2024-03-05[HLSL] implement the rcp intrinsic (#83857)Farzon Lotfi2-0/+80
2024-03-05[clang] Diagnose config_macros before building modules (#83641)Michael Spencer3-15/+51
2024-03-05[HLSL] implement the any intrinsic (#83903)Farzon Lotfi2-0/+198
2024-03-05[HLSL] implement exp intrinsic (#83832)Farzon Lotfi3-0/+133
2024-03-05[HLSL] implement `mad` intrinsic (#83826)Farzon Lotfi2-0/+277