summaryrefslogtreecommitdiff
path: root/clang/docs/LanguageExtensions.rst
AgeCommit message (Expand)Author
2025-11-06[Clang] Add elementwise ldexp builtin function (#166296)Wenju He
2025-11-05[clang] Accept empty enum in MSVC compatible C (#159981)yicuixi
2025-11-03[C2y] Support WG14 N3457, the __COUNTER__ macro (#162662)Aaron Ballman
2025-10-25[clang] Proofread LanguageExtensions.rst (#165082)Kazu Hirata
2025-10-21[clang] Add support for cluster sync scope (#162575)macurtis-amd
2025-09-30[clang][libc++] Fix spelling of "synthesize" (#158523)halbi2
2025-09-24[Clang] Change masked load / store builtin interface to take scalar pointer (...Joseph Huber
2025-09-22[Clang] Add vector gather / scatter builtins to clang (#157895)Joseph Huber
2025-09-19[Clang] Rename elementwise builtins to `clzg` and `ctzg` (#157128)Joseph Huber
2025-09-04[Clang] Enable constexpr handling for builtin elementwise fshl/fshr (#153572)Chaitanya Koparkar
2025-09-01[Clang] Introduce __builtin_meow_synthesises_from_spaceship (#155612)Nikolas Klauser
2025-08-29[Clang] Add masked vector builtins for expand and compress access (#156042)Joseph Huber
2025-08-27clang/AMDGPU: Add __builtin_amdgcn_inverse_ballot_w{32,64} (#155724)Nicolai Hähnle
2025-08-27[Clang] Update `__builtin_masked_load` to accept passthrough argument (#155652)Joseph Huber
2025-08-26[Clang] Support generic bit counting builtins on fixed boolean vectors (#154203)Joseph Huber
2025-08-21[C99] Update documentation for scope of variables in loops; NFC (#154744)Aaron Ballman
2025-08-20[Clang] Add builtins for masked vector loads / stores (#154464)Joseph Huber
2025-08-20[Clang] Add queryable feature 'ext_vector_type_boolean' for SIMD masks (#154227)Joseph Huber
2025-08-20[Clang] Add a builtin that deduplicate types into a pack (#106730)Ilya Biryukov
2025-08-20[clang] Enable constexpr handling for __builtin_elementwise_fma (#152919)Chaitanya Koparkar
2025-08-20[Clang] Support using boolean vectors in ternary operators (#154145)Joseph Huber
2025-08-20[clang] Introduce elementwise ctlz/cttz builtins (#131995)Fraser Cormack
2025-08-15[C][Docs] Add backported language features (#153837)Aaron Ballman
2025-08-14[clang] constexpr `__builtin_elementwise_abs` support (#152497)Vincent
2025-08-12[clang] Add elementwise fshl/fshr builtins (#153113)Chaitanya Koparkar
2025-08-12[clang] constexpr integer `__builtin_elementwise_{max,min}` (#152294)Iris Shi
2025-08-02[clang] Proofread LanguageExtensions.rst (#151802)Kazu Hirata
2025-07-28[Clang] Reland '__has_builtin should return false for aux triple builtins' (#...Nick Sarnie
2025-07-23[Clang] Add elementwise maximumnum/minimumnum builtin functions (#149775)Wenju He
2025-07-20[clang] Proofread LanguageExtensions.rst (#149729)Kazu Hirata
2025-07-14[clang] Update diagnostics and documentation for type aware allocators (#148576)Oliver Hunt
2025-06-29[Clang] Add __builtin_invoke and use it in libc++ (#116709)Nikolas Klauser
2025-06-09[C23][N3006] Documented behavior of underspecified object declarations (#140911)Guillot Tony
2025-06-09[LoongArch][BF16] Add support for the __bf16 type (#142548)Ami-zhang
2025-06-04[clang][PAC] Add __builtin_get_vtable_pointer (#139790)Oliver Hunt
2025-06-03[ARM,AArch64] Don't put BTI at asm goto branch targets (#141562)Simon Tatham
2025-06-03[clang][LoongArch] Add support for the _Float16 type (#141703)Ami-zhang
2025-05-16[clang] Fix typos in documentation (#140211)Kazu Hirata
2025-05-08Reland [Clang] Deprecate `__is_trivially_relocatable` (#139061)cor3ntin
2025-05-08Revert "[Clang] Deprecate `__is_trivially_relocatable`" (#139027)dyung
2025-05-07[Clang] Deprecate `__is_trivially_relocatable` (#138835)cor3ntin
2025-05-06[Clang] Implement the core language parts of P2786 - Trivial relocation (#127...cor3ntin
2025-04-16[SystemZ] Add support for 16-bit floating point. (#109164)Jonas Paulsson
2025-04-14Clang: Add elementwise minnum/maxnum builtin functions (#129207)YunQiang Su
2025-03-27[C2y] Implement WG14 N3369 and N3469 (_Countof) (#133125)Aaron Ballman
2025-03-18[Clang] Introduce a trait to determine the structure binding size (#131515)cor3ntin
2025-03-18[C2y] Add octal prefixes, deprecate unprefixed octals (#131626)Aaron Ballman
2025-03-17[Clang] Constant Expressions inside of GCC' asm strings (#131003)cor3ntin
2025-03-15[C23] Add __builtin_c23_va_start (#131166)Aaron Ballman
2025-03-12[Clang] Add __builtin_elementwise_exp10 in the same fashion as exp/exp2 (#130...Juan Manuel Martinez Caamaño