summaryrefslogtreecommitdiff
path: root/docs/LanguageExtensions.rst
Commit message (Expand)AuthorAgeFilesLines
* Added support for "#pragma clang section relro=<name>"Dmitry Mikulin2019-10-151-2/+2
* [docs] loop pragmas: options implying transformationsSjoerd Meijer2019-10-141-0/+8
* Fix __is_signed builtinZoe Carver2019-09-231-4/+1
* [CLANG][BPF] permit any argument type for __builtin_preserve_access_index()Yonghong Song2019-09-221-3/+4
* [CLANG][BPF] change __builtin_preserve_access_index() signatureYonghong Song2019-09-191-1/+3
* [Docs][OpenCL] Several corrections to C++ for OpenCLAnastasia Stulova2019-08-231-55/+65
* Improve the documentation for OpenCL vector types.Aaron Ballman2019-08-221-3/+3
* [PPC Docs] Remove duplicate info about __builtin_setrnd()David Zarzycki2019-08-211-49/+1
* [doc] Fix some minor formatting issues.Richard Smith2019-08-161-7/+7
* Add __has_builtin support for builtin function-like type traits.Richard Smith2019-08-141-65/+180
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
* [Clang] New loop pragma vectorize_predicateSjoerd Meijer2019-07-251-3/+18
* [Docs][OpenCL] Documentation of C++ for OpenCL modeAnastasia Stulova2019-07-171-0/+269
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-0/+2
* Support __seg_fs and __seg_gs on x86JF Bastien2019-07-141-0/+4
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-2/+0
* Remove __VERSION__Sylvestre Ledru2019-07-121-0/+2
* Remove trailing whitespaces in the Language Extensions docSylvestre Ledru2019-07-091-13/+13
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+29
* Revert "[BPF] Preserve debuginfo array/union/struct type/access index"Yonghong Song2019-07-091-29/+0
* [BPF] Preserve debuginfo array/union/struct type/access indexYonghong Song2019-07-091-0/+29
* [Clang][Docs] Document __FILE_NAME__. NFCKristina Brooks2019-05-171-0/+5
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+55
* Add __builtin_dcbf support for PPCAhsan Saghir2019-04-291-0/+25
* [docs] Fix rst title in clang langext docs. NFCI Kristina Brooks2019-04-051-1/+1
* [PowerPC] Add the support for __builtin_setrnd() in clangKang Zhang2019-03-291-0/+72
* Add a new builtin: __builtin_dynamic_object_sizeErik Pilkington2019-01-301-0/+26
* Fix incorrect indent from r352221Erich Keane2019-01-251-2/+2
* Disable _Float16 for non ARM/SPIR TargetsErich Keane2019-01-251-38/+52
* [Documentation] Use HTTPS whenever possibleEugene Zelenko2019-01-231-8/+8
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+1
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-1/+3
* Fix some typos in the clang doc.Sylvestre Ledru2019-01-011-1/+1
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-201-0/+30
* Update the documentation for attribute feature tests.Aaron Ballman2018-11-201-18/+23
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-041-10/+10
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-291-7/+9
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-291-9/+7
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-291-7/+9
* [CodeGen] add rotate builtins that map to LLVM funnel shift Sanjay Patel2018-08-191-0/+64
* revert r340137: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)Sanjay Patel2018-08-191-0/+64
* revert r340135: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add rotate builtinsSanjay Patel2018-08-191-0/+64
* Document -fobjc-weak as an extension.John McCall2018-07-201-0/+45
* Added atomic_fetch_min, max, umin, umax intrinsics to clang.Elena Demikhovsky2018-05-131-1/+26
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-2/+4
* Support `#pragma comment(lib, "name")` in the frontend for ELFSaleem Abdulrasool2018-02-071-0/+8
* Add `__reference_binds_to_temporary` trait for checking safe reference initia...Eric Fiselier2018-01-121-0/+5
* Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman2017-12-071-0/+29