search for: 20110124

Displaying 20 results from an estimated 24 matches for "20110124".

Did you mean: 20110127
2011 Jan 24
6
Unable to insert cdr-data into mysql-DB
...ret user=asteriskcdr port=3306 sock=/tmp/mysql.sock userfield=1 I really don't know why Asterisk cannot connect to the table.. Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110124/d0e7c15f/attachment.htm>
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
...on, so you'll need > to insert casts (trunc instructions in your case) to cast %1 and %2 from i32 > to i16 for the smaller add. > > Nick > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/039591fc/attachment.html>
2012 May 25
2
Query about creating time sequences
...t;20110105", "20110106", "20110107", "20110110", "20110111", "20110112", "20110113", "20110114", "20110117", "20110118", "20110119", "20110120", "20110121", "20110124", "20110125", "20110127", "20110128", "20110131", "20110201", "20110202", "20110203", "20110204", "20110207", "20110208", "20110209", "20110210", "20110211"...
2011 Jan 24
2
[LLVMdev] extract thread form sequential program
Hi , how i can assign instruction of program to a thread? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/8c87ab35/attachment.html>
2011 Jan 24
2
[LLVMdev] How to create an IntegerType of the native word size
...on that machine during compilation, I want it to be Int32Ty. I'm sure that has to be some perfect solution out there, does anyone know? Thanks! Harel Cain -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/fdd53a9e/attachment.html>
2011 Jan 24
0
[LLVMdev] CodeExtractor.cpp potential bug?
...rrect, but I think the >> comment and assert may not be. I was writing a patch where I hit the same >> issue. >> >> Cameron > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/6266c0ec/attachment.html>
2011 Jan 23
0
Using dsync+imapc for migration from other IMAP servers to Dovecot
...ake this work for Dovecot as remote IMAP server. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20110124/5ce276d2/attachment-0002.bin>
2011 Jan 22
5
ethernet configuration
I pressed the tab "probe" by mistake near "bind to MAC address" in system->administration->network->edit->hardware device. After this the MAC address disappeared. Internet is not working. Shall I write the MAC address and activate again? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 21
0
[LLVMdev] How to change the type of an Instruction?
On 21 January 2011 12:56, Douglas do Couto Teixeira < douglasdocouto at gmail.com> wrote: > Hello guys, > > I wonder how I can change the type of an integer variable. For instance, > given the instruction "%3 = add i32 %1, %2" I would like to alter the > instruction to "%3 = add i16 %1, %2". Is there any way to do this? > No. Instead you create a new
2011 Jan 24
6
[LLVMdev] LLVM targeting HLLs
...sty and full of dead mice." │ --- Anonymous, on rasfc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 254 bytes Desc: OpenPGP digital signature URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/81d3dfc5/attachment.sig>
2011 Jan 24
2
[LLVMdev] Rolling my own appending linkage
...lly, all I need to make this work is some way to 'mark' a global so that my custom pass can query for all marked globals. Any ideas on this? -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/d860fd02/attachment.html>
2011 Jan 21
2
[LLVMdev] How to change the type of an Instruction?
Hello guys, I wonder how I can change the type of an integer variable. For instance, given the instruction "%3 = add i32 %1, %2" I would like to alter the instruction to "%3 = add i16 %1, %2". Is there any way to do this? Best wishes, Douglas -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Jan 24
3
[LLVMdev] How to change the type of an Instruction?
...elopers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/be5f9cd8/attachment.html>
2011 Jan 24
2
unable to check in code to svn when files contain spaces or characters
...ters like ( ) +#@ that svn cannot understand as the full path of the file . can some one help me in this in perl or in shell . -- Regards Agnello D'souza -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110124/097baf20/attachment-0002.html>
2011 Jan 24
0
[LLVMdev] LLVM targeting HLLs
...; arbitrary number of registers. Can LLVMTargetMachine handle this? You could create a different code generator from clang or use the rewriting machinery? -eric -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/247da82c/attachment.html>
2010 Dec 31
3
[LLVMdev] CodeExtractor.cpp potential bug?
There might be a misuse of DominatorTree::splitBasicBlock in CodeExtractor.cpp, line 145. Header is splited into two (OldPred->NewBB). Line 145 updates the dominator tree by calling DT->splitBasicBlock(NewBB). I think it should be DT->splitBasicBlock(OldPred). When I tried to extract a code region whose header has 2 successors, my pass crashed. It was because header (or OldPred) is the
2011 Jan 24
0
[LLVMdev] Error in cross-compiling "Hello World"
...at if I get any suggestions or comments. Will a symbolic link to the cross assembler and linker to these native assembler and linker solve the problem?   Thanks  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/d5ba6b07/attachment.html>
2011 Jan 24
0
[LLVMdev] Error in compiling "Hello World" in a LLVM-GCC cross crosscompiler
...at if I get any suggestions or comments. Will a symbolic link to the cross assembler and linker to these native assembler and linker solve the problem?   Thanks  -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/4c6bf22d/attachment.html>
2011 Jan 22
3
[LLVMdev] Question about porting LLVM - code selection without assembler feature
Hello all, I am adding a new target into LLVM. However there is a assembler for that target and I just want LLVM to generate assembly. I read the document "Writing an LLVM Backend". I am wondering to know whether I can ignore the Inst field in the following example: class InstSP<dag outs, dag ins, string asmstr, list<dag> pattern> : Instruction { field bits<32>
2011 Jan 25
2
[LLVMdev] install and add backend to llvm.
...I just need to see the effect of a changes in TableGen files, when i print the assembly code. like name of register, or name of Instruction. thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110124/b65330ff/attachment.html>