| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
llvm-svn: 361415
|
|
|
|
| |
llvm-svn: 360052
|
|
|
|
|
|
|
|
| |
The reversion apparently deleted the test/Transforms directory.
Will be re-reverting again.
llvm-svn: 358552
|
|
|
|
|
|
|
|
| |
As it's causing some bot failures (and per request from kbarton).
This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda.
llvm-svn: 358546
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reviewers: arsenm, spatel
Reviewed By: spatel
Subscribers: lebedev.ri, wdng, llvm-commits
Differential Revision: https://reviews.llvm.org/D53774
llvm-svn: 345751
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: As requested in D53774.
Reviewers: spatel
Reviewed By: spatel
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D53875
llvm-svn: 345616
|
|
|
|
| |
llvm-svn: 339396
|
|
|
|
| |
llvm-svn: 339144
|
|
|
|
| |
llvm-svn: 339141
|
|
|
|
| |
llvm-svn: 338719
|
|
|
|
| |
llvm-svn: 338652
|
|
|
|
|
|
|
|
|
|
|
| |
This is similar to what we do for integer min/max with 'not'
ops (rL321882).
This should fix:
https://bugs.llvm.org/show_bug.cgi?id=37404
https://bugs.llvm.org/show_bug.cgi?id=37405
llvm-svn: 332031
|
|
|
|
| |
llvm-svn: 332025
|
|
|
|
| |
llvm-svn: 331998
|
|
|
|
|
|
|
| |
This is a leftover from renaming the intrinsic.
It's surprising the unknown llvm. intrinsic wasn't rejected.
llvm-svn: 225304
|
|
These are named following the IEEE-754 names for these
functions, rather than the libm fmin / fmax to avoid
possible ambiguities. Some languages may implement something
resembling fmin / fmax which return NaN if either operand is
to propagate errors. These implement the IEEE-754 semantics
of returning the other operand if either is a NaN representing
missing data.
llvm-svn: 220341
|