search for: graydon

Displaying 11 results from an estimated 11 matches for "graydon".

Did you mean: brandon
2013 Mar 21
2
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...FTR, there's already such a method but it is (mis?)used only in > lib/Target/X86/X86FrameLowering.cpp for segmented stacks. > Are segmented stacks actually used with MSVC or is it just the > conditions there should use isTargetMingw() && !is64Bit() instead? > > cc'ing graydon about segmented stacks because I know rust uses them. -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130320/fec79a4d/attachment.html>
2011 Mar 31
1
[LLVMdev] [patch] Support PE/COFF in COFFObjectFile, fix some bugs object file readers
...n seeking around in object files. Let me know if any of this is questionable or you've suggestions on style, as I may submit subsequent bugs along these lines; we're using the LLVM object-file reading facilities in rustc, so will be fixing any bugs we encounter as we go. Thanks, -Graydon -------------- next part -------------- A non-text attachment was scrubbed... Name: pecoff.patch Type: text/x-patch Size: 4718 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110331/be4614ae/attachment.bin>
2013 Mar 27
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...ed with MSVC or is it just the >> conditions there should use isTargetMingw() && !is64Bit() instead? Attached is a patch that makes the proposed change to isTargetWin32 and also fixes all the previous uses of isTargetWin32. Can you please review it? -- Thanks, Timur > cc'ing graydon about segmented stacks because I know rust uses them. > > -eric > -------------- next part -------------- A non-text attachment was scrubbed... Name: bug_15556_p0.patch Type: application/octet-stream Size: 2391 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/att...
2013 Mar 27
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...ions there should use isTargetMingw() && !is64Bit() instead? > > Attached is a patch that makes the proposed change to isTargetWin32 > and also fixes all the previous uses of isTargetWin32. > Can you please review it? > > -- > Thanks, > Timur > >> cc'ing graydon about segmented stacks because I know rust uses them. >> >> -eric >> > > _______________________________________________ > cfe-dev mailing list > cfe-dev at cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev > -- With best regards, Anton Korobeyn...
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
2011 Aug 19
0
[LLVMdev] building LLVM for i386 under snow leopard
Hi Keith, > 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
2000 Jul 14
1
Compiling question about the nightly CVS download
I'm doing something wrong but the directions I follow seem simple: tar xvfz vorbis-nightly-cvs.tgz (in /root) cd vorbis ./configure make make install There didn't seem to be any unusual output from configure or make, but make install results in: cat install.sh >install chmod a+x install both of these files are empty. The directories /usr/local/bin, usr/local/man and
2013 Mar 21
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
2013/3/20 Timur Iskhodzhanov <timurrrr at google.com>: > Anton, > > [+Eric, Nick, > the e-mail thread context has been broken a few times, so you should > probably look at the llvmdev archives. > It all starts here: > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ] > > So I've decided to make a new attempt to fix this issue. > >
2013 Mar 27
0
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
...is64Bit() instead? > > > > Attached is a patch that makes the proposed change to isTargetWin32 > > and also fixes all the previous uses of isTargetWin32. > > Can you please review it? > > > > -- > > Thanks, > > Timur > > > >> cc'ing graydon about segmented stacks because I know rust uses them. > >> > >> -eric > >> > > > > _______________________________________________ > > cfe-dev mailing list > > cfe-dev at cs.uiuc.edu > > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev >...
2013 Mar 21
3
[LLVMdev] [cfe-dev] Handling SRet on Windows x86
Anton, [+Eric, Nick, the e-mail thread context has been broken a few times, so you should probably look at the llvmdev archives. It all starts here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/053961.html ] So I've decided to make a new attempt to fix this issue. We've discussed my patches with Eric and came up with the following idea: a) IsTargetWindows should be true for
2010 Mar 05
1
iptables bugs going untended?
Hi, I submitted a bug report, 0004193 and did a forum post: http://centos.org/modules/newbb/viewtopic.php?topic_id=24748&forum=42 regarding a bug / problem I keep coming up against with CentOS 5.x's kernel. I've done a load of searching on the subject but can't see any references on any CentOS list or mantis, so I'm trying to follow up and see if anyone can work on it,