Displaying 6 results from an estimated 6 matches for "r293226".
2017 May 10
2
FENV_ACCESS and floating point LibFunc calls
...t to LLVM for clang to be able to support the STDC FENV_ACCESS pragma, which basically allows users to modify rounding mode at runtime and depend on the value of floating-point status flags or to unmask floating point exceptions without unexpected side effects. I've committed an initial patch (r293226) that adds constrained intrinsics for the basic FP operations, and I have a patch up for review now (https://reviews.llvm.org/D32319) that adds constrained versions of a number of libm-like FP intrinsics.
Current problem
Now I'm trying to make sure I have a good solution for the way in which t...
2017 May 11
2
FENV_ACCESS and floating point LibFunc calls
...t to LLVM for clang to be able to support the STDC FENV_ACCESS pragma, which basically allows users to modify rounding mode at runtime and depend on the value of floating-point status flags or to unmask floating point exceptions without unexpected side effects. I've committed an initial patch (r293226) that adds constrained intrinsics for the basic FP operations, and I have a patch up for review now (https://reviews.llvm.org/D32319 <https://reviews.llvm.org/D32319>) that adds constrained versions of a number of libm-like FP intrinsics.
>
> Current problem
> Now I'm trying to...
2017 Jan 30
2
LLVM Weekly - #161, Jan 30th 2017
...n remarks just like IR passes can.
[r293110](http://reviews.llvm.org/rL293110).
* The MIPS backend gained support for the static relocation model with the N64
ABI. [r293279](http://reviews.llvm.org/rL293279).
* A number of new intrinsics for constrained floating point operations have
been added. [r293226](http://reviews.llvm.org/rL293226).
## Clang commits
* A new TableGen-based generator for command line argument documentation was
added. [r292968](http://reviews.llvm.org/rL292968).
* Comment reflowing has been implemented for clang-format.
[r293055](http://reviews.llvm.org/rL293055).
## Othe...
2017 May 11
2
FENV_ACCESS and floating point LibFunc calls
...to be
> able to support the STDC FENV_ACCESS pragma, which basically allows users
> to modify rounding mode at runtime and depend on the value of
> floating-point status flags or to unmask floating point exceptions without
> unexpected side effects. I've committed an initial patch (r293226) that
> adds constrained intrinsics for the basic FP operations, and I have a patch
> up for review now (https://reviews.llvm.org/D32319) that adds constrained
> versions of a number of libm-like FP intrinsics.
>
> Current problem
> Now I'm trying to make sure I have a good so...
2017 Feb 01
0
LLVM Weekly - #161, Jan 30th 2017
...; [r293110](http://reviews.llvm.org/rL293110).
>
> * The MIPS backend gained support for the static relocation model with the
> N64
> ABI. [r293279](http://reviews.llvm.org/rL293279).
>
> * A number of new intrinsics for constrained floating point operations have
> been added. [r293226](http://reviews.llvm.org/rL293226).
>
>
> ## Clang commits
>
> * A new TableGen-based generator for command line argument documentation
> was
> added. [r292968](http://reviews.llvm.org/rL292968).
>
> * Comment reflowing has been implemented for clang-format.
> [r293055...
2017 May 11
3
FENV_ACCESS and floating point LibFunc calls
...to be
> able to support the STDC FENV_ACCESS pragma, which basically allows users
> to modify rounding mode at runtime and depend on the value of
> floating-point status flags or to unmask floating point exceptions without
> unexpected side effects. I've committed an initial patch (r293226) that
> adds constrained intrinsics for the basic FP operations, and I have a patch
> up for review now (https://reviews.llvm.org/D32319) that adds constrained
> versions of a number of libm-like FP intrinsics.
>
> Current problem
> Now I'm trying to make sure I have a good so...