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
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
1
-1
/
+1
*
[CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsics
Sanjay Patel
2017-12-01
1
-6
/
+6
*
[CodeGen] fix const-ness of cbrt and fma
Sanjay Patel
2017-11-13
1
-8
/
+6
*
[CodeGen] map sqrt libcalls to llvm.sqrt when errno is not set
Sanjay Patel
2017-10-31
1
-13
/
+12
*
Fix tests after speculatable intrinsics patch
Matt Arsenault
2017-05-03
1
-2
/
+2
*
Update clang test to cover for new treatment of intrinsics as readnone.
Raul E. Silvera
2014-03-06
1
-4
/
+4
*
Fix broken CHECK lines
Nico Rieck
2014-02-16
1
-2
/
+2
*
Restore the sqrt -> llvm.sqrt mapping in fast-math mode
Hal Finkel
2013-09-12
1
-0
/
+5
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-6
/
+6
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-2
/
+2
*
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-27
1
-17
/
+16
*
Fix testcases to not rely upon target-* attributes.
Bill Wendling
2013-02-26
1
-43
/
+40
*
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
1
-40
/
+43
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
1
-43
/
+40
*
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-20
1
-36
/
+45
*
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