Displaying 20 results from an estimated 8000 matches similar to: "[LLVMdev] Stepping back"
2012 Nov 09
1
[LLVMdev] LLVMbugs list suggestion
Currently the LLVMbugs list only receives emails when a new bug is
filed or an existing bug gets finally resolved. The gcc-bugs list on the
other hand receives an email for every new comment in bugzilla. This
leads to much better transparency, because you can easily see which bugs
are currently being worked on; while the current LLVMbugs setup left you
totally in the dark.
So my suggestion would
2014 Nov 18
2
[LLVMdev] Summer 2015 internships in Apple's Source Tools & Program Analysis Teams
Hi all,
Apple's LLVM Source Tools and Program Analysis teams are now looking for exceptional interns for summer 2015!
These are paid internships based onsite at Apple's main campus in Cupertino, California, USA. Internships last 12 weeks, with internships starting in May or later (start dates are flexible).
During the internship, interns will work directly with members of Apple's
2009 Feb 23
2
geokit - using :through to connect models
hello..
i am currently trying to use :through to attach two of my models
together using geokit. for some reason, i am running into a problem:
ArgumentError: Unknown key(s): as
i have two models, one that is geocoded, and one that belongs to that
model. the models look like:
,----[ employer.rb ]
| class Employer < ActiveRecord::Base
| acts_as_mappable
| before_validation_on_create
2002 Dec 06
1
[LLVMdev] WRT: function pointers + DSG
LLVM,
What do I pass into the DSG in order to access the globals vector of
functions that a function pointer may be calling. The code:
CallInst *calli = dynamic_cast<CallInst*>(*i);
std::vector<GlobalValue*> funcVect =
theGraph.getNodeForValue(calli->getCalledFunction()).getNode()->getGlobals();
Doesn't appear to work... getCalledFunction() returns 0
Dave
On Fri, 6 Dec
2005 Jul 11
0
[LLVMdev] X86AsmPrinter + MASM and NASM backends
On Tue, 12 Jul 2005, Aaron Gray wrote:
>>>> You shouldn't have to add new classes to the .td file, just modify
>>>> printOp for your asmprinters.
>>> I dont think printOp is virtual and therefore cannot be overriden ?
>> Why does it need to be virtual? No 'intel' printers want % signs.
>
> The GAS intel code generator generates percents,
2017 Aug 01
2
[RFC] Add IR level interprocedural outliner for code size.
>
>
> FWIW, I didn’t make any claim on actual complexity (I think? :)). We just
> didn't try it and didn’t have time to fit that into the schedule of an
> outliner for an internship.
>
>
I'm disappointed you didn't have time to try to solve major open computer
science problems in an internship.
What are you even doing over there?
-------------- next part
2016 Mar 15
2
GSoC 2016 Project: Implement Bindings for R
Hi James,
Here's a link to my project proposal,
https://drive.google.com/file/d/0BwR_mIaYtm8TT1U1S2dLbFlDUzQ/view?usp=sharing
Could
you kindly give me some feedback on it.
There's an upcoming release at my internship place, so I'm kind of busy
with some work here, however I will manage to develop a prototype before
the end of this month, I hope that will strengthen my proposal.
(My
2006 Apr 20
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
This came up when trying to compile the Python bindings
against llvm 1.7. File include/llvm/Transforms/Scalar.h
declares llvm::createPREPass(), which does not seem to
be implemented anywhere. Should I report this in llvmbugs?
--
Pertti
2014 Feb 19
2
[LLVMdev] Patch available for bug 15079
Hi,
I supplied a patch for http://llvm.org/bugs/show_bug.cgi?id=15079 last year, then recently pinged llvmbugs but I guess that mail was lost in the moderation queue. Is it possible to accept or reject the patch on this issue, please?
Thanks for your help,
Graham.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Mar 23
3
[LLVMdev] multithreading and the JIT, specifically llvm::sys::Memory
Hello,
We were doing some experiments to deserialize/JIT bitcode on multiple threads and we hit what looks like this issue:
http://lists.cs.uiuc.edu/pipermail/llvmbugs/2013-April/027937.html
We're using LLVM-3.5 so I was a bit surprised that the patch that was provided in 2013 doesn't appear to be in the current codebase. I'm curious what the status of this patch and issue are? Are
2010 Mar 17
3
R Advanced Programming Course in USA
Hi folks,
I am working on my student internship to USA, california and would like to
attend a R Advanced Programming course while I am in USA. Where can I find
such a course. I am new to this list.
Trevor O'brien
>From Ireland.
[[alternative HTML version deleted]]
2013 May 15
2
[LLVMdev] "This is not a register operand" assertion during code generation with the MCJIT engine for arm
Hi,
I have a small example program that is supposed to generate cross-compiled
JIT code with the MCJIT execution engine on an x86 host. The code works
fine if I choose x86 as target platform, but if I choose ARM, I hit an
assertion in include/llvm/CodeGen/MachineOperand.h:260 (This is not a
register operand).
I am not sure if an older post regarding this assertion are relevant to my
problem (
2009 Jun 17
1
[LLVMdev] Configure problem of llvm2.5 in Mac OS X 10.4.11
Hi,
I am trying to install llvm 2.5 in my PowerPC machine. I have already installed XCode Tools 2.4.1.
I can compile programs using gcc run them.
I try to configure llvm 2.5, the configuration aborts with following message:
checking build system type... powerpc-apple-darwin8.11.0
checking host system type... powerpc-apple-darwin8.11.0
checking target system type... powerpc-apple-darwin8.11.0
2016 Jul 18
1
Install R version 3.3 on Debian server
Hello,
I'm currently in a internship and I'm working on a Debian server.
However, I have some errors in my scripts and I think it's because of the
version of R installed on the server (works well on my PC with the latest
version of R on Windows aka 3.3.1).
Here are the details from sessionInfo() of the server :
- R version 2.15.1 (2012-06-22)
- Platform : i486-pc-linux-gnu (32
2016 Jul 18
1
Install R version 3.3 on Debian server
Hello,
I'm currently in a internship and I'm working on a Debian server.
However, I have some errors in my scripts and I think it's because of the
version of R installed on the server (works well on my PC with the latest
version of R on Windows aka 3.3.1).
Here are the details from sessionInfo() of the server :
- R version 2.15.1 (2012-06-22)
- Platform : i486-pc-linux-gnu (32
2010 Mar 18
5
language!!!
Hi,
there´s something that really bothers me about R and after hours and hours of internet research, I´m still stuck with the same problem: I installed R and it is in Spanish, as the system on my work. I would really like it in English and there seems to be no way to change that!?! I´m doing an abroad internship, so my Spanish is far from perfect and my tutorial is in English.
Is there any
2004 Jun 21
1
[LLVMdev] llvm test results for FreeBSD platform
> > Is it ok sending this results for FreeBSD5.1 at daily/weekly based to
this
> > mail list?
>
> A better list for it would be the llvmbugs list for now.
ok
> BTW, if you are interested in running the nightly tester on your freebsd
> box, let me know and I can help you get it set up.
What i must install or have installed ?
I doesn't have root access at this machine,
2005 Aug 24
0
[LLVMdev] Problems running dejagnu tests
On Wed, 24 Aug 2005, Michael McCracken wrote:
> I'm mostly up to date, but not completely current with CVS. Is this
> something that's been fixed recently, or is it a problem on my end?
Try rerunning configure. For some reason, configure decided you didn't
have runtest/expect. rerun configure, and if it still doesn't work,
please send your config.log to llvmbugs.
Thx,
2005 Aug 24
1
[LLVMdev] Problems running dejagnu tests
OK, that explains it. I probably didn't have runtest installed the
last time I ran configure, and re-syncing with CVS also caused it to
reconfigure, solving the problem but confusing me.
Thanks,
-mike
On 8/24/05, Chris Lattner <sabre at nondot.org> wrote:
> On Wed, 24 Aug 2005, Michael McCracken wrote:
> > I'm mostly up to date, but not completely current with CVS. Is this
2006 Apr 20
1
[LLVMdev] 1.7 Pre-Release Ready for Testing
Pertti Kellomäki wrote:
> This came up when trying to compile the Python bindings
> against llvm 1.7. File include/llvm/Transforms/Scalar.h
> declares llvm::createPREPass(), which does not seem to
> be implemented anywhere. Should I report this in llvmbugs?
Just to clarify myself: this is an issue with the LLVM sources,
not with the Python bindings.
--
Pertti