similar to: [LLVMdev] Compile Linux Kernel with LLVM gcc frontend

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Compile Linux Kernel with LLVM gcc frontend"

2007 Sep 07
0
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
On Fri, 31 Aug 2007, Patrick Flannery wrote: > I can say that it does not for me,running x86_64, I have been generating > errors for submission by testing on a number of gnu utilities starting > with binutils. If you run into problems, please file bugs. -Chris > On Aug 31, 2007, at 6:11 PM, "Haifeng He" <hehaifeng2nd at gmail.com> wrote: > > Hi, > > I
2007 Aug 06
2
NSD reload
Hi there! I remember reading that you cannot reload new zone files on the fly and require a full restart of the nsd daemon? We are evaluating multiple DNS servers that have better performance comparing to bind, but will require quite heavy zone reload (new and existing) every 10 minutes or so. Downtime (even 1-3 secs) is not the option. Thanks!
2007 Sep 05
2
FLAC: win installer
hi list here some questions about the windows installer: - can the installer be used on 64 bit windows versions and/or is there a 64 bit version for the encoder/decoder? - what windows versions are supported by the installer? thx
2007 Sep 28
4
. (period): Wildcard match; matches one or more characters
Hi List; In the outbound, I read in the documents the Wildcard match "by using the . (period)", but I did not understand how Wildcard will work (like what)? As I know that Wildcard is a term used with the Diguim TDM card (FXO and FXS), so what is the relation between such cards and the matching in the dial plan? Any help? Regards Bilal
2007 Aug 20
2
[Weft QDA users] Weft on Ubuntu -- Ctrl-shortcuts NOT working?
Hi -- have just followed Christophe''s notes to get Weft QDA up and running on my IBM Thinkpad T20 w/Ubuntu 6.06 (Dapper Drake). Am just going thru the manual and trying various things, as I''m new to qualitative analysis AND new to QDA tools. Anyway, one thing I''ve found is that many (and maybe ALL?) of the CTRL-shortcuts mentioned in the documentation are not working
2007 Oct 15
9
POST with huge HTTP body
Hi, I found the following page describing how to stream data from the server to the client: http://api.rubyonrails.com/classes/ActionController/Streaming.html I want to do the opposite, streaming data from the client to the server, letting the controller saving the data while it''s being received. In particular, I want to upload large files to the RailsDav
2007 Sep 25
1
MP3 plugin for XMMS media player - CentOS 4.4
Where can I find the best XMMS player plugin for MP3 files please, compatible with CentOS 4.4? Thanks, Andy
2007 Jun 14
1
flac recipe for magicrescue
Hi, I have cooked up a simple flac recipe for magicrescue - seems to work fine. Any ideas for improvement? Is there any way to recover the original filename from the compressed data? http://jbj.rapanden.dk/magicrescue/ Richard ######################################################### # Extracts flac sound files 0 string fLaC extension flac # Allow infinite overlap because the recompressed
2007 May 30
2
control axis
I have an outlier that I would still like to display, but would prefer to shorten the axis. For example, display 0% - 40%, and 90% - 100%. Is this possible? I am using an xyplot. Thanks Murray -- Murray Pung Statistician, Datapharm Australia Pty Ltd 0404 273 283 [[alternative HTML version deleted]]
2007 Jul 14
2
Is FLAC__stream_decoder_seek_absolute working for OggFlac?
Hi all, Is seeking working for OggFlac files? I keep on getting a FLAC__STREAM_DECODER_SEEK_ERROR. Erik -- ----------------------------------------------------------------- Erik de Castro Lopo ----------------------------------------------------------------- "Why do they protest against France for making it illegal to wear hijabs, but not against Saudi Arabia for making it illegal not to
2007 Jul 24
3
FLAC 1.2.0 released
FLAC 1.2.0 is out. There are a few new features and some speedups and fixes, but more importantly, there are some small changes to the decoder to pave the way for possible future compression improvements, so applications developers are encouraged to upgrade (the API has not changed). The changelog has all the details, but in summary: - automatic SSE OS detection at runtime (so no need to
2007 Sep 07
1
FLAC: win installer
2007/9/7, Josh Coalson <xflac@yahoo.com>: > > > > > - what windows versions are supported by the installer? > > I know it works at least back to nt4, not sure about earlier versions so all 9x versions are supported because they were released after nt 4? ____________________________________________________________________________________ > Shape Yahoo! in
2007 Sep 14
0
[LLVMdev] Problem of running data structure analysis (DSA) on Linux kernel
On 9/13/07, Haifeng He <hehaifeng2nd at gmail.com> wrote: > Hi, > > I ran into a problem when running DSA on Linux kernel (the Kernel > version I used is > 2.4.31). The analysis was aborted when it tried to do > DSNode::mergeTypeInfo on some data structure in the kernel. I have > filed a bug report at http://llvm.org/bugs/show_bug.cgi?id=1656. It is possible there was a
2007 Aug 31
1
[LLVMdev] Compile Linux Kernel with LLVM gcc frontend
Hi, I am curious about if the current LLVM implementation can handle Linux kernel (or any particular version of Linux kernel). The first question I have is that, how to create LLVM bytecode of Linux kernel using LLVM gcc frontend. What changes should I make to the compiling process Linux kernel? Secondly, is it possible to compile the assembly code in Linux kernel into LLVM bytecode? I noticed
2007 Sep 14
3
[LLVMdev] Problem of running data structure analysis (DSA) on Linux kernel
Hi, I ran into a problem when running DSA on Linux kernel (the Kernel version I used is 2.4.31). The analysis was aborted when it tried to do DSNode::mergeTypeInfo on some data structure in the kernel. I have filed a bug report at http://llvm.org/bugs/show_bug.cgi?id=1656. My question is what version of Linux kernel LLVM has been tested on successfully? To run DSA analysis, should I use the
2007 Nov 28
20
Page tables in Xen
Hi, I have a question about memory page tables in Xen. As far as I understood, every modification to page table will go through Xen(hypervisor). Is it so that all page tables are actually allocated in Xen(hypervisor) instead of guest OS(domain)? Also, is it the case that Xen(hypervisor) needs to maintain a page table for each process running in every domain? Thanks Haifeng
2007 May 20
1
compression ratio
> yes, and much more so in the encoder. the decoder is already > very fast and approaching a fundamental limit. > > the next release of FLAC will be slightly faster encoding and > decoding. Well, I hope to have a proof-of-concept FLAC-on-CUDA to run on the latest generation of NVidia cards, some time this summer. I hope this will achieve about 10x speed improvement for both
2007 Aug 23
2
[LLVMdev] Data Structure Analysis
A following question about how to install "poolalloc". I checked out poolalloc from svn. But I had a problem of installing it. When I tried to run "configure" with options "--with-llvmsrc" and "--with--llvmobj" pointing to where the source of my llvm and objs dir are (/home/usr/Tools/llvm, e.g.), "configure" complained error message
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems. I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following, $./configure ... checking openssl/evp.h usability... yes ... checking for openssl/engine.h... yes checking for SHA1_version in -lcrypto... no
2007 Jul 25
3
Re: FLAC: ERROR, MD5 signature mismatch
--- Harry Sack <tranzedude@gmail.com> wrote: > 2007/7/25, Harry Sack <tranzedude@gmail.com>: > > > > Hi > > > > I have downloaded a FLAC file somewhere and when trying to decode > it to > > WAV it gives the error message: ERROR, MD5 signature mismatch > > So my question is now: are FLAC files that give the error message > above > >