search for: 20130308

Displaying 20 results from an estimated 27 matches for "20130308".

2013 Mar 08
1
convert xen to kvm
i have a xen instance on a lvm partition are it possible to convert it to kvm image? and if so how? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130308/b4059dee/attachment-0006.html>
2013 Mar 08
2
asterisk sizing for play and dtmf detection
Dear all i'm planning a migration to asterisk for a high volume IVR service (from 1000 to 1500 concurrent call) The IVR service is based only on DTMF tones so the features required is - play feature - dtmf detection Asterisk will receive calls via VOIP (SIP with g711 codec) The IVR service wil be a static service based on Asterisk dialplan with some prompt (from 0 to 5, play of files in
2013 Mar 06
3
CentOS 5 sshd does not log IP address of reverse mapping failure
I'm running a mix of CentOS 5 and 6 servers reachable by ssh from the Internet. Of course I allow only public key authentication and no root login. In addition I'm running fail2ban to block obnoxious brute force attack sources. On CentOS 6 this is working pretty well, but on CentOS 5 there's one class of attacks fail2ban fails to ban. (No pun intended.) This isn't fail2ban's
2013 Feb 27
1
[LLVMdev] Instruction scheduling barrier
I found myself wanting a "scheduling barrier" in LLVM. In my specific circumstances I only want it to mean that TargetInstrInfoImpl::isSchedulingBoundary() would return true. I added SchedulingBarrier to MCID in MCInstrDesc.h and pushed it through TD attributes down to isSchedulingBoundary(). Is this something of general interest, or is there another mechanism for implementing
2013 Mar 08
0
[LLVMdev] How to use dropAllReferences in dropAllReferences
...() is used in the FunctionPass MoudlePass and so on. If I want to delete the node about function in Module, I can use it ,am i right? Thanks for your help. yao. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130308/d3f9294b/attachment.html>
2013 Mar 08
0
[LLVMdev] Tool to convert to backend assembly instruction file
Teja, Your mention of .s being bytecode confuses me, but if you're asking how to lower a bitcode (.bc) or IR file (.ll) to assembly (.s) than llc is the tool you are looking for. llc -O2 path/to/bitcode/input.bc -o output.s -Chris On Mar 7, 2013, at 10:39 PM, teja tamboli wrote: > Hello, > > I am looking for tool to convert file from either (.s) bytecode or (.bc) bitcode to
2013 Mar 08
0
Opus Java library
.../vorbis-java/ Of course, once complete there's also the task of maintaining it (which I may not be able to do). How much interest is there for this? Cheers, Robert -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20130308/13f77e00/attachment-0001.htm
2013 Mar 07
1
lightdm 1.5.1 released
...t interfere with eachother * Fix script hooks no longer working with latest glib * Fix display clean up code https://launchpad.net/lightdm/+download -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20130308/1adc7380/attachment.html>
2013 Mar 07
1
[LLVMdev] Function permutation at IR bytecode level
Hi All, I am working on writing pass in LLVM and interested in doing function permutation at intermediate representation byte code level? If I have lets say C program having three functions and its corresponding IR bytecode. void findLen(char a[10]) { int tmp = strlen(a); printf("Len is : %d\n", tmp); } void muladd(int a, int b, int c) { int tmp = a + b; int tmp1 = tmp *
2013 Mar 03
17
[Bug 61731] New: Nouveau not working on second monitor
https://bugs.freedesktop.org/show_bug.cgi?id=61731 Priority: medium Bug ID: 61731 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau not working on second monitor QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: rvhbox-freedesktop at
2013 Mar 08
2
[LLVMdev] Tool to convert to backend assembly instruction file
Hello, I am looking for tool to convert file from either (.s) bytecode or (.bc) bitcode to .asm file. Basically assembly instruction file for my x86 backend. I think so we can use llvm-objdump. However I am not able to figure out its exact options. Could you please tell me how to do that? -- Thanks, Teja -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Mar 09
0
[LLVMdev] hazard scheduling nodes
...isched. For PostRA: -debug-only=post-RA-sched. Modifying the DAG edges is tricky to get right. But removePred() and addPred() are the basic primitives... -Andy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130308/6050b928/attachment.html>
2013 Mar 08
0
[LLVMdev] ARM assembler's syntax in clang
...st_s_m* /* == end Makefile == */ (all of these files are also available at http://dl.dropbox.com/u/13855163/ill_text_relocation_test.tar.gz) Best Regards, Ashi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130308/5215a9c1/attachment.html>
2013 Feb 21
2
[LLVMdev] hazard scheduling nodes
Hi, I am trying to add Hazard scheduling nodes after buildSchedGraph(), with a scheduler derived from ScheduleDAGInstrs. I get weird errors, so I wonder what I am doing wrong? What I am doing right now is: I have a created MI with opcode HAZARD that does not have parent, and I greate a SUnit(HazardMI). I use this one HazardMI for all hazard nodes. I remove all edges using removePred. I insert
2013 Mar 07
0
[LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
...> Jiong > >> >> Dmitri >> > > -------------- next part -------------- A non-text attachment was scrubbed... Name: tilegx-backend.tar.bz2 Type: application/octet-stream Size: 73509 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130308/6014a731/attachment.obj>
2013 Mar 08
2
Gsoc-2013
...as not able to make out much of the brass_postlist.cc Any suggestions/links to get a better understanding of the project would be helpful. Regards, Chinmay -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20130308/1548a240/attachment.html>
2013 Mar 07
2
[LLVMdev] ARM assembler's syntax in clang
Hi Ashi, > ld: illegal text-relocation to _data_table in table.o from foo in > use_table.o for architecture armv7 It looks like you're using iOS. I'm not familiar with the exact workings of that platform, but I think a similar message would occur in ELF-land. If iOS *is* comparable, your issue is that symbols in dynamically loaded objects can't (usually) be referenced directly
2013 Mar 08
0
[LLVMdev] Bug in visitSIGN_EXTEND in DAGCombiner.cpp?
...____________ > LLVM Developers 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/20130308/88183a0c/attachment.html>
2013 Mar 02
3
[LLVMdev] RFC: TileGX, a new backend for Tilera's many core processor
On 03/02/2013 04:50 AM, Dmitri Gribenko wrote: > You also need tests for Clang bits, too. > > Mechanical issues: > > +/// getTileRegisterNumbering - Given the enum value for some register, > +/// return the number that it corresponds to. > > Please don't duplicate function and class name in comments. Existing > code does this, but current style guidelines advise not
2013 Mar 08
6
CentOS 6.4 Release Date.
Hi, Any date planned to release CentOS 6.4 as GA release? Regards, Kaushal