Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
885f87b4be987fd8912779419ec88e3c37481967
/
test
/
CodeGen
/
builtins.c
d190057
Expose __builtin_bswap16.
by Benjamin Kramer
· 12 years ago
a841c19
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic.
by Hal Finkel
· 12 years ago
fc8f0e1
fix a bunch of comment typos found by codespell. Patch by
by Chris Lattner
· 14 years ago
a6cebab
Enable basic testing of __builtin_fpclassify.
by Benjamin Kramer
· 14 years ago
78673d9
Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all
by John McCall
· 14 years ago
6349ce9
Implement codegen for __builtin_isnormal.
by Benjamin Kramer
· 14 years ago
ed07415
implement codegen support for __builtin_isfinite, part of PR6083
by Chris Lattner
· 15 years ago
81368fb
optimize builtin_isnan/isinf to not do an extraneous extension from
by Chris Lattner
· 15 years ago
ba68b08
PR6515: Implement __builtin_signbit and friends.
by Eli Friedman
· 15 years ago
468ec6c
Revert changes r97693, r97700, and r97718.
by John McCall
· 15 years ago
06a3066
Implement __builtin_dwarf_sp_column().
by John McCall
· 15 years ago
db7b72a
Support constant-evaluation of __builtin_nans* as well as the correct constant
by John McCall
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
23afaad
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
f65b9f5
Sorry! Accidentally checked in experimental change.
by John Thompson
· 15 years ago
6d8b16c
Make this at least compile.
by Mike Stump
· 15 years ago
0653066
Removed math.h include, as Windows math.h has a compile error.
by John Thompson
· 15 years ago
d613989
PR4836, part 2: CodeGen for __builtin_isnan.
by Eli Friedman
· 15 years ago
3b660ef
PR4134: Implement __builtin_extract_return_addr.
by Eli Friedman
· 16 years ago
7a0048b
Add more builtin definitions, including strcmp. - PR3964.
by Daniel Dunbar
· 16 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
b808c95
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
by Chris Lattner
· 16 years ago
f8ebb41
Add some stdlib builtins
by Daniel Dunbar
· 16 years ago
1768a62
Add some builtins to codegen test case.
by Daniel Dunbar
· 16 years ago
d417d96
Add two test cases for builtins (mostly related to object size builtins).
by Daniel Dunbar
· 16 years ago