index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
libcalls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add atan, atan2, exp, and log to the builtin math library functions.
Chad Rosier
2012-04-24
1
-0
/
+45
*
'pure' and 'const' functions should also be marked nounwind. Migrate
Eric Christopher
2011-08-15
1
-3
/
+3
*
Add codegen support for the fma/fmal/fmaf builtins.
Cameron Zwarich
2011-07-08
1
-0
/
+23
*
@llvm.sqrt isn't really close enough to C's sqrt to justify emitting calls
John McCall
2010-04-07
1
-10
/
+40
*
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
Dan Gohman
2010-01-08
1
-2
/
+2
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...
Daniel Dunbar
2009-11-19
1
-2
/
+2
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-5
/
+5
*
Add a target triple to a couple of tests which depend on it. Reported
Eli Friedman
2009-06-18
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-2
/
+2
*
Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.
Daniel Dunbar
2009-02-16
1
-0
/
+22