search for: umann

Displaying 6 results from an estimated 6 matches for "umann".

Did you mean: mann
2019 Jun 17
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...;> IDFCalculatorBase that wouldn't contain either of said functions. >> > If #2 if a lot of work/code, I'd say that separating it doesn't sound that > bad. It's not that complicated, then I wouldn't split it. > > > On Sun, Jun 16, 2019 at 10:56 AM Kristóf Umann <dkszelethus at gmail.com> > wrote: > >> A polite ping, could someone please share a thought about this? >> >> On Sat, 8 Jun 2019 at 21:21, Kristóf Umann <dkszelethus at gmail.com> wrote: >> >>> A polite ping on this matter :) >>> >>...
2019 Jun 16
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
A polite ping, could someone please share a thought about this? On Sat, 8 Jun 2019 at 21:21, Kristóf Umann <dkszelethus at gmail.com> wrote: > A polite ping on this matter :) > > On Tue, 4 Jun 2019 at 01:51, Kristóf Umann <dkszelethus at gmail.com> wrote: > >> Hi! >> >> As the title suggests, I'd like to generalize llvm::IDFCalculator to be >> able to...
2019 Sep 03
2
Struggling with a PGO build of clang -- llvm-profdata was built without zlib support?
.../path/to/release_build/llvm-profdata because > the profiles are generated from binaries compiled with the release build, > so it's the release build that matters for all things profiling related, I > would think, in your situation. > > > On Tue, Sep 3, 2019 at 10:06 AM Kristóf Umann via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi! >> >> I'm trying to build a fast Clang for myself to use for debug builds on >> Clang itself, but I've been struggling for a very long time on it. Could >> you please help? >> >&g...
2019 Jun 03
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
Hi! As the title suggests, I'd like to generalize llvm::IDFCalculator to be able to calculate control dependencies on clang's CFG. The issue is however, that many data structures it uses are "hardcoded" to use llvm::BasicBlock, and requires a lot of code to turn it into template arguments. I managed to pull this off by hammering the code until it compiled, and it works
2020 Jun 28
2
Is bugzilla down?
It seems to be down again for me, anyone experiencing the same? https://bugs.llvm.org/show_bug.cgi?id=18159 On Tue, 23 Jun 2020 at 14:54, Aaron Ballman via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, Jun 23, 2020 at 8:28 AM Xing GUO via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > > > > Hi folks, > > > > It seems that bugzilla is
2019 Sep 03
2
Struggling with a PGO build of clang -- llvm-profdata was built without zlib support?
Hi! I'm trying to build a fast Clang for myself to use for debug builds on Clang itself, but I've been struggling for a very long time on it. Could you please help? I've been following this guide: https://llvm.org/docs/HowToBuildWithPGO.html I've quickly learned that its outdated, because the script it talks about doesn't work with the monorepo layout at all, but in any