Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] llvm.org: out of disk space?"
2006 Nov 25
3
[LLVMdev] Zion Out Of Disk Space!
All,
Commits aren't taking right now because apparently Zion is out of disk
space:
cvs commit utils/findmisopt
Checking in utils/findmisopt;
/var/cvs/llvm/llvm/utils/findmisopt,v <-- findmisopt
new revision: 1.9; previous revision: 1.8
done
Insufficient disk space; try again later
Insufficient disk space; try again later
returntosender: cannot select queue for llvm
Insufficient disk
2006 Nov 25
0
[LLVMdev] Zion Out Of Disk Space!
Reid Spencer wrote:
1) It appears that the only problem was with sending email to the
llvm-commits list; any files commited to the repository should be commited.
2) The web server error log filled up /var/log, preventing the CVS
commit script from sending email. The Apache error log was filled with
entries like this:
[client 219.140.157.109] PHP Notice: Undefined offset: 1 in
2006 Nov 25
1
[LLVMdev] Zion Out Of Disk Space!
How big was that log file? If we are running close to the limit, I
can just buy a new disk for zion. Other suggestions welcome.
--Vikram
On Nov 25, 2006, at 12:38 AM, John T. Criswell wrote:
> Reid Spencer wrote:
>
> 1) It appears that the only problem was with sending email to the
> llvm-commits list; any files commited to the repository should be
> commited.
>
>
2010 Nov 09
1
[LLVMdev] uninitialized value warnings: LLVMParser.cpp
These warnings started appearing recently when building LLVM:
llvm[2]: Compiling LLParser.cpp for Release build
/Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp: In member function ‘bool llvm::LLParser::ParseBr(llvm::Instruction*&, llvm::LLParser::PerFunctionState&)’:
/Volumes/Data/Users/kremenek/llvm/lib/AsmParser/LLParser.cpp:3195: warning: ‘Op1’ may be used uninitialized in
2014 Jun 11
7
[LLVMdev] [ADVERTISEMENT] open positions in Apple's Swift compiler team
On Jun 10, 2014, at 5:36 PM, C. Bergström <cbergstrom at pathscale.com> wrote:
> On 06/11/14 06:58 AM, Ted Kremenek wrote:
>> ** NOTE: This is a compiler job announcement. **
>>
>> The Apple Source Languages team is looking for exceptional engineers to work on the Swift programming language:
> Maybe this has been asked already and I missed it - Will Swift be open
2009 Feb 12
2
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com> wrote:
> Actually, neither of these methods are needed for ImmutableSet.
> ImmutableSet already has an 'isEmpty()' method and I have never really seen
> a case where "size()" needs to be explicitly calculated. If you need size()
> itself, however, this seems like a perfectly valid addition.
2007 Dec 24
2
[LLVMdev] build failure: ocamlopt: unknown option `-g'
I am at revision 45341, and I am getting a build failure on Leopard
involving an unknown option to the ocaml compiler:
llvm[3]: Compiling optimized llvm.ml for Debug build
/opt/fink/bin/ocamlopt: unknown option `-g'.
Usage: ocamlopt <options> <files>
...
My ocaml binaries are compiled from source using fink:
(kremenek at tedbook:llvm)$ which ocamlopt
/opt/fink/bin/ocamlopt
2009 Feb 12
1
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Thu, Feb 12, 2009 at 4:47 AM, Ted Kremenek <kremenek at apple.com> wrote:
> On Feb 11, 2009, at 8:14 PM, Ben Laurie wrote:
>
>> On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com> wrote:
>>>
>>> Actually, neither of these methods are needed for ImmutableSet.
>>> ImmutableSet already has an 'isEmpty()' method and I have
2008 May 18
3
[LLVMdev] VS build is broken again
If you look at an .sln file, there's a long sequence of digits
associated with every project, something like this
8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942. For the lack of a better word I
called it "encoding". After I changed the dependencies between
projects in the solution, msvs replaced those numeric sequences by new
ones literally for every project in the solution file. The diff now
2015 Aug 18
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
I am not certain, but I know one person to ask. I sent them an email off list and will follow up shortly.
> On Aug 18, 2015, at 7:32 AM, deus ex <deusex12345678 at gmail.com> wrote:
>
> Hello,
>
> someone has an idea where I could get the other .svg LLVM Logo derivates? That would be great :)
>
> Thanks in advance.
>
> greetings,
>
> dex
>
>
2009 Feb 12
0
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Feb 11, 2009, at 8:14 PM, Ben Laurie wrote:
> On Wed, Feb 11, 2009 at 8:24 PM, Ted Kremenek <kremenek at apple.com>
> wrote:
>> Actually, neither of these methods are needed for ImmutableSet.
>> ImmutableSet already has an 'isEmpty()' method and I have never
>> really seen
>> a case where "size()" needs to be explicitly calculated. If
2013 Oct 31
0
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Oct 31, 2013, at 11:54 AM, Chandler Carruth <chandlerc at google.com> wrote:
>
> You'll note that I replied directly to Ted's post asking whether the timeframe would be reasonable or what would be reasonable, and will naturally be waiting to hear back from him before anything happens. =]
After some internal investigation and discussion, dropping support for VS 2010 no
2009 Feb 11
3
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
On Feb 11, 2009, at 10:54 AM, Bill Wendling wrote:
> On Wed, Feb 11, 2009 at 10:36 AM, Ben Laurie <benl at google.com> wrote:
>> I needed these for some work I'm doing in clang...
>>
> Yes sir! At least this message was informative. One thing:
>
> + int size() const {
> + int n = 0;
> + for(iterator i = begin() ; i != end() ; ++n, ++i)
> + ;
2023 Mar 02
1
transform.data.frame() ignores unnamed arguments when no named argument is provided
On Thu, Mar 2, 2023 at 2:02?PM Antoine Fabri <antoine.fabri at gmail.com>
wrote:
> Thanks and good point about unspecified behavior. The way it behaves now
> (when it doesn't ignore) is more consistent with data.frame() though so I
> prefer that to a "warn and ignore" behaviour:
>
> data.frame(a = 1, b = 2, 3)
>
> #> a b X3
>
> #> 1 1 2 3
2008 May 19
0
[LLVMdev] VS build is broken again
Hi Dmitri,
I know what you are saying, but in the end I think we are lucky if
diffs against project files have any meaningful information. Nobody
right now assumes responsibility for regularly updating the VS files,
so we routinely get patches from different people when they decide to
upgrade the project files, and these patches change the .sln files in
arbitrary ways.
If you have
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
Hi Chris,
llvm.org/perf gives again error 500s. I remember you had a look the last
time. Would you mind looking again?
Also, is there something which we could do to make LNT more robust. Do
you have an idea what the last issue was about?
Thanks,
Tobias
-------- Original Message --------
Subject: buildbot failure in LLVM on polly-perf-O3-polly-scev-codegen-isl
Date: Fri, 21 Feb 2014 17:08:44
2013 Oct 31
3
[LLVMdev] [cfe-dev] RFC: A proposal to move toward using C++11 features in LLVM & Clang / bounding support for old host compilers
On Thu, Oct 31, 2013 at 10:16 AM, Douglas Gregor <dgregor at apple.com> wrote:
> On Oct 31, 2013, at 10:12 AM, Renato Golin <renato.golin at linaro.org>
> wrote:
>
> On 31 October 2013 09:41, Douglas Gregor <dgregor at apple.com> wrote:
>
>> Not quite :). At present, we (= Apple) still have some dependencies on
>> building top-of-tree Clang with
2023 Mar 03
2
transform.data.frame() ignores unnamed arguments when no named argument is provided
>>>>> Gabriel Becker
>>>>> on Thu, 2 Mar 2023 14:37:18 -0800 writes:
> On Thu, Mar 2, 2023 at 2:02?PM Antoine Fabri
> <antoine.fabri at gmail.com> wrote:
>> Thanks and good point about unspecified behavior. The way
>> it behaves now (when it doesn't ignore) is more
>> consistent with data.frame() though so I
2009 Feb 11
0
[LLVMdev] Some enhancements to ImmutableSet and FoldingSet
Actually, neither of these methods are needed for ImmutableSet.
ImmutableSet already has an 'isEmpty()' method and I have never really
seen a case where "size()" needs to be explicitly calculated. If you
need size() itself, however, this seems like a perfectly valid addition.
On Feb 11, 2009, at 10:57 AM, Ted Kremenek wrote:
>
> On Feb 11, 2009, at 10:54 AM, Bill
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Thank you very much, this one I found I meant the other logos.
Unfortunately there is no link to the other logos .svg or .ai format. Do
you have a clue or how I could contact the creator of this logo?
Thanks again for your patience.
greetings,
dex
2015-08-15 0:27 GMT+02:00 Ted Kremenek <kremenek at apple.com>:
> There is a link to the Adobe Illustrator Version at the bottom of the