[llvm-branch-commits] [clang] 1accfde - [CodeGen][inlineasm] assume the flag output of inline asm is boolean value

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Yuanfang Chen Date: 2022-08-02T21:51:17-07:00 New Revision: 1accfde99a8aac9e7306290575f40c57e525f41b URL: https://github.com/llvm/llvm-project/commit/1accfde99a8aac9e7306290575f40c57e525f41b DIFF: https://github.com/llvm/llvm-project/commit/1accfde99a8aac9e7306290575f40c57e525f41b.diff

[llvm-branch-commits] [libcxx] 5095694 - [libc++][ranges][NFC] Fix a few links on the Ranges status page.

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-08-02T21:48:48-07:00 New Revision: 509569419abd7df44fcaab959d48b574045dc81e URL: https://github.com/llvm/llvm-project/commit/509569419abd7df44fcaab959d48b574045dc81e DIFF: https://github.com/llvm/llvm-project/commit/509569419abd7df44fcaab959d48b574045dc81e

[llvm-branch-commits] [libcxx] 2c766ef - [libc++][ranges] Implement `std::ranges::partial_sort_copy`.

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-08-02T21:48:48-07:00 New Revision: 2c766efc7d8c2706f4f6dc05e17c45f51f7acb1a URL: https://github.com/llvm/llvm-project/commit/2c766efc7d8c2706f4f6dc05e17c45f51f7acb1a DIFF: https://github.com/llvm/llvm-project/commit/2c766efc7d8c2706f4f6dc05e17c45f51f7acb1a

[llvm-branch-commits] [libcxx] 36fb543 - [libc++] Fix reverse_iterator::iterator_concept

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-02T21:48:48-07:00 New Revision: 36fb543094a5a39e099eae96ab8b213cd8288f1a URL: https://github.com/llvm/llvm-project/commit/36fb543094a5a39e099eae96ab8b213cd8288f1a DIFF: https://github.com/llvm/llvm-project/commit/36fb543094a5a39e099eae96ab8b213cd8288f1a.dif

[llvm-branch-commits] [libcxx] 62f1e66 - [libc++][ranges] implement `std::ranges::unique{_copy}`

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Hui Xie Date: 2022-08-02T21:48:48-07:00 New Revision: 62f1e6638158d8848777a29d9d142bb5481c7b67 URL: https://github.com/llvm/llvm-project/commit/62f1e6638158d8848777a29d9d142bb5481c7b67 DIFF: https://github.com/llvm/llvm-project/commit/62f1e6638158d8848777a29d9d142bb5481c7b67.diff LOG:

[llvm-branch-commits] [libcxx] 3a55353 - [libc++] Rename __libcpp_assertion_handler to __libcpp_verbose_abort

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2022-08-02T21:48:48-07:00 New Revision: 3a55353fc6f941394e6532b8ef5e59924e1ba899 URL: https://github.com/llvm/llvm-project/commit/3a55353fc6f941394e6532b8ef5e59924e1ba899 DIFF: https://github.com/llvm/llvm-project/commit/3a55353fc6f941394e6532b8ef5e59924e1ba899.diff

[llvm-branch-commits] [libcxx] 6ba660d - [libc++] Properly log crashes with the assertion handler on older Androids

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2022-08-02T21:48:48-07:00 New Revision: 6ba660d17410d02f5fa71d878ac49e2fdee4169f URL: https://github.com/llvm/llvm-project/commit/6ba660d17410d02f5fa71d878ac49e2fdee4169f DIFF: https://github.com/llvm/llvm-project/commit/6ba660d17410d02f5fa71d878ac49e2fdee4169f.diff

[llvm-branch-commits] [libcxx] c9905b8 - [libc++] Make `_IterOps::__iter_move` more similar to `std::ranges::iter_move`.

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-08-02T21:48:48-07:00 New Revision: c9905b8cb0139f410ce63081989a328559e11374 URL: https://github.com/llvm/llvm-project/commit/c9905b8cb0139f410ce63081989a328559e11374 DIFF: https://github.com/llvm/llvm-project/commit/c9905b8cb0139f410ce63081989a328559e11374

[llvm-branch-commits] [libcxx] e38b9de - [libc++][ranges] implement `std::ranges::inplace_merge`

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Hui Xie Date: 2022-08-02T21:48:48-07:00 New Revision: e38b9de601b36b26754854fda60b11817fd54b17 URL: https://github.com/llvm/llvm-project/commit/e38b9de601b36b26754854fda60b11817fd54b17 DIFF: https://github.com/llvm/llvm-project/commit/e38b9de601b36b26754854fda60b11817fd54b17.diff LOG:

[llvm-branch-commits] [libcxx] 9e126d6 - [libc++] Fix unwrapping ranges with different iterators and sentinels

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-02T21:48:48-07:00 New Revision: 9e126d6fd2628b187ee356e66694df686817e125 URL: https://github.com/llvm/llvm-project/commit/9e126d6fd2628b187ee356e66694df686817e125 DIFF: https://github.com/llvm/llvm-project/commit/9e126d6fd2628b187ee356e66694df686817e125.dif

[llvm-branch-commits] [libcxx] b55abcf - [libc++] Fix merge-conflict in .clang-format

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-02T21:48:48-07:00 New Revision: b55abcf777c97ab0fb056191ca6a6efdc9e329ce URL: https://github.com/llvm/llvm-project/commit/b55abcf777c97ab0fb056191ca6a6efdc9e329ce DIFF: https://github.com/llvm/llvm-project/commit/b55abcf777c97ab0fb056191ca6a6efdc9e329ce.dif

