summaryrefslogtreecommitdiff
path: root/test/CodeGen/libcall-declarations.c
AgeCommit message (Expand)Author
2017-11-18[CodeGen] change const-ness of complex callsSanjay Patel
2017-10-17Basic: make the nan family pureSaleem Abdulrasool
2017-10-13Basic: adjust attributes on `nan` LIBBUILTINsSaleem Abdulrasool
2017-02-21Declare lgamma library builtins as never being constJacob Gravelle
2014-01-14Darwin: add __sinpi (etc) and __exp10 libbuiltinsTim Northover
2013-09-28The second parameter of nexttoward is always long double.Benjamin Kramer
2013-09-18Add new libm LIBBUILTIN definitions, synchronizing with __builtin_*Hal Finkel
2013-09-06Add the missing "n" to libm LIBBUILTIN definitionsHal Finkel
2013-08-09Add lrint to the list of math builtins. It never sets errno so we can mark it...Benjamin Kramer
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-08-22Make ceil/floor/nearbyint/rint/round const even with -fmath-errno.Benjamin Kramer
2012-08-22Math builtin definition tweaks.Benjamin Kramer