similar to: [LLVMdev] Article from http://llvm.org/InTheNews.html missing

Displaying 20 results from an estimated 5000 matches similar to: "[LLVMdev] Article from http://llvm.org/InTheNews.html missing"

2007 Apr 06
3
[LLVMdev] New Web Pages
All, Just in case you missed the construction of these pages, I thought you'd like to know about these new ones: http://llvm.org/DevMtgMay2007.html All the latest details on the 25th May Developer's meeting. Page modified daily! http://llvm.org/Users.html A list of organizations using LLVM. If you want on this page send the details here. http://llvm.org/SVNMigration.html
2007 Apr 06
0
[LLVMdev] New Web Pages
Hi Reid, On 06 Apr 2007, at 04:51, Reid Spencer wrote: > All, > > Just in case you missed the construction of these pages, I thought > you'd > like to know about these new ones: > > http://llvm.org/DevMtgMay2007.html > All the latest details on the 25th May Developer's meeting. Page > modified daily! Do you know if there are plans for any form of live
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
> The documentation could be updated to say llvm-gcc > but unless you specify the prefix "llvm-" during configure, it wont be > named that either :) llvm-top did this for you, see the "--program-prefix=llvm-" in http://llvm.org/svn/llvm-project/llvm-gcc-4.0/trunk/build-for-llvm-top.sh (I know that llvm-top hasn't even been announced, but at least when Reid
2007 Aug 24
6
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
The web page "LLVM Link Time Optimization: Design and Implementation" contains errors. In the gray block below "Example of link time optimization" there are some source files and then a list of commands to execute: $ llvm-gcc4 --emit-llvm -c a.c -o a.o $ llvm-gcc4 -c main.c -o main.o $ llvm-gcc4 a.o main.o -o main 1) in current LLVM (e.g. llvm itself, cfe, llvm-gcc-4.0) no
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
> Well, it depends on the configure parameter used while building llvm- > gcc. Hmm, there are other pages on the the website that tell you how you should configure gcc, e.g. you're led from "How to build the C/C++ Frontend" at http://llvm.org/docs/CFEBuildInstrs.html to Subversion HEAD (by virtue of an "svn co"). Then you're supposed to look at README.LLVM. And
2007 Aug 24
1
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
> > $ llvm-gcc --emit-llvm -c a.c -o a.o > > $ llvm-gcc -c main.c -o main.o > > $ llvm-gcc a.o main.o -o main > > a.o: file not recognized: File format not recognized > > collect2: ld returned 1 exit status > > > > Okay, that did not really work :-/ > > This document describes interface between llvm and linker. You need > system linker that
2007 Aug 15
3
[LLVMdev] Strange error of llvm-ld
I'm using llvm-ld from SVN r41106 When issueing the command $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ .obj/conf.o .obj/configwriter.o \ -L/usr/share/qt3/lib -L/usr/X11R6/lib \ -lcrypto -lusb -lutil -lqt-mt -lXext -lX11 -lm -lpthread I get this output: Linking bitcode file '.obj/conf.o' Linked in file '.obj/conf.o' Linking
2007 Jul 25
3
[LLVMdev] Segment Register Use
I realize I am one of the few who uses the segment registers (especially CS and DS) on the ia32 chips for example, and a definite few with complete segregation models that rival specialized physical processors... GCC still fails to use these correctly and if your LLVM still depends on either Generic or some of the RTL models they use in various processor definitions, I express concern for
2007 Aug 15
0
[LLVMdev] Strange error of llvm-ld
I think I have experienced this when more than one module contains definitions for the same values. ie. it should only be a declaration in one of them. On 8/15/07, Holger Schurig <hs4233 at mail.mn-solutions.de> wrote: > I'm using llvm-ld from SVN r41106 > > When issueing the command > > $ /usr/src/llvm/installed/bin/llvm-ld -v -stats -native -O1 -strip-all -o main \ >
2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b" options are duplicateded(--batch and --vbds). from xen-unstable 10623 Please fix it. http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd Thanks, Atsushi SAKAI _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Jul 25
0
[LLVMdev] Fwd: Segment Register Use
fucking hell, listserv... ---------- Forwarded message ---------- From: "Wilfred L. Guerin" <wilfredguerin at gmail.com> Date: Wed, 25 Jul 2007 10:54:46 -0500 Subject: Re: [LLVMdev] Segment Register Use To: Holger Schurig <hs4233 at mail.mn-solutions.de> I was very much expecting this style of response ;) I believe the following characteristics and class of example should
2000 Nov 22
0
[fwd] liked your article at http://xiph.org/about.html (from: mlewis@webnoize.com)
----- Forwarded message from Mark Lewis <mlewis@webnoize.com> ----- Delivery-Date: Tue Nov 21 10:15:55 2000 Date: Tue, 21 Nov 2000 10:07:15 -0800 From: Mark Lewis <mlewis@webnoize.com> Reply-To: mlewis@webnoize.com Organization: Webnoize News X-Mailer: Mozilla 4.75 [en] (Win98; U) To: monty@xiph.org Subject: liked your article at http://xiph.org/about.html here's an article about
2004 Aug 14
7
Free MOH MP3
Hello All, Sorry to rehash a question I am sure has shown several time but I cannot google up the answer from the lists. Does anyone know where I can get some royalty free, cost free music for my music on hold? I saw someone's post several weeks ago that said that this exists at a download site but I have not been able to find it. Thanks! Wiley Siler -------------- next
2007 Aug 16
2
[LLVMdev] Strange error of llvm-ld
Tomas, Please file a bug for this. Attach the .o files and command line in question. Thanks, Reid. On Wed, 2007-08-15 at 23:22 +0200, Tomas Lindquist Olsen wrote: > I think I have experienced this when more than one module contains > definitions for the same values. ie. it should only be a declaration > in one of them. > > On 8/15/07, Holger Schurig <hs4233 at
2006 Oct 20
0
CFP: Foundations of Open Media Software
Sorry for the heavy cross-posting - I was not sure how to get to all developers in a better way. ============= Call for Participation: Foundations of Open Media Software (FOMS) Thursday 12 - Friday 13 January 2007 Sydney, Australia http://www.annodex.org/events/foms2007/ Important Dates: Submissions open: 31st August 2006 Submissions close: 31st October 2006 Notification: 10th November 2006
2006 Oct 20
0
CFP: Foundations of Open Media Software
Sorry for the heavy cross-posting - I was not sure how to get to all developers in a better way. ============= Call for Participation: Foundations of Open Media Software (FOMS) Thursday 12 - Friday 13 January 2007 Sydney, Australia http://www.annodex.org/events/foms2007/ Important Dates: Submissions open: 31st August 2006 Submissions close: 31st October 2006 Notification: 10th November 2006
2006 Oct 20
0
CFP: Foundations of Open Media Software
Sorry for the heavy cross-posting - I was not sure how to get to all developers in a better way. ============= Call for Participation: Foundations of Open Media Software (FOMS) Thursday 12 - Friday 13 January 2007 Sydney, Australia http://www.annodex.org/events/foms2007/ Important Dates: Submissions open: 31st August 2006 Submissions close: 31st October 2006 Notification: 10th November 2006
2006 Oct 20
0
CFP: Foundations of Open Media Software
Sorry for the heavy cross-posting - I was not sure how to get to all developers in a better way. ============= Call for Participation: Foundations of Open Media Software (FOMS) Thursday 12 - Friday 13 January 2007 Sydney, Australia http://www.annodex.org/events/foms2007/ Important Dates: Submissions open: 31st August 2006 Submissions close: 31st October 2006 Notification: 10th November 2006
2007 Aug 24
0
[LLVMdev] Documentation error in http://llvm.org/docs/LinkTimeOptimization.html
On Aug 24, 2007, at 1:45 PM, Holger Schurig wrote: > In the gray block below "Example of link time optimization" there are > some source files and then a list of commands to execute: > > $ llvm-gcc4 --emit-llvm -c a.c -o a.o > $ llvm-gcc4 -c main.c -o main.o > $ llvm-gcc4 a.o main.o -o main > > 1) in current LLVM (e.g. llvm itself, cfe, llvm-gcc-4.0) no binary
2006 Aug 06
2
partion
hi all, i have reinstalled linux i kept free 17 gb space. i have created 4gb partition by fdisk with LVM options. fdisk -l Disk /dev/sda: 40.0 GB, 40060403712 bytes 255 heads, 63 sectors/track, 4870 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start End Blocks Id System /dev/sda1 * 1 1275 10241406 7