[llvm-branch-commits] [libc] bfbbb62 - [libc][NFC] Use ASSERT_EQ instead of EXPECT_EQ in fenv/exception_status_test

2021-01-18 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-18T21:38:11-08:00 New Revision: bfbbb62b22f8ba7cabd3b4dece4e72f62b2d972b URL: https://github.com/llvm/llvm-project/commit/bfbbb62b22f8ba7cabd3b4dece4e72f62b2d972b DIFF: https://github.com/llvm/llvm-project/commit/bfbbb62b22f8ba7cabd3b4dece4e72f62b2d972b.

[llvm-branch-commits] [libc] 0c8466c - [libc][NFC] Use more specific comparison macros in LdExpTest.h.

2021-01-12 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-12T16:13:10-08:00 New Revision: 0c8466c0015eb8e4061b177e125e588b2138cc8a URL: https://github.com/llvm/llvm-project/commit/0c8466c0015eb8e4061b177e125e588b2138cc8a DIFF: https://github.com/llvm/llvm-project/commit/0c8466c0015eb8e4061b177e125e588b2138cc8a.

[llvm-branch-commits] [libc] aefeb5f - [libc][NFC] Make __support/common.h an in tree header.

2021-01-11 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-11T13:10:56-08:00 New Revision: aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a URL: https://github.com/llvm/llvm-project/commit/aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a DIFF: https://github.com/llvm/llvm-project/commit/aefeb5f136e7b72b251ce2881cb39a1fe8f0d76a.

[llvm-branch-commits] [libc] f9e858f - [libc] Use a wrapper for rand instead of calling std::rand in fma tests.

2021-01-06 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-06T15:07:44-08:00 New Revision: f9e858f5fd74d0a1b127bf8979dc36bcad8b06d2 URL: https://github.com/llvm/llvm-project/commit/f9e858f5fd74d0a1b127bf8979dc36bcad8b06d2 DIFF: https://github.com/llvm/llvm-project/commit/f9e858f5fd74d0a1b127bf8979dc36bcad8b06d2.

[llvm-branch-commits] [libc] 7f7b0dc - [libc] Add implementations of nextafter[f|l] functions.

2021-01-05 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-05T22:32:39-08:00 New Revision: 7f7b0dc4e15fac5f91f8f6dcc7f91c9025f41ae0 URL: https://github.com/llvm/llvm-project/commit/7f7b0dc4e15fac5f91f8f6dcc7f91c9025f41ae0 DIFF: https://github.com/llvm/llvm-project/commit/7f7b0dc4e15fac5f91f8f6dcc7f91c9025f41ae0.

[llvm-branch-commits] [libc] 993d8ac - [libc] Add implementations of nearbyint[f|l].

2021-01-05 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2021-01-05T21:51:10-08:00 New Revision: 993d8ac5cb935b78fb136c25a7e4bae18852f429 URL: https://github.com/llvm/llvm-project/commit/993d8ac5cb935b78fb136c25a7e4bae18852f429 DIFF: https://github.com/llvm/llvm-project/commit/993d8ac5cb935b78fb136c25a7e4bae18852f429.

[llvm-branch-commits] [libc] cc07d52 - [libc][NFC] Use ASSERT_FP_EQ to compare nan values in tests.

2020-12-30 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-30T13:06:40-08:00 New Revision: cc07d5251144e12cc089748ec66af0423ba57ad1 URL: https://github.com/llvm/llvm-project/commit/cc07d5251144e12cc089748ec66af0423ba57ad1 DIFF: https://github.com/llvm/llvm-project/commit/cc07d5251144e12cc089748ec66af0423ba57ad1.

[llvm-branch-commits] [libc] ff6fd38 - [libc] Add implementations of rounding functions which depend rounding mode.

2020-12-29 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-29T22:22:02-08:00 New Revision: ff6fd3855244bc90094e7de3f07853a5971cf8ef URL: https://github.com/llvm/llvm-project/commit/ff6fd3855244bc90094e7de3f07853a5971cf8ef DIFF: https://github.com/llvm/llvm-project/commit/ff6fd3855244bc90094e7de3f07853a5971cf8ef.

