Displaying 15 results from an estimated 15 matches for "mcmurray".
2008 Oct 06
10
DO NOT REPLY [Bug 5811] New: rsync error: error allocating core memory buffers (code 22) at io.c(635)
https://bugzilla.samba.org/show_bug.cgi?id=5811
Summary: rsync error: error allocating core memory buffers (code
22) at io.c(635)
Product: rsync
Version: 3.0.4
Platform: x64
OS/Version: Linux
Status: NEW
Severity: blocker
Priority: P3
Component: core
AssignedTo: wayned@samba.org
2007 Jun 01
1
[LLVMdev] Advice on a VStudio specific patch
...hat do have noreturn abort, the extra return
should trigger an "unreachable code" warning, which will also prevent
compilation with treat warnings as errors on...
I know boost has a BOOST_UNREACHABLE_RETURN(x) macro for that
situation; Perhaps LLVM should have something similar?
~ Scott McMurray
_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 May 10
3
[LLVMdev] T-Shirts: Last Call
...rson
M
Bob
Archer
Largest
Ryan
Brown
M
Bruno
Cardoso
L
Mike
Engler
L
Han
Gao
L
Dan
Gohman
L + XL
Dale
Johannsen
XL
Anton
Korobeynikov
M
Christopher
Lamb
M
Chris
Lattner
M
Tanya
Lattner
S
Andrew
Lenharth
XL
Nick
Lewycky
L
Efrem
Lipkin
XL
Schimmel
Mark
L x 2
Gabe
McArthur
L
Paul
McJones
L
Scott
McMurray
M
Scott
Michel
L
Devang
Patel
M
Jeff
Poznanovic
L
Chuck
Rose
XL
Al
Stone
XL
Mark
Thomas
L
Sarah
Thompson
XL
Bill
Wendling
XL
By default, T-Shirts will be delivered to you on May 25th at the
meeting. If you are not attending, please provide your shipping address
to me. I already have shipping add...
2007 Jun 01
0
[LLVMdev] Advice on a VStudio specific patch
...hat do have noreturn abort, the extra return
should trigger an "unreachable code" warning, which will also prevent
compilation with treat warnings as errors on...
I know boost has a BOOST_UNREACHABLE_RETURN(x) macro for that
situation; Perhaps LLVM should have something similar?
~ Scott McMurray
2007 Feb 21
2
[LLVMdev] Trouble with sample project's autoconf
...$ cd ..
~/programming/llvm-1.9/projects/zhe $ ./configure
configure: error: cannot find install-sh or install.sh in
../../../autoconf "."/../../../autoconf
I've tried this with both the 1.9 release and a fresh CVS checkout,
with the same results. What am I missing?
Confused,
Scott McMurray
2007 Apr 12
0
[LLVMdev] "Name that compiler"
...of Helios's chariot,
maker of Talos, Crete and Europa's guardian robot, and fabricator of
the weapons of the Gods; or Lemnos, the island with his workshop.
Unfortunately, they're not the easiest words to spell, and Vulcan,
Hephæstus's roman name, is somewhat used already.
~ Scott McMurray
2007 Feb 23
0
[LLVMdev] Trouble with sample project's autoconf
...utoconf/install-sh. Check
to make sure that that directory and file are there. If it is there,
then its some kind of bug.
>
> I've tried this with both the 1.9 release and a fresh CVS checkout,
> with the same results. What am I missing?
Nothing. :)
>
> Confused,
> Scott McMurray
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Feb 23
1
[LLVMdev] Trouble with sample project's autoconf
...ver, configure seems to be looking for it in one directory too
low. The ../../.. is correct from the autoconf directory, but
obviously not the directory in which configure is run. I've tried
changing it to ../.. in configure.ac, but AutoRegen.sh overwrites it.
Thanks for the help Reid,
Scott McMurray
2007 May 31
4
[LLVMdev] Advice on a VStudio specific patch
Here are the two problem areas:
RegisterInfoEmitter.cpp
// Emit the subregister + index mapping function based on the
information
// calculated above.
OS << "unsigned " << ClassName
<< "::getSubReg(unsigned RegNo, unsigned Index) const {\n"
<< " switch (RegNo) {\n"
<< " default: abort(); break;\n";
...
2007 Mar 03
3
[LLVMdev] What version of GCC to build LLVM-GCC4 on Linux
I am wanting to upgrade my Fedora Core 6's GCC as it is version 4.1.1 and that does not build LLVM-GCC4.
What version of GCC is recomended ?
Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070303/c5da364e/attachment.html>
2007 Apr 29
4
[LLVMdev] SVN (?) Migration
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tanya M. Lattner wrote:
> There was much debate about which version control system to switch to
> (please search the llvm-dev mailing list).
Well, I would if it were searchable...
> I think its best not to rehash this discussion. We have already begun the
> steps to convert to SVN.
I come from a different perspective. While I
2007 Mar 18
6
[LLVMdev] Google SOC - Idea
Hi,
I noticed that LLVM had signed up as a mentoring organization for
Google's summer of code. LLVM looks like an exciting project that
overlaps some of my interests.
I would be interested in developing an additional front end for a
language it does not currently support (I'm open to what language). I
do not know much about what this entails in regards to what LLVM
requires from its
2007 Apr 12
20
[LLVMdev] "Name that compiler"
Hi Everyone,
LLVM is a growing project, and many of us are very fond of it. :) LLVM
is continuing to grow, both in maturity in specific areas and in scope of
areas that it is applicable to.
When we first started the project, we focused on the design of the
intermediate representation. It is a strong design goal that the IR be a
self-contained virtual instruction set, which fully describes
2007 Mar 20
0
[LLVMdev] Google SOC - Idea
Hi,
Here is a rough draft of the application -- a FORTRAN front-end to
LLVM. In accordance with the summer of code specifications it is split
into two portions: the abstract which describes the project, and the
details description which describes me and how I plan to complete the
project.
It's a little long, (but about half the max length the application
directions specify). Would someone be
2007 Mar 19
5
[LLVMdev] Google SOC - Idea
Getting the front end for Fortran finished is definitely something I
would be interested in working on. I will draft up a little proposal
and send it out to this list.
-Scott
On 3/19/07, Kenneth Hoste <kenneth.hoste at ugent.be> wrote:
> Hi Scott,
>
> On 18 Mar 2007, at 04:22, Scott Fortmann-Roe wrote:
>
> > Hi,
> >
> > I noticed that LLVM had signed up as a