search for: db8b

Displaying 20 results from an estimated 51 matches for "db8b".

Did you mean: db8
2009 Feb 27
2
[LLVMdev] AnalysisUsage & Call Graph SCC Pass Manager
...after MyModulePass3. It seems like the fact that MyAnalysis is not preserved by MyCallGraphSCCPass is somehow not propagated outside the Call Graph SCC Pass Manager. Is there something wrong with that sequence ? Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2009 Dec 24
2
[LLVMdev] Problem in External/SPEC/CFP2000/177.mesa/Makefile ?
...ut/numbers Generating 100 frames causes undefined behaviour because the program is doing unchecked fscanf on that "numbers" file. Is my version of spec wrong ? If not, can we apply the attached patch ? Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index: External/SPEC/CFP2000/177.mesa/Makefile =================================================================== --- External/SPEC/CFP2000/177.mesa/Makefile (revision 92115) +++ Exter...
2009 Sep 11
4
[LLVMdev] LLVM-GCC & GV zeroinitializers, 2.5 vs 2.6.
...ct.foo = type { i8, i32, i32 } @myFoo = global [5 x %0] zeroinitializer, align 32 Is there any reason for the change ? It is weird that in the end, with 2.6 myFoo doesn't have the [5 x %struct.foo]* type. Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2010 Jan 09
2
[LLVMdev] [PATCH] Fix nondeterministic behaviour in the CodeExtractor
...s to extract. Iterators on this set are not deterministic, and so the functions that are generated are not (the order of the inputs/outputs can change). The attached patch uses a SetVector instead. Ok to apply ? Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index: lib/Transforms/Utils/CodeExtractor.cpp =================================================================== --- lib/Transforms/Utils/CodeExtractor.cpp (revision 93030) +++ lib/Tra...
2009 Mar 03
0
[LLVMdev] AnalysisUsage & Call Graph SCC Pass Manager
...Manager. > > Is there something wrong with that sequence ? It is a bug. CGPassManager is incorrectly claiming that it is preserving all analysis info. - Devang > > > Thanks, > Julien > > -- > Julien Lerouge > PGP Key Id: 0xB1964A62 > PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 > PGP Public Key from: keyserver.pgp.com > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev - Devang
2009 Aug 05
2
[LLVMdev] Pre pr4572 lvm-gcc building/working revision needed
Hi, I am trying to find someone who has a building/working pre pr4572 revision of llvm-gcc working on Cygwin and/or MinGW32. Many thanks in advance, Aaron -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090805/bbbfe6df/attachment.html>
2009 Aug 06
0
[LLVMdev] [llvm-commits] Pre pr4572 lvm-gcc building/working revision needed
...or MinGW32. > > Many thanks in advance, > > Aaron Hello, The last revision I had working on MingW is 74998. I know that 75131 and later are broken, not sure what the status was between those 2 revisions. Thanks, -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2011 Sep 22
0
[LLVMdev] new annotations in IR?
...y mentions of Annotation or Attribute. > > Thank you AFAIK, there is no specific code to manipulate annotations. You could write an analysis pass to process & use them though, that shouldn't require a lot of work. -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2008 Apr 01
1
[LLVMdev] [PATCH] Running SPEC benchmark with objdir != srcdir
...ted by the configure script in the target objdir. The attached patch adds the above Makefile to the list of Makefile(s) configure has to process. I have tested it on my local tree (needs to regenerate configure). Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index: autoconf/configure.ac =================================================================== --- autoconf/configure.ac (revision 49011) +++ autoconf/configure.ac (working copy) @@ -...
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
...: previous declaration of 'VirtualProtect' was here >> > This is weird. Why is it #including this header during the bootstrap? Not sure, I'll take a look. This is not a real bootstrap anyway. Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2009 Dec 24
0
[LLVMdev] Problem in External/SPEC/CFP2000/177.mesa/Makefile ?
...ot;train". I think it's better to test both variables in the mesa Makefile. (IMO controlling a ternary variable with 2 booleans is not the right way to do it, btw.) > Thanks, > Julien > > -- > Julien Lerouge > PGP Key Id: 0xB1964A62 > PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 > PGP Public Key from: keyserver.pgp.com > <p.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Jan 27
3
[LLVMdev] [PATCH] llvm/llvm-gcc broken on mingw32
...have been introduced between revision 61201 (last known working) and 61242 (first known non working). I'll try to find out the smallest diff, but I thought running this by the list first couldn't hurt ;-) Thanks, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index: utils/unittest/googletest/gtest.cc =================================================================== --- utils/unittest/googletest/gtest.cc (revision 63080) +++ utils/unittest/...
2010 Jan 09
0
[LLVMdev] [PATCH] Fix nondeterministic behaviour in the CodeExtractor
...erated are not (the order of the > inputs/outputs can change). > > The attached patch uses a SetVector instead. Ok to apply ? Nice catch, please apply, -Chris > > Thanks, > Julien > > > -- > Julien Lerouge > PGP Key Id: 0xB1964A62 > PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 > PGP Public Key from: keyserver.pgp.com > <codeextractor.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/...
2011 Sep 22
1
[LLVMdev] new annotations in IR?
...t; > Thank you > > AFAIK, there is no specific code to manipulate annotations. You could > write an analysis pass to process & use them though, that shouldn't > require a lot of work. > > -- > Julien Lerouge > PGP Key Id: 0xB1964A62 > PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 > PGP Public Key from: keyserver.pgp.com > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110922/3d84ba00/attachment.html>
2011 Sep 22
4
[LLVMdev] new annotations in IR?
With recent work a plugin can now Annotate a VarDecl at the AST level, how can this be used in a Pass at the IR level? What classes are responsible for their manipulation? I assumed it would be part of Value, or something common like it, but I do not see any mentions of Annotation or Attribute. Thank you -------------- next part -------------- An HTML attachment was scrubbed... URL:
2008 Jul 30
2
[LLVMdev] More llvm-gcc build breakage
...ilman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2008 Jul 30
0
[LLVMdev] More llvm-gcc build breakage
...; _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- > Julien Lerouge > PGP Key Id: 0xB1964A62 > PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 > PGP Public Key from: keyserver.pgp.com
2009 Feb 25
0
[LLVMdev] [PATCH] Parallelized make check
...In any case, the changes would only apply to the DejaGNU tests (llvm-test already works fine with -jX). > Thanks for working on this, 8x faster make check would be very nice :) Well, thanks for the great LLVM stuff. Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com
2009 Feb 26
1
[LLVMdev] [PATCH] Parallelized make check
...he final report with the total number of pass/xpass/fail/xfail is needed. I slightly changed the Makefile so that the site.exp creation is always done, even when check-one is invoked, like it was before. Hope this helps, Julien -- Julien Lerouge PGP Key Id: 0xB1964A62 PGP Fingerprint: 392D 4BAD DB8B CE7F 4E5F FA3C 62DB 4AA7 B196 4A62 PGP Public Key from: keyserver.pgp.com -------------- next part -------------- Index: test/lib/llvm.exp =================================================================== --- test/lib/llvm.exp (revision 65468) +++ test/lib/llvm.exp (working copy) @@ -116,8 +116,1...
2009 Feb 25
2
[LLVMdev] [PATCH] Parallelized make check
On Feb 24, 2009, at 10:03 PM, Julien Lerouge wrote: > On Tue, Feb 24, 2009 at 06:24:17PM -0800, Julien Lerouge wrote: >> I haven't tested with objdir != srcdir. > > Ok, that was broken. Attached is a smaller diff that should work in > all > cases. This sounds really cool Julien! Two questions: 1) does it preserve the checking that the existing tcl stuff does, which