aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2024-03-19[C++20] [Moduls] Avoid computing odr hash for functions from comparing constr...Chuanqi Xu2-7/+10
2024-02-26[Clang] Fixes to immediate-escalating functions (#82281)cor3ntin1-1/+3
2024-02-13[SPARC] Support reserving arbitrary general purpose registers (#74927)Koakuma1-0/+12
2024-02-09[Clang][AArch64] Fix some target guards and remove +sve from tests. (#80681)Sander de Smalen1-12/+16
2024-02-06[C++20] [Modules] Introduce -fskip-odr-check-in-gmf (#79959)llvmorg-18.1.0-rc2Chuanqi Xu3-2/+13
2024-02-06[C++20] [Modules] Don't perform ODR checks in GMFChuanqi Xu1-0/+4
2024-02-06[Clang][Sema] Fix regression due to missing ambiguity check before attempting...Shafik Yaghmour1-1/+2
2024-02-06[clang-format] Simplify the AfterPlacementOperator option (#79796)Owen Pan1-31/+12
2024-02-06[CLANG] Fix INF/NAN warning. (#80290)Zahira Ammarguellat3-6/+16
2024-02-05[Clang][AArch64] Emit 'unimplemented' diagnostic for SME (#80295)Sander de Smalen1-0/+6
2024-01-31[RISCV] Support __riscv_v_fixed_vlen for vbool types. (#76551)Craig Topper2-1/+7
2024-01-26[AMDGPU] Add GFX12 WMMA and SWMMAC instructions (#77795)Mirko BrkuĊĦanin1-0/+62
2024-01-26[Driver,CodeGen] Support -mtls-dialect= (#79256)Fangrui Song2-0/+8
2024-01-23[Clang][Driver] Fix `--save-temps` for OpenCL AoT compilation (#78333)Shilei Tian1-2/+4
2024-01-23[clang][modules] Fix CodeGen options that can affect the AST. (#78816)Juergen Ributzka1-2/+13
2024-01-23[OpenACC] Implement 'device_type' clause parsingerichkeane2-0/+15
2024-01-23[clang] Add missing streaming attributes to SVE builtins (#79134)Sam Tebbs1-43/+43
2024-01-23[Clang][AArch64] Add diagnostics for builtins that use ZT0. (#79140)Sander de Smalen3-9/+15
2024-01-23Revert "[clang][modules] Print library module manifest path. (#76451)"Aaron Ballman2-13/+0
2024-01-23[AMDGPU] Change default AMDHSA Code Object version to 5 (#79038)Saiyedul Islam1-2/+2
2024-01-23[Clang] Amend SME attributes with support for ZT0. (#77941)Sander de Smalen3-5/+18
2024-01-23[Lex] Avoid repeated calls to getIdentifierInfo() (NFC)Nikita Popov1-4/+5
2024-01-23[clang][dataflow] Process terminator condition within `transferCFGBlock()`. (...martinboehme1-2/+11
2024-01-23[C++20] [Modules] Handle inconsistent deduced function return type from impor...Chuanqi Xu1-0/+4
2024-01-23[LoongArch] Add definitions and feature 'frecipe' for FP approximation intrin...Ami-zhang3-0/+17
2024-01-22[clang][dataflow] Make cap on block visits configurable by caller. (#77481)Yitzhak Mandelbaum2-5/+25
2024-01-22[flang][driver] deprecate manual usage of -lFortran_main (#79016)Tom Eccles1-0/+2
2024-01-22[OpenMP][USM] Introduces -fopenmp-force-usm flag (#76571)Jan Patrick Lehr2-0/+5
2024-01-22Fix a bug in implementation of Smith's algorithm used in complex div. (#78330)Zahira Ammarguellat2-2/+2
2024-01-22[Clang] Update feature test macros for Clang 18 (#78991)cor3ntin1-0/+4
2024-01-22[PGO] Reland PGO's Counter Reset and File Dumping APIs #76471 (#78285)Qiongsi Wu2-1/+6
2024-01-22[CLANG] Add warning when INF or NAN are used in a binary operation or as func...Zahira Ammarguellat3-2/+18
2024-01-22[OpenACC] Implement 'vector' and 'worker' cluase argument parsingerichkeane1-4/+2
2024-01-22[OpenACC] Implement remaining 'simple' int-expr clauses.erichkeane1-0/+22
2024-01-22[clang][modules] Print library module manifest path. (#76451)Mark de Wever2-0/+13
2024-01-22[clang][ExtractAPI] Add support C unions in non C++ parsing mode (#77451)Daniel Grumberg5-47/+64
2024-01-22[AArch64][SME2] Refine fcvtu/fcvts/scvtf/ucvtf (#77947)Matthew Devereau3-60/+62
2024-01-22[OpenACC] Implement 'vector_length' clause parsing.erichkeane2-1/+9
2024-01-22[HLSL][SPIR-V] Add support -fspv-target-env opt (#78611)Natalie Chouinard1-0/+3
2024-01-22[Sema] Add `-fvisibility-global-new-delete=` option (#75364)bd1976bris3-3/+42
2024-01-22Enable direct methods and fast alloc calls for libobjc2. (#78030)David Chisnall1-3/+12
2024-01-22[X86][Driver] Enable feature ndd for -mapxf (#78901)Shengchen Kan1-3/+3
2024-01-22[clang] Remove `CXXNewInitializationStyle::Implicit` (#78793)Vlad Serebrennikov2-19/+8
2024-01-21[c++20] P1907R1: Support for generalized non-type template arguments of scala...Andrey Ali Khan Bolshakov7-38/+78
2024-01-20Warning for incorrect use of 'pure' attribute (#78200)kelbon1-0/+7
2024-01-20[NFC] fix typo in clang/include/clang/Sema/ScopeInfo.hCongcong Cai1-3/+3
2024-01-20Fix typo in AttrDocs.td (__single_inhertiance => __single_inheritance) (#78838)Ryan Landay1-1/+1
2024-01-20[clang] Implement CWG1878 "`operator auto` template" (#78103)Vlad Serebrennikov1-1/+2
2024-01-20[clang-format] Add SkipMacroDefinitionBody option (#78682)Owen Pan1-0/+5
2024-01-19Add a "don't override" mapping for -fvisibility-from-dllstorageclass (#74629)bd1976bris3-19/+35