search for: graenitz

Displaying 20 results from an estimated 87 matches for "graenitz".

2019 Jul 29
3
Was there a recent git script change?
"git remote get-url" is apparently fairly new, the old version is "git config remote.origin.url". Might be worth using that for compatibility. On Mon, Jul 29, 2019, 5:11 PM Stefan Gränitz <stefan.graenitz at gmail.com> wrote: > Hey Cam, it works for me on TOT (89fb9e8ce15). > > What does the failed command return for you? It should be: > > > git remote get-url origin > https://github.com/llvm/llvm-project.git > > Best, > Stefan > > On 29/07/2019 15:12, Cameron...
2019 May 18
2
Bugzilla OrcJIT Tickets
...proposal here : link. <https://docs.google.com/document/d/1202EcXlWMQ8yxu5qD0b5fE0a_kihlcaPNpZo_Jk0YeQ/edit?usp=sharing> Thanks for working on summarising the Bugzilla tickets to track the recent changes in ORC this is really helpful. On Sat, 18 May 2019 at 21:33, Stefan Gränitz <stefan.graenitz at gmail.com> wrote: > In fact, this is all very good practice in my opinion: > https://bugs.llvm.org/show_bug.cgi?id=30896 > https://bugs.llvm.org/show_bug.cgi?id=22608 > https://bugs.llvm.org/show_bug.cgi?id=24159 > > Back in 2016 I simply didn't know about the Bugzilla...
2016 Oct 14
2
Berlin: LLVM Hackday #1, Betahaus, Oct. 22nd
...esting to see > different projects and tools in the LLVM ecosystem. > > By the way do you know of such LLVM meetups in southern Germany? > > Best, > > Florian > > *Gesendet:* Freitag, 14. Oktober 2016 um 12:11 Uhr > *Von:* "Stefan Gränitz" <stefan.graenitz at gmail.com> > *An:* picflo_2 at web.de > *Betreff:* Re: [llvm-dev] Berlin: LLVM Hackday #1, Betahaus, Oct. 22nd > Hi Florian > > Great you're interested, you're very welcome to join. For the hackday > there is no strict schedule. In the two recent meetings of the Berl...
2019 May 18
3
Bugzilla OrcJIT Tickets
...om today's perspective. Are there recommendations regarding Bugzilla reports from other parts of LLVM? Best practices that worked out well? Thanks! Stefan -- [1] https://bugs.llvm.org/show_bug.cgi?id=30896 [2] https://bugs.llvm.org/show_bug.cgi?id=24159 -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190518/38390ce2/attachment.sig>
2017 Jul 31
2
Test Error Paths for Expected & ErrorOr
On Mon, Jul 31, 2017 at 8:19 AM Stefan Gränitz <stefan.graenitz at gmail.com> wrote: > Hi Lang, hi David, thanks for looking into this. > > > > Did you identify many cases where "real work" (in your example, the > nullptr dereference" was being done in an error branch? > > In my own code yes, not in LLVM ;) I'd lik...
2017 Jul 28
3
Test Error Paths for Expected & ErrorOr
...ect instances of those: That would allow us to test actual error handling logic too, not just the generic surrounding logic. Cheers, Lang. On Thu, Jul 27, 2017 at 8:56 AM, David Blaikie <dblaikie at gmail.com> wrote: > > > On Thu, Jul 27, 2017 at 8:54 AM Stefan Gränitz <stefan.graenitz at gmail.com> > wrote: > >> Yes definitely, testing a small piece of code like the >> GlobPattern::create() example, it would mostly indicate missing unit tests >> or insufficient test data. >> >> In contrast to unit tests, however, it can also verify correct...
2016 Oct 24
2
RuntimeDyLdCOFF and RTTI on Windows
...un this on a debug build? Did it trigger an > assertions/unreachables? Or did the cast just fail? > > Will you be at the dev meeting? We could take a look at this in one of the > labs. > > Cheers, > Lang. > > > On Tue, Oct 11, 2016 at 1:52 AM, Stefan Gränitz <stefan.graenitz at gmail.com > > wrote: > >> Thanks Lang for forwarding this to the list >> The symptom in a nutshell: I cannot get dynamic_cast to work in JITed >> code on Windows >> >> Reid, do you have an idea whether: it's a bug / it's just not implemented >&gt...
2020 Aug 25
2
ORC JIT - Incorrect support for COFF files?
...ntioned function or by changing the visibility of the symbol – it seems like both is not possible with an object file .w. Kind greetings Björn From: Lang Hames <lhames at gmail.com> Sent: 24 August 2020 19:46 To: Gaier, Bjoern <Bjoern.Gaier at horiba.com> Cc: Stefan Gränitz <stefan.graenitz at gmail.com>; LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] ORC JIT - Incorrect support for COFF files? Hi Bjoern, Using dllimport on my “planschiValue” actually worked! But I have no idea why, because the relocation is still a REL32 if I use dumpbin…...
2020 Aug 24
2
ORC JIT - Incorrect support for COFF files?
...for that to work? However… when I load an COFF object file, am I able to change the relocations to dllimport somehow? I honestly can’t imagine how this would work since the machine code is probably already adjusted to use a REL32… or something… Just wanted to ask… @Stefan Gränitz<mailto:stefan.graenitz at gmail.com> I remember your patch! How does it deal with extern variables though? As far as I understood from the code – not that I understood much – it fixes function calls by having a trampoline right? Thank you guys! Kind greetings Björn From: Lang Hames <lhames at gmail.com> Sent:...
2019 Jun 13
2
lab.llvm.org down?
No issues pushing commits here, (despite it being my first commit via git!). On Thu, 13 Jun 2019 at 15:11, Stefan Gränitz <stefan.graenitz at gmail.com> wrote: > It looks like the lab.llvm.org build bot status page has been down for a > while. > > Yes, same here. Additionally, having trouble pushing commits to the > monorepo: > > $ git llvm push -n > Pushing 1 commit: > 88997977c35 ... > `svn update...
2019 Jul 11
5
GitHub llvm-mirror 8d behind
Hi all In case anyone has a remote to the (unofficial) https://github.com/llvm-mirror, please note that all the repos are at least 8 days behind. There's no warning about it. The page still says it's "Updated every five minutes". Best Stefan -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com
2017 Jul 27
2
Test Error Paths for Expected & ErrorOr
...t; Anyone seeing bugs or improvements? > Could it maybe even increase coverage in the LLVM test suite some day? > > Thanks for all kinds of feedback! > Cheers, Stefan > > -- > https://weliveindetail.github.io/blog/ > https://cryptup.org/pub/stefan.graenitz at gmail.com > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > -- https://weliveindetail.githu...
2016 Jul 15
3
LLVM Social in Berlin, Germany
...d/or add more candidates. Then we could discuss this further and schedule a kick-off with all of you. Best, Stefan [1] https://www.meetup.com/berlincplusplus/ [2] https://www.meetup.com/Strange-Group-Berlin/ [3] https://groups.google.com/d/forum/berlin-compiler-meetup -- https://about.me/stefan.graenitz Am 13.07.16 um 23:00 schrieb Piotr Padlewski via llvm-dev: > Hi Alex, > I don't know how many llvm folks are there in Berlin, but I know there > are some in Munich. > > Piotr > > 2016-07-13 13:52 GMT-07:00 Alex Denisov via llvm-dev > <llvm-dev at lists.llvm.org <...
2017 Sep 28
0
Clang/LLVM JIT - When to use "registerEHFrames()"
...emory later - there aren't > libraries, so even if this would work, it wouldn't help me. I tried > compiling my code with sjlj-exceptions. Didn't worked... > > Is there no hope left? > > Kind regards > Björn > > > > From:        Stefan Gränitz <stefan.graenitz at gmail.com> > To:        bjoern.gaier at horiba.com, llvm-dev at lists.llvm.org > Date:        27.09.2017 23:09 > Subject:        Re: [llvm-dev] Clang/LLVM JIT - When to use > "registerEHFrames()" > ----------------------------------------------------------------------...
2020 Aug 21
2
ORC JIT - Incorrect support for COFF files?
...kus Bode, Heiko Lampert, Takashi Nagano, Junichi > Tajika, Ergin Cansiz. > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -- https://flowcrypt.com/pub/stefan.graenitz at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200821/1d28685e/attachment.html>
2017 Sep 29
2
Clang/LLVM JIT - When to use "registerEHFrames()"
...emory later - there aren't > libraries, so even if this would work, it wouldn't help me. I tried > compiling my code with sjlj-exceptions. Didn't worked... > > Is there no hope left? > > Kind regards > Björn > > > > From: Stefan Gränitz <stefan.graenitz at gmail.com> > <stefan.graenitz at gmail.com> > To: bjoern.gaier at horiba.com, llvm-dev at lists.llvm.org > Date: 27.09.2017 23:09 > Subject: Re: [llvm-dev] Clang/LLVM JIT - When to use > "registerEHFrames()" > ----------------------------...
2017 Sep 28
2
Clang/LLVM JIT - When to use "registerEHFrames()"
...stupid D: The JITTED code must be loaded to shared memory later - there aren't libraries, so even if this would work, it wouldn't help me. I tried compiling my code with sjlj-exceptions. Didn't worked... Is there no hope left? Kind regards Björn From: Stefan Gränitz <stefan.graenitz at gmail.com> To: bjoern.gaier at horiba.com, llvm-dev at lists.llvm.org Date: 27.09.2017 23:09 Subject: Re: [llvm-dev] Clang/LLVM JIT - When to use "registerEHFrames()" Hi Björn To first answer your questionin the subject: For x86 registerEHFrames() is only a stub....
2020 Jan 31
2
ORC JIT Weekly #3 -- No JIT updates this week.
Hi All, No open source work to speak of this week. All my effort is going on tidying up the new initializers patch which I expect to land this weekend, or early next week. -- Lang. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200131/db360b1d/attachment.html>
2020 Jan 16
2
clang interpreter failed to materialize symbols
...on Ubuntu 18.04 (still does not work on Windows 10). But this solution is good enough for me now. Thanks again for your help! -- Best Regards, Igor ________________________________ From: Igor Gomon <giv_ua at hotmail.com> Sent: Tuesday, January 14, 2020 7:38 PM To: Stefan Gränitz <stefan.graenitz at gmail.com> Cc: David Blaikie <dblaikie at gmail.com>; Lang Hames <lhames at gmail.com>; llvm-dev at lists.llvm.org <llvm-dev at lists.llvm.org> Subject: RE: [llvm-dev] clang interpreter failed to materialize symbols Hi Stefan, I just tried it. Here is what I got: PS C:...
2018 Jul 23
2
LLVM FunctionType cannot be returned as VectorType?
...////////////////////////////////////////////////////////// /////////////////////////////// Thanks, Jia ------------------------------------ Jia Yu, Ph.D. Student in Computer Science Arizona State University <http://www.asu.edu/> On Sun, Jul 22, 2018 at 8:51 AM Stefan Gränitz <stefan.graenitz at gmail.com> wrote: > Hi Jia > > I don't think this is a problem with the ExecutionEngine. Your problem > comes from the confusion of the "Vector Type" in LLVM IR [1] with the > "std::vector" data structure in the C++ STL. While there is no direct > re...