aboutsummaryrefslogtreecommitdiff
path: root/clang/test
AgeCommit message (Expand)AuthorFilesLines
2024-01-24Revert "[c++20] P1907R1: Support for generalized non-type template arguments ...revert-78041-p1907r1Erich Keane10-461/+46
2024-01-24[InstCombine] Canonicalize constant GEPs to i8 source element type (#68882)Nikita Popov18-222/+260
2024-01-24[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko Brkušanin7-20/+597
2024-01-24[AMDGPU][GFX12] VOP encoding and codegen - add support for v_cvt fp8/… (#78...Mariusz Sikora2-19/+20
2024-01-24[AST] Mark the fallthrough coreturn statement implicit. (#77465)Haojian Wu1-4/+2
2024-01-24[clang] Refactor Builtins.def to be a tablegen file (#68324)Nikolas Klauser2-6/+6
2024-01-24[NFC] Add more requirement to clang/test/Interpreter/cxx20-modules.cppmChuanqi Xu1-0/+1
2024-01-24Support C++20 Modules in clang-repl (#79261)Chuanqi Xu1-0/+31
2024-01-24[LoongArch][test] Add tests reporting error if lsx/lasx feature is missing wh...leecheechen2-0/+18
2024-01-23[RISCV] Add sifive-p670 processor (#79015)Michael Maitland2-3/+50
2024-01-24[Modules] [HeaderSearch] Don't reenter headers if it is pragma once (#76119)Chuanqi Xu1-0/+19
2024-01-23[nfc][clang] Fix test in new-array-init.cpp (#79225)Alan Zhao1-1/+1
2024-01-23[Clang][Driver] Fix `--save-temps` for OpenCL AoT compilation (#78333)Shilei Tian1-0/+16
2024-01-23[clang][FatLTO] Avoid UnifiedLTO until it can support WPD/CFI (#79061)Paul Kirth2-32/+20
2024-01-23[Preprocessor][test] Test ARM64EC definitions (#78916)Billy Laws1-0/+370
2024-01-23[Format] Fix detection of languages when reading from stdin (#79051)Ben Hamilton (Ben Gertzfield)1-0/+5
2024-01-23[NFC] Size and element numbers are often swapped when calling calloc (#79081)AtariDreams3-8/+8
2024-01-23[test] Avoid libc dep in Update warn-unsafe-buffer-usage-warning-data… (#79...Danial Klimkin1-1/+2
2024-01-23[clang][modules] Fix CodeGen options that can affect the AST. (#78816)Juergen Ributzka1-4/+7
2024-01-23[OpenACC] Implement 'device_type' clause parsingerichkeane1-0/+112
2024-01-23[clang] Add missing streaming attributes to SVE builtins (#79134)Sam Tebbs1-34/+40
2024-01-23[Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen10-64/+72
2024-01-23[AArch64][FMV] Support feature MOPS in Function Multi Versioning. (#78788)Alexandros Lamprineas3-16/+17
2024-01-23[ARM] Introduce the v9.5-A architecture version to Arm targets (#78994)Lucas Duarte Prates3-0/+24
2024-01-23Revert "[clang][modules] Print library module manifest path. (#76451)"Aaron Ballman1-36/+0
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam6-13/+13
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen3-0/+104
2024-01-23[C++20] [Modules] Handle inconsistent deduced function return type from impor...Chuanqi Xu2-0/+141
2024-01-23[LoongArch] Add definitions and feature 'frecipe' for FP approximation intrin...Ami-zhang7-0/+261
2024-01-22[RISCV] Add FeatureFastUnalignedAccess to sifive-p450. (#79075)Craig Topper1-0/+2
2024-01-22[FatLTO] output of -ffat-lto-objects -S should be assembly. (#79041)Sean Fertile1-3/+16
2024-01-23[clang][analyzer] Support 'getdelim' and 'getline' in StreamChecker (#78693)Ben Shi3-1/+47
2024-01-23[HIP][Driver] Automatically include `hipstdpar` forwarding header (#78915)Alex Voicu1-1/+2
2024-01-22[Coverage][clang] Ensure bitmap for ternary condition is updated before visit...Alan Phipps1-0/+81
2024-01-22[RISCV] Add Zic64b, Ziccamoa, Ziccif, Zicclsm, Ziccrse, and Za64rs to sifive-...Craig Topper1-0/+6
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr1-0/+79
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat3-0/+82
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin2-0/+21
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu1-0/+10
2024-01-22[clang][AIX] Only export libclang.map symbols from libclang (#78748)Jake Egan13-13/+0
2024-01-22[CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat2-0/+355
2024-01-22[OpenACC] Implement 'vector' and 'worker' cluase argument parsingerichkeane1-0/+90
2024-01-22[AArch64][Clang] Fix linker error for function multiversioning (#74358)Dani4-284/+646
2024-01-22[-Wunsafe-buffer-usage] Fix the crash introduced by the unsafe invocation of ...Malavika Samak1-8/+15
2024-01-22[OpenACC] Implement remaining 'simple' int-expr clauses.erichkeane1-0/+92
2024-01-22[clang][modules] Print library module manifest path. (#76451)Mark de Wever1-0/+36
2024-01-22[AArch64][SME] Take arm_sme.h out of draft (#78961)Matthew Devereau64-64/+64
2024-01-22[clang][ExtractAPI] Ensure typedef to pointer types are preserved (#78584)Daniel Grumberg1-0/+280
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg1-0/+281
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau1-16/+16