[Lldb-commits] [compiler-rt] [llvm] [libcxxabi] [clang-tools-extra] [clang] [libunwind] [libc] [flang] [lldb] [libcxx] [lld] [libc] Add more functions in CPP/bit.h (PR #73814)

2023-11-30 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet closed https://github.com/llvm/llvm-project/pull/73814 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [compiler-rt] [llvm] [libcxxabi] [clang-tools-extra] [clang] [libunwind] [libc] [flang] [lldb] [libcxx] [lld] [libc] Add more functions in CPP/bit.h (PR #73814)

2023-11-30 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet updated https://github.com/llvm/llvm-project/pull/73814 >From bdd0a0855c0dd98c93977db6982e480ab270b3cd Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 29 Nov 2023 16:29:12 + Subject: [PATCH 1/8] [libc] Add more functions in CPP/bit.h --- libc/src/

[Lldb-commits] [flang] [lldb] [libc] [clang] [clang-tools-extra] [libcxxabi] [llvm] [compiler-rt] [libcxx] [libunwind] [lld] [libc] Add more functions in CPP/bit.h (PR #73814)

2023-11-30 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet updated https://github.com/llvm/llvm-project/pull/73814 >From bdd0a0855c0dd98c93977db6982e480ab270b3cd Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Wed, 29 Nov 2023 16:29:12 + Subject: [PATCH 1/7] [libc] Add more functions in CPP/bit.h --- libc/src/

[Lldb-commits] [lldb] [reland][libc][cmake] Tidy compiler includes (#66783) (PR #66878)

2023-09-20 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet closed https://github.com/llvm/llvm-project/pull/66878 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [reland][libc][cmake] Tidy compiler includes (#66783) (PR #66878)

2023-09-20 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet created https://github.com/llvm/llvm-project/pull/66878 This is a reland of #66783 a35a3b75b219247eb9ff6784d1a0fe562f72d415 fixing the benchmark breakage. >From b3150085acea981ca9ed55c161ee9afeccfead20 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Tue,

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-15 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet closed https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-15 Thread Guillaume Chatelet via lldb-commits
gchatelet wrote: Thx for the thorough review @legrosbuffle, I really appreciate it. https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet resolved https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet resolved https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet edited https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
@@ -0,0 +1,59 @@ +//===-- invoke type_traits --*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet review_requested https://github.com/llvm/llvm-project/pull/65750 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
@@ -0,0 +1,26 @@ +//===-- invoke_result type_traits ---*- C++ -*-===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apa

[Lldb-commits] [lldb] [libc] Add invoke / invoke_result type traits (PR #65750)

2023-09-14 Thread Guillaume Chatelet via lldb-commits
https://github.com/gchatelet updated https://github.com/llvm/llvm-project/pull/65750: >From 5023264dce58aaa46b18404a4578b7a777962758 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 8 Sep 2023 13:10:05 + Subject: [PATCH 1/4] [libc] add invoke / invoke_result type traits --- li

[Lldb-commits] [lldb] bafa145 - [lldb][NFC] Remove dependency on DataLayout::getPrefTypeAlignment

2023-01-13 Thread Guillaume Chatelet via lldb-commits
Author: Guillaume Chatelet Date: 2023-01-13T15:04:06Z New Revision: bafa145c0eb63ac0c7b662bd646aa2c73cbc07b7 URL: https://github.com/llvm/llvm-project/commit/bafa145c0eb63ac0c7b662bd646aa2c73cbc07b7 DIFF: https://github.com/llvm/llvm-project/commit/bafa145c0eb63ac0c7b662bd646aa2c73cbc07b7.diff