search for: redl

Displaying 20 results from an estimated 64 matches for "redl".

Did you mean: real
2013 Jan 02
2
[LLVMdev] LLVM IR execution in JavaScript
On 02.01.2013, at 20:37, Alon Zakai wrote: > > > ----- Original Message ----- >> From: "Sebastian Redl" <sebastian.redl at getdesigned.at> >> >> It would be awesome to combine the llvm.org demo with the in-browser >> emscripten (or possibly a server-side emscripten) so that the user >> can execute his snippets in the browser. >> >> This would be espec...
2013 Jan 02
0
[LLVMdev] LLVM IR execution in JavaScript
----- Original Message ----- > From: "Sebastian Redl" <sebastian.redl at getdesigned.at> > To: "Eli Bendersky" <eliben at google.com> > Cc: "Alon Zakai" <azakai at mozilla.com>, "llvmdev" <llvmdev at cs.uiuc.edu> > Sent: Wednesday, January 2, 2013 11:24:33 AM > Subject: Re: [LLVMd...
2013 Jan 02
3
[LLVMdev] LLVM IR execution in JavaScript
On 02.01.2013, at 19:51, Eli Bendersky wrote: >> I compiled parts of LLVM to JavaScript using emscripten and made a demo of parsing and executing LLVM assembly, >> >> http://kripken.github.com/llvm.js/demo.html >> >> Basically you enter some LLVM IR, press a button and see the output of compiling and running it, directly in the browser. >> >> This was
2013 Jan 02
0
[LLVMdev] LLVM IR execution in JavaScript
----- Original Message ----- > From: "Sebastian Redl" <sebastian.redl at getdesigned.at> > To: "Alon Zakai" <azakai at mozilla.com> > Cc: "llvmdev" <llvmdev at cs.uiuc.edu>, "Eli Bendersky" <eliben at google.com> > Sent: Wednesday, January 2, 2013 11:44:27 AM > Subject: Re: [LLVMd...
2009 Jul 30
2
[LLVMdev] LLVM Logo
my 2 cents but it looks like the logo was drawn using a vector graphics editor, so you may directly ask the author the .svg version ;-) - Christophe On Thu, Jul 30, 2009 at 9:40 AM, Sebastian Redl<sebastian.redl at getdesigned.at> wrote: > > On Thu, 30 Jul 2009 00:09:01 -0700, Chris Lattner <clattner at apple.com> > wrote: >> http://llvm.org/Logo.html >> >> That said, I'm not a graphic artist.  I simply down-sampled the image >> to get the &qu...
2010 Nov 12
3
[LLVMdev] Non-deterministic builds
Yes, this is controlled by the -frandom-seed flag. Sadly, it is expected behavior. -Chris On Nov 12, 2010, at 7:10 AM, Sebastian Redl <sebastian.redl at getdesigned.at> wrote: > On 12.11.2010 15:26, Erik Cederstrand wrote: >> I have noticed that two consecutive builds of clang, clang++ and tblgen don't produce identical binaries (as in md5 sums) on identical source code (I'm on FreeBSD). I ran strings(1) o...
2009 Jul 30
0
[LLVMdev] LLVM Logo
On Thu, 30 Jul 2009 00:09:01 -0700, Chris Lattner <clattner at apple.com> wrote: > http://llvm.org/Logo.html > > That said, I'm not a graphic artist. I simply down-sampled the image > to get the "Small" one that I'd like to use on the sidebar. The image > is complex enough that it will probably take someone who knows what > they are doing to make
2010 Jun 08
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...laced with unreachable? It's also a missed opportunity for optimizations -- if optimizer knew where outside-of-the-struct pointer is really going it could make direct call instead of indirect -- however, I don't know if this is a big deal. Eugene On Tue, Jun 8, 2010 at 3:50 PM, Sebastian Redl <sebastian.redl at getdesigned.at> wrote: > > On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com> > wrote: >> Hi All, >> >> The GHC developers would like to add support to llvm to enable the >> order that code and data are laid out i...
2010 Nov 12
0
[LLVMdev] Non-deterministic builds
On 12.11.2010 15:26, Erik Cederstrand wrote: > I have noticed that two consecutive builds of clang, clang++ and tblgen don't produce identical binaries (as in md5 sums) on identical source code (I'm on FreeBSD). I ran strings(1) on the two clang binaries, and I get the following: > 251862c251862 > <
2010 Nov 12
4
[LLVMdev] Non-deterministic builds
Hello LLVM'ers I have noticed that two consecutive builds of clang, clang++ and tblgen don't produce identical binaries (as in md5 sums) on identical source code (I'm on FreeBSD). I ran strings(1) on the two clang binaries, and I get the following: 248400,248403c248400,248403 <
2009 May 05
2
smoothing spline in package gam
...l, i have a little question, but it make me torment long time hope you can help me and give some advices , thanks i use smoothing spline in package gam the model > m1=gam(y~ost+wst+park10+sch50+comm+build+suite+y05+y06+y07+y99+y98+s(builarea)+s(age)+s(fl)+s(totfl)+s(cbd)+s(redl)) and summary(m1) can show the "s"(smoothing) variables' Signif. codes. but i also want to know the Parametric coefficients and their Signif. codes. like ost, wst...etc. is that possible to get the Parametric coefficients' Signif. codes (in package gam) ? thanks...
2009 Jul 30
3
[LLVMdev] LLVM Logo
On Thu, Jul 30, 2009 at 09:40:45AM +0200, Sebastian Redl wrote: > I think it would be best to use Mozilla's way for this. If we have any > skilled vector artists, they could try to recreate the image as a vector > graphic (it is not so complex as to prevent this) which would allow for > free scaling. Actually even if you had an SVG sourc...
2010 Jun 08
0
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...onstants directly before/after/in a function and refer to them as a global would be useful for all manner of side-tables. Being able to just order output of globals and functions make picking sections for them fairly hackish. Andrew > Eugene > > On Tue, Jun 8, 2010 at 3:50 PM, Sebastian Redl > <sebastian.redl at getdesigned.at> wrote: >> >> On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com> >> wrote: >>> Hi All, >>> >>> The GHC developers would like to add support to llvm to enable the >>> order...
2009 Jul 30
10
[LLVMdev] LLVM Logo
Hi All, I'm happy to announce that Apple has agreed to let llvm.org (and anyone else) use the great LLVM logo they designed for WWDC. If you're interested, you can see the full version of the logo on this page: http://llvm.org/Logo.html I personally think that this is a pretty great logo/mascot for LLVM, because it is very abstract, can be adapted in a variety of ways, is
2010 Jun 09
2
[LLVMdev] Adding support to LLVM for data & code layout (needed by GHC)
...and refer > to them as a global would be useful for all manner of side-tables. > Being able to just order output of globals and functions make picking > sections for them fairly hackish. > > Andrew > > >> Eugene >> >> On Tue, Jun 8, 2010 at 3:50 PM, Sebastian Redl >> <sebastian.redl at getdesigned.at> wrote: >>> >>> On Tue, 8 Jun 2010 11:42:41 +0100, David Terei <davidterei at gmail.com> >>> wrote: >>>> Hi All, >>>> >>>> The GHC developers would like to add support to llvm to en...
2008 Nov 07
0
[LLVMdev] [cfe-commits] r58509 - in /cfe/trunk: include/clang/Basic/DiagnosticKinds.def lib/AST/Expr.cpp lib/Sema/Sema.h lib/Sema/SemaExprCXX.cpp lib/Sema/SemaInherit.cpp lib/Sema/SemaInherit.h lib/Sema/SemaOverload.cpp test/SemaCXX/condition.cpp
On 2008-11-04, at 08:12, Sebastian Redl wrote: > Mike Stump wrote: >> On Nov 3, 2008, at 1:39 PM, Sebastian Redl wrote: >>>> svn help cl >>>> >>>> [ runs away, much the same way someone that throws a lighted match >>>> into a pool of gasoline ] Probably wise. >>> "...
2009 Jul 30
0
[LLVMdev] LLVM Logo
...like the logo was drawn using a vector > graphics editor, so you may directly ask the author the .svg version > ;-) I'll definitely try, but no promises. I don't know if they kept it (!). -Chris > > > - Christophe > > On Thu, Jul 30, 2009 at 9:40 AM, Sebastian > Redl<sebastian.redl at getdesigned.at> wrote: >> >> On Thu, 30 Jul 2009 00:09:01 -0700, Chris Lattner >> <clattner at apple.com> >> wrote: >>> http://llvm.org/Logo.html >>> >>> That said, I'm not a graphic artist. I simply down-sample...
2009 Aug 24
1
[LLVMdev] Regular Expression lib support
OvermindDL1 wrote: > Again, why not Spirit2.1, works just fine on C++98, and it is fast, > and it is split up into the smallest bits so you only include what you > use, and the assembly it compiles into is *very* tiny, far far less > then any regex library could possibly be. > Spirit is not an option for one simple reason: FileCheck needs to parse regexes from its instruction
2009 Aug 26
0
[LLVMdev] Regular Expression lib support
Bah, the mailing server still has the headers broken! Sending to the list this time, how inconvenient... On Wed, Aug 26, 2009 at 3:18 AM, Sebastian Redl<sebastian.redl at getdesigned.at> wrote: > > On Wed, 26 Aug 2009 09:25:30 +0200, HyperQuantum <hyperquantum at gmail.com> > wrote: >>>> +//===-- Regex.h - Regular Expression matcher implementation >>>> -------------===// >>> >>> Include...
2009 Sep 04
0
[LLVMdev] An alternate implementation of exceptions
Mikael Lyngvig wrote: > Hi Duncan, > > I agree on the problem about linking with code - I actually do mention > this in the paper. I propose adding a new calling convention called > "excall". > The problem is that you can't automatically determine from a function declaration whether it comes from "inside" (is exception-aware) or not. This means that