index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
Builtins.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add a new attribute, fortify_stdlib"
Erik Pilkington
2019-03-13
1
-7
/
+1
*
Add a new attribute, fortify_stdlib
Erik Pilkington
2019-02-11
1
-1
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+6
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-0
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-31
/
+31
*
[Builtins] Fix typos in a comment. NFC
Craig Topper
2018-04-25
1
-1
/
+1
*
Limit types of builtins that can be redeclared.
Erich Keane
2018-04-16
1
-0
/
+11
*
[OpenMP] Implement omp_is_initial_device() as builtin
Jonas Hahnfeld
2017-10-17
1
-0
/
+1
*
[OpenCL] Add half load and store builtins
Jan Vesely
2017-09-07
1
-2
/
+4
*
Revert "Change Builtins name to be stored as StringRef instead of raw pointer...
Mehdi Amini
2016-10-11
1
-3
/
+2
*
Change Builtins name to be stored as StringRef instead of raw pointers (NFC)
Mehdi Amini
2016-10-10
1
-2
/
+3
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-0
/
+7
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-7
/
+0
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-0
/
+7
*
[OpenCL] Make OpenCL Builtins added according to the right version.
Anastasia Stulova
2016-07-04
1
-1
/
+1
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-1
/
+4
*
Add the Pure attribute to C99 builtin functions from ctype.h. This is a corre...
Aaron Ballman
2016-05-04
1
-2
/
+7
*
Reverting r266199; it causes build bot failures.
Aaron Ballman
2016-04-13
1
-7
/
+2
*
Add functions declared in ctype.h to builtin function database. All functions...
Aaron Ballman
2016-04-13
1
-2
/
+7
*
[OpenCL] Refine pipe builtin support
Xiuli Pan
2016-03-04
1
-6
/
+6
*
Recommit: R258773 [OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+1
*
Revert "[OpenCL] Pipe builtin functions"
David Majnemer
2016-01-26
1
-1
/
+0
*
[OpenCL] Pipe builtin functions
Xiuli Pan
2016-01-26
1
-0
/
+1
*
[Driver] Add support for -fno-builtin-foo options.
Chad Rosier
2016-01-06
1
-0
/
+4
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-0
/
+7
*
Make getTargetBuiltins return an ArrayRef instead of having two out parameter...
Craig Topper
2015-10-19
1
-8
/
+7
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-2
/
+19
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-09-22
1
-0
/
+5
*
Revert r245496 "[CUDA] Add appropriate host/device attribute to builtins."
Artem Belevich
2015-08-20
1
-5
/
+0
*
[CUDA] Add appropriate host/device attribute to builtins.
Artem Belevich
2015-08-19
1
-0
/
+5
*
Continue the work from r243908 by adding a Features field to Builtin::Info
Eric Christopher
2015-08-06
1
-0
/
+5
*
Rename the non-coding style conformant functions in namespace Builtins
Eric Christopher
2015-08-06
1
-37
/
+37
*
Remove unused header includes.
Eric Christopher
2015-08-05
1
-1
/
+0
*
Rename builtin_lang -> Langs to match the rest of the code a bit better.
Eric Christopher
2015-08-05
1
-1
/
+1
*
Remove unused function GetBuiltinNames.
Eric Christopher
2015-08-05
1
-3
/
+0
*
Remove unused comparison operators from the Builtin Info struct.
Eric Christopher
2015-08-05
1
-7
/
+0
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Sema: Accept pointers to any address space for builtin functions
Tom Stellard
2015-03-31
1
-0
/
+6
*
Basic: clean up bleeding whitespace
Saleem Abdulrasool
2014-12-17
1
-2
/
+2
*
[C++11] Use 'nullptr'
Craig Topper
2014-05-06
1
-10
/
+10
*
Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...
Aaron Ballman
2014-01-03
1
-0
/
+4
*
Only provide MS builtins when -fms-extensions is on
Reid Kleckner
2013-11-13
1
-1
/
+3
*
Add a -fno-math-builtin option to the Clang -cc1
Eli Bendersky
2013-07-23
1
-0
/
+4
*
Simplify GetBuiltinNames by hoising the NoBuiltins argument out of it.
Eli Bendersky
2013-07-11
1
-3
/
+2
*
Allow clang to build __clear_cache on ARM.
Rafael Espindola
2013-06-13
1
-0
/
+7
*
Disable non-standard library builtins in non-gnu language modes.
Benjamin Kramer
2013-05-31
1
-4
/
+6
*
Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not
Richard Smith
2013-01-17
1
-0
/
+6
*
Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...
Bill Wendling
2012-12-20
1
-10
/
+10
[next]