search for: belevantsev

Displaying 7 results from an estimated 7 matches for "belevantsev".

2014 Jun 24
2
[LLVMdev] Linking/archiving bitcodes with module asm
Hello, I'm archiving a number of bitcode files via gold plugin based on LLVM 3.4. When I find a thumbv7 bitcode with a couple of module asms, I get a segfault in ARMAsmParser::parseDirectiveFnStart because getTargetStreamer returns NULL. Frankly, I don't see how this is supposed to work because as far as I understood LTOModule::addAsmGlobalSymbols only creates a RecordStreamer
2011 Feb 25
0
[LLVMdev] Question about Value Range Propagation
...so have a report describing the implementation here: ( http://homepages.dcc.ufmg.br/~douglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf ) Indeed, if any of you guys have some free time, and want to give me a review, that would be very kind of you :) Warm regards, Douglas 2011/2/22 Andrey Belevantsev <abel at ispras.ru> > Hi Douglas, > > > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > >> My work is not part of the LLVM mainline yet. But I would be happy to >> contribute with the code of my range analysis implementation if it can >> help >>...
2011 Feb 25
1
[LLVMdev] Question about Value Range Propagation
...f > <http://homepages.dcc.ufmg.br/%7Edouglas/projects/RangeAnalysis/RangeAnalysis.paper.pdf>) > Indeed, if any of you guys have some free time, and want to give > me a review, that would be very kind of you :) > > Warm regards, > > Douglas > > 2011/2/22 Andrey Belevantsev <abel at ispras.ru <mailto:abel at ispras.ru>> > > Hi Douglas, > > > On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > > My work is not part of the LLVM mainline yet. But I would be > happy to > contribute with the code of...
2011 Feb 22
6
[LLVMdev] Question about Value Range Propagation
Hi Douglas, On 21.02.2011 20:27, Douglas do Couto Teixeira wrote: > My work is not part of the LLVM mainline yet. But I would be happy to > contribute with the code of my range analysis implementation if it can help > you in something else. We were thinking of adding VRP to LLVM too, though we were mostly interested in Patterson's approach (i.e. not connected with SSI form). It
2013 Oct 01
0
[LLVMdev] Proposal: type uniquing of debug info for LTO
Hi Manman, On 21.06.2013 1:51, Manman Ren wrote: > > The intent of this proposal is to speedup compilation of "-flto -g" for c++ programs. > This is based on discussions with Adrian, David and Eric. I see that the uniquing patches are already in trunk. Are there more to come or the feature is essentially completed? It would be great to have some announcement on the LLVMdev
2013 Oct 01
2
[LLVMdev] Proposal: type uniquing of debug info for LTO
Hi Andrey, Yes, there are more patches to come. I will announce it when the feature is complete. Manman On Tue, Oct 1, 2013 at 12:39 AM, Andrey Belevantsev <abel at ispras.ru> wrote: > Hi Manman, > > On 21.06.2013 1:51, Manman Ren wrote: > >> >> The intent of this proposal is to speedup compilation of "-flto -g" for >> c++ programs. >> This is based on discussions with Adrian, David and Eric. >&g...
2013 Jun 20
9
[LLVMdev] Proposal: type uniquing of debug info for LTO
The intent of this proposal is to speedup compilation of "-flto -g" for c++ programs. This is based on discussions with Adrian, David and Eric. --------------------------- Problem: A single class can be used in multiple source files and the DI (Debug Info) class is included in multiple bc files. The duplication of class definitions causes blow-up in # of MDNodes, # of DIEs, leading to