History log of /relibc/openlibm/ (Results 51 – 75 of 455)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d6c4935d15-Jan-2017 Elliot Saba <staticfloat@gmail.com>

Add testing for `ppc64le` and `arm` architectures on Travis

d982368b15-Jan-2017 Elliot Saba <staticfloat@gmail.com>

Fix `arm` floating-point status register code

* Use an actual compiler definition to determine whether we have a
floating-point unit or not.

* Use a modern (VFPU) assembly instruction to get/set

Fix `arm` floating-point status register code

* Use an actual compiler definition to determine whether we have a
floating-point unit or not.

* Use a modern (VFPU) assembly instruction to get/set the fpsr

* If we don't have an fpsr, at least zero out the return value

show more ...

c214530615-Jan-2017 Elliot Saba <staticfloat@gmail.com>

Cleanup `ARCH` handling, reorganize `AArch64` and `Make.inc`.

* Previously, behavior differed if the same value of `ARCH` was defined
within `Make.inc` or defined on the command line. Don't do th

Cleanup `ARCH` handling, reorganize `AArch64` and `Make.inc`.

* Previously, behavior differed if the same value of `ARCH` was defined
within `Make.inc` or defined on the command line. Don't do that.

* Provide saner defaults for `ARCH` and `MARCH`, and more importantly,
allow for the proper overriding of both.

* Split `AArch64` code further away from the other `arm` code.

show more ...

1581174c28-Aug-2016 Tony Kelman <tony@kelman.net>

Merge pull request #146 from twadleigh/dll-a-for-windows

Version bump for Makefile change.

868231bc28-Aug-2016 Tracy Wadleigh <tracy.wadleigh@gmail.com>

Version bump for Makefile change.

b6b8422b28-Aug-2016 Tony Kelman <tony@kelman.net>

Merge pull request #145 from twadleigh/dll-a-for-windows

Generate libopenlibm.dll.a for windows.

6708c96b27-Aug-2016 Tracy Wadleigh <tracy.wadleigh@gmail.com>

Generate libopenlibm.dll.a for windows.

c0566d2522-Aug-2016 Elliot Saba <staticfloat@gmail.com>

Merge pull request #133 from JuliaLang/sf/clang_on_linux

[WIP] Test linux clang on Travis

e7e2050221-Aug-2016 Keno Fischer <kfischer+github@college.harvard.edu>

Fix invalid assembly directive caught by clang

Similar to the x86_64 changes a while back

71e79eb609-Aug-2016 Simon Byrne <simonbyrne@gmail.com>

Bump version for Makefile change.

1492ff0209-Aug-2016 Simon Byrne <simonbyrne@gmail.com>

Merge pull request #142 from JuliaLang/sf/cflags

Set optimization level only if not already overridden

75ec57d909-Aug-2016 Elliot Saba <staticfloat@gmail.com>

Set optimization level only if not already overridden

0fa599cc06-Aug-2016 Viral B. Shah <viral@mayin.org>

BUMP VERSION

f8d64df506-Aug-2016 Viral B. Shah <viral@mayin.org>

Restore the optimization level to -O3 by default.

b5e6749527-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Try adding a matrix build for `clang` on linux

9c45e36827-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Use `__clang__` as identifying mark of `clang` insted of `USECLANG`

39dd4feb27-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Bump `ulp` limits higher for Travis tests

343a719926-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Re-enabled OSX tests

4897695026-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Remove floating-point exception checks when compiling with `clang`

232ba9db25-Apr-2016 Elliot Saba <staticfloat@gmail.com>

Modify Openlibm maximum ulp definitions for clang

b170b72c19-Jul-2016 Tony Kelman <tony@kelman.net>

Merge pull request #140 from arjenroodselaar/split-install-target

Split install into subtargets

4002a91a19-Jul-2016 Arjen Roodselaar <arjen@fb.com>

Split install into subtargets

When building a cross-compile toolchain for a freestanding platform one may not
want to build and install shared objects.

5dd1383019-Jul-2016 Viral B. Shah <viral@juliacomputing.com>

Merge pull request #141 from arjenroodselaar/fix-arm-decls

Include missing decls for ARM

212f8a1b19-Jul-2016 Arjen Roodselaar <arjen@fb.com>

Include missing decls for ARM

705cbaea24-Jun-2016 Elliot Saba <staticfloat@gmail.com>

Merge pull request #139 from petercolberg/travis

Test Linux amd64/i686/arm64

12345678910>>...19