[llvm-branch-commits] [openmp] 96a26d9 - [openmp] [test] Fix prepending config.library_dir to LD_LIBRARY_PATH

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Michał Górny Date: 2022-08-02T21:29:50-07:00 New Revision: 96a26d96c7d468af4dde717827365e5eeb5e289d URL: https://github.com/llvm/llvm-project/commit/96a26d96c7d468af4dde717827365e5eeb5e289d DIFF: https://github.com/llvm/llvm-project/commit/96a26d96c7d468af4dde717827365e5eeb5e289d.diff

[llvm-branch-commits] [libcxx] 0601c8a - [libcxx] [test] Cover i386 & sparc64 in string.capacity test

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Michał Górny Date: 2022-08-02T21:28:57-07:00 New Revision: 0601c8a6d616176ce1ec1048d404d5c241b1b393 URL: https://github.com/llvm/llvm-project/commit/0601c8a6d616176ce1ec1048d404d5c241b1b393 DIFF: https://github.com/llvm/llvm-project/commit/0601c8a6d616176ce1ec1048d404d5c241b1b393.diff

[llvm-branch-commits] [llvm] 79b1ca8 - [DAG] matchRotateSub - ensure the (pre-extended) shift amount is wide enough for the amount mask (PR56859)

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Simon Pilgrim Date: 2022-08-02T21:16:58-07:00 New Revision: 79b1ca8ebdeb2bc8c20fceb53b95959526a0b716 URL: https://github.com/llvm/llvm-project/commit/79b1ca8ebdeb2bc8c20fceb53b95959526a0b716 DIFF: https://github.com/llvm/llvm-project/commit/79b1ca8ebdeb2bc8c20fceb53b95959526a0b716.diff

[llvm-branch-commits] [flang] 70a0964 - [Docs] Update the public build documentation

2022-08-02 Thread Peter Steinfeld via llvm-branch-commits
Author: Peter Steinfeld Date: 2022-08-02T19:13:01-07:00 New Revision: 70a09642b3eea08b60d496480d198cd06c770f39 URL: https://github.com/llvm/llvm-project/commit/70a09642b3eea08b60d496480d198cd06c770f39 DIFF: https://github.com/llvm/llvm-project/commit/70a09642b3eea08b60d496480d198cd06c770f39.dif

[llvm-branch-commits] [lld] 08c239e - [lld/mac] Add support for $ld$previous symbols with explicit symbol name

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Nico Weber Date: 2022-08-02T01:55:56-07:00 New Revision: 08c239e29fb4ebc4970fbb041a027f8fffcc1a21 URL: https://github.com/llvm/llvm-project/commit/08c239e29fb4ebc4970fbb041a027f8fffcc1a21 DIFF: https://github.com/llvm/llvm-project/commit/08c239e29fb4ebc4970fbb041a027f8fffcc1a21.diff LO

[llvm-branch-commits] [clang] b00211d - [clang][Driver] Handle SPARC -mcpu=native etc.

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2022-08-02T01:53:23-07:00 New Revision: b00211d9dc994139520bc83b4cbeb621ed9b9fec URL: https://github.com/llvm/llvm-project/commit/b00211d9dc994139520bc83b4cbeb621ed9b9fec DIFF: https://github.com/llvm/llvm-project/commit/b00211d9dc994139520bc83b4cbeb621ed9b9fec.diff L

[llvm-branch-commits] [clang] 0b96bce - [Driver] Use libatomic for 32-bit SPARC atomics support on Linux

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2022-08-02T01:53:12-07:00 New Revision: 0b96bce063b1cb0c118c94704b7ca778b687b239 URL: https://github.com/llvm/llvm-project/commit/0b96bce063b1cb0c118c94704b7ca778b687b239 DIFF: https://github.com/llvm/llvm-project/commit/0b96bce063b1cb0c118c94704b7ca778b687b239.diff L

[llvm-branch-commits] [llvm] 12e4e97 - [Support] Handle SPARC in sys::getHostCPUName

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2022-08-02T01:49:41-07:00 New Revision: 12e4e9777975858ea7f5f2a80157b0543c1f0c72 URL: https://github.com/llvm/llvm-project/commit/12e4e9777975858ea7f5f2a80157b0543c1f0c72 DIFF: https://github.com/llvm/llvm-project/commit/12e4e9777975858ea7f5f2a80157b0543c1f0c72.diff L

[llvm-branch-commits] [compiler-rt] 73d45fe - [compiler-rt][Sanitizer] Link sanitizer libs with -latomic on SPARC

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2022-08-02T01:47:41-07:00 New Revision: 73d45fea656b1c15c20dd96b386d6004638ae7f3 URL: https://github.com/llvm/llvm-project/commit/73d45fea656b1c15c20dd96b386d6004638ae7f3 DIFF: https://github.com/llvm/llvm-project/commit/73d45fea656b1c15c20dd96b386d6004638ae7f3.diff L

[llvm-branch-commits] [llvm] 3928c12 - [IntelJITEvents] Add missing include.

2022-08-02 Thread Tom Stellard via llvm-branch-commits
Author: Sunho Kim Date: 2022-08-02T01:03:26-07:00 New Revision: 3928c126568de5f45d46c68cff12dbc88a40a250 URL: https://github.com/llvm/llvm-project/commit/3928c126568de5f45d46c68cff12dbc88a40a250 DIFF: https://github.com/llvm/llvm-project/commit/3928c126568de5f45d46c68cff12dbc88a40a250.diff LOG