summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
* Fix flag names in @available docs.Nico Weber2017-07-141-2/+2
* Add documentation for @availableNico Weber2017-07-141-2/+81
* Add support for #pragma clang sectionJaved Absar2017-06-051-0/+42
* Update LanguageExtensions doc to refer to C++14 instead of C++1yEric Fiselier2017-05-061-16/+16
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* Revert r300539 - Add #pragma clang attributeAlex Lorenz2017-04-181-175/+0
* Add #pragma clang attributeAlex Lorenz2017-04-181-0/+175
* [Sema] Add __is_aggregate type-traitEric Fiselier2017-04-121-0/+1
* Another attempt to fix the sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Fix sphinx warning from r299470Adam Nemet2017-04-041-1/+1
* Add #pragma clang fpAdam Nemet2017-04-041-0/+33
* Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher2017-03-211-1/+1
* Fix documentation typo from r292558.Richard Smith2017-01-231-1/+1
* Fix documentation typo.Richard Smith2017-01-201-1/+1
* Add documentation for constexpr string builtin support.Richard Smith2017-01-201-0/+40
* [coroutines] Adding builtins for coroutine intrinsics and backendutil support.Gor Nishanov2016-10-031-0/+76
* [Docs] Try to fix the docs buildbot.George Burgess IV2016-06-211-1/+1
* Fix documentation bot after r272656Adam Nemet2016-06-141-1/+1
* Add loop pragma for Loop DistributionAdam Nemet2016-06-141-3/+35
* Clang support for __is_assignable intrinsicDavid Majnemer2016-05-231-0/+1
* Add address space 258 (X86 SS segment) to clang documentation.David L Kreitzer2016-05-031-4/+5
* Fix Sphinx errors with documentation build.Aaron Ballman2016-03-241-1/+3
* Add missing __builtin_bitreverse8Matt Arsenault2016-03-231-0/+27
* Add __builtin_canonicalizeMatt Arsenault2016-02-271-0/+18
* Fix some typos in the clang docSylvestre Ledru2016-02-141-1/+1
* Mark is_destructible/is_nothrow_destructible as implementedDavid Majnemer2015-11-141-2/+2
* Add support for __builtin_{add,sub,mul}_overflow.John McCall2015-10-291-2/+20
* Docs: Document __builtin_nontemporal_load and __builtin_nontemporal_store.Michael Zolotukhin2015-09-111-0/+20
* Docs: Add missing new line before a list.Michael Zolotukhin2015-09-101-0/+1
* add __builtin_unpredictable and convert to metadataSanjay Patel2015-09-021-0/+27
* Fix typo.Nick Lewycky2015-08-101-1/+1
* Add new llvm.loop.unroll.enable metadata for use with "#pragma unroll".Mark Heffernan2015-08-101-4/+16
* Add missing atomic libcall support.James Y Knight2015-08-051-0/+3
* Update documentation for unroll pragmas on loops with runtime trip counts.Mark Heffernan2015-07-131-5/+5
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+3
* Document __has_feature(modules) in LanguageExtensionsBen Langmuir2015-03-101-0/+8
* Amending r223468 with this documentation change.Aaron Ballman2014-12-051-2/+2
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-0/+27
* Add support for has_feature(cxx_alignof) and has_feature(c_alignof).Nico Weber2014-12-031-0/+6
* Oops, the underline was too short for sphinx to like.Aaron Ballman2014-11-141-1/+1
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+30
* Update Clang's SD-6 support to match N4200 (except for __has_cpp_attribute,Richard Smith2014-11-121-0/+14
* Fix documentation typo.JF Bastien2014-10-101-1/+1
* [sphinx clean up] Fix warning introduced by r218957Dan Liew2014-10-031-1/+1
* Add an implementation of C11's stdatomic.hHal Finkel2014-10-031-3/+19
* Add __builtin_assume and __builtin_assume_aligned using @llvm.assume.Hal Finkel2014-09-071-2/+39
* Enhance the 'Vectors and Extended Vectors' section.Anton Yartsev2014-09-031-17/+23
* Fixing a typo in the documented __builtin_convertvector example.Yunzhong Gao2014-09-021-1/+1
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-2/+2
* ARM: Add doc for ACLE memory barrier intrinsicsYi Kong2014-07-231-0/+13