THE BUILDBOT BB.PGR.JP IS WATCHING YOU!11!1
User Details
- User Since
- Jul 11 2012, 6:50 PM (520 w, 6 d)
Sat, Jul 2
Fri, Jul 1
Fri, Jun 17
Wed, Jun 15
I think this is a trivial fix and you may commit w/o review.
Mon, Jun 6
An interesting improvement. Thanks.
May 27 2022
- Fixup
May 26 2022
May 25 2022
May 23 2022
This brings unstable behavior.
May 22 2022
May 21 2022
I will rebase this after D126135 will be applied.
May 20 2022
May 18 2022
At the moment, I have committed llvmorg-15-init-10782-g6ca7eb2c6d7d
May 15 2022
May 10 2022
This causes miscompilation in llvm::lowertypetests::BitSetBuilder::build() in llvm/lib/Transforms/IPO/LowerTypeTests.cpp.
LLVM-Unit::IPOTests catches this.
BSI.AlignLog2 is masked by "and #0x1F".
Apr 30 2022
Apr 29 2022
Jul 4 2021
@phosek Please let me know how to reproduce your issue. I haven't reproduced yet.
Jun 11 2021
@hvdijk Thanks!
May 7 2021
Please remind to feed it into release/12.x, thanks!
May 6 2021
Okay, it's fair.
(May I wait for 3rd opinion?)
May 1 2021
It might causes assertion failure when a name in enum is long.
Reproducible with clang-scan-deps -help
Mar 24 2019
@v.g.vassilev, I couldn't explain what it caused. Fell free to recommit.
Nov 21 2018
I think such a fixup may be "obvious". Go ahead!
Aug 9 2018
I guess, the llvm tree could be built in-tree.
Jul 23 2018
I expect LLVM_EXTERNAL_*_SOURCE_DIR will work if LLVM_ENABLE_PROJECT doesn't include one.
Nov 21 2017
Nov 15 2017
Nov 14 2017
Nov 10 2017
Nov 7 2017
Seems it broke selfhosting. http://lab.llvm.org:8011/builders/clang-x86_64-linux-selfhost-modules-2/builds/13335
Nov 6 2017
Nov 3 2017
Nov 2 2017
Nov 1 2017
Oct 31 2017
Oct 30 2017
The issue is that std::sort is insufficient with properlyDominates() as comparator.
So, I have to propose to get rid of std::sort there.
Oct 27 2017
I will apply this patch locally while the issue is here.
Oct 26 2017
Oct 21 2017
Oct 19 2017
I guess the constructor std::thread(F) fails, then its method, detach() crashes.
If we live with -fno-exceptions, I think we may rewrite Parallel.cpp w/o C++11 std::thread, but with pthreads, to catch failure in pthread_create.
Reproduced with RelWithDebInfo.
Crashing in pthread_detach.
Oct 18 2017
For example; http://bb9.pgr.jp/#/builders/20/builds/144
@krasimir, I concluded it is trivial and committed it with the URL to close this.
Feel free to revert if you had any matters.
Oct 17 2017
@davide, This is why I didn't silently commit such a trivial change. I am happy if it could be reproduced easily.
Oct 16 2017
Oct 14 2017
Excuse me, I have reverted it in rL315806. check-libcxx dislikes it.