index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
docs
/
LanguageExtensions.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang
Richard Smith
2020-02-19
1
-1
/
+1
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-19
/
+24
*
Add builtins for aligning and checking alignment of pointers and integers
Alex Richardson
2020-01-09
1
-0
/
+73
*
[OpenCL] Add link to C++ for OpenCL documentation
Anastasia Stulova
2020-01-03
1
-279
/
+0
*
Atomics: support min/max orthogonally
Tim Northover
2019-11-21
1
-0
/
+2
*
Accept __is_same_as as a GCC-compatibility synonym for the proper trait name ...
Richard Smith
2019-10-29
1
-0
/
+1
*
Added support for "#pragma clang section relro=<name>"
Dmitry Mikulin
2019-10-15
1
-2
/
+2
*
[docs] loop pragmas: options implying transformations
Sjoerd Meijer
2019-10-14
1
-0
/
+8
*
Fix __is_signed builtin
Zoe Carver
2019-09-23
1
-4
/
+1
*
[CLANG][BPF] permit any argument type for __builtin_preserve_access_index()
Yonghong Song
2019-09-22
1
-3
/
+4
*
[CLANG][BPF] change __builtin_preserve_access_index() signature
Yonghong Song
2019-09-19
1
-1
/
+3
*
[Docs][OpenCL] Several corrections to C++ for OpenCL
Anastasia Stulova
2019-08-23
1
-55
/
+65
*
Improve the documentation for OpenCL vector types.
Aaron Ballman
2019-08-22
1
-3
/
+3
*
[PPC Docs] Remove duplicate info about __builtin_setrnd()
David Zarzycki
2019-08-21
1
-49
/
+1
*
[doc] Fix some minor formatting issues.
Richard Smith
2019-08-16
1
-7
/
+7
*
Add __has_builtin support for builtin function-like type traits.
Richard Smith
2019-08-14
1
-65
/
+180
*
[OpenCL] Rename lang mode flag for C++ mode
Anastasia Stulova
2019-07-25
1
-1
/
+1
*
[Clang] New loop pragma vectorize_predicate
Sjoerd Meijer
2019-07-25
1
-3
/
+18
*
[Docs][OpenCL] Documentation of C++ for OpenCL mode
Anastasia Stulova
2019-07-17
1
-0
/
+269
*
Update __VERSION__ to remove the hardcoded 4.2.1 version
Sylvestre Ledru
2019-07-15
1
-0
/
+2
*
Support __seg_fs and __seg_gs on x86
JF Bastien
2019-07-14
1
-0
/
+4
*
This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.
Sylvestre Ledru
2019-07-13
1
-2
/
+0
*
Remove __VERSION__
Sylvestre Ledru
2019-07-12
1
-0
/
+2
*
Remove trailing whitespaces in the Language Extensions doc
Sylvestre Ledru
2019-07-09
1
-13
/
+13
*
[BPF] Preserve debuginfo array/union/struct type/access index
Yonghong Song
2019-07-09
1
-0
/
+29
*
Revert "[BPF] Preserve debuginfo array/union/struct type/access index"
Yonghong Song
2019-07-09
1
-29
/
+0
*
[BPF] Preserve debuginfo array/union/struct type/access index
Yonghong Song
2019-07-09
1
-0
/
+29
*
[Clang][Docs] Document __FILE_NAME__. NFC
Kristina Brooks
2019-05-17
1
-0
/
+5
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+55
*
Add __builtin_dcbf support for PPC
Ahsan Saghir
2019-04-29
1
-0
/
+25
*
[docs] Fix rst title in clang langext docs. NFCI
Kristina Brooks
2019-04-05
1
-1
/
+1
*
[PowerPC] Add the support for __builtin_setrnd() in clang
Kang Zhang
2019-03-29
1
-0
/
+72
*
Add a new builtin: __builtin_dynamic_object_size
Erik Pilkington
2019-01-30
1
-0
/
+26
*
Fix incorrect indent from r352221
Erich Keane
2019-01-25
1
-2
/
+2
*
Disable _Float16 for non ARM/SPIR Targets
Erich Keane
2019-01-25
1
-38
/
+52
*
[Documentation] Use HTTPS whenever possible
Eugene Zelenko
2019-01-23
1
-8
/
+8
*
__has_feature(pragma_clang_attribute_namespaces) should be __has_extension
Erik Pilkington
2019-01-08
1
-1
/
+1
*
Add a __has_feature check for namespaces on #pragma clang attribute.
Erik Pilkington
2019-01-07
1
-1
/
+3
*
Fix some typos in the clang doc.
Sylvestre Ledru
2019-01-01
1
-1
/
+1
*
Add support for namespaces on #pragma clang attribute
Erik Pilkington
2018-12-20
1
-0
/
+30
*
Update the documentation for attribute feature tests.
Aaron Ballman
2018-11-20
1
-18
/
+23
*
Update our URLs in clang doc to use https
Sylvestre Ledru
2018-11-04
1
-10
/
+10
*
Revert "Revert "Support for groups of attributes in #pragma clang attribute""
Erik Pilkington
2018-10-29
1
-7
/
+9
*
Revert "Support for groups of attributes in #pragma clang attribute"
Erik Pilkington
2018-10-29
1
-9
/
+7
*
Support for groups of attributes in #pragma clang attribute
Erik Pilkington
2018-10-29
1
-7
/
+9
*
[CodeGen] add rotate builtins that map to LLVM funnel shift
Sanjay Patel
2018-08-19
1
-0
/
+64
*
revert r340137: [CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-64
/
+0
*
[CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)
Sanjay Patel
2018-08-19
1
-0
/
+64
*
revert r340135: [CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-64
/
+0
*
[CodeGen] add rotate builtins
Sanjay Patel
2018-08-19
1
-0
/
+64
[next]