search for: devlieghere

Displaying 20 results from an estimated 107 matches for "devlieghere".

2019 Feb 12
3
docs-llvm-html broken?
On Tue, Feb 12, 2019 at 11:05 AM Jonas Devlieghere via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, Feb 12, 2019 at 10:54 AM Kostya Serebryany <kcc at google.com> wrote: > >> >> >> On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> >> wrote: >> >>>...
2019 Feb 12
3
docs-llvm-html broken?
On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> wrote: > Hi Kostya, > > I remember seeing this in the past. IIRC it was sufficient to install > recommonmark with `pip install recommonmark`. > installing this on my machine won't help the bots that build the docs, right? > > Cheers, &gt...
2019 Dec 17
2
[RFC][DWARF] Handling errors in DWARF .debug_line parsing
On 16/12/2019 23:47, David Blaikie via llvm-dev wrote: > > > On Mon, Dec 16, 2019 at 2:40 PM Jonas Devlieghere <jonas at devlieghere.com > <mailto:jonas at devlieghere.com>> wrote: > > Hey James, > > This sounds really interesting. A few things that come to mind: > >  - I'm curious what kind of errors you'd be okay with in dump mode but > not in...
2020 Jan 08
3
[cfe-dev] Phabricator -> GitHub PRs?
On Tue, Jan 7, 2020 at 5:35 PM Jonas Devlieghere <jonas at devlieghere.com> wrote: > On Tue, Jan 7, 2020 at 5:16 PM Bill Wendling via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > > > On Tue, Jan 7, 2020 at 4:59 PM Doerfert, Johannes <jdoerfert at anl.gov> > wrote: > >> > >> Hi Bill, &g...
2017 Sep 06
2
Temporary disable ASan's allocator check
> On Sep 6, 2017, at 9:14 PM, Kostya Serebryany <kcc at google.com> wrote: > > > > On Wed, Sep 6, 2017 at 8:43 AM, Jonas Devlieghere via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > Hi all, > > Is it possible to change the value of ASan's allocator_may_return_null at runtime or somehow disable this check temporarily? If I install an LLVM bad_alloc_error_handler, ASa...
2017 May 18
2
[cfe-dev] Struct padding
...ists.llvm.org > > wrote: > >> Hi Jonas, >> >> Thanks a lot. >> In an LLVM pass, how can I check the related information? will clang emit >> some metadata table? >> >> Thanks >> Hongbin >> >> On Thu, May 18, 2017 at 12:47 AM, Jonas Devlieghere < >> jonas at devlieghere.com> wrote: >> >>> Hi Hongbin, >>> >>> You can pass `-Wpadded` to clang. For your particular example it will >>> print something along the lines of >>> >>> ``` >>> warning: padding struct '...
2019 Dec 16
2
[RFC][DWARF] Handling errors in DWARF .debug_line parsing
Hey James, This sounds really interesting. A few things that come to mind: - I'm curious what kind of errors you'd be okay with in dump mode but not in consumer mode. From LLDB's perspective, we probably want to extract as much information as possible from a malformed line table, as long as we don't end up lying of course. - I need to take another look at the code, but
2020 Jan 08
5
[cfe-dev] Phabricator -> GitHub PRs?
...low. I'll try doing that. > > I apologize to anyone I may have offended. > > -bw > > On Tue, Jan 7, 2020 at 6:26 PM Daniel Sanders <daniel_l_sanders at apple.com <mailto:daniel_l_sanders at apple.com>> wrote: > > > > On Jan 7, 2020, at 17:35, Jonas Devlieghere via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > > > > On Tue, Jan 7, 2020 at 5:16 PM Bill Wendling via cfe-dev > > <cfe-dev at lists.llvm.org <mailto:cfe-dev at lists.llvm.org>> wrote: > >> > >> On...
2020 Jan 31
2
[cfe-dev] Phabricator -> GitHub PRs?
...on, Paul via cfe-dev < cfe-dev at lists.llvm.org> wrote: > > > > -----Original Message----- > > From: cfe-dev <cfe-dev-bounces at lists.llvm.org> On Behalf Of John > Marshall > > via cfe-dev > > Sent: Friday, January 31, 2020 7:04 AM > > To: Jonas Devlieghere via cfe-dev <cfe-dev at lists.llvm.org> > > Subject: Re: [cfe-dev] [llvm-dev] Phabricator -> GitHub PRs? > > > > On 8 Jan 2020, Jonas Devlieghere wrote: > > > I believe that technically sending patches to the mailing list is > > > still a valid way to ge...
2018 Jan 17
2
Adding DWARF5 accelerator table support to llvm
FWIW I'm completely on board with everything Adrian has said in this thread :) -eric On Wed, Jan 17, 2018 at 11:00 AM Adrian Prantl via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > > > On Jan 17, 2018, at 9:20 AM, Jonas Devlieghere via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > > > As mentioned by Adrian in the comment you linked, I too am looking at > DWARFv5 > > accelerator tables in LLVM. > > > > To give you some background: my motivation is that I want to upstream > su...
2020 Sep 01
2
HTTP library in LLVM
...stsdk and pistache, it depends on Boost. > * [cpp-netlib](https://github.com/cpp-netlib/cpp-netlib) looks nice but depends on Boost. > * [proxygen](https://github.com/facebook/proxygen) is also nice but has a lot of dependencies including Boost. > > On Mon, Aug 31, 2020 at 4:48 PM Jonas Devlieghere <jonas at devlieghere.com> wrote: >> >> On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>> >>> There are several options, I've looked at couple of them and the one I like the most so far is https://github.com...
2018 Mar 28
3
[DWARFv5] Assembler syntax for new line-table features
TL;DR: If I'm trying to define new assembler directive syntax to support DWARF v5, it seems like a good idea for all the various assemblers out there in the world to support the same syntax. How would I go about negotiating that syntax with other assembler providers? Is GNU as the only really relevant one? Long version: DWARF v5 introduces a couple of new features in the .debug_line section
2020 Aug 31
2
HTTP library in LLVM
On Mon, Aug 31, 2020 at 4:38 PM Petr Hosek via llvm-dev < llvm-dev at lists.llvm.org> wrote: > There are several options, I've looked at couple of them and the one I > like the most so far is https://github.com/yhirose/cpp-httplib for a few > reasons: > > * It's MIT licensed. > * It supports Linux, macOS and Windows (and presumably other platforms). > * It
2017 Jul 26
2
armv7 pc-rel bx thumb instruction
...helping me understand how these branch islands work? I'd love to comprehend what's actually going on here. Thanks again for your help! Jonas On Wed, Jul 26, 2017 at 9:25 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Jonas, > > On 26 July 2017 at 10:52, Jonas Devlieghere via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > I'm working on some custom transformation passes that have the > side-effect > > of > > significantly increasing the code size. While testing it on some larger, > > real-world code bases, I run into a lin...
2017 Sep 06
2
Temporary disable ASan's allocator check
Hi all, Is it possible to change the value of ASan's allocator_may_return_null at runtime or somehow disable this check temporarily? If I install an LLVM bad_alloc_error_handler, ASan's allocator wrapper detects this first and terminates the process instead of returning 0, preventing the custom handler from being called. Thanks, Jonas
2018 Jan 17
0
Adding DWARF5 accelerator table support to llvm
> On Jan 17, 2018, at 9:20 AM, Jonas Devlieghere via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > As mentioned by Adrian in the comment you linked, I too am looking at DWARFv5 > accelerator tables in LLVM. > > To give you some background: my motivation is that I want to upstream support > for (Apple style) accelerat...
2018 Mar 29
2
[DWARFv5] Assembler syntax for new line-table features
...it might be that dwarf-discuss is a better venue, because GCC people will be on that list who care about DWARF. Let me know what you think. --paulr From: David Blaikie [mailto:dblaikie at gmail.com] Sent: Thursday, March 29, 2018 10:59 AM To: Robinson, Paul; Eric Christopher; Adrian Prantl; Jonas Devlieghere Cc: llvm-dev at lists.llvm.org Subject: Re: [llvm-dev] [DWARFv5] Assembler syntax for new line-table features +Eric Christopher<mailto:echristo at gmail.com> +Adrian Prantl<mailto:aprantl at apple.com> +Jonas Devlieghere<mailto:jdevlieghere at apple.com> (seems Jonas is doing a...
2017 May 18
2
[cfe-dev] Struct padding
...>>>> Thanks a lot. >>>> In an LLVM pass, how can I check the related information? will clang >>>> emit some metadata table? >>>> >>>> Thanks >>>> Hongbin >>>> >>>> On Thu, May 18, 2017 at 12:47 AM, Jonas Devlieghere < >>>> jonas at devlieghere.com> wrote: >>>> >>>>> Hi Hongbin, >>>>> >>>>> You can pass `-Wpadded` to clang. For your particular example it will >>>>> print something along the lines of >>>>> &g...
2019 Nov 14
2
DW_OP_implicit_pointer design/implementation in general
...ce()); } > --paulr > > > > *From:* David Blaikie <dblaikie at gmail.com> > *Sent:* Thursday, November 14, 2019 4:34 PM > *To:* Adrian Prantl <aprantl at apple.com> > *Cc:* AlokKumar.Sharma at amd.com; Robinson, Paul <paul.robinson at sony.com>; > Jonas Devlieghere <jdevlieghere at apple.com>; llvm-dev < > llvm-dev at lists.llvm.org> > *Subject:* Re: DW_OP_implicit_pointer design/implementation in general > > > > > > > > On Thu, Nov 14, 2019 at 1:27 PM Adrian Prantl <aprantl at apple.com> wrote: > > > &...
2017 May 18
2
Struct padding
Hi, I am wondering how I can tell whether a field of a struct is introduced by padding or not. For example, if I have a struct: struct foo1 { char *p; /* 8 bytes */ char c; /* 1 byte long x; /* 8 bytes */ }; clang may generate: struct foo1 { char *p; /* 8 bytes */ char c; /* 1 byte char pad[7]; /* 7 bytes */ long x; /* 8 bytes */ }; Is