search for: someguy

Displaying 20 results from an estimated 77 matches for "someguy".

2009 Mar 11
6
[LLVMdev] Wiki?
...various questions and tasks I've encountered during my backend development, ranging from a 'What's the bare minimum?' to more complex issues like 'Implementing conditional branching' and 'calling conventions', 'emitting binary (object) code' etc. Thoughts? someguy
2009 Mar 26
1
[LLVMdev] LLVM and GMP
someguy wrote: > Oh. One more thing: > > Paulo, while your working out how to do what Chris said (making usage > of bigints into library calls), wouldn't it just warm your heart to > document the process on the wiki? > > </wiki pimping> > > On Wed, Mar 25, 2009 at 9:16...
2009 Mar 19
2
[LLVMdev] Wiki?
As soon as i get out of this meeting I will On Thu, Mar 19, 2009 at 3:22 PM, someguy <just.s0m3.guy+llvmdev at gmail.com> wrote: > Daniel, can you set up the virtual host please? > > On Thu, Mar 19, 2009 at 9:02 PM, John Criswell <criswell at cs.uiuc.edu> wrote: >> John Criswell wrote: >>> someguy wrote: >>> >>>> Hi All, >...
2009 Mar 20
2
[LLVMdev] Wiki?
>Done Yay, we got Wiki, now I can do some wicked UML diagrams for LLVM, he, he, he :) Many thanks, Aaron On Thu, Mar 19, 2009 at 3:58 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > As soon as i get out of this meeting I will > > On Thu, Mar 19, 2009 at 3:22 PM, someguy > <just.s0m3.guy+llvmdev at gmail.com> wrote: >> Daniel, can you set up the virtual host please? >> >> On Thu, Mar 19, 2009 at 9:02 PM, John Criswell <criswell at cs.uiuc.edu> >> wrote: >>> John Criswell wrote: >>>> someguy wrote: >&gt...
2009 Mar 23
0
[LLVMdev] Wiki?
...wicked UML diagrams for LLVM, he, he, > he > :) > > Many thanks, > > Aaron > > On Thu, Mar 19, 2009 at 3:58 PM, Daniel Berlin <dberlin at dberlin.org> > wrote: > > As soon as i get out of this meeting I will > > > > On Thu, Mar 19, 2009 at 3:22 PM, someguy > > <just.s0m3.guy+llvmdev at gmail.com <just.s0m3.guy%2Bllvmdev at gmail.com>> > wrote: > >> Daniel, can you set up the virtual host please? > >> > >> On Thu, Mar 19, 2009 at 9:02 PM, John Criswell <criswell at cs.uiuc.edu> > >> wrote:...
2009 Mar 17
2
[LLVMdev] Wiki?
....osuosl.org/wiki/index.php/Main_Page). I'll hopefully add a bunch of those as I go along, but feel free to both correct my mistakes and fill in the blanks. Could someone in a 'position of power' please cname wiki.llvm.org to the google2.osuosl.org server so Daniel can virtualhost it? someguy
2009 Mar 25
2
[LLVMdev] LLVM and GMP
On Mar 24, 2009, at 11:20 PM, someguy wrote: > I could be wrong, but I think that you may need to add a 'big-integer' > intrinsic type to llvm. No, please don't. GMP is just another library like libc, your front- end should just generate calls into it like any other library. This is similar to how we handle thr...
2009 Mar 19
2
[LLVMdev] Wiki?
John Criswell wrote: > someguy wrote: > >> Hi All, >> >> I've started outlining the notes I'd like to see on the wiki on the >> front page (http://google2.osuosl.org/wiki/index.php/Main_Page). >> >> I'll hopefully add a bunch of those as I go along, but feel free to >>...
2009 Mar 11
0
[LLVMdev] Wiki?
I agree too. I'm working on an analysis pass and I could be adding info to a wiki as I discover how to do things. Anthony On Mar 11, 2009, at 4:22 AM, someguy wrote: > Hi all, > > I'm pretty new to LLVM and am slowly learning the code-base and > architecture, mostly as a result of my efforts to implement a target > backend. > > There are a number of resources (read: documents) available which deal > with some parts of backend...
2009 Mar 19
0
[LLVMdev] Wiki?
Done On Thu, Mar 19, 2009 at 3:58 PM, Daniel Berlin <dberlin at dberlin.org> wrote: > As soon as i get out of this meeting I will > > On Thu, Mar 19, 2009 at 3:22 PM, someguy > <just.s0m3.guy+llvmdev at gmail.com> wrote: >> Daniel, can you set up the virtual host please? >> >> On Thu, Mar 19, 2009 at 9:02 PM, John Criswell <criswell at cs.uiuc.edu> wrote: >>> John Criswell wrote: >>>> someguy wrote: >>>>...
2009 Mar 11
0
[LLVMdev] Wiki?
Reid Spencer had set one up at one point, but it never got much traction. It seems to be broken at the moment: http://wiki.llvm.org/ On 2009-03-11, at 02:22, someguy wrote: > Hi all, > > I'm pretty new to LLVM and am slowly learning the code-base and > architecture, mostly as a result of my efforts to implement a target > backend. > > There are a number of resources (read: documents) available which deal > with some parts of backend...
2009 Mar 10
2
[LLVMdev] Stack smashing
On Tuesday 10 March 2009 21:47:59 someguy wrote: > From a cursory glance, it looks like something is messing with the > stack canarys. Probably a stack buffer overflow. In case it is relevant, HLVM uses libsigsegv to detect stack overflows and that stack handler is initialized in my JITted code which LLVM's runFunction should...
2009 Mar 11
1
[LLVMdev] tblgen automated code emitter?
Hi, I noted that tblgen (in 2.5) seems to generate some code related to code emission. Does this work? If so, how is it used/controlled? Thanks, someguy
2009 Mar 17
0
[LLVMdev] Wiki?
someguy wrote: > Hi All, > > I've started outlining the notes I'd like to see on the wiki on the > front page (http://google2.osuosl.org/wiki/index.php/Main_Page). > > I'll hopefully add a bunch of those as I go along, but feel free to > both correct my mistakes and fill in...
2009 Mar 19
0
[LLVMdev] Wiki?
Daniel, can you set up the virtual host please? On Thu, Mar 19, 2009 at 9:02 PM, John Criswell <criswell at cs.uiuc.edu> wrote: > John Criswell wrote: >> someguy wrote: >> >>> Hi All, >>> >>> I've started outlining the notes I'd like to see on the wiki on the >>> front page (http://google2.osuosl.org/wiki/index.php/Main_Page). >>> >>> I'll hopefully add a bunch of those as I go along, b...
2009 Mar 25
0
[LLVMdev] LLVM and GMP
Oh. I see. That way the bigints don't need a representation in llvm IR... neat. Sorry for the misdirecton! On Wed, Mar 25, 2009 at 8:38 AM, Chris Lattner <clattner at apple.com> wrote: > > On Mar 24, 2009, at 11:20 PM, someguy wrote: > >> I could be wrong, but I think that you may need to add a 'big-integer' >> intrinsic type to llvm. > > No, please don't.  GMP is just another library like libc, your front- > end should just generate calls into it like any other library.  This > is...
2009 Apr 07
2
[LLVMdev] ISel Pattern Preferences
Not yet. http://wiki.llvm.org On Tue, Apr 7, 2009 at 6:06 PM, David Greene <dag at cray.com> wrote: > On Tuesday 07 April 2009 01:20, someguy wrote: > > David, > > Would you mind documenting what you did with AddedComplexity for the > 'less > > fortunate' on the wiki? > > Yep. Will do. Hmm...is there a link to the Wiki on the main page? I > can't > find it. > >...
2009 Apr 07
1
[LLVMdev] ISel Pattern Preferences
Thanks Chris! Can we put it in the IRC channel's topic as well? On Tue, Apr 7, 2009 at 7:35 PM, Chris Lattner <clattner at apple.com> wrote: > > On Apr 7, 2009, at 9:03 AM, someguy wrote: > > Not yet. > http://wiki.llvm.org > > > I added a link to the sidebar. > > -Chris > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.e...
2009 Mar 23
2
[LLVMdev] Wiki?
I'll see which plugins others use. Which wiki's pretty printing are you thinking of in particular? 2009/3/23 someguy <just.s0m3.guy+llvmdev at gmail.com>: > Daniel, > Can we add the relevant plugins for pretty printing of source code? > > On Fri, Mar 20, 2009 at 4:45 AM, Aaron Gray > <aaronngray.lists at googlemail.com> wrote: >> >> >Done >> >> Yay, we got Wik...
2009 Mar 30
4
[LLVMdev] GSoC 2009: Extending LLVM IR to aid multi-core code generation
2009/3/30 someguy <just.s0m3.guy+llvmdev at gmail.com<just.s0m3.guy%2Bllvmdev at gmail.com> > > Can you not achieve the same effect without adding intrinsics? Insert > function calls to a __spawn and __join pseudo-function instead? > It would make LLVM code generation more difficult because ins...