search for: idio

Displaying 20 results from an estimated 52 matches for "idio".

Did you mean: idiom
2008 Dec 16
2
model.tables error from aov
Hi, I'm a new R user, coming from SPSS, and without a particularly strong stats background. I've got a data set that I'd like to do a mixed-design ANOVA with. No missing values. Here's the summary: summary(learnDat.ae) Type Subject idio struct TrainErrs cond 0:20 11 : 3 idio :28 ae :58 Min. : 0.00 idioae :28 2:19 12 : 3 nonidio:30 fact: 0 1st Qu.: 6.25 idiofact : 0 3:19 14 : 3 Median :11.50 nonidioae:30 15 : 3...
2012 Sep 05
3
[LLVMdev] /llvm/include/ADT/Trie.h?
...d when I deleted it from my system and did a clean rebuild, everything was fine. Looking at the log, the last substantial change to this class was in 2007. So - is anyone using this file/class? Is anyone planning on using it in the future? Should I just delete it? -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 May 29
2
[LLVMdev] NIT: Include guards for include/llvm/Support/COFF.h
The file begins: > #ifndef LLVM_SUPPORT_WIN_COFF_H > #define LLVM_SUPPORT_WIN_COFF_H Why "WIN_COFF_H" - since this code is not windows-specific, as far as I can tell. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 Jul 04
0
[LLVMdev] C++ demangling in LLVM
...Is it true, that LLVM doesn't have the code that is capable > of that, and if yes, are there any plans to add it? > Depending on something like libiberty.a doesn't seem like a good or portable solution. There's code to demangle names in libcxxabi. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 Sep 05
0
[LLVMdev] /llvm/include/ADT/Trie.h?
...clean rebuild, everything was fine. > > Looking at the log, the last substantial change to this class was in 2007. > > So - is anyone using this file/class? > Is anyone planning on using it in the future? > Should I just delete it? > > -- Marshall > > Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> > > A.D. 1517: Martin Luther nails his 95 Theses to the church door and is > promptly moderated down to (-1, Flamebait). > -- Yu Suzuki > > > _______________________________________________ > LLVM Developers mailing...
2012 Jun 13
0
[LLVMdev] Anybody translating the LLVM FAQ from HTML to Sphinx?
...a straight > conversion, then submit additional patches for additions/changes to > it. > > That reminds me: Do the web documents reside in a repository somewhere or should I just grab them using wget? svn ls http://llvm.org/svn/llvm-project/www/trunk -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipe...
2012 Dec 13
0
[LLVMdev] Binutils and LLVM - gathering information
...tems. I have summarized the information that I've gathered, and put it up at: http://marshall.calepin.co/binutils-replacements-for-llvm.html Comments/updates welcome. Also, if anyone has a suggestion for a place for this to live on llvm.org, I'm all ears… -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 May 21
0
[LLVMdev] Bug in SUB expansion going back to LLVM 2.6
...f the architecture does not support ‘SUB’ and you need to expand it. > > Patch is attached, please commit if good. It seems to me that a test case demonstrating bad code would be helpful here. [ Not that I'm suggesting that the current code is correct… ] -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipe...
2012 Jun 12
0
[LLVMdev] Questions about llvm/Object/COFF.h
...N, not 0 ... N-1 > > Now I'm really really confused. Why? > > BTW - patch attached to add pre-increment to llvm::content_iterator (which > is the template base for section_iterator, etc) > > -- Marshall > > > > > > -- Marshall > > Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> > > A.D. 1517: Martin Luther nails his 95 Theses to the church door and is > promptly moderated down to (-1, Flamebait). > -- Yu Suzuki > > > _______________________________________________ > LLVM Developers mailing l...
2012 Jun 12
4
[LLVMdev] Questions about llvm/Object/COFF.h
...non-text attachment was scrubbed... Name: section-iter.patch Type: application/octet-stream Size: 453 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120611/5d4dea4b/attachment.obj> -------------- next part -------------- -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 Jul 30
3
[LLVMdev] clean CMake build failing (Mac OS X 10.8)
.... gcc does not support that switch, and fails. Possible solutions: * use clang to compile the C code (note that /usr/bin/cc is clang on this system; why it's picking gcc, I don't know) * Don't pass "-Wcovered-switch-default" to the C compiler. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2012 May 21
3
[LLVMdev] Bug in SUB expansion going back to LLVM 2.6
I found a bug in the expansion code for SUB going back to at least LLVM 2.6 and still shows up in trunk. case ISD::SUB: { EVT VT = Node->getValueType(0); assert(TLI.isOperationLegalOrCustom(ISD::ADD, VT) && TLI.isOperationLegalOrCustom(ISD::XOR, VT) && "Don't know how to expand this subtraction!"); Tmp1 = DAG.getNode(ISD::XOR, dl,
2012 Jul 04
5
[LLVMdev] C++ demangling in LLVM
Hello! We want to implement in-process symbolizer for {Address,Thread}Sanitizer testing tools that would be based on LLVM libraries. I've noticed that llvm-nm (as well as other tools) doesn't demangle C++ names. Is it true, that LLVM doesn't have the code that is capable of that, and if yes, are there any plans to add it? Depending on something like libiberty.a doesn't seem like a
2012 Aug 16
2
[LLVMdev] libclang parsing bug
Hey everyone, first of all I just wanted to say thanks :) I've been using libclang for building my own C/C++ IDE and its great. I have, however discovered a bug (which I already submitted on llvm bugzilla but I got the impression that no one reads that :)). If I try to use clang_parseTranslationUnit on this code below: int main() { return reinterpret_cast libclang crashes. This is the code
2012 Jun 13
5
[LLVMdev] Anybody translating the LLVM FAQ from HTML to Sphinx?
That reminds me: Do the web documents reside in a repository somewhere or should I just grab them using wget? 2012/6/14 Michael Spencer <bigcheesegs at gmail.com> > On Wed, Jun 13, 2012 at 4:02 PM, Mikael Lyngvig <mikael at lyngvig.org> > wrote: > > If nobody else is doing it, I can translate the FAQ into Sphinx as I'd > like > > to begin gradually extending
2011 Oct 25
0
[LLVMdev] [LLVMDev] Clang stopped compiling?
...ang::Expr*, clang::Expr*)", referenced from: > clang::Sema::BuildBinOp(clang::Scope*, clang::SourceLocation, clang::BinaryOperatorKind, clang::Expr*, clang::Expr*) in libclangSema.a(SemaExpr.o) > ld: symbol(s) not found for architecture x86_64 > -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2011 Mar 17
0
[LLVMdev] make: *** No rule to make target `/Makefile', needed by `Makefile'. Stop.
...gt; > This program built for i386-apple-darwin10.0 The only differences that I can think of are: 1) The unsuccessful machine has recently had XCode 4 installed. 2) The successful machine has the sources on a volume with a case-sensitive file system. Any ideas? -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2011 Sep 15
1
[LLVMdev] Fixing a typo on the web site
There's a typo on the confirmation page at <http://www.llvm.org/devmtg/talk.php> when you submit a session proposal for the developer's conference. "Sponsorsip" I'll be happy to fix it if someone could point me at the right place in svn. -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to the church door and is promptly moderated down to (-1, Flamebait). -- Yu Suzuki
2011 Sep 25
0
[LLVMdev] Native linker
Hi Hans, There was a presentation at last year's DevMeeting.  See http://www.llvm.org/devmtg/2010-11/ and look for the presentation on Object Files by Michael Spencer.  As for the news, we haven't heard much here either. --Sam >________________________________ >From: Hans Stimer <hans.stimer at gmail.com> >To: LLVMdev at cs.uiuc.edu >Sent: Saturday, September 24, 2011
2011 Oct 11
0
[LLVMdev] ARM Qualification
Bill Wendling <wendling at apple.com> writes: >> It is in fact highly in my own interest to get them running. I just >> need to be pointed to the document that tells me what the buildbot >> master expects to see and defines a procedure for adding them as slaves. >> > Daniel may have the details you need to get this up and running. Great! It would also help if