Displaying 20 results from an estimated 87 matches for "neustift".
Did you mean:
neustifte
2009 Nov 17
4
[LLVMdev] PassManager again...
Hi,
Devang Patel wrote:
> On Tue, Nov 17, 2009 at 9:03 AM, Andreas Neustifter
> <astifter-llvm at gmx.at> wrote:
>
>> Okay, so the ProfileInfoLoader is working, but when I examine the executions more closely I see that the ProfileInfo generated by the ProfileInfoLoader is immediately discarded, when the SelectionDAGISel kicks in the "No Profile Info...
2009 Jul 30
3
[LLVMdev] LLVM Logo
Andreas Neustifter wrote:
> Well it does look not too good the text is getting to small in this
> case, what do you think of this 128x128 version?
Hmm, that one has its left wing cut off, that wreaks havoc on the symmetry.
The 136x136 version at http://llvm.org/Logo.html seems perfect for
websites, though....
2009 Jul 31
0
[LLVMdev] LLVM Logo
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Albert Graef wrote:
> Andreas Neustifter wrote:
>> Well it does look not too good the text is getting to small in this
>> case, what do you think of this 128x128 version?
>
> Hmm, that one has its left wing cut off, that wreaks havoc on the symmetry.
>
> The 136x136 version at http://llvm.org/Logo.html seems perf...
2009 Jul 30
3
[LLVMdev] LLVM Logo
On Thu, Jul 30, 2009 at 05:44:05PM +0200, Andreas Neustifter wrote:
> Well it does look not too good the text is getting to small in this
> case, what do you think of this 128x128 version?
It looks like an sprite coming from a Megaman game :). My humble
opinion is that while the dragon looks nice when large, when
small it just feels childish and un...
2009 Jul 30
3
[LLVMdev] LLVM Logo
Andreas Neustifter wrote:
> I'm not an artist, so the simplifying is not so easy for me, but its
> true that that is the really hard part. So I did two full-scale sketches
> with different texts.
Looks nice, even at 256 pixels. Just for the fun of it I sticked it on
http://pure-lang.googlecode.com/ (s...
2009 Jul 23
1
[LLVMdev] Profiling in LLVM Patch Followup 1
Sorry, forgot attachment.
On 23.07.09 07:40), Andreas Neustifter wrote:
> Good Morning.
>
> On 22.07.09 14:47), Andreas Neustifter wrote:
>> Daniel Dunbar wrote:
>>> I merged in my changes to your patch, which results in the attached
>>> patch. There may be some missed merge errors. The main problem I have
>>> with th...
2009 Nov 20
2
[LLVMdev] PassManager again...
On Fri, Nov 20, 2009 at 6:54 AM, Andreas Neustifter
<astifter-llvm at gmx.at> wrote:
>
> If I use AU.addRequired<ProfileInfo>() in SelectionDAGISel.cpp the
> wrong ProfileInfo is used. It uses the "No ProfileInfo" implementation
> if ProfileInfo but not the one from ProfileInfoLoaderPass. (Which is
> immediat...
2009 Aug 08
6
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Daniel Dunbar wrote:
> Thanks, applied as r78247. Next? :)
Oh my, first he is lagging and now it's all a hurry :-)
Okay, here comes the next one.
I'm taking a short vacation next week so I will try to prepare 1 or 2 of
the next patches so that you can work on them as you have time.
Greetings, Andi
- --
2009 May 13
3
[LLVMdev] ModulePass using BreakCriticalEdges
Hi,
I'm writing a ModulePass that needs critical edges split up. I have the
statement
AU.addRequiredID(BreakCriticalEdgesID);
in my getAnalysisUsage() but the pass never gets executed.
I guess I have to request pass execution for each function, but I can't
get behind how to do that, since there is no analysis group for that
kind of transformation.
Thanks, Andi
2009 May 13
0
[LLVMdev] ModulePass using BreakCriticalEdges [Followup]
Hi,
Andreas Neustifter wrote:
> I'm writing a ModulePass that needs critical edges split up. I have the
> statement
>
> AU.addRequiredID(BreakCriticalEdgesID);
>
> in my getAnalysisUsage() but the pass never gets executed.
>
> I guess I have to request pass execution for each function, b...
2009 Jul 30
0
[LLVMdev] LLVM Logo
Hi Albert,
Albert Graef wrote:
> Andreas Neustifter wrote:
>> I'm not an artist, so the simplifying is not so easy for me, but its
>> true that that is the really hard part. So I did two full-scale sketches
>> with different texts.
>
> Looks nice, even at 256 pixels. Just for the fun of it I sticked it on
> http://p...
2009 Jul 31
1
[LLVMdev] LLVM Logo
On 2009-07-31 11:17, Andreas Neustifter wrote:
> Hi,
>
> Albert Graef wrote:
> > Andreas Neustifter wrote:
> >> Well it does look not too good the text is getting to small in this
> >> case, what do you think of this 128x128 version?
> > Hmm, that one has its left wing cut off, that wreaks havoc o...
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Andreas Neustifter wrote:
> > Daniel Dunbar wrote:
>> >> Thanks, applied as r78247. Next? :)
> >
> > Oh my, first he is lagging and now it's all a hurry :-)
> >
> > Okay, here comes the next one.
> >
> > I'm taking a short vacation next week so I will tr...
2009 Dec 03
0
[LLVMdev] PassManager again...
Hi all!
On 11/20/2009 06:29 PM, Devang Patel wrote:
>
> On Fri, Nov 20, 2009 at 6:54 AM, Andreas Neustifter wrote:
>>
>> If I use AU.addRequired<ProfileInfo>() in SelectionDAGISel.cpp the
>> wrong ProfileInfo is used. It uses the "No ProfileInfo" implementation
>> if ProfileInfo but not the one from ProfileInfoLoaderPass. (Which is
>> immediately discarde...
2009 Nov 20
0
[LLVMdev] PassManager again...
Hi.
On 11/17/2009 08:16 PM, Andreas Neustifter wrote:
> Hi,
>
> Devang Patel wrote:
>> On Tue, Nov 17, 2009 at 9:03 AM, Andreas Neustifter
>> <astifter-llvm at gmx.at> wrote:
>>
>>> Okay, so the ProfileInfoLoader is working, but when I examine the executions more closely I see that the ProfileInfo ge...
2009 Aug 25
1
[LLVMdev] [llvm-commits] [llvm] r79615 - in /llvm/trunk/test/Analysis/Profiling: ./ 2009-08-21-irregular-loop.ll 2009-08-21-only-one-block.ll 2009-08-21-several-blocks.ll dg.exp
Hi,
Andreas Neustifter wrote:
> Hi Daniel!
>
> Daniel Dunbar wrote:
>> Hi Andreas,
>>
>> I talked with Chris about this the morning, and I think we agreed that
>> lli based tests for this stuff are ok, as long as we limit them to
>> just a few. The main thing we basically...
2009 Aug 24
3
[LLVMdev] Request Permission for approve-after-commit for Profiling Infrastructure.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
since I'm planing on a whole bunch of changes in the area of the
Profiling Infrastructure I would like to ask humbly if it is possible to
have approve-after-commit permission for the following files:
include/llvm/Analysis/ProfileInfo.h
include/llvm/Analysis/ProfileInfoLoader.h
include/llvm/Analysis/ProfileInfoTypes.h
2009 Jul 23
0
[LLVMdev] Profiling in LLVM Patch Followup 1
Good Morning.
On 22.07.09 14:47), Andreas Neustifter wrote:
> Daniel Dunbar wrote:
>> I merged in my changes to your patch, which results in the attached
>> patch. There may be some missed merge errors. The main problem I have
>> with the rest of this patch is that it causes a regression in
>> llvm-prof's behavior. I...
2009 Jul 22
4
[LLVMdev] Profiling in LLVM Patch Followup 1
Hi Daniel!
Daniel Dunbar wrote:
> I merged in my changes to your patch, which results in the attached
> patch. There may be some missed merge errors. The main problem I have
> with the rest of this patch is that it causes a regression in
> llvm-prof's behavior. I tried running edge profiling on the
> MultiSource/Applications/aha benchmark in the llvm test-suite, and
>
2009 Aug 08
0
[LLVMdev] Profiling in LLVM Patch Followup 1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
Andreas Neustifter wrote:
> Daniel Dunbar wrote:
>> Thanks, applied as r78247. Next? :)
>
> Oh my, first he is lagging and now it's all a hurry :-)
>
> Okay, here comes the next one.
>
> I'm taking a short vacation next week so I will try to prepare 1 or 2 of
> the next patc...