[llvm-branch-commits] [mlir] e4ec381 - [mlir] Fix Analysis/Presburger/Utils.cpp compilation with GCC 11

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Rainer Orth Date: 2022-08-05T01:15:24-07:00 New Revision: e4ec381f2cf538ff9ed5f3deef6280d5912ace77 URL: https://github.com/llvm/llvm-project/commit/e4ec381f2cf538ff9ed5f3deef6280d5912ace77 DIFF: https://github.com/llvm/llvm-project/commit/e4ec381f2cf538ff9ed5f3deef6280d5912ace77.diff L

[llvm-branch-commits] [clang] 3d39cec - [C++2b] [Modules] Handle HaveModules with C++2b

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Chuanqi Xu Date: 2022-08-05T01:15:10-07:00 New Revision: 3d39cecfe183790d67d81577492dbbff78bedc0a URL: https://github.com/llvm/llvm-project/commit/3d39cecfe183790d67d81577492dbbff78bedc0a DIFF: https://github.com/llvm/llvm-project/commit/3d39cecfe183790d67d81577492dbbff78bedc0a.diff LO

[llvm-branch-commits] [llvm] bf03788 - Revert "[X86][DAGISel] Don't widen shuffle element with AVX512"

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Florian Hahn Date: 2022-08-05T01:14:38-07:00 New Revision: bf03788dca951fc5e28a471ef6fdf210c1dd9e09 URL: https://github.com/llvm/llvm-project/commit/bf03788dca951fc5e28a471ef6fdf210c1dd9e09 DIFF: https://github.com/llvm/llvm-project/commit/bf03788dca951fc5e28a471ef6fdf210c1dd9e09.diff

[llvm-branch-commits] [lld] abf0175 - [LLD] [MachO] Fix GCC build warnings

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Martin Storsjö Date: 2022-08-05T01:13:43-07:00 New Revision: abf0175833e3692a1238982305014ed38921ae4b URL: https://github.com/llvm/llvm-project/commit/abf0175833e3692a1238982305014ed38921ae4b DIFF: https://github.com/llvm/llvm-project/commit/abf0175833e3692a1238982305014ed38921ae4b.diff

[llvm-branch-commits] [lldb] e7a776e - [lldb] Silence a GCC warning about missing returns after a fully covered switch. NFC.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Martin Storsjö Date: 2022-08-05T01:13:07-07:00 New Revision: e7a776ef4a4588ccd0f69dcbbf2b45f0e23c9f3f URL: https://github.com/llvm/llvm-project/commit/e7a776ef4a4588ccd0f69dcbbf2b45f0e23c9f3f DIFF: https://github.com/llvm/llvm-project/commit/e7a776ef4a4588ccd0f69dcbbf2b45f0e23c9f3f.diff

[llvm-branch-commits] [llvm] b5b4355 - [RISCV] Prevent infinite loop after D129980.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Craig Topper Date: 2022-08-05T01:12:26-07:00 New Revision: b5b435517a77d9e7c1b30b827b543d47e195adba URL: https://github.com/llvm/llvm-project/commit/b5b435517a77d9e7c1b30b827b543d47e195adba DIFF: https://github.com/llvm/llvm-project/commit/b5b435517a77d9e7c1b30b827b543d47e195adba.diff

[llvm-branch-commits] [llvm] 9841111 - [RISCV][NFC] Use defined variable instead some code.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: wanglian Date: 2022-08-05T01:12:26-07:00 New Revision: 9843094fe93e3124f2db9d7a99cf03b8bdb3 URL: https://github.com/llvm/llvm-project/commit/9843094fe93e3124f2db9d7a99cf03b8bdb3 DIFF: https://github.com/llvm/llvm-project/commit/9843094fe93e3124f2db9d7a99cf03b8bdb3.diff LOG:

