similar to: [LLVMdev] Segment Register Use

Displaying 20 results from an estimated 600 matches similar to: "[LLVMdev] Segment Register Use"

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
2007 Jul 25
4
[LLVMdev] LLVM Expansions
> From: "Wilfred L. Guerin" <wilfredguerin at gmail.com> > Subject: [LLVMdev] LLVM Expansions > > It is very relevant that LLVM look into handeling HDL and other binary > and analogue operation modeling capbilities, as well as expand this what is binary? you mean digital right? > Without confirming the true characteristics of the lower structure > types and
2007 Jul 25
0
[LLVMdev] LLVM Expansions
perhaps one should ask why a compiler has not compiled itself to binary and requires a 3rd party compiler to exist. Someone please send me lli that works on a pxa270 (which has never been tested?) and make sure it runs in PocketPC(win) so I dont have to wait another 20 hours to compile a damned compiler. On 7/24/07, nkavv at physics.auth.gr <nkavv at physics.auth.gr> wrote: > >
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
2015 Jan 06
2
[LLVMdev] [PATCH] Fix Emacs package formatting
btw, do you have commit access or should I commit it? On 6 January 2015 at 11:22, Rafael Espíndola <rafael.espindola at gmail.com> wrote: > LGTM, thanks! > > On 4 January 2015 at 19:08, Wilfred Hughes <me at wilfred.me.uk> wrote: >> Hi >> >> I'd like users to be able to install the LLVM major modes from >> MELPA[1], the most popular Emacs package
2007 Jul 24
0
[LLVMdev] LLVM Expansions
It is very relevant that LLVM look into handeling HDL and other binary and analogue operation modeling capbilities, as well as expand this abstractly above in the other direction to include complex structure optimization that is critical in realtime, dynamic and VM operations. Without confirming the true characteristics of the lower structure types and operating characteristics (especially
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
2015 Jan 05
2
[LLVMdev] [PATCH] Fix Emacs package formatting
Hi I'd like users to be able to install the LLVM major modes from MELPA[1], the most popular Emacs package repository. However, these files are not well-formed packages. I've made the following changes: * Both files have valid package headers and footers (you can verify with M-x checkdoc). * Fixed style warnings generated by checkdoc. * Fixed a byte-compiler warning in llvm-mode.el. *
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 \ >
2004 Aug 06
1
Displaying song titles
> OK, I'm a clueless newbie...I'm using icecast on a > colocated server as a mirror to my shoutcast > server. Everything works ok, but the only info > shown in winamp is the stream title (station ID) > when connecting to the mirror. The shoutcast server > displays song info as it should, but the mirror is > not parsing it. How do I set things up to display >
2008 May 30
1
[LLVMdev] PATCH: -dry-run option for llvmc2
This implements -dry-run for llvmc2: $ llvmc2 -dry-run main.c llvm-g++ -c -x c main.c -o /tmp/llvm_bGw2gN/main.bc -emit-llvm llc -f /tmp/llvm_bGw2gN/main.bc -o /tmp/llvm_bGw2gN/main.s llvm-gcc -c -x assembler /tmp/llvm_bGw2gN/main.s -o /tmp/llvm_bGw2gN/main.o llvm-gcc /tmp/llvm_bGw2gN/main.o -o a.out $ llvmc2 -dry-run -opt main.c llvm-g++ -c -x c main.c -o /tmp/llvm_UGZtwL/main.bc -emit-llvm opt
2008 Jun 17
1
[LLVMdev] LLVM on OpenBSD
> If you use bison instead of yacc this bug is not exposed. > > Is this correct behavior? I guess so. bison is quite different to yacc, see "info bison". llvm depends on bison and this is quite well documented. At http://llvm.org/releases/2.3/docs/GettingStarted.html#software it says "bison" and specifically which version of Bison you've to use.
2008 Jun 24
0
[LLVMdev] jit DLLs
> The idea is to use llvm to put performance sensitive code into > a DLL that a Windows app can then use. > > This would build the performance sensitive code on the target > machine making it possible to exploit CPU specific x86 > vector instructions. Isn't this what Apple does with OpenGL, except that they skip the DLL step?
2004 Jul 20
3
New CVS version
I yesterday brought up to date the version of * the CVS and now I have a problem. I cannot effect the RELOAD that * it breaks. Somebody can help or say as to load new users without stopping * ? Thank?s Excuse my English Joao Carlos Moura
2004 Jun 14
2
Samba shares becoming inactive after a while
When a user is not using a samba share, after a while they become "inactive". When a user wants to access the share again, it takes an irritating long time before they get access again. The (windows) application that does the accessing is not responding during that time. There are no drive letters assigned to the shares in a logon script. When I do assign a drive letter to the share (in
2008 Jun 24
4
[LLVMdev] jit DLLs
Are JIT DLLs supported? The idea is to use llvm to put performance sensitive code into a DLL that a Windows app can then use. This would build the performance sensitive code on the target machine making it possible to exploit CPU specific x86 vector instructions. The code that calls fn's in the DLL should, ideally, be unaware that a llvm JIT is being used. -- Øyvind Harboe
2004 Aug 06
2
Icecast2 documentation
I try to run the Icecast2 server, but when i start: icecast -c icecast.xml the server print the xml file and stop immediately.. Is a documentation exist? -- CHRISTOPHE GUERIN (christophe.guerin@etud.univ-pau.fr) --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to
2004 Aug 06
3
Multiple bitrate from the same source ?
Hi, I'd like to broadcast the same source at multiple bitrate. Is it possible ? Have you got some clues ? Regards, Pascal <p><p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe'
2004 Aug 06
8
disappointed with group
Hi all, must say I have found the help in this group very disapointing. Have mail numerous times for help with some (in hindsight) simple problems. yet no one (ok 1 person) has attempted to aid me. If this group was ONLY filled with novices and users I could accept this but I have seen members of the development team , and others who have insight into the workings of icecast comment on other
2023 Nov 08
2
samba-tool dns zoneoptions --mark-old-records-static
Sorry for the 'CC', here is the result : search error - LDAP error 32 LDAP_NO_SUCH_OBJECT - <acl_read: Error retrieving instanceType for base. at ../../source4/dsdb/samdb/ldb_modules/acl_read.c:967> <> Samuel Le mer. 8 nov. 2023 ? 17:06, Rowland Penny via samba <samba at lists.samba.org> a ?crit : > On Wed, 8 Nov 2023 16:58:23 +0100 > Sam R <sr42354 at