summaryrefslogtreecommitdiffstats
path: root/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typosAlp Toker2014-07-141-1/+1
* ARM: add support for v8 ldaex/stlex builtins.Tim Northover2014-07-021-5/+7
* Document unroll and unroll_count directives.Eli Bendersky2014-06-191-3/+46
* Documentation for #pragma clang loop directive and options vectorize and inte...Tyler Nowicki2014-06-181-0/+65
* Add __builtin_operator_new and __builtin_operator_delete, which act like callsRichard Smith2014-06-031-0/+18
* [DOC] Documentation for #pragma clang optimize on/offDario Domizioli2014-05-281-0/+79
* AArch64/ARM64: rename ARM64 components to AArch64Tim Northover2014-05-241-1/+1
* PR19698, PR19674: enable __has_feature checks for cxx_generic_lambdas andRichard Smith2014-05-091-4/+4
* Add description about the __is_identifier() macroYunzhong Gao2014-04-121-0/+20
* ARM64: initial clang support commit.Tim Northover2014-03-291-1/+1
* Moving the documentation for the format attribute into AttrDocs.Aaron Ballman2014-02-211-60/+0
* Moving the documentation for the type safety checking attributes into AttrDoc...Aaron Ballman2014-02-211-152/+0
* Moving the documentation for the sanitizer negation attributes into AttrDocs.Aaron Ballman2014-02-211-31/+0
* Doing some temporary touch-up on the gnu namespace attribute documentation, f...Aaron Ballman2014-02-191-4/+1
* Refactored the way attribute category headers are handled so that it is possi...Aaron Ballman2014-02-191-58/+0
* Moving the documentation for the ARM interrupt attribute into AttrDocs.Aaron Ballman2014-02-191-42/+0
* Moving the documentation for the clang::fallthrough attribute into AttrDocs.Aaron Ballman2014-02-191-45/+0
* Moving the documentation for the availability attribute into AttrDocs.Aaron Ballman2014-02-191-97/+0
* Moving the documentation for the objc_requires_super attribute into AttrDocs.Aaron Ballman2014-02-191-48/+1