Displaying 20 results from an estimated 100 matches similar to: "[LLVMdev] write IR on file"
2011 Dec 02
3
[LLVMdev] llvm-gcc
Hi ,
I want to create a bc file by llvm-gcc, and need to pass a input file when create this file,
how can i do it?I saw options in "llvm-gcc [options] filename" but it could not help me.
I have an another problem too. my program contains some C file , that main function use those, but i don't know how create bc file with regard to other file.
tanks,
-------------- next part
2011 Dec 02
0
[LLVMdev] llvm-gcc
On Fri, Dec 2, 2011 at 4:07 PM, Rahil Rahimian <rahil_rahimian at yahoo.com>wrote:
> Hi ,
>
> I want to create a bc file by llvm-gcc, and need to pass a input file when
> create this file,
> how can i do it?I saw options in "*llvm-gcc* [*options*] *filename" but
> it could not help me.*
>
>
llvm-gcc -emit-llvm -c foo.c -o foo.bc
> **
> *I have an
2011 Nov 03
1
[LLVMdev] memory dependence in loop
Hi all,
I want to analyze memory dependence in the loop and to obtain set of memory dependence of an instruction in the loop.
Can anyone assist me in this topic?
Regards,
Rahil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111103/1e039510/attachment.html>
2011 Dec 02
1
[LLVMdev] llvm-gcc
I want to pass a input file to foo.c that contains a picture. how can do it?
llvm-gcc -emit-llvm -c foo.c -o foo.bc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111202/43aec39e/attachment.html>
2008 May 02
6
looking for Mod_Ruby and easy Deployment Options? Sign Here
Hi,
http://www.ruby-forum.com/topic/151662#669164
Hi,
Please read more on the above link first, which is available in this
section of Ruby on Rails. It will give you a clear understanding of
Deployment scenario
The Author of that thread and Me too, are frustrated with Lack of Shared
Hosting and Tough Deployment Scenario, since nothing is shaping up.
We do not want to get carried away with
2012 Jan 04
1
[LLVMdev] replace a conditional branch with unconditional branch
Hi all,
How can replace a conditional branch
with unconditional branch?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120104/f2593dd0/attachment.html>
2009 May 08
1
Rails 3 code...
I would like to see few examples in Rails 3 and would like to see few
Rails 3 code.
I know, few samples were shown at Rails conference. Can any one point me
few of them.
Thanks
--
Posted via http://www.ruby-forum.com/.
2011 Aug 23
1
Access Violation error after loading csv file
Hello,
I am using Windows 7 and R version 2.13.1. I was trying to read a csv file
which has about 1.5 million records and 13 variables. My R code loaded
145,346 records only without showing any error. If I want to see the last
few records (tail), it is throwing access violation error. I am attaching
the screenshot showing this error and the code I am running to read this
file.
While running
2011 Aug 23
0
[LLVMdev] git Status
Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> writes:
> greened at obbligato.org (David A. Greene) writes:
>
>> Actually git pull can sometimes get you into trouble. Probably git
>> fetch / git rebase is the better combination for LLVM.
>
> I don't get it.
>
> Doesn't "git pull --rebase" do exactly a fetch followed by a rebase?
No. It does
2011 Aug 23
1
Bug#475553: Patch for logcheck-rules
Hi,
after we switched to rsyslog with high precision timestamps logcheck did
not match the timestamps any more. A patch adding the high precision
timestamp format is attached. The rules now match both the traditional
timestamp format and the high precision timestamp format (with or without
microseconds).
Yours sincerely,
Ralf D?blitz
--
Ralf D?blitz
r.doeblitz at asco.de
Tel 0531/3906-116
2011 Aug 23
3
[LLVMdev] git Status
greened at obbligato.org (David A. Greene) writes:
> Actually git pull can sometimes get you into trouble. Probably git
> fetch / git rebase is the better combination for LLVM.
I don't get it.
Doesn't "git pull --rebase" do exactly a fetch followed by a rebase?
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/
2011 Aug 23
0
[LLVMdev] git Status
Mark Lacey <641 at rudkx.com> writes:
> git remote add llvm-upstream http://llvm.org/git/llvm.git master
>
> If the intent is to rename origin, this can be done directly:
> git remote rename origin llvm-upstream
Much better. Thanks.
> Updating LLVM - no local changes
> --------------------------------
>
> Splitting this into "no local
2011 Aug 18
0
[LLVMdev] VMKit Development
Hi Akshat,
Did you compile LLVM before compiling VMKit? libLLVMLinker.so is a shared
library from LLVM.
Cheers,
Nicolas
On Thu, Aug 18, 2011 at 3:42 AM, Akshat Gupta <g.akshat at gmail.com> wrote:
> Hi,
> I was just curious if VMKit development is still going on.
>
> Also while building VMKit I am getting error at link stage:
>
> make[1]: Entering directory
2011 Aug 21
4
[LLVMdev] ShadowStackGC.cpp - More Dead Code?
Hi,
I've been looking at all of the uses of the 'unwind' instruction, and ShadowStackGC.cpp is the last pass which actually creates 'unwind' instructions. The thing is, this pass seems to be dead. It hasn't been updated in any meaningful way since ~79000.
Should this pass go the way of the dodo?
-bw
-------------- next part --------------
A non-text attachment was
2011 Aug 18
2
[LLVMdev] VMKit Development
Hi,
I was just curious if VMKit development is still going on.
Also while building VMKit I am getting error at link stage:
make[1]: Entering directory `/code/vmkit/tools/vmjc'
llvm[1]: Linking Debug+Asserts executable vmjc
/usr/lib/gcc/i686-pc-linux-gnu/4.4.5/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lLLVMLinker
collect2: ld returned 1 exit status
I have installed but I am not able
2011 Aug 23
5
[LLVMdev] git Status
David,
A few comments.
> Naming Upstream
> ---------------
>
> The intial clone from upstream results in a git remote reference with
> the rather unhelpful name of "origin." As more remote sources get
> added, it is easy to forget what "origin" is. Therefore, add a remote
> with a more descriptive name.
>
> git remote add llvm-upstream
2011 Aug 03
9
Live VM migration
I have two hosts as Xen Server named host A and host B in the same network.
A VM is created on Host A. Host A and B have a shared storage using NFS.
While doing migration from host A to host B, how can I see the memory pages
being migrated.
If I run a small continuous program on the VM residing on host A, will the
migration complete first or the sript running will complete first? How can I
see
2011 Aug 23
2
[LLVMdev] [RFC] Splitting init.trampoline into init.trampoline and adjust.trampoline
Hi!
Attached set of patches splits llvm.init.trampoline into an "init"
phase and an "adjust" phase, as discussed on the "Go on dragonegg"
thread.
Thanks!
--
Sanjoy Das
http://playingwithpointers.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Split-intrinsics-and-DAG-nodes.patch
Type: text/x-diff
Size: 8808 bytes
Desc:
2011 Aug 23
40
[PATCH 00/21] [RFC] Btrfs: restriper
Hello,
This patch series adds an initial implementation of restriper (it''s a
clever name for relocation framework that allows to do selective profile
changing and selective balancing with some goodies like pausing/resuming
and reporting progress to the user.
Profile changing is global (per-FS) so far, per-subvolume profiles
require some discussion and can be implemented in future.
2011 Aug 23
1
[LLVMdev] git Status
Den 23.08.2011 20:15, skrev David A. Greene:
> Matthieu Moy<Matthieu.Moy at grenoble-inp.fr> writes:
>
>> greened at obbligato.org (David A. Greene) writes:
>>
>>> Actually git pull can sometimes get you into trouble. Probably git
>>> fetch / git rebase is the better combination for LLVM.
>>
>> I don't get it.
>>
>>