summaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.rst
AgeCommit message (Expand)Author
2017-12-07Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman
2017-11-07[docs] Add section 'Half-Precision Floating Point'Sjoerd Meijer
2017-08-04Add OpenCL 2.0 atomic builtin functions as Clang builtinYaxun Liu
2017-07-14Fix flag names in @available docs.Nico Weber
2017-07-14Add documentation for @availableNico Weber
2017-06-05Add support for #pragma clang sectionJaved Absar
2017-05-06Update LanguageExtensions doc to refer to C++14 instead of C++1yEric Fiselier
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-18Revert r300539 - Add #pragma clang attributeAlex Lorenz
2017-04-18Add #pragma clang attributeAlex Lorenz
2017-04-12[Sema] Add __is_aggregate type-traitEric Fiselier
2017-04-04Another attempt to fix the sphinx warning from r299470Adam Nemet
2017-04-04Fix sphinx warning from r299470Adam Nemet
2017-04-04Add #pragma clang fpAdam Nemet
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
2017-01-23Fix documentation typo from r292558.Richard Smith
2017-01-20Fix documentation typo.Richard Smith
2017-01-20Add documentation for constexpr string builtin support.Richard Smith
2016-10-03[coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov
2016-06-21[Docs] Try to fix the docs buildbot.George Burgess IV
2016-06-14Fix documentation bot after r272656Adam Nemet
2016-06-14Add loop pragma for Loop DistributionAdam Nemet
2016-05-23Clang support for __is_assignable intrinsicDavid Majnemer
2016-05-03Add address space 258 (X86 SS segment) to clang documentation.David L Kreitzer
2016-03-24Fix Sphinx errors with documentation build.Aaron Ballman
2016-03-23Add missing __builtin_bitreverse8Matt Arsenault
2016-02-27Add __builtin_canonicalizeMatt Arsenault
2016-02-14Fix some typos in the clang docSylvestre Ledru
2015-11-14Mark is_destructible/is_nothrow_destructible as implementedDavid Majnemer
2015-10-29Add support for __builtin_{add,sub,mul}_overflow.John McCall
2015-09-11Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.Michael Zolotukhin
2015-09-10Docs: Add missing new line before a list.Michael Zolotukhin
2015-09-02add __builtin_unpredictable and convert to metadataSanjay Patel
2015-08-10Fix typo.Nick Lewycky
2015-08-10Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan
2015-08-05Add missing atomic libcall support.James Y Knight
2015-07-13Update documentation for unroll pragmas on loops with runtime trip counts.Mark Heffernan
2015-06-15Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne
2015-03-10Document __has_feature(modules) in LanguageExtensionsBen Langmuir
2014-12-05Amending r223468 with this documentation change.Aaron Ballman
2014-12-05Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman
2014-12-03Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber
2014-11-14Oops, the underline was too short for sphinx to like.Aaron Ballman
2014-11-14Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman
2014-11-12Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith
2014-10-10Fix documentation typo.JF Bastien
2014-10-03[sphinx clean up] Fix warning introduced by r218957Dan Liew
2014-10-03Add an implementation of C11's stdatomic.hHal Finkel
2014-09-07Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel
2014-09-03Enhance the 'Vectors and Extended Vectors' section.Anton Yartsev