Author: Hans Wennborg
Date: 2023-11-07T15:52:19+01:00
New Revision: 066eea75d38957353824b46474413ef2632d01a7
URL:
https://github.com/llvm/llvm-project/commit/066eea75d38957353824b46474413ef2632d01a7
DIFF:
https://github.com/llvm/llvm-project/commit/066eea75d38957353824b46474413ef2632d01a7.diff
Author: Hans Wennborg
Date: 2020-08-05T12:31:44+02:00
New Revision: 3ab01550b632dad46f9595d74855749557ffd25c
URL:
https://github.com/llvm/llvm-project/commit/3ab01550b632dad46f9595d74855749557ffd25c
DIFF:
https://github.com/llvm/llvm-project/commit/3ab01550b632dad46f9595d74855749557ffd25c.diff
Author: Hans Wennborg
Date: 2020-07-22T20:23:58+02:00
New Revision: 3eec65782575a1284391e447142fd004dd5de4a9
URL:
https://github.com/llvm/llvm-project/commit/3eec65782575a1284391e447142fd004dd5de4a9
DIFF:
https://github.com/llvm/llvm-project/commit/3eec65782575a1284391e447142fd004dd5de4a9.diff
Author: Hans Wennborg
Date: 2020-05-18T11:26:30+02:00
New Revision: 525a591f0f48b9d54018bf5245f2abee09c9c1c8
URL:
https://github.com/llvm/llvm-project/commit/525a591f0f48b9d54018bf5245f2abee09c9c1c8
DIFF:
https://github.com/llvm/llvm-project/commit/525a591f0f48b9d54018bf5245f2abee09c9c1c8.diff
Author: Hans Wennborg
Date: 2020-03-03T11:03:09+01:00
New Revision: 916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e
URL:
https://github.com/llvm/llvm-project/commit/916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e
DIFF:
https://github.com/llvm/llvm-project/commit/916be8fd6a0a0feea4cefcbeb0c22c65848d7a2e.diff
Should https://llvm.org/docs/GettingStarted.html#requirements and
https://llvm.org/docs/CMake.html#quick-start be updated to reflect the
new requirement? And maybe a release note?
On Sun, Dec 22, 2019 at 2:01 PM Saleem Abdulrasool via lldb-commits
wrote:
>
>
> Author: Saleem Abdulrasool
> Date: 2
Cherry-picked that in 54b022d344412fc9f1dfe37ee05de934a01e1ea4
Thanks!
On Tue, Jan 28, 2020 at 1:12 AM Raphael Isemann wrote:
>
> Quick follow up: apparently Pavel fixed some nondeterminism in the testing
> code that had made the test fail on some systems. Could you also cherry-pick
> 77cedb0c
Sure, b5cf892651812003e64c4a8f0dbf81f74a499016
On Mon, Jan 27, 2020 at 12:18 AM Raphael Isemann wrote:
>
> This commit fixes a *very* frequent crash when debugging Clang with LLDB 10.
> Could we get that cherry-picked into the 10.x branch?
>
> I’ve been running the patch since more than a week a
Author: hans
Date: Wed Oct 9 02:06:30 2019
New Revision: 374148
URL: http://llvm.org/viewvc/llvm-project?rev=374148&view=rev
Log:
Unify the two CRC implementations
David added the JamCRC implementation in r246590. More recently, Eugene
added a CRC-32 implementation in r357901, which falls back t
This seems to have broken the build:
http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/9182
I've reverted in r372847.
On Wed, Sep 25, 2019 at 12:53 AM Saleem Abdulrasool via lldb-commits
wrote:
>
> Author: compnerd
> Date: Tue Sep 24 15:55:44 2019
> New Revision: 372788
>
> URL: ht
Author: hans
Date: Wed Sep 25 04:55:16 2019
New Revision: 372847
URL: http://llvm.org/viewvc/llvm-project?rev=372847&view=rev
Log:
Revert r372788 "Host: use the platform identifiers from LLVM (NFC)"
> Use symbolic constants for the platform identifiers rather than replicating
> them
> locally.
Merged to release_90 in r367534.
On Tue, Jul 30, 2019 at 2:53 PM Hans Wennborg wrote:
>
> Hi Raphael,
>
> Since this just landed, let's have it bake in trunk a little bit, and
> then I'll merge it.
>
> Thanks,
> Hans
>
> On Tue, Jul 30, 2019 at 2:36 PM Raphael “Teemperor” Isemann
> wrote:
> >
>
Merged to release_90 in r367523.
On Wed, Jul 31, 2019 at 1:59 PM Tatyana Krasnukha via lldb-commits
wrote:
>
> Author: tkrasnukha
> Date: Wed Jul 31 05:00:30 2019
> New Revision: 367414
>
> URL: http://llvm.org/viewvc/llvm-project?rev=367414&view=rev
> Log:
> [ProcessWindows] Choose a register co
Hi Raphael,
Since this just landed, let's have it bake in trunk a little bit, and
then I'll merge it.
Thanks,
Hans
On Tue, Jul 30, 2019 at 2:36 PM Raphael “Teemperor” Isemann
wrote:
>
> Hi Hans,
>
> Can you cherry-pick this to the 9.0 release? The issue is really easy to hit
> when using LLDB
Merged to release_90 in r367128.
On Wed, Jul 24, 2019 at 11:37 PM Pavel Labath via lldb-commits
wrote:
>
> Author: labath
> Date: Wed Jul 24 23:38:33 2019
> New Revision: 366985
>
> URL: http://llvm.org/viewvc/llvm-project?rev=366985&view=rev
> Log:
> LLGS: fix tracking execve on linux
>
> Summar
Okay, merged in r366553.
On Thu, Jul 18, 2019 at 3:38 PM Stefan Gränitz
wrote:
>
> Hello Hans
>
> This commit would be very good to have on release/9.x. It simplifies a lot of
> code in the code-sign and testing logic for LLDB on Darwin. This would be
> useful for people who build their own LL
Author: hans
Date: Mon May 6 02:51:10 2019
New Revision: 360024
URL: http://llvm.org/viewvc/llvm-project?rev=360024&view=rev
Log:
Revert r359949 "[clang] adding explicit(bool) from c++2a"
This caused Clang to start erroring on the following:
struct S {
template explicit S();
};
stru
Merged to release_80 in r354255.
On Fri, Feb 15, 2019 at 1:12 PM Michal Gorny via lldb-commits
wrote:
>
> Author: mgorny
> Date: Fri Feb 15 04:13:02 2019
> New Revision: 354122
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354122&view=rev
> Log:
> [lldb] [MainLoop] Add kevent() EINTR handling
Merged to release_80 in r354254.
On Thu, Feb 14, 2019 at 2:51 PM Michal Gorny via lldb-commits
wrote:
>
> Author: mgorny
> Date: Thu Feb 14 05:52:31 2019
> New Revision: 354029
>
> URL: http://llvm.org/viewvc/llvm-project?rev=354029&view=rev
> Log:
> [lldb] [MainLoop] Report errno for failed keve
Merged to release_80 in r354253.
On Sun, Feb 10, 2019 at 4:23 PM Raphael Isemann via lldb-commits
wrote:
>
> Author: teemperor
> Date: Sun Feb 10 07:23:58 2019
> New Revision: 353642
>
> URL: http://llvm.org/viewvc/llvm-project?rev=353642&view=rev
> Log:
> lldb: Fix compilation on OpenBSD
>
> Sum
Merged to 8.0 in r352134. Please let me know if there are any follow-ups.
Thanks,
Hans
On Thu, Jan 24, 2019 at 2:20 PM Michal Gorny via lldb-commits
wrote:
>
> Author: mgorny
> Date: Thu Jan 24 14:20:47 2019
> New Revision: 352116
>
> URL: http://llvm.org/viewvc/llvm-project?rev=352116&view=rev
Merged to the 8 branch in r351342.
On Wed, Jan 16, 2019 at 1:23 PM Pavel Labath via lldb-commits
wrote:
>
> Author: labath
> Date: Wed Jan 16 04:19:22 2019
> New Revision: 351327
>
> URL: http://llvm.org/viewvc/llvm-project?rev=351327&view=rev
> Log:
> Revert "Simplify Value::GetValueByteSize()"
Author: hans
Date: Wed Nov 28 06:30:18 2018
New Revision: 347758
URL: http://llvm.org/viewvc/llvm-project?rev=347758&view=rev
Log:
Revert r347673 "Catch up with EvaluateAsInt() clang API change."
r347417 was re-committed in Clang.
Modified:
lldb/trunk/source/Symbol/ClangASTContext.cpp
Modif
Merged to 7.0 in r339657.
On Tue, Aug 7, 2018 at 12:37 AM, Stella Stamenova via lldb-commits
wrote:
> Author: stella.stamenova
> Date: Mon Aug 6 15:37:53 2018
> New Revision: 339076
>
> URL: http://llvm.org/viewvc/llvm-project?rev=339076&view=rev
> Log:
> [lit, python] Always add quotes around t
Merged to 7.0 in r339107.
On Sat, Aug 4, 2018 at 4:15 AM, Leonard Mosescu via lldb-commits
wrote:
> Author: lemo
> Date: Fri Aug 3 19:15:26 2018
> New Revision: 338949
>
> URL: http://llvm.org/viewvc/llvm-project?rev=338949&view=rev
> Log:
> Fix a bug in VMRange
>
> I noticed a suspicious failur
Merged to 6.0 in r324327.
On Mon, Feb 5, 2018 at 2:16 PM, Kamil Rytarowski via lldb-commits
wrote:
> Author: kamil
> Date: Mon Feb 5 05:16:22 2018
> New Revision: 324234
>
> URL: http://llvm.org/viewvc/llvm-project?rev=324234&view=rev
> Log:
> Fix a crash in *NetBSD::Factory::Launch
>
> Summary:
Merged to 6.0 in r324326.
On Mon, Feb 5, 2018 at 6:12 PM, Kamil Rytarowski via lldb-commits
wrote:
> Author: kamil
> Date: Mon Feb 5 09:12:23 2018
> New Revision: 324251
>
> URL: http://llvm.org/viewvc/llvm-project?rev=324251&view=rev
> Log:
> Sync PlatformNetBSD.cpp with Linux
>
> Summary:
> Va
Merged to 6.0 in r322833.
On Tue, Jan 9, 2018 at 3:44 PM, Michal Gorny via lldb-commits
wrote:
> Author: mgorny
> Date: Tue Jan 9 06:44:04 2018
> New Revision: 322081
>
> URL: http://llvm.org/viewvc/llvm-project?rev=322081&view=rev
> Log:
> [test] Fix tests to use more portable LLVM_ENABLE_ZLIB
Merged to 6.0 in r322832.
On Sat, Jan 6, 2018 at 11:20 AM, Michal Gorny via lldb-commits
wrote:
> Author: mgorny
> Date: Sat Jan 6 02:20:25 2018
> New Revision: 321932
>
> URL: http://llvm.org/viewvc/llvm-project?rev=321932&view=rev
> Log:
> [test] Use full PATH lookup for tools
>
> Use full PAT
Merged to 5.0 in r312016.
On Tue, Aug 29, 2017 at 9:13 AM, Chris Bieneman via lldb-commits
wrote:
> Author: cbieneman
> Date: Tue Aug 29 09:13:41 2017
> New Revision: 312008
>
> URL: http://llvm.org/viewvc/llvm-project?rev=312008&view=rev
> Log:
> [IPv6] Fix a bug in the IPv6 listen behavior
>
>
Merged in r311585. Thanks!
On Wed, Aug 23, 2017 at 11:02 AM, Greg Clayton wrote:
> Fine with me.
>
> On Aug 23, 2017, at 10:47 AM, Saleem Abdulrasool
> wrote:
>
> This would be nice to merge to 5.0 IMO. It fixes reading the x87 FPU state.
> What do you think Greg?
>
> On Wed, Aug 23, 2017 at 10
Sorry for the noise, I must have gotten the numbers wrong somehow.
On Fri, Feb 3, 2017 at 1:59 PM, Geoff Berry wrote:
> Hans,
>
> Sorry for the confusion, but this isn't the change I was referring to. I
> included the phabricator review numbers in my original message, not svn
> commit numbers.
>
Geoff asked for this to be merged to 4.0. It looks like a nice change,
but I'm a little hesitant since it doesn't look like it's fixing a
regression. Pavel, what do you think?
On Fri, Feb 3, 2017 at 9:42 AM, Pavel Labath via lldb-commits
wrote:
> Author: labath
> Date: Fri Feb 3 11:42:04 2017
>
Greg: ping?
On Mon, Aug 8, 2016 at 1:38 PM, Hans Wennborg wrote:
> Greg: ping?
>
> On Wed, Aug 3, 2016 at 9:06 AM, Hans Wennborg wrote:
>> For LLDB, I think it's up to Greg to decide.
>>
>> On Tue, Aug 2, 2016 at 10:20 PM, Ilia K wrote:
>>> Hi Hans!
>>>
>>> The author of this commit asks me is
Greg: ping?
On Wed, Aug 3, 2016 at 9:06 AM, Hans Wennborg wrote:
> For LLDB, I think it's up to Greg to decide.
>
> On Tue, Aug 2, 2016 at 10:20 PM, Ilia K wrote:
>> Hi Hans!
>>
>> The author of this commit asks me is there a chance to include this changes
>> to 3.9 release? I'm not sure about o
Thanks! r278047.
On Mon, Aug 8, 2016 at 10:26 AM, Greg Clayton wrote:
> I am fine with this. It is in MIPS only code so it shouldn't affect anything
> else.
>
>> On Aug 2, 2016, at 8:49 AM, Hans Wennborg wrote:
>>
>> While this all seems very MIPS-specific, so probably fine to merge if
>> you w
Thanks! Merged in r278046.
On Mon, Aug 8, 2016 at 10:25 AM, Greg Clayton wrote:
> I am fine with this going in, but this fix is for MIPS only.
>
>
>> On Aug 2, 2016, at 8:47 AM, Hans Wennborg wrote:
>>
>> Looks like a pretty big change to merge at this stage.
>>
>> I'll let Clayton decide.
>>
>>
For LLDB, I think it's up to Greg to decide.
On Tue, Aug 2, 2016 at 10:20 PM, Ilia K wrote:
> Hi Hans!
>
> The author of this commit asks me is there a chance to include this changes
> to 3.9 release? I'm not sure about our policy when RC has already been
> tagged.
>
> On Fri, Jul 29, 2016 at 9:0
While this all seems very MIPS-specific, so probably fine to merge if
you want to, it does look more like new development than just bug
fixing.
I'm OK with merging this if Clayton approves, though.
Thanks,
Hans
On Tue, Aug 2, 2016 at 12:49 AM, Nitesh Jain wrote:
> Hi Hans,
>
> Could you please
Looks like a pretty big change to merge at this stage.
I'll let Clayton decide.
Thanks,
Hans
On Mon, Aug 1, 2016 at 11:25 PM, Nitesh Jain wrote:
> Hi Hans,
>
> Could you please add this to the LLDB 3.9 release branch ?
>
> Thanks & regards,
> Nitesh Jain
>
>
> -Original Message-
> From:
Did those tests pass for mipsr6 with 3.7?
On Tue, Feb 23, 2016 at 3:19 AM, Bhushan Attarde
wrote:
> Hi Hans,
>
> This change fixes expression related tests for MIPS release 6 architecture
> (mipsr6).
>
>
> Regards,
> Bhushan
>
> -Original Message-
> From: hwennb...@google.com [mailto:hwe
Hi Bhushan,
This looks more like new functionality than a regression fix from 3.7.
As such, I'd rather not merge it to 3.8 this late in the process.
Thanks,
Hans
On Sun, Feb 21, 2016 at 9:08 PM, Bhushan Attarde
wrote:
> Hi Hans,
>
> Could you please add this (r261206) to the release branch?
>
>
Merged in r260236.
Thanks,
Hans
On Tue, Feb 9, 2016 at 1:40 AM, Bhushan Attarde
wrote:
> Hi Hans,
>
> Could you please add this (r260072) to the release branch?
>
> Thanks,
> Bhushan
>
>
> -Original Message-
> From: lldb-commits [mailto:lldb-commits-boun...@lists.llvm.org] On Behalf Of
r259525.
On Mon, Feb 1, 2016 at 1:51 PM, Hans Wennborg wrote:
> Greg: ping?
>
> On Mon, Jan 25, 2016 at 11:40 AM, Hans Wennborg wrote:
>> SGTM if Greg approves.
>>
>> On Mon, Jan 25, 2016 at 2:03 AM, Bhushan Attarde
>> wrote:
>>> Could you please add this to the release branch?
>>>
>>> Thanks,
On Tue, Feb 2, 2016 at 8:52 AM, Hans Wennborg wrote:
> On Mon, Feb 1, 2016 at 9:34 AM, Hans Wennborg wrote:
>> On Mon, Feb 1, 2016 at 2:37 AM, Bhushan Attarde
>> wrote:
>>> Hi Hans,
>>>
>>> Could you please add this (r258919) to the release branch?
>>> Also commit r258967 (on top of this) by Zac
On Mon, Feb 1, 2016 at 9:34 AM, Hans Wennborg wrote:
> On Mon, Feb 1, 2016 at 2:37 AM, Bhushan Attarde
> wrote:
>> Hi Hans,
>>
>> Could you please add this (r258919) to the release branch?
>> Also commit r258967 (on top of this) by Zachary which fixes some python 3
>> incompatibilities.
>
> Sinc
Thanks! r259423.
On Mon, Feb 1, 2016 at 2:19 PM, Greg Clayton wrote:
> Sorry for the delay. This is fine.
>
> In general, feel free to accept any patches that are architecture specific
> for architectures that aren't x86 or ARM (MIPS, hexagon for example), and for
> any languages that aren't C/
Greg: ping?
On Mon, Jan 25, 2016 at 11:40 AM, Hans Wennborg wrote:
> SGTM if Greg approves.
>
> On Mon, Jan 25, 2016 at 2:03 AM, Bhushan Attarde
> wrote:
>> Could you please add this to the release branch?
>>
>> Thanks,
>> Bhushan
>>
>>
>> -Original Message-
>> From: lldb-commits [mailto
Greg: ping?
On Tue, Jan 26, 2016 at 11:10 AM, Hans Wennborg wrote:
> Greg: Ping?
>
> On Tue, Jan 19, 2016 at 1:12 PM, Hans Wennborg wrote:
>> Sure. Greg, are you the code owner for this, or is there a specific
>> owner for Go?
>>
>> Thanks,
>> Hans
>>
>> On Fri, Jan 15, 2016 at 11:43 AM, Ryan Br
On Mon, Feb 1, 2016 at 2:37 AM, Bhushan Attarde
wrote:
> Hi Hans,
>
> Could you please add this (r258919) to the release branch?
> Also commit r258967 (on top of this) by Zachary which fixes some python 3
> incompatibilities.
Since this touched more than just MIPS-specific files, I'd like Greg
t
r259241. Thanks.
On Fri, Jan 29, 2016 at 10:21 AM, Zachary Turner wrote:
> lgtm, as Pavel points out build_shared_libs is already broken anyway and
> this doesn't make it worse, while also not touching the non
> build_shared_libs path.
>
> On Fri, Jan 29, 2016 at 10:15 AM Hans Wennborg wrote:
>>
Sgtm. Zach's the owner here.
On Fri, Jan 29, 2016 at 6:47 AM, Pavel Labath wrote:
> Zachary, Hans,
>
> this is not super-important, as a BUILD_SHARED_LIBS build of lldb will
> still remain broken due to other issues, but I'd still like to get
> this into 3.8, as it will reduce the pain for anyone
hans added a comment.
I've committed the patch to 3.8 in r259081.
Please confirm if this fixes the issue there.
http://reviews.llvm.org/D16284
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
hans added a comment.
loladiro: Ping?
http://reviews.llvm.org/D16284
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
Merged in r258964, thanks. (I accidentally committed some local
changes too; reverted those in r258968.)
On Wed, Jan 27, 2016 at 10:06 AM, Zachary Turner wrote:
> Yea I think this is fine.
>
> On Wed, Jan 27, 2016 at 9:29 AM Hans Wennborg wrote:
>>
>> Zach is the lldb cmake owner. Zach, does thi
Zach is the lldb cmake owner. Zach, does this seem OK for 3.8?
On Wed, Jan 27, 2016 at 7:13 AM, Pavel Labath wrote:
> Hi,
>
> could we get this patch applied to the 3.8 branch?
>
> thanks,
> pl
>
>
> On 27 January 2016 at 11:02, Pavel Labath via lldb-commits
> wrote:
>> Author: labath
>> Date: W
Greg: Ping?
On Tue, Jan 19, 2016 at 1:12 PM, Hans Wennborg wrote:
> Sure. Greg, are you the code owner for this, or is there a specific
> owner for Go?
>
> Thanks,
> Hans
>
> On Fri, Jan 15, 2016 at 11:43 AM, Ryan Brown via lldb-commits
> wrote:
>> It would be nice if we could get this into 3.8
hans added a comment.
Did this ever get committed?
http://reviews.llvm.org/D16284
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
SGTM if Greg approves.
On Mon, Jan 25, 2016 at 2:03 AM, Bhushan Attarde
wrote:
> Could you please add this to the release branch?
>
> Thanks,
> Bhushan
>
>
> -Original Message-
> From: lldb-commits [mailto:lldb-commits-boun...@lists.llvm.org] On Behalf Of
> Bhushan D. Attarde via lldb-co
Sure. Greg, are you the code owner for this, or is there a specific
owner for Go?
Thanks,
Hans
On Fri, Jan 15, 2016 at 11:43 AM, Ryan Brown via lldb-commits
wrote:
> It would be nice if we could get this into 3.8 to get rid of these asserts.
>
> -- Ryan Brown
>
> On Fri, Jan 15, 2016 at 11:35 AM
hans added a comment.
In http://reviews.llvm.org/D16284#329161, @loladiro wrote:
> The Makefile system will be removed from trunk very soon, so it might not
> necessarily make sense there, but I think it would be good to get this
> applied to release-38. @clayborg @hans how would you like to ha
On Wed, Jan 13, 2016 at 2:40 PM, Hans Wennborg via lldb-commits
wrote:
> Author: hans
> Date: Wed Jan 13 16:40:24 2016
> New Revision: 257691
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257691&view=rev
> Log:
> Include IR/DerivedTypes.h instead of IR/Type.h to
On Wed, Jan 13, 2016 at 2:40 PM, Hans Wennborg via lldb-commits
wrote:
> Author: hans
> Date: Wed Jan 13 16:40:26 2016
> New Revision: 257692
>
> URL: http://llvm.org/viewvc/llvm-project?rev=257692&view=rev
> Log:
> Fix -Wformat-pedantic warning
Author: hans
Date: Wed Jan 13 16:40:26 2016
New Revision: 257692
URL: http://llvm.org/viewvc/llvm-project?rev=257692&view=rev
Log:
Fix -Wformat-pedantic warning
/work/llvm-3.8/llvm.src/tools/lldb/source/API/SBProcess.cpp:1003:73:
error: format specifies type 'void *' but the argument has type
'l
Author: hans
Date: Wed Jan 13 16:40:24 2016
New Revision: 257691
URL: http://llvm.org/viewvc/llvm-project?rev=257691&view=rev
Log:
Include IR/DerivedTypes.h instead of IR/Type.h to match LLVM change r256406.
This is similar to r256407 and fixes the following warning:
In file included from
/work
hans added a comment.
In http://reviews.llvm.org/D12275#231979, @sagar wrote:
> I have committed it to the trunk in revision 245927. You can now merge it to
> the release branch.
Thanks! Merged in r245947.
Repository:
rL LLVM
http://reviews.llvm.org/D12275
I'm not happy about this.
lldb builds fine on Linux for me. What's the build problem on mips? I
also don't see the relation between r245240 (which was also a large
patch) and this, but I haven't looked closely and am not familiar with
the code.
In general it would be nice if merge requests don't
Greg: ping?
On Fri, Aug 14, 2015 at 11:06 AM, Hans Wennborg wrote:
> Sure, if Greg approves.
>
> Thanks,
> Hans
>
> On Thu, Aug 13, 2015 at 11:25 PM, Bhushan Attarde
> wrote:
>> Hi Hans,
>>
>> Could you please merge this to the release branch?
>>
>> Thanks
>> Bhushan
>>
>>
>> -Original Messa
Thanks for catching that! Should be fixed in r245306.
On Tue, Aug 18, 2015 at 12:19 AM, wrote:
> Hi Hans,
>
> The file RegisterContext_mips64.h was replaced with RegisterContext_mips.h
> in master branch.
> In the release branch, the file RegisterContext_mips64.h still exists.
> Could you please
Merged to 3.7 in r245240. There was a conflicts because r245141 isn't
on the branch. Please check that I got it right:
http://llvm.org/viewvc/llvm-project?rev=245240&view=rev
Thanks,
Hans
On Mon, Aug 17, 2015 at 1:28 PM, Greg Clayton wrote:
> Ok to merge.
>> On Aug 17, 2015, at 1:26 PM, Hans Wen
+lldb-commits
On Mon, Aug 17, 2015 at 1:25 PM, Hans Wennborg wrote:
> I'm OK with it if Greg approves.
>
> - Hans
>
> On Mon, Aug 17, 2015 at 7:06 AM, wrote:
>> Hi Hans,
>>
>> Could you please merge r245216 in the release branch?
>>
>> Thanks,
>> Sagar
>>
>> -Original Message-
>> From:
I'm OK with it if Greg approves.
- Hans
On Mon, Aug 17, 2015 at 7:07 AM, wrote:
> Hi Hans,
>
> Could you please also merge r245217 in the release branch.
>
> Thanks,
> Sagar
>
> -Original Message-
> From: lldb-commits [mailto:lldb-commits-boun...@lists.llvm.org] On Behalf Of
> Sagar T
Sure, if Greg approves.
Thanks,
Hans
On Thu, Aug 13, 2015 at 11:25 PM, Bhushan Attarde
wrote:
> Hi Hans,
>
> Could you please merge this to the release branch?
>
> Thanks
> Bhushan
>
>
> -Original Message-
> From: lldb-commits [mailto:lldb-commits-boun...@lists.llvm.org] On Behalf Of
>
Merged in r244967.
Thanks,
Hans
On Thu, Aug 13, 2015 at 9:54 AM, Greg Clayton wrote:
> Fine to merge.
>
>> On Aug 13, 2015, at 9:33 AM, Hans Wennborg wrote:
>>
>> Greg: you're the owner here. OK for merging to 3.7?
>>
>> On Wed, Aug 12, 2015 at 10:22 PM, Jaydeep Patil
>> wrote:
>>> Hi Hans,
>>
Merged in r244965.
Thanks,
Hans
On Thu, Aug 13, 2015 at 10:48 AM, Greg Clayton wrote:
> Yes, merging this is fine.
>
>> On Aug 13, 2015, at 9:33 AM, Hans Wennborg wrote:
>>
>>
>> Greg: you're the owner here. Approved for 3.7?
>>
>> On Wed, Aug 12, 2015 at 10:21 PM, Jaydeep Patil
>> wrote:
>>>
I've merged this in r244964:
http://llvm.org/viewvc/llvm-project?rev=244964&view=rev
There was a merge conflict in ProcessGDBRemote.cpp, so I'd appreciate
if someone could double check that I got it right. I did verify that
it compiles, but I haven't been able to get the tests running on my
machin
Greg: you're the owner. Approved for 3.7?
On Wed, Aug 12, 2015 at 10:21 PM, Jaydeep Patil
wrote:
> Hi Hans,
>
> Could you please merge it to release branch?
>
> Thanks,
> Jaydeep
>
> -Original Message-
> From: Jaydeep Patil
> Sent: 13 August 2015 AM 09:15
> To: Jaydeep Patil
> Subject: Re
Greg: you're the owner here. Approved for 3.7?
On Wed, Aug 12, 2015 at 10:21 PM, Jaydeep Patil
wrote:
> Hi Hans,
>
> Could you please merge it to release branch?
>
> Thanks,
> Jaydeep
>
> -Original Message-
> From: Jaydeep Patil
> Sent: 13 August 2015 AM 09:17
> To: Jaydeep Patil
> Subjec
Greg: you're the owner here. OK for merging to 3.7?
On Wed, Aug 12, 2015 at 10:22 PM, Jaydeep Patil
wrote:
> Hi Hans,
>
> Could you please merge it to release branch?
>
> Thanks,
> Jaydeep
>
> -Original Message-
> From: Jaydeep Patil
> Sent: 13 August 2015 AM 09:17
> To: Jaydeep Patil
> S
(cc'ing the new list address)
On Tue, Aug 11, 2015 at 2:03 PM, Hans Wennborg wrote:
> r244664.
>
> Thanks,
> Hans
>
> On Tue, Aug 11, 2015 at 1:59 PM, Greg Clayton wrote:
>> Yep, OK to merge.
>>
>>> On Jul 29, 2015, at 8:56 AM, Hans Wennborg wrote:
>>>
>>> Greg, I believe you're the code owner
Ping?
On Wed, Aug 5, 2015 at 1:20 PM, Hans Wennborg wrote:
> Ping?
>
> On Wed, Jul 29, 2015 at 8:56 AM, Hans Wennborg wrote:
>> Greg, I believe you're the code owner here. OK to merge?
>>
>> On Tue, Jul 28, 2015 at 9:05 PM, Bhushan Attarde
>> wrote:
>>> Hi Hans,
>>>
>>> Could you please add thi
81 matches
Mail list logo