summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/libcalls.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] convert math libcalls/builtins to equivalent LLVM intrinsicsSanjay Patel2017-12-011-6/+6
* [CodeGen] fix const-ness of cbrt and fmaSanjay Patel2017-11-131-8/+6
* [CodeGen] map sqrt libcalls to llvm.sqrt when errno is not setSanjay Patel2017-10-311-13/+12
* Fix tests after speculatable intrinsics patchMatt Arsenault2017-05-031-2/+2
* Update clang test to cover for new treatment of intrinsics as readnone.Raul E. Silvera2014-03-061-4/+4
* Fix broken CHECK linesNico Rieck2014-02-161-2/+2
* Restore the sqrt -> llvm.sqrt mapping in fast-math modeHal Finkel2013-09-121-0/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-6/+6
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-17/+16
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-43/+40
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-40/+43
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-43/+40
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-36/+45
* Add atan, atan2, exp, and log to the builtin math library functions.Chad Rosier2012-04-241-0/+45
* 'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher2011-08-151-3/+3
* Add codegen support for the fma/fmal/fmaf builtins.Cameron Zwarich2011-07-081-0/+23
* @llvm.sqrt isn't really close enough to C's sqrt to justify emitting callsJohn McCall2010-04-071-10/+40
* Use -fno-math-errno by default, and remove the IsMathErrnoDefaultDan Gohman2010-01-081-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... vari...Daniel Dunbar2009-11-191-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-5/+5
* Add a target triple to a couple of tests which depend on it. Reported Eli Friedman2009-06-181-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow.Daniel Dunbar2009-02-161-0/+22