similar to: [LLVMdev] Have llvm docs been translated into Chinese?

Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] Have llvm docs been translated into Chinese?"

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 Sep 07
0
[LLVMdev] bug in TableGen when generating RegisterInfo?
On Tue, Sep 6, 2011 at 9:34 PM, Alexandru Dura <alexdura at gmail.com> wrote: > Hi everyone, > > I found some peculiar behavior of TableGen when generating > [TARGET]GenRegisterInfo.inc. Some register overlaps are generated twice in > this file, leading to a compilation error. Hi, What do you mean "overlapped register"? > I think this is because in
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 Jun 23
2
[LLVMdev] Instr Description Problem of MCore Backend
Hi, all: Now I'm working on writing a backend for Moto MCore, but I don't know how to describe some instructions. First, I've already written MCoreRegisterInfo.td like these: class MCoreReg<bits<4> num, string name> : Register<name> { let Namespace = "MCore"; field bits<4> Num = num; } def R0 : MCoreReg< 0, "R0">,
2011 Sep 06
3
[LLVMdev] bug in TableGen when generating RegisterInfo?
Hi everyone, I found some peculiar behavior of TableGen when generating [TARGET]GenRegisterInfo.inc. Some register overlaps are generated twice in this file, leading to a compilation error. I think this is because in RegisterInfoEmitter.cpp, RegisterAliases are declared as "std::map<Record*, std::set<Record*>, LessRecord>" and a requirement for std::map is that the
2000 Mar 01
1
Contingency tables as data frames
{again a message that was sent to owner-r-help (which is me, currently) why on earth ???!??!? reply to R-help or the original sender Brett Presnell; } I'm teaching a categorical data analysis course this term, and a minor "problem" has resurfaced that I have often thought about before. This applies equally to Splus I suppose, but my undergrads aren't using Splus. It
2005 Aug 03
0
Will Shares of This Company be Moving Higher?
Investment Times Alert Issues: (STRONG BUY) We Told last week at 1.20 to WATCH and now its $2.35 and we think it goes to $4.00 on expected news this week... Harbin Pingchuan Pharmaceutical: (PGCN) Current Price: $2.35 Shares Outstanding: 20 Million Market Capitalization: $6 Million Short Term Target: $5.75 12month Target: $10.00 (!!!) ***We told you there was going to be a BIG move on
2011 Jun 23
0
[LLVMdev] Instr Description Problem of MCore Backend
Hello > Finally, I don't know how to describe following instructions in > MCoreInstrInfo.td, because of its variable ins/outs. Or what other files > should I use to finish this description? Do you need the isel support for them? If yes, then you should custom isel them. iirc ARM and SystemZ backends have similar instructions, while only the first one supports full isel for them. In
2007 Jun 09
0
CIA biscuit
CAON Takes New Direction. Investors Are All Over It! Chan-On International Inc. Symbol: CAON Close: $0.72 UP 4.35% Volume Jumped through the roof today as CAON announced it has changed its direction and acquired Harbin Hongbo, as wells as its 12 patients for environmentally safe construction materials. Investors are already seeing the potential. We expect great things from CAON with big news
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>
2006 Jan 20
1
Time From String
Is there any Ruby / Rails way to take a string and convert it to time? timefstr Specificallc,y I''d like to convert iso 8601 fromats to Ruby Time objects or ActiveRecord time fields. -- Posted via http://www.ruby-forum.com/.
2010 Oct 15
2
[LLVMdev] llvm-gcc as Alpha cross compiler
Hi, I wonder if anyone has been able to successfully build llvm-gcc as an Alpha cross compiler? I have tried many different combinations of flags and gcc compiler, but have not been able to build successfully. Currently, this is the command that I used to build on Ubuntu 10.10: ../llvm-gcc-4.2-2.8.source/configure --enable-llvm=/home/ghoang/research/llvm/llvm-objects --enable-languages=c,c++
2008 Feb 11
3
Should there be trouble w/has_many_polymorphs in a plugin?
Folks, As much as I like generators, I''d greatly prefer to just throw my has_many_polymorphs tagging and commenting engines into projects as plugins. However, after transplanting my tag.rb and tagging.rb files into the lib folder of a ''has_many_tags'' plugin and adding the obligatory plugin requirements (init.rb and an include in environment.rb), I''m not having
2010 Oct 15
8
drop dead fix
Hello list, I am about to have to dump Asterisk in favor of some other VOIP/PBX solution; the reason? I have 304 voice prompts recorded as 22Khz wav format files that sound like crumpling paper whenever I convert them to the 8Khz wav/gsm format required by Asterisk. I was considering trying the G.729 codec, but reading through the specs, I see that the 8Khz conversion is going to
2010 Oct 15
1
ZFS Deduplication
Hi: I am very interested in the ZFS deduplication, where can I get the the source code? Or would anybody send me an actual source code achive which contains the ZFS deduplication? I am looking forward your kind help. Thanks very much. Best Rgards -- Yujuan Tan, PhD Candidate Wuhan National Laboratory for Optoelectronics, Wuhan, China Key Lab of Information Storage, Ministry of Education,
2010 Oct 15
3
SIP - no audio behind nat problem
Hello, We have 2 grandstream GX 2000 phones behind NAT and Asterisk outside this natted network. We have the issue with calls to these SIP phones - no audio. It is probably the problem with port forwarding on router - but I am not sure how can I forward same sip ports (5004 to 5100) to two phones (nat addresses?)? Any help appreciated! Z. Zivanovic -------------- next part
2010 Oct 15
0
[LLVMdev] Doxygen broken?
Hi, When trying to view the source code through doxygen the src code is missing (It's just blank were the code should be). Also when I tried to look at a previous version the link would bring me to the most recent docs version instead. --John -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 15
0
Jack Van Ham is out of the office (on vacation)
I will be out of the office starting 10/15/2010 and will not return until 11/01/2010. for urgent matter, please contact: Scott Morley (scott.morley at agfa.com) or Don Dennison (don.dennison at agfa.com) I will not be replying to any messages until I return. Have a great day! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Oct 15
2
openoffice.org2.3 in CentOS5.3
Everytime after giving command "ooffice" on terminal, the following message comes on terminal: libGL warning: 3D driver claims to not support visual 0x5b -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20101015/124b380e/attachment-0002.html>
2010 Oct 15
1
Trying to get xen to boot off of an iso or a sysresc image so I can expand a filesystem to the extent of the LVM's free space.
I have a Xen LVM based VM with two partitions: /dev/VolGroup00/vm01p1 /dev/VolGroup00/vm01p2 p2 is about 50GB, I gave it's LVM an extra 30 or so using lvextend. How can I extend the partition to fill my free space and the filesystem? I don't mind offline, if I can get Xen to boot off an alternative media. Peter -- Peter Serwe http://truthlightway.blogspot.com/ -------------- next