search for: aarongray

Displaying 12 results from an estimated 12 matches for "aarongray".

Did you mean: aaronngray
2007 Feb 28
1
[LLVMdev] Building LLVM and LLVM-GCC4 on Cygwin
...make[2]: warning: Clock skew detected. Your build may be incomplete. I am getting this on both XP and Vista and am writting to the Cygwin list regarding this. In Cygwin's 'include/stdint.h' int32_t and uint32_t have to be changed from long's to int's. http://www.aarongray.org/LLVM/Patches/stdint.h.diff The alternative is to add some disambiguation functions to LLVM, these would be inline and transparent with no overhead. And 'lib/System/Unix/Program.inc' has to have three lines #def'ed out on the Cygwin build. http://www.aarongray.org/LLVM/Pat...
2007 Sep 26
4
[LLVMdev] Cygwin support completely dropped?
> > > > I believe Aaron Gray has had success building llvm on Cygwin: > > http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html > > > > However, those instructions may be a bit out of date... > > Tanya: OK. And how about the clang frontend. Is it usable without having dependencies with the rest of the infrastructure? Which are your typical Linux platforms for LLVM and l...
2007 Sep 25
2
[LLVMdev] Cygwin support completely dropped?
Hi there it seems that it has been sometime that anyone had success with building llvm (2.0 or 2.1 prerelease) on Cygwin/XP. i have been using gcc-4.0.2 with no success. is anyone working on Cygwin or not? i feel that having Cygwin as a supported platform is at least misleading since noone is building on Cygwin. I recall llvm-1.4 to 1.6 building decently on Cygwin even with gcc-3.3.3. Kind
2007 Sep 25
0
[LLVMdev] Cygwin support completely dropped?
...ne working on Cygwin or not? i feel that having Cygwin as a supported > platform is at least misleading since noone is building on Cygwin. > > I recall llvm-1.4 to 1.6 building decently on Cygwin even with gcc-3.3.3. I believe Aaron Gray has had success building llvm on Cygwin: http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html However, those instructions may be a bit out of date... If you are still encountering problems, please file bugs or submit patches. The majority of LLVM developers do not use Cygwin, so its quite possible there are problems. -Tanya
2009 Feb 28
2
[LLVMdev] Removal of GVStub methods from MachineCodeEmitter, ELFWriter, and MachOWriter
...and have JCE's instead of JE's. I dont think there are any other issues I missed or need tidying up either. I removed some getCodeEmitter and accompanying redundant assertions from JITEmitter.cpp JIT class methods, AFAICT this is only cruft. Anyway here's the patch :- http://www.aarongray.org/LLVM/patches/llvm-JITEmitter.patch There was another way I considered that was having a second MCE for writting global data and stubs to. I believe this would not require making JITEmitter and friend visible, but may introduce more runtime overhead. If you could have a look at this patch and...
2009 Mar 02
0
[LLVMdev] Removal of GVStub methods from MachineCodeEmitter, ELFWriter, and MachOWriter
...t; I dont think there are any other issues I missed or need tidying up > either. I removed some getCodeEmitter and accompanying redundant > assertions from JITEmitter.cpp JIT class methods, AFAICT this is > only cruft. > > Anyway here's the patch :- > > http://www.aarongray.org/LLVM/patches/llvm-JITEmitter.patch > > There was another way I considered that was having a second MCE for > writting global data and stubs to. I believe this would not require > making JITEmitter and friend visible, but may introduce more runtime > overhead. > > If y...
2009 Feb 23
0
[LLVMdev] how to build llvm-test in separate directory
Hello, Aaron > I don't have the external testsets installed. Make sure you have llvm-gcc path properly specified to llvm configure. --- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2007 Jul 28
1
[LLVMdev] Web Site Re-Design
On 2007-07-27, at 22:46, me22 wrote: > 2) Please use ems (or some other non-absolute size) for the widths. I > really like my big, widescreen monitor, but sites that set the content > width to 800 pixels just look silly, especially since I have the font > sizes somewhat higher than usual. (80 em is often a decent choice for > the main content area.) I have no significant
2007 Sep 26
0
[LLVMdev] Cygwin support completely dropped?
On Sep 25, 2007, at 6:54 PM, nkavv at physics.auth.gr wrote: >>> >>> I believe Aaron Gray has had success building llvm on Cygwin: >>> http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html >>> >>> However, those instructions may be a bit out of date... >>> > > Tanya: > OK. And how about the clang frontend. Is it usable without having > dependencies > with the rest of the infrastructure? > clang is depe...
2009 Apr 10
3
[LLVMdev] Support for frontend in Windows
What is the recommended way to get a front-end to run on Windows? I have been able to successfully compile on Linux. I'm worried about documents stating all the shortcomings of the Visual Studio compiled version, but I do have mingw. Is there a guide for using mingw to compile? I thought about compiling to IR, but the documentation said the language is not stable.
2009 Feb 23
3
[LLVMdev] how to build llvm-test in separate directory
On Mon, Feb 23, 2009 at 6:32 PM, John Criswell <criswell at cs.uiuc.edu> wrote: > Aaron Gray wrote: > > I am trying to build llvm-test in a separate directory to the main llvm > tree. > > > > I have put llvm and llvm-gcc's bin directories on the path but think I am > missing a switch on the configure command. > > > You need to use --with-llvmsrc and
2011 Feb 09
2
[LLVMdev] Building LLVM on Cygwin.
Hi, I followed the build instructions at http://www.aarongray.org/LLVM/BuildingLLVMonCygwin.html to build LLVM and LLVM GCC. Everything went fine except for the 'make install' step of llvm. At this step, I am getting a big list of files which are under /cygdrive/c/llvm-2.8/include/llvm and /cygdrive/c/llvm-2.8/include/llvm-c. The error I am getting is...