summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/libcall-declarations.c
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] change const-ness of complex callsSanjay Patel2017-11-181-36/+36
* Basic: make the nan family pureSaleem Abdulrasool2017-10-171-12/+8
* Basic: adjust attributes on `nan` LIBBUILTINsSaleem Abdulrasool2017-10-131-296/+296
* Declare lgamma library builtins as never being constJacob Gravelle2017-02-211-3/+12
* Darwin: add __sinpi (etc) and __exp10 libbuiltinsTim Northover2014-01-141-1/+20
* The second parameter of nexttoward is always long double.Benjamin Kramer2013-09-281-4/+4
* Add new libm LIBBUILTIN definitions, synchronizing with __builtin_*Hal Finkel2013-09-181-99/+479
* Add the missing "n" to libm LIBBUILTIN definitionsHal Finkel2013-09-061-9/+22
* Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer2013-08-091-9/+18
* Fix testcases to not rely upon target-* attributes.Bill Wendling2013-02-261-105/+104
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-104/+105
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-105/+104
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-102/+107
* Make ceil/floor/nearbyint/rint/round const even with -fmath-errno.Benjamin Kramer2012-08-221-1/+16
* Math builtin definition tweaks.Benjamin Kramer2012-08-221-0/+176