[llvm-branch-commits] [libc] 2d9ae1d - [libc][NFC] Use `#include ` in utils/FPUtil/ManipulationFunctions.h.

2020-12-18 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-18T00:05:02-08:00 New Revision: 2d9ae1d217890639518252ee1f39c9cc759749ef URL: https://github.com/llvm/llvm-project/commit/2d9ae1d217890639518252ee1f39c9cc759749ef DIFF: https://github.com/llvm/llvm-project/commit/2d9ae1d217890639518252ee1f39c9cc759749ef.

[llvm-branch-commits] [libc] d599ed4 - [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.

2020-12-17 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-17T23:16:26-08:00 New Revision: d599ed49b355f1481bf8b22774e1a902352c9766 URL: https://github.com/llvm/llvm-project/commit/d599ed49b355f1481bf8b22774e1a902352c9766 DIFF: https://github.com/llvm/llvm-project/commit/d599ed49b355f1481bf8b22774e1a902352c9766.

[llvm-branch-commits] [libc] e1a5b23 - [libc][Obvious] Fix typo is wrappergen unittest.

2020-12-17 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-17T09:13:23-08:00 New Revision: e1a5b234ef94adb87fdf01371a672053c0d814a7 URL: https://github.com/llvm/llvm-project/commit/e1a5b234ef94adb87fdf01371a672053c0d814a7 DIFF: https://github.com/llvm/llvm-project/commit/e1a5b234ef94adb87fdf01371a672053c0d814a7.

[llvm-branch-commits] [libc] bf03eba - [libc] Refactor WrapperGen to make the flow cleaner.

2020-12-17 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-17T08:56:45-08:00 New Revision: bf03eba1f99b8408e6f8961256ffb3409df7f995 URL: https://github.com/llvm/llvm-project/commit/bf03eba1f99b8408e6f8961256ffb3409df7f995 DIFF: https://github.com/llvm/llvm-project/commit/bf03eba1f99b8408e6f8961256ffb3409df7f995.

[llvm-branch-commits] [libc] 0524da6 - [libc][NFC] Use ASSERT_FP_EQ to comapre NaN values in tests.

2020-12-15 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-15T23:48:54-08:00 New Revision: 0524da67b448dcce6569fae0f54c10f208c2dc56 URL: https://github.com/llvm/llvm-project/commit/0524da67b448dcce6569fae0f54c10f208c2dc56 DIFF: https://github.com/llvm/llvm-project/commit/0524da67b448dcce6569fae0f54c10f208c2dc56.

[llvm-branch-commits] [libc] f66cf13 - [libc][NFC] Rename global `nan` in tests to `aNaN`.

2020-12-15 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-15T22:37:02-08:00 New Revision: f66cf13d5d0bc4099d452088c03fd6705aae2bc7 URL: https://github.com/llvm/llvm-project/commit/f66cf13d5d0bc4099d452088c03fd6705aae2bc7 DIFF: https://github.com/llvm/llvm-project/commit/f66cf13d5d0bc4099d452088c03fd6705aae2bc7.

[llvm-branch-commits] [libc] cee1e7d - [libc][NFC][Obvious] Remove few unnecessary #include directives in tests.

2020-12-15 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-15T21:41:44-08:00 New Revision: cee1e7d14f4628d6174b33640d502bff3b54ae45 URL: https://github.com/llvm/llvm-project/commit/cee1e7d14f4628d6174b33640d502bff3b54ae45 DIFF: https://github.com/llvm/llvm-project/commit/cee1e7d14f4628d6174b33640d502bff3b54ae45.

[llvm-branch-commits] [libc] b266c81 - [libc][Obvious] Mark functions in DummyFEnv.h as static inline.

2020-12-14 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-14T17:12:54-08:00 New Revision: b266c818e7cb30464a7bb9e5f8241375ac1722b1 URL: https://github.com/llvm/llvm-project/commit/b266c818e7cb30464a7bb9e5f8241375ac1722b1 DIFF: https://github.com/llvm/llvm-project/commit/b266c818e7cb30464a7bb9e5f8241375ac1722b1.

[llvm-branch-commits] [libc] 9ad2091 - [libc][Obvious] Include from DummyFenv.h.

2020-12-14 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-14T08:51:54-08:00 New Revision: 9ad2091e78eb47e6707abbc7c83e208ea1150589 URL: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589 DIFF: https://github.com/llvm/llvm-project/commit/9ad2091e78eb47e6707abbc7c83e208ea1150589.

[llvm-branch-commits] [libc] 9ab6c1a - [libc] Let wrappergen pick LLVM libc mangled name from aliasee file.

2020-12-11 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-11T14:33:03-08:00 New Revision: 9ab6c1a99f82fa13017ddccc606eecfe24e92043 URL: https://github.com/llvm/llvm-project/commit/9ab6c1a99f82fa13017ddccc606eecfe24e92043 DIFF: https://github.com/llvm/llvm-project/commit/9ab6c1a99f82fa13017ddccc606eecfe24e92043.

[llvm-branch-commits] [libc] 7aeb380 - [libc] Add implementations of lround[f|l] and llround[f|l].

2020-12-11 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-11T11:12:40-08:00 New Revision: 7aeb3804c46cc6c8f291415ca09ae34021301eb8 URL: https://github.com/llvm/llvm-project/commit/7aeb3804c46cc6c8f291415ca09ae34021301eb8 DIFF: https://github.com/llvm/llvm-project/commit/7aeb3804c46cc6c8f291415ca09ae34021301eb8.

[llvm-branch-commits] [libc] ab3cbe4 - [libc] Raise x87 exceptions by synchronizing with "fwait".

2020-12-08 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-08T13:16:19-08:00 New Revision: ab3cbe4bc0d952ca58a3e2263629591ef898de3f URL: https://github.com/llvm/llvm-project/commit/ab3cbe4bc0d952ca58a3e2263629591ef898de3f DIFF: https://github.com/llvm/llvm-project/commit/ab3cbe4bc0d952ca58a3e2263629591ef898de3f.

[llvm-branch-commits] [libc] 3a37512 - [libc][NFC] Remove dependence on xmmintrin.h to read/write MXCSR.

2020-12-03 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-03T13:49:17-08:00 New Revision: 3a375125b01cbb84e90d688f19b0168e2c07862d URL: https://github.com/llvm/llvm-project/commit/3a375125b01cbb84e90d688f19b0168e2c07862d DIFF: https://github.com/llvm/llvm-project/commit/3a375125b01cbb84e90d688f19b0168e2c07862d.

[llvm-branch-commits] [libc] 4fff2a7 - [libc] Add simple x86_64 floating point exception and rounding mode support.

2020-12-03 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-03T12:55:12-08:00 New Revision: 4fff2a7e8964574b05c77d76a8d63d1f3593a258 URL: https://github.com/llvm/llvm-project/commit/4fff2a7e8964574b05c77d76a8d63d1f3593a258 DIFF: https://github.com/llvm/llvm-project/commit/4fff2a7e8964574b05c77d76a8d63d1f3593a258.

[llvm-branch-commits] [libc] 19c3894 - [libc] Fix couple of corner cases in remquo.

2020-12-02 Thread Siva Chandra Reddy via llvm-branch-commits
Author: Siva Chandra Reddy Date: 2020-12-02T11:48:49-08:00 New Revision: 19c3894f9436ef68f33f80ee1fd589166267b5a1 URL: https://github.com/llvm/llvm-project/commit/19c3894f9436ef68f33f80ee1fd589166267b5a1 DIFF: https://github.com/llvm/llvm-project/commit/19c3894f9436ef68f33f80ee1fd589166267b5a1.