aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Misc
AgeCommit message (Expand)AuthorFilesLines
2024-06-21[RISCV] Add Syntacore SCR3 processor definition (#95953)Anton Sidorenko1-4/+4
2024-06-18[RISCV] Add processor definition for SpacemiT-X60 (#94564)Shao-Ce SUN1-2/+2
2024-06-18[AArch64][TargetParser] move CPUInfo into tablegen [NFC] (#92145)Tomas Matheson1-2/+2
2024-06-14[llvm][AArch64] Support -mcpu=apple-m4 (#95478)Jon Roelofs1-2/+2
2024-06-14[Driver] Support -Wa,--defsym similar to -Wa,-defsymFangrui Song1-0/+12
2024-06-13[AArch64] Add support for Cortex-A725 and Cortex-X925 (#95214)Jonathan Thackray1-2/+2
2024-06-07[ARM] Add support for Cortex-R52+ (#94633)Jonathan Thackray1-1/+1
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian1-2/+2
2024-06-06[AArch64] Add support for Qualcomm Oryon processor (#91022)Wei Zhao1-2/+2
2024-06-05AMDGPU: Add missing gfx* generic targets handling in clang (NVPTX, OpenMP run...Konstantin Zhuravlyov1-1/+1
2024-06-05Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format", s...Phoebe Wang1-0/+5
2024-05-31AMDGPU: Add gfx12-generic target (#93875)Konstantin Zhuravlyov1-1/+1
2024-05-24[clang] add fallback to expr in the template differ when comparing ValueDecl ...Matheus Izvekov1-2/+2
2024-05-24[clang] Avoid crash due to unimplemented StructuralValue support in the templ...Matheus Izvekov2-0/+49
2024-05-23Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in str...Dan Liew1-1/+0
2024-05-19Revert "[Bounds-Safety] Fix `pragma-attribute-supported-attributes-list.test`"Vitaly Buka1-0/+1
2024-05-17[Bounds-Safety] Fix `pragma-attribute-supported-attributes-list.test`Dan Liew1-1/+0
2024-05-17libclc: remove __attribute__((assume)) for clspv targets (#92126)Romaric Jodin1-0/+1
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song3-3/+3
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song2-2/+2
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song1-2/+2
2024-04-30[AArch64] Add support for Cortex-R82AE and improve Cortex-R82 (#90440)Jonathan Thackray1-2/+2
2024-04-28[cc1as] Respect -mrelax-allFangrui Song1-0/+13
2024-04-26[AArch64] Add support for Neoverse-N3, Neoverse-V3 and Neoverse-V3AE (#90143)Jonathan Thackray1-2/+2
2024-04-10Revert "Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF fo...Phoebe Wang1-5/+0
2024-04-10Reland "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format" (#...Phoebe Wang1-0/+5
2024-04-09Add a diagnostic group for tentative array definitionsAaron Ballman1-2/+1
2024-04-03Revert "[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format (#8...Phoebe Wang1-5/+0
2024-04-03[Win32][ELF] Make CodeView a DebugInfoFormat only for COFF format (#87149)Phoebe Wang1-0/+5
2024-03-19[AArch64] Add support for Cortex-A520AE and Cortex-A720AE CPUs (#85401)Jonathan Thackray1-2/+2
2024-03-12[AMDGPU] Adding the amdgpu_num_work_groups function attribute (#79035)Jun Wang1-0/+1
2024-03-11Add new flag -Wreturn-mismatch (#82872)Bhuminjay Soni1-0/+1
2024-03-09[Clang][C++23] Implement P1774R8: Portable assumptions (#81014)Sirraide1-1/+1
2024-03-08Add support for Arm Cortex A78AE CPU (#84485)Jonathan Thackray1-3/+3
2024-03-01[X86][AArch64][PowerPC] __builtin_cpu_supports accepts unknown options. (#83515)Pavel Iliin1-1/+2
2024-02-20[Clang][Sema] Convert warning for extraneous template parameter lists to an e...Krystian Stasiowski1-1/+1
2024-02-14[AMDGPU] Replace '.' with '-' in generic target names (#81718)Pierre van Houtryve1-1/+1
2024-02-12[AMDGPU] Introduce GFX9/10.1/10.3/11 Generic Targets (#76955)Pierre van Houtryve1-1/+1
2024-02-09[AArch64] Add the Ampere1B core (#81297)Philipp Tomsich1-2/+2
2024-02-05New calling convention preserve_none (#76868)weiguozhi1-0/+1
2024-02-05[AMDGPU] Introduce Code Object V6 (#76954)Pierre van Houtryve1-1/+2
2024-01-29[AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614)Alexandros Lamprineas1-2/+2
2024-01-23[RISCV] Add sifive-p670 processor (#79015)Michael Maitland1-2/+2
2024-01-16[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-0/+1
2024-01-15Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Rashmi Mudduluru1-1/+0
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-0/+1
2024-01-10Revert "[Clang] Implement the 'counted_by' attribute (#76348)"Nico Weber1-1/+0
2024-01-10[Clang] Implement the 'counted_by' attribute (#76348)Bill Wendling1-0/+1
2024-01-05[coroutines] Introduce [[clang::coro_disable_lifetimebound]] (#76818)Utkarsh Saxena1-0/+1
2023-12-20[RISCV] Add sifive-p450 CPU. (#75760)Craig Topper1-2/+2