similar to: [LLVMdev] (no subject)

Displaying 20 results from an estimated 300000 matches similar to: "[LLVMdev] (no subject)"

2011 Nov 21
0
[LLVMdev] How to get ELF section virtual starting address from MCSymbolRefExpr?
Yeh, I eventually figured that out. Thanks for responding though. Jack ________________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] on behalf of llvmdev-request at cs.uiuc.edu [llvmdev-request at cs.uiuc.edu] Sent: Sunday, November 20, 2011 10:00 AM To: llvmdev at cs.uiuc.edu Subject: LLVMdev Digest, Vol 89, Issue 47 Send LLVMdev mailing list
2007 Jul 12
0
No subject
created you must place it in your web directory on the server. =20 I chained the command and also wrote the output to an xml file in the web directory. The command looks like this: =20 'php /etc/asterisk/directory.php.txt > /var/www/html/directory.xml' =20 System Speeddials using Services Button =20 =20 For speed dials I modified the php code to look to a specific file in the
2023 Dec 04
0
correo de ayer
Seguramente ayer por la noche recibi? el correo de invitaci?n, estamos buscando empresas que utilicen agua en sus procesos, pero sobre todo que realicen descargas de Aguas Residuales. No s? si sabe, pero desde el 11 de marzo del a?o pasado se actualiz? NOM-001-SEMARNAT-2021 que sustituye a la NOM-001-SEMARNAT-1996 y ser? obligatoria para todos. Nosotros estamos asesorando empresas y negocios para
2013 May 01
2
(no subject)
I've got the Xcode project done, I'm having trouble finding the proper format for the header search path, and do I need to include the tests in the xcodeproj? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130501/b9d135b1/attachment.htm
2013 May 03
2
(no subject)
Here's the Flac.xcodeproj, compressed with 7-zip as it's just a folder and can't be transmitted without being compressed, check to see if it works on your computers, and hopefully everything works. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130502/e1d68a75/attachment-0001.htm --------------
2013 Jun 10
2
(no subject)
Also, shouldn't the changelog feature the 4GB windows fix? I remember reading about that bug fix at the start of 1.3.0, and I for one was incredibly excited about it. if nobody remembers it I can try to hunt down that patch on the mail list. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jul 12
0
No subject
file is created you must place it in your web directory on the server.<br> &nbsp;<br> I chained the command and also wrote the output to an xml file in the = web directory.&nbsp; The command looks like this:<br> &nbsp;<br> &#8216;php /etc/asterisk/directory.php.txt &gt; /var/www/html/directory.xml&#8217;<br> &nbsp;<br>
2005 Nov 23
1
[LLVMdev] Cloning BasicBlock
Hello Andrew , Yes , I have missed the phi node since my paths merge together. I'll try this out. I am implementing a timer based profiling scheme and hope your code will be useful for me. Please send me a copy of your code. Thanks Sandra Andrew Lenharth <andrewl at lenharth.org> wrote: On Tue, 2005-11-22 at 09:12 -0800, Sandra Johnson wrote: > Hi , > I am trying
2009 Mar 19
3
(no subject)
I have to develop a VoIP application. I need to know how to use Java APIs to communicate to my client application with asterisk. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090319/fcb4c275/attachment.htm
2013 Mar 06
1
(no subject)
Will you guys ever shut down or start using the Sourceforge page? It's pretty confusing for newbz. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20130306/ddac32d4/attachment-0001.htm
2005 Nov 22
0
[LLVMdev] Cloning BasicBlock
On Tue, 2005-11-22 at 09:12 -0800, Sandra Johnson wrote: > Hi , > I am trying to clone a BasicBlock. I want both to co-exist and I have > introduced > a conditional branch to the original or the cloned BB. I have a pass I haven't commited that does just this. Well, it does so to implement Arnold and Ryder style profiling. I can send you a copy of that if you want (I hope to
2005 Nov 22
3
[LLVMdev] Cloning BasicBlock
Hi , I am trying to clone a BasicBlock. I want both to co-exist and I have introduced a conditional branch to the original or the cloned BB. I tried mapping the original instruction and the clone as below : Instruction *NewInst = II->clone(); if (II->hasName()) NewInst->setName(II->getName()); NewBB->getInstList().push_back(NewInst); ValueMap[II] =
2007 Jul 29
0
(no subject)
-------------- next part -------------- A non-text attachment was scrubbed... Name: e-mail.pdf Type: application/pdf Size: 15360 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachments/20070729/9ae82b6a/e-mail.pdf
2007 Jul 29
0
(no subject)
-------------- next part -------------- A non-text attachment was scrubbed... Name: Readme.pdf Type: application/pdf Size: 9186 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070729/0eb94815/Readme-0001.pdf
2007 Jul 29
0
(no subject)
-------------- next part -------------- A non-text attachment was scrubbed... Name: Invitation.pdf Type: application/pdf Size: 2038 bytes Desc: not available Url : http://lists.linux-foundation.org/pipermail/virtualization/attachment= s/20070729/faa7026e/Invitation-0001.pdf
2005 Oct 16
2
[LLVMdev] Help on LLVM Instrumentation
Hi , I am using LLVM for my Post Graduate course project on Optimization. I am trying to do some insrtumentation to the bytecode.I 've been going through your Instrumentation code for the past few days in /llvm/lib/Transforms/Instrumentation folder and finally found two ways of instrumentation : 1) injecting LLVM bytecode instructions 2) calling an external C function. I am trying both and
2008 Jun 15
2
R vs SAS and HLM on multilevel analysis- basic question
Hi R users! I am trying to learn some multilevel analysis, but unfortunately i am now very confused. The reason: http://www.ats.ucla.edu/stat/hlm/seminars/hlm_mlm/mlm_hlm_seminar.htm http://www.ats.ucla.edu/stat/sas/seminars/sas_mlm/mlm_sas_seminar.htm and MlmSoftRev. pdf from mlmRev package. >From what i see, the first two links seem to declare the level one variable as a random part (i
2002 Jun 07
1
(no subject)
An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20020607/ed307f23/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-midi Size: 87214 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20020607/ed307f23/attachment.bin -------------- next
2015 Jul 01
0
pdf-printer
Hai Mourik Jan, ? This is the script we use, this is the work my collega. ( see the developed by, thats his company?) This is a "as is"? share, so read the code, we added as much as possible info in there. ? Few extra pointers, - speed up the script by useing ramdisk, make sure your ramdisk has the space for the bigest pdf you want to create. ??? we did limit the max size in the
2006 Mar 20
1
(no subject)
Hi everybody. Yesterday I fix typo in spinlock.h and compiled zaptel. But today I have problems with soft phones. I tried to recompile zaptel and it showed errors again. So I don't understand what now it needs. --------------------------------- Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. -------------- next part --------------