search for: keithshep

Displaying 17 results from an estimated 17 matches for "keithshep".

2012 Mar 18
4
[LLVMdev] a place for listing LLVM binding implementations?
...#39;t see any section on this site for LLVM language bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to be more about self-contained applications of LLVM. I think it would be useful to add a page (or section to an existing page) if you all agree. My binding is https://github.com/keithshep/llvm-fs and I know that there are many others. Best, Keith
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
...All, I'm building an F# binding for LLVM and it seems to be working for the parts of Core and BitWriter that I've tested but I've hit problems with Target/ExecutionEngine. The following test code works with the initializeNativeTarget line commented out like so: <https://github.com/keithshep/llvm-fs/blob/b7050b841108dc703e58563a4cff8845603c950d/test/simpletest2.fs> ... but if I uncomment the initializeNativeTarget line I get the following error from mono: Unhandled Exception: System.EntryPointNotFoundException: LLVMInitializeNativeTarget at (wrapper managed-to-native) LLVM.Gener...
2012 Feb 27
2
[LLVMdev] Where is LLVM-3.0.dll
I'm trying to use LLVM on Windows for the first time. Keith Sheppard has published some F# bindings: https://github.com/keithshep/llvm-fs They require an LLVM-3.0.dll file. I'm not familiar with Windows but I think I've managed to build LLVM 3.0 using both VS2010 and Cygwin but neither build seems to have produced said file. The VS2010 build (made using CMake) seems to have made lots of .lib files in /lib/Debug where...
2012 Mar 19
0
[LLVMdev] a place for listing LLVM binding implementations?
Hello Everyone > bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to > be more about self-contained applications of LLVM. I think it would be > useful to add a page (or section to an existing page) if you all > agree. My binding is https://github.com/keithshep/llvm-fs and I know > that there are many others. +1. Keith, if you'll create such page including yours bindings and some others you're aware of - I'll put the stuff on llvm.org -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State Un...
2012 Oct 18
1
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
Yes, that was my (maybe wrong) assumption. -Keith On Thu, Oct 18, 2012 at 9:33 AM, Tim Northover <t.p.northover at gmail.com> wrote: > On Thu, Oct 18, 2012 at 2:09 PM, Keith Sheppard <keithshep at gmail.com> wrote: >> This looks great! One hitch though: it looks like I can monitor files >> by name but what I really want to watch is a whole directory >> "/llvm/trunk/include/llvm-c". I didn't see any way to do that. Do you >> have any idea if that is...
2012 Feb 27
0
[LLVMdev] Where is LLVM-3.0.dll
> I'm trying to use LLVM on Windows for the first time. Keith Sheppard has > published some F# bindings: > >  https://github.com/keithshep/llvm-fs Keith specified the build instructions there, what were the problems of using them? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2012 Oct 18
0
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
On Thu, Oct 18, 2012 at 2:09 PM, Keith Sheppard <keithshep at gmail.com> wrote: > This looks great! One hitch though: it looks like I can monitor files > by name but what I really want to watch is a whole directory > "/llvm/trunk/include/llvm-c". I didn't see any way to do that. Do you > have any idea if that is possible? I can...
2012 Oct 18
2
[LLVMdev] [cfe-dev] Announcement: Phabricator for code reviews
...cfe-dev at cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >> > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- keithsheppard.name
2012 Sep 01
0
[LLVMdev] building LLVM for raspberry pi
On 01.09.2012, at 15:02, Keith Sheppard <keithshep at gmail.com> wrote: > Hi All, > > I tried build a version of LLVM pulled from the git repo on my > raspberry pi. I got close to the finish line then: > > llvm[2]: Building Debug+Asserts Archive Library libLLVMDebugInfo.a > make[2]: Leaving directory `/home/pi/llvm-git/li...
2012 Sep 01
2
[LLVMdev] building LLVM for raspberry pi
...omething that I haven't ever done before so I could use some pointers. Is there a recipe for building LLVM for raspberry pi that someone can share or any pointers? Incase it matters the source OS is OS X Mountain Lion and I'm happy to use gcc/clang/whatever works. Thanks, Keith -- http://keithsheppard.name
2011 Aug 02
0
[LLVMdev] llvm-fs 0.0.0
Hi All, I've created the first tagged version of my LLVM F# bindings (0.0.0) at https://github.com/keithshep/llvm-fs. I basically created this so that I can write an F# based CIL compiler but I hope it's useful to others. Comments and bug reports are welcome. BTW it was very useful to me that the C API was structured in a nice, consistent way. It allowed me to autogen most of the bindings which makes...
2012 Feb 27
1
[LLVMdev] Where is LLVM-3.0.dll
Anton wrote: > > I'm trying to use LLVM on Windows for the first time. Keith Sheppard > > has published some F# bindings: > > > > https://github.com/keithshep/llvm-fs > Keith specified the build instructions there, what were the problems of using > them? I followed both those instructions and (separately) the instructions from the LLVM "Getting Started with the LLVM System using Microsoft Visual Studio" page but neither seems to have pro...
2012 Mar 19
1
[LLVMdev] a place for listing LLVM binding implementations?
...lo Everyone > >> bindings. There is http://llvm.org/ProjectsWithLLVM/ but that seems to >> be more about self-contained applications of LLVM. I think it would be >> useful to add a page (or section to an existing page) if you all >> agree. My binding is https://github.com/keithshep/llvm-fs and I know >> that there are many others. > +1. > > Keith, if you'll create such page including yours bindings and some > others you're aware of - I'll put the stuff on llvm.org > > -- > With best regards, Anton Korobeynikov > Faculty of Mathematics...
2011 Aug 19
2
[LLVMdev] building LLVM for i386 under snow leopard
Hello, Does anyone know how to build LLVM for the i386 architecture with snow leopard (this seems to have been the default for leopard). I've tried building with: ./configure CFLAGS="-arch i386" CXXFLAGS="-arch i386" LDFLAGS="-arch i386" OBJCFLAGS="-arch i386" --prefix=/Users/keith/share/ --enable-shared --enable-jit && make but I still end up
2012 Mar 21
0
[LLVMdev] [3.1 Release] Call For Testers!
> As always, we support Intel on Darwin, Debian and Ubuntu Linux, Windows, and > FreeBSD. We haven't released binaries for ARM, but that may change this time > around (no guarantees though). If you have a platform for which you would > like to see binaries released, let me know! My 2 cents: I think it would be great if dynamic libs were a part of the binary releases. That would
2012 May 14
1
[LLVMdev] Adapting Kalaidoscope tutorial for use with LLVM.NET/LLVM-F#?
...ctly onto the C++ API, some methods map to a sequence of C++ calls. > > Ciao, Duncan > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev -- keithsheppard.name
2012 Nov 01
1
[LLVMdev] C API: Why do some functions require a string length arg
...e somewhat new MD functions). Is there a reason that some functions ask for length? If possible, I'd prefer for the API not to require length for reasons of simplicity and consistency and if it turns out that there is consensus for this change I'm happy to prepare a patch. Best, Keith -- keithsheppard.name -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121031/4cbc0896/attachment.html>