Re: [libgomp, WIP, GSoC'19] Modification to a single queue, single execution path.

2019-07-24 Thread 김규래
Hi Jakub, thanks for your detailed comments. > Can you please try to tweak your mailer settings? In the text version of > the patch the mailer ate tab characters, so the patch can't apply, and in > the html version which we generally don't want to see on the mailing list, > one has to open it i

[libgomp, WIP, GSoC'19] Modification to a single queue, single execution path.

2019-07-21 Thread 김규래
Finished unifying the three queues to team->task_queue. All the tests passed except some unsupported target tests. === libgomp Summary === # of expected passes 6749 # of expected failures 4 # of unsupported tests 349 I also tried to make taskwait_end, taskgroup_end, maybe_wait_for_dependenci

[PATCH] Update to clang-format script

2019-06-23 Thread 김규래
GNU style brace wrapping rules have been added to clang-format quite a while ago. http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Format/Format.h?revision=197138&view=markup This simple patch proposes to use the built-in rules instead of the custom brace rules. Ray Kim 2019-06-27 R