[llvm-branch-commits] [libcxx] b8f8e45 - [libc++] Simplify how we define the linker script for libc++

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2022-08-05T01:04:08-07:00 New Revision: b8f8e4530c47754f0384c9a824ae9917a449436c URL: https://github.com/llvm/llvm-project/commit/b8f8e4530c47754f0384c9a824ae9917a449436c DIFF: https://github.com/llvm/llvm-project/commit/b8f8e4530c47754f0384c9a824ae9917a449436c.diff

[llvm-branch-commits] [libcxx] f408ea0 - [libc++] More documentation improvements about running tests

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2022-08-05T01:04:08-07:00 New Revision: f408ea0cea262a12e08cbedf2cd6825e5435044d URL: https://github.com/llvm/llvm-project/commit/f408ea0cea262a12e08cbedf2cd6825e5435044d DIFF: https://github.com/llvm/llvm-project/commit/f408ea0cea262a12e08cbedf2cd6825e5435044d.diff

[llvm-branch-commits] [libcxx] 24186f7 - [libc++][test] Replace `_LIBCPP_STD_VER` with `TEST_STD_VER`

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: cpplearner Date: 2022-08-05T01:04:08-07:00 New Revision: 24186f723b91c8d05a269c05579aad3753bc0153 URL: https://github.com/llvm/llvm-project/commit/24186f723b91c8d05a269c05579aad3753bc0153 DIFF: https://github.com/llvm/llvm-project/commit/24186f723b91c8d05a269c05579aad3753bc0153.diff LO

[llvm-branch-commits] [libcxx] 1ee16f1 - [libc++][ranges] Implement `ranges::{prev, next}_permutation`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-05T01:04:08-07:00 New Revision: 1ee16f1049e2f79f590d6982c6a23bb4cde44a89 URL: https://github.com/llvm/llvm-project/commit/1ee16f1049e2f79f590d6982c6a23bb4cde44a89 DIFF: https://github.com/llvm/llvm-project/commit/1ee16f1049e2f79f590d6982c6a23bb4cde44a89.dif

[llvm-branch-commits] [libcxx] 732cb12 - [libc++][ranges] Implement `ranges::sample`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-08-05T01:04:08-07:00 New Revision: 732cb12370d9944fbb50e8fa2db9b8f0786d1531 URL: https://github.com/llvm/llvm-project/commit/732cb12370d9944fbb50e8fa2db9b8f0786d1531 DIFF: https://github.com/llvm/llvm-project/commit/732cb12370d9944fbb50e8fa2db9b8f0786d1531

[llvm-branch-commits] [libcxx] 40c79a4 - [libc++][ranges] Implement `ranges::replace_copy{, _if}`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-05T01:04:08-07:00 New Revision: 40c79a4d5180273c9cc265adf715d225a9cc7d33 URL: https://github.com/llvm/llvm-project/commit/40c79a4d5180273c9cc265adf715d225a9cc7d33 DIFF: https://github.com/llvm/llvm-project/commit/40c79a4d5180273c9cc265adf715d225a9cc7d33.dif

[llvm-branch-commits] [libcxx] e38e97d - [libc++][ranges] Fix the return value of `{copy, move}_backward`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Konstantin Varlamov Date: 2022-08-05T01:04:08-07:00 New Revision: e38e97d804e64507fcc0a123038fceb4aab5590c URL: https://github.com/llvm/llvm-project/commit/e38e97d804e64507fcc0a123038fceb4aab5590c DIFF: https://github.com/llvm/llvm-project/commit/e38e97d804e64507fcc0a123038fceb4aab5590c

[llvm-branch-commits] [libcxx] 33a5980 - [libc++][ranges] Implement `ranges::remove_copy{, _if}`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Nikolas Klauser Date: 2022-08-05T01:04:08-07:00 New Revision: 33a5980f2f332e748c86c2a03757e078e967407b URL: https://github.com/llvm/llvm-project/commit/33a5980f2f332e748c86c2a03757e078e967407b DIFF: https://github.com/llvm/llvm-project/commit/33a5980f2f332e748c86c2a03757e078e967407b.dif

[llvm-branch-commits] [libcxx] b0eab15 - [libc++][test] Propagate host environment to libc++ test suite

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Michał Górny Date: 2022-08-05T01:04:08-07:00 New Revision: b0eab153405eaa29653f86ff13fa1832e0fbf991 URL: https://github.com/llvm/llvm-project/commit/b0eab153405eaa29653f86ff13fa1832e0fbf991 DIFF: https://github.com/llvm/llvm-project/commit/b0eab153405eaa29653f86ff13fa1832e0fbf991.diff

[llvm-branch-commits] [libcxx] 90351d0 - [libc++] Fix warning C4244 in std/numerics/rand/rand.dist/rand.dist.samp/rand.dist.samp.discrete/eval.pass.cpp

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Igor Zhukov Date: 2022-08-05T01:04:08-07:00 New Revision: 90351d02c98a8feaac5217bee7342afd0892b525 URL: https://github.com/llvm/llvm-project/commit/90351d02c98a8feaac5217bee7342afd0892b525 DIFF: https://github.com/llvm/llvm-project/commit/90351d02c98a8feaac5217bee7342afd0892b525.diff L

[llvm-branch-commits] [libcxx] e1f8795 - [libc++][NFC] Don't rely on `` transitively including `` in tests

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Igor Zhukov Date: 2022-08-05T01:04:08-07:00 New Revision: e1f8795f90215091c1c12c9b1568a52e510ca74a URL: https://github.com/llvm/llvm-project/commit/e1f8795f90215091c1c12c9b1568a52e510ca74a DIFF: https://github.com/llvm/llvm-project/commit/e1f8795f90215091c1c12c9b1568a52e510ca74a.diff L

[llvm-branch-commits] [libcxx] 62a6328 - [libc++] Update documentation on testing libc++

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Louis Dionne Date: 2022-08-05T01:04:08-07:00 New Revision: 62a63283c9954eed4a3ef4ba3865b4377b2bfd88 URL: https://github.com/llvm/llvm-project/commit/62a63283c9954eed4a3ef4ba3865b4377b2bfd88 DIFF: https://github.com/llvm/llvm-project/commit/62a63283c9954eed4a3ef4ba3865b4377b2bfd88.diff

[llvm-branch-commits] [libcxx] 8cc6109 - [libcxx][test] Test code should inspect `TEST_STD_VER`, not `_LIBCPP_STD_VER`.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Casey Carter Date: 2022-08-05T01:04:08-07:00 New Revision: 8cc61095c6b44b7dea0dee46acdb32ee1e4c7fd0 URL: https://github.com/llvm/llvm-project/commit/8cc61095c6b44b7dea0dee46acdb32ee1e4c7fd0 DIFF: https://github.com/llvm/llvm-project/commit/8cc61095c6b44b7dea0dee46acdb32ee1e4c7fd0.diff

[llvm-branch-commits] [libcxx] 544ac3d - [libc++][format] Enables feature-test macro.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Mark de Wever Date: 2022-08-05T01:04:08-07:00 New Revision: 544ac3d2cc4daf6a0e121f72021f413ef9802fa7 URL: https://github.com/llvm/llvm-project/commit/544ac3d2cc4daf6a0e121f72021f413ef9802fa7 DIFF: https://github.com/llvm/llvm-project/commit/544ac3d2cc4daf6a0e121f72021f413ef9802fa7.diff

[llvm-branch-commits] [libcxx] 78059c7 - [libc++][doc] Updates status documents.

2022-08-05 Thread Tom Stellard via llvm-branch-commits
Author: Mark de Wever Date: 2022-08-05T01:04:08-07:00 New Revision: 78059c7a19cd425651ec3c1b6ab3a5f0893b593f URL: https://github.com/llvm/llvm-project/commit/78059c7a19cd425651ec3c1b6ab3a5f0893b593f DIFF: https://github.com/llvm/llvm-project/commit/78059c7a19cd425651ec3c1b6ab3a5f0893b593f.diff