Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
5ae84f274c4e1e9400fbd5d4aaa1d0328644a23e
/
test
/
CodeGen
/
libcalls.c
beb4128
@llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls
by John McCall
· 15 years ago
c31176d
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
by Dan Gohman
· 15 years ago
a572887
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 15 years ago
53e8484
Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm::cl::init(true) arguments.
by Daniel Dunbar
· 15 years ago
4fcfde4
Eliminate &&s in tests.
by Daniel Dunbar
· 15 years ago
eb44e0a
Add a target triple to a couple of tests which depend on it. Reported
by Eli Friedman
· 15 years ago
d7d5f02
Rename clang to clang-cc.
by Daniel Dunbar
· 16 years ago
ef2abfe
Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
by Daniel Dunbar
· 16 years ago