Sven van Haastregt
|
ec36dad1b2
[OpenCL] Support pipe keyword in C++ mode
|
6 년 전 |
Eric Fiselier
|
418eae9689
[Builtins] Implement __builtin_is_constant_evaluated for use in C++2a
|
6 년 전 |
Erik Pilkington
|
7ba0896ce5
Revert "Add a new attribute, fortify_stdlib"
|
6 년 전 |
Erik Pilkington
|
802485f170
Add a new attribute, fortify_stdlib
|
6 년 전 |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 년 전 |
Johannes Doerfert
|
64cdc6a98b
Emit !callback metadata and introduce the callback attribute
|
6 년 전 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 년 전 |
Craig Topper
|
dc74ef665f
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector width. Add a min_vector_width function attribute and tag all x86 instrinsics with it
|
7 년 전 |
Erich Keane
|
3857ab3c9e
Limit types of builtins that can be redeclared.
|
7 년 전 |
Jonas Hahnfeld
|
61664b6263
[OpenMP] Implement omp_is_initial_device() as builtin
|
7 년 전 |
Jan Vesely
|
9adfcaf8db
[OpenCL] Add half load and store builtins
|
8 년 전 |
Anastasia Stulova
|
d0cac52466
[OpenCL] Make OpenCL Builtins added according to the right version.
|
9 년 전 |
Xiuli Pan
|
3c885c3f72
Recommit: R258773 [OpenCL] Pipe builtin functions
|
9 년 전 |
David Majnemer
|
7d123790d1
Revert "[OpenCL] Pipe builtin functions"
|
9 년 전 |
Xiuli Pan
|
cfba42f873
[OpenCL] Pipe builtin functions
|
9 년 전 |
Chad Rosier
|
7e5b11a533
[Driver] Add support for -fno-builtin-foo options.
|
9 년 전 |
Craig Topper
|
670993162a
Make getTargetBuiltins return an ArrayRef instead of having two out parameters of a pointer and length. NFC
|
9 년 전 |
Artem Belevich
|
675c6b4346
[CUDA] Allow parsing of host and device code simultaneously.
|
10 년 전 |
Ismail Donmez
|
564dd31c75
Doxygen fix InitializeBuiltins -> initializeBuiltins
|
10 년 전 |
Rachel Craik
|
2f16486e7e
Test commit
|
10 년 전 |
Craig Topper
|
8288d1865c
Make sure the Features field of the Builtin Info struct is always initialized. Silences -Wmissing-field-initializers.
|
10 년 전 |
Eric Christopher
|
b70ce903c2
Rename the non-coding style conformant functions in namespace Builtins
|
10 년 전 |
Eric Christopher
|
4473c4824f
Remove unused header includes.
|
10 년 전 |
Eric Christopher
|
84bb8d3f65
Rename builtin_lang -> Langs to match the rest of the code a bit better.
|
10 년 전 |
Eric Christopher
|
82417e4321
Remove unused function GetBuiltinNames.
|
10 년 전 |
Saleem Abdulrasool
|
38b6a39b0e
CodeGen: make target builtins support languages
|
11 년 전 |
Craig Topper
|
603e37c3dd
[C++11] Use 'nullptr'.
|
11 년 전 |
Aaron Ballman
|
09e3c5f7eb
Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper function. The implementations are identical, except for the format arguments being searched for.
|
11 년 전 |
Reid Kleckner
|
f2941ec5bf
Only provide MS builtins when -fms-extensions is on
|
11 년 전 |
Eli Bendersky
|
264d206244
Add a -fno-math-builtin option to the Clang -cc1
|
12 년 전 |