Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
aec6b2c20e4850f2309042e46dec63e46b383fbd
/
clang
/
test
/
CodeGen
/
builtins.c
c66deaf
[Modules] Implement __builtin_isinf_sign in Clang.
by Chandler Carruth
· 11 years ago
533bd17
Fix test/CodeGen/builtins.c for platforms that don't lower sjlj
by Reid Kleckner
· 11 years ago
06ea7d6
Lower __builtin_fabs* to @llvm.fabs.*
by Reid Kleckner
· 11 years ago
b4379f9
CGBuiltin: Use frem instruction rather than libcall to implement fmod
by Jan Vesely
· 11 years ago
c4e0c10
CGBuiltin: Use @llvm.fabs rather than fabs libcall when emitting builtins
by Tom Stellard
· 11 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
a801f4a
Expose __builtin_bswap16.
by Benjamin Kramer
· 13 years ago
3fadbb5
Add __builtin_readcyclecounter() to produce the @llvm.readcyclecounter() intrinsic.
by Hal Finkel
· 13 years ago
57540c5
fix a bunch of comment typos found by codespell. Patch by
by Chris Lattner
· 15 years ago
c0b8f3b
Enable basic testing of __builtin_fpclassify.
by Benjamin Kramer
· 15 years ago
02269a6
Enable the implementation of __builtin_setjmp and __builtin_longjmp. Not all
by John McCall
· 16 years ago
fdb61d7
Implement codegen for __builtin_isnormal.
by Benjamin Kramer
· 16 years ago
dbff4bf
implement codegen support for __builtin_isfinite, part of PR6083
by Chris Lattner
· 16 years ago
68784ef
optimize builtin_isnan/isinf to not do an extraneous extension from
by Chris Lattner
· 16 years ago
99d20f8
PR6515: Implement __builtin_signbit and friends.
by Eli Friedman
· 16 years ago
731be66
Revert changes r97693, r97700, and r97718.
by John McCall
· 16 years ago
81d4d12
Implement __builtin_dwarf_sp_column().
by John McCall
· 16 years ago
1629149
Support constant-evaluation of __builtin_nans* as well as the correct constant
by John McCall
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
feedba6
Don't #include <stdio.h> when tests don't need it, or use clang instead of clang-cc when they do.
by Daniel Dunbar
· 16 years ago
8b57697
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
146b025
Sorry! Accidentally checked in experimental change.
by John Thompson
· 16 years ago
bf18669
Make this at least compile.
by Mike Stump
· 16 years ago
3254182
Removed math.h include, as Windows math.h has a compile error.
by John Thompson
· 16 years ago
1c277d0
PR4836, part 2: CodeGen for __builtin_isnan.
by Eli Friedman
· 16 years ago
5b73b5e
PR4134: Implement __builtin_extract_return_addr.
by Eli Friedman
· 17 years ago
b041085
Add more builtin definitions, including strcmp. - PR3964.
by Daniel Dunbar
· 17 years ago
a45cf5b
Rename clang to clang-cc.
by Daniel Dunbar
· 17 years ago
e64911a
switch getBuiltinLibFunction to use the new GetOrCreateLLVMFunction
by Chris Lattner
· 17 years ago
e4be42c
Add some stdlib builtins
by Daniel Dunbar
· 17 years ago
b11d5d6
Add some builtins to codegen test case.
by Daniel Dunbar
· 17 years ago
20e5db7
Add two test cases for builtins (mostly related to object size builtins).
by Daniel Dunbar
· 17 years ago