Author: Jonas Devlieghere
Date: 2020-05-23T13:37:46-07:00
New Revision: c3116182c80b8d23b2136b69d46ecc4cd597b38c
URL:
https://github.com/llvm/llvm-project/commit/c3116182c80b8d23b2136b69d46ecc4cd597b38c
DIFF:
https://github.com/llvm/llvm-project/commit/c3116182c80b8d23b2136b69d46ecc4cd597b38c.d
Author: Jonas Devlieghere
Date: 2020-05-23T13:27:31-07:00
New Revision: f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b
URL:
https://github.com/llvm/llvm-project/commit/f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b
DIFF:
https://github.com/llvm/llvm-project/commit/f2ffa33c79d3d0636d6c8eb7b5b7bcf8db7b397b.d
jarin added a comment.
Raphael, could you land this for me?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80254/new/
https://reviews.llvm.org/D80254
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/ma
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Yes, this is a good idea. It might it also nice to go through the `if
self.traceOn()` calls and see which ones can be replaced by this function.
Comment at: lldb/packages/Py
This revision was automatically updated to reflect the committed changes.
Closed by commit rG83bd2c4a0680: Prevent GetNumChildren from transitively
walking pointer chains (authored by jarin, committed by teemperor).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://review
Author: Jaroslav Sevcik
Date: 2020-05-25T11:30:22+02:00
New Revision: 83bd2c4a06803fa9af7f92a474b1d37cb70397cc
URL:
https://github.com/llvm/llvm-project/commit/83bd2c4a06803fa9af7f92a474b1d37cb70397cc
DIFF:
https://github.com/llvm/llvm-project/commit/83bd2c4a06803fa9af7f92a474b1d37cb70397cc.dif
On 22/05/2020 19:11, Jim Ingham wrote:
> I set the timeouts low just to keep the test from taking too long. Beyond
> that there’s no harm in bumping them up till they pass consistently.
>
> I messed with the timeouts and reran the test a bunch of times till it was
> stable for me, but I have a
labath added a comment.
I don't know how widespread the llrint behavior is. Clamping to the
largest/smallest int seems reasonable, so it might be reasonable to depend on
that -- though I don't know what will that do for NaNs...
I actually don't think the previous approach was wrong. IIUC, it on
Author: Raphael Isemann
Date: 2020-05-25T12:37:22+02:00
New Revision: fe22e5689e94370b8eadef4b7267201cc9fcb2e3
URL:
https://github.com/llvm/llvm-project/commit/fe22e5689e94370b8eadef4b7267201cc9fcb2e3
DIFF:
https://github.com/llvm/llvm-project/commit/fe22e5689e94370b8eadef4b7267201cc9fcb2e3.dif
Author: Pavel Labath
Date: 2020-05-25T16:09:25+02:00
New Revision: ba03bcbc4a21b92f6a4a54bd6e90417956da7952
URL:
https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952
DIFF:
https://github.com/llvm/llvm-project/commit/ba03bcbc4a21b92f6a4a54bd6e90417956da7952.diff
labath created this revision.
labath added reviewers: vsk, JDevlieghere.
Herald added a project: LLDB.
labath added a child revision: D80519: [lldb/DWARF] Add support for
pre-standard GNU call site attributes.
This patch adds two new arguments to the MakeInlineTest function. The
main motivation i
labath created this revision.
labath added reviewers: vsk, dblaikie.
Herald added a project: LLDB.
The code changes are very straight-forward -- just handle both DW_AT_GNU
and DW_AT_call versions of all tags and attributes. There is just one
small gotcha: in the GNU version, DW_AT_low_pc was used
Author: Jonas Devlieghere
Date: 2020-05-25T11:11:46-07:00
New Revision: b321b429416ec51691a3c5372cb59912bded5f08
URL:
https://github.com/llvm/llvm-project/commit/b321b429416ec51691a3c5372cb59912bded5f08
DIFF:
https://github.com/llvm/llvm-project/commit/b321b429416ec51691a3c5372cb59912bded5f08.d
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb321b429416e: [lldb/Test] Add a trace method to replace
print statements. (authored by JDevlieghere).
Herald added a project: LLDB.
Changed prior to commit:
https://reviews.llvm.org/D80448?vs=265768&id=
14 matches
Mail list logo