[NFC] Trim trailing whitespace in *.rst
[platform/upstream/llvm.git] / clang / docs / LanguageExtensions.rst
2021-11-15 Shao-Ce SUN[NFC] Trim trailing whitespace in *.rst
2021-11-09 Nathan Sidwell[clang] Fix restructured markup
2021-11-09 Nathan Sidwell[clang] [docs] Fix markup
2021-11-09 Nathan Sidwell[clang] GCC directive extension extension: Hash NNN...
2021-11-04 Chuanqi Xu[Coroutines] [Frontend] Lookup in std namespace first
2021-10-28 Kai Luo[clang][compiler-rt][atomics] Add `__c11_atomic_fetch_n...
2021-10-26 Zahira AmmarguellatFix indentation and pragma name.
2021-10-26 Florian HahnSpecify Clang vector builtins.
2021-10-13 Nathan Sidwell[clang][NFC] Correct doc markup
2021-09-28 Erich KeaneChange __builtin_sycl_unique_stable_name to just use...
2021-09-27 Chris BienemanFixing docs build
2021-09-27 Chris BienemanImplement #pragma clang final extension
2021-09-03 Louis DionneRevert "[Coroutines] [Clang] Look up coroutine componen...
2021-09-03 Chuanqi Xu[Coroutines] [Clang] Look up coroutine component in...
2021-09-01 Zahira AmmarguellatRevert "[CLANG][PATCH][FPEnv] Add support for option...
2021-08-25 Justas Janickas[OpenCL][NFC] Fix code example in __remove_address_spac...
2021-08-23 Chris BienemanImplement #pragma clang restrict_expansion
2021-08-10 Wang, Pengfei[X86] AVX512FP16 instructions enabling 1/6
2021-08-06 Justas Janickas[C++4OpenCL] Introduces __remove_address_space utility
2021-07-29 Chris BienemanFixing broken docs build
2021-07-29 Chris BienemanSupport macro deprecation #pragma clang deprecated
2021-07-28 Melanie Blower[CLANG][PATCH][FPEnv] Add support for option -ffp-eval...
2021-07-28 Aaron BallmanAllow #pragma float_control(push|pop) within a language...
2021-07-20 Melanie BlowerRevert "[CLANG][PATCH][FPEnv] Add support for option...
2021-07-20 Melanie Blower[CLANG][PATCH][FPEnv] Add support for option -ffp-eval...
2021-07-12 Yaxun (Sam) Liu[clang] Document llvm options controlling pragma unroll
2021-06-26 Saurabh Jha[Docs] Minor fixes with language extension docs
2021-06-24 Saurabh JhaAdd documentation for compound assignment and type...
2021-06-01 Louis Dionne[clang][Parse] Add parsing support for C++ attributes...
2021-05-28 Nico WeberRevert "[clang][Parse] Add parsing support for C++...
2021-05-28 Erik Pilkington[clang][Parse] Add parsing support for C++ attributes...
2021-05-27 Erich KeaneReimplement __builtin_unique_stable_name-
2021-05-24 Anastasia Stulova[OpenCL] Add clang extension for bit-fields.
2021-05-11 Ole Strohm[OpenCL] [NFC] Fixed underline being too short in rst
2021-05-05 Anastasia Stulova[OpenCL] Add clang extension for non-portable kernel...
2021-04-29 Anastasia Stulova[OpenCL][Docs] Describe extension for legacy atomics...
2021-04-13 ThePhDString Literal and Wide String Literal Encoding from...
2021-03-10 zoecarverUpdate __is_unsigned builtin to match the Standard.
2021-03-06 Kazu Hirata[clang] Fix typos in documentation (NFC)
2021-03-04 Kito Cheng[doc] Fix description of _Float16
2021-02-25 Yaxun (Sam) Liuupdate AMDGPU _Float16 support in clang doc
2021-01-08 David Sherwood[SVE] Add support to vectorize_width loop pragma for...
2021-01-06 Anastasia Stulova[OpenCL] Add clang extension for variadic functions.
2021-01-06 Anastasia Stulova[OpenCL] Add clang extension for function pointers.
2020-12-15 Johannes Doerfert[Clang][Attr] Introduce the `assume` function attribute
2020-11-24 Yaxun (Sam) Liu[HIP] Fix regressions due to fp contract change
2020-10-31 Serge PavlovAdd option 'exceptions' to pragma clang fp
2020-10-12 John McCallRevert "[SYCL] Implement __builtin_unique_stable_name."
2020-09-11 Guillaume ChateletUncapitalize word in LanguageExtensions.rst
2020-09-11 Guillaume Chatelet[Clang] Clarify __builtin_memcpy_inline documentation
2020-09-10 Guillaume ChateletFix invalid link format in Clang LanguageExtension
2020-08-23 Simon Pilgrim[X86] Enable constexpr on ROTL/ROTR intrinsics (PR31446)
2020-08-23 Simon Pilgrim[docs] Add an initial (non-exhaustive) list of intrinsi...
2020-08-22 Simon PilgrimEnable constexpr on BITREVERSE builtin intrinsics ...
2020-08-22 Simon PilgrimEnable constexpr on ROTATELEFT/ROTATERIGHT builtin...
2020-08-21 Craig Topper[docs] Move the label for __builtin_shufflevector below...
2020-07-22 Richard SmithFor PR46800, implement the GCC __builtin_complex builtin.
2020-06-08 Fangrui SongReland D80979 [clang] Implement VectorType logic not...
2020-06-08 Nico WeberRevert "[clang] Implement VectorType logic not operator."
2020-06-08 Jun Ma[clang] Implement VectorType logic not operator.
2020-06-05 Ties Stuij[ARM] Add __bf16 as new Bfloat16 C Type
2020-06-02 Min-Yih HsuSupport ExtVectorType conditional operator
2020-05-06 Melanie BlowerAdd support for #pragma clang fp reassociate(on|off)
2020-05-04 Melanie BlowerReapply "Add support for #pragma float_control" with...
2020-05-01 Melanie BlowerRevert "Reapply "Add support for #pragma float_control...
2020-05-01 Melanie BlowerReapply "Add support for #pragma float_control" with...
2020-05-01 Melanie BlowerRevert "Add support for #pragma float_control"
2020-05-01 Melanie BlowerAdd support for #pragma float_control
2020-04-27 Florian Hahn[Matrix] Add draft specification for matrix support...
2020-04-23 Jian CaiMake "#pragma clang attribute" support uninitialized...
2020-04-17 Erich KeaneReland Implement _ExtInt as an extended int type specifier.
2020-04-17 Sterling AugustineRevert "Implement _ExtInt as an extended int type speci...
2020-04-17 Erich KeaneImplement _ExtInt as an extended int type specifier.
2020-04-13 Benjamin KramerAddress sphinx warnings
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-05 Richard SmithAdd documentation and testing for
2020-04-04 Richard SmithPR45402: Make the restrictions on constant evaluation...
2020-03-25 Erich Keane[SYCL] Implement __builtin_unique_stable_name.
2020-03-23 Richard SmithUpdate documentation for __builtin_operator_new and
2020-03-21 Florian Hahn[clang/docs] Fix various sphinx warnings/errors in...
2020-02-27 Aaron BallmanAdding some documentation for __builtin_dump_struct.
2020-02-25 Bill WendlingSupport output constraints on "asm goto"
2020-02-19 Richard SmithAdd -std=c++20 flag, replace C++2a with C++20 throughou...
2020-02-10 Nico Weberfix some typos to cycle bots
2020-02-07 Guillaume Chatelet[clang] Add support for __builtin_memcpy_inline
2020-01-13 Erich KeaneImplement VectorType conditional operator GNU extension.
2020-01-09 Alex RichardsonAdd builtins for aligning and checking alignment of...
2020-01-03 Anastasia Stulova[OpenCL] Add link to C++ for OpenCL documentation
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-11-21 Tim NorthoverAtomics: support min/max orthogonally
2019-10-29 Richard SmithAccept __is_same_as as a GCC-compatibility synonym...
2019-10-15 Dmitry MikulinAdded support for "#pragma clang section relro=<name>"
2019-10-14 Sjoerd Meijer[docs] loop pragmas: options implying transformations
2019-09-23 Zoe Carver Fix __is_signed builtin
2019-09-22 Yonghong Song[CLANG][BPF] permit any argument type for __builtin_pre...
2019-09-19 Yonghong Song[CLANG][BPF] change __builtin_preserve_access_index...
2019-08-23 Anastasia Stulova[Docs][OpenCL] Several corrections to C++ for OpenCL
2019-08-22 Aaron BallmanImprove the documentation for OpenCL vector types.
2019-08-21 David Zarzycki[PPC Docs] Remove duplicate info about __builtin_setrnd()
2019-08-16 Richard Smith[doc] Fix some minor formatting issues.
next