Displaying 20 results from an estimated 31 matches for "20110920".
2011 Sep 20
2
is oprofile working on CENTOS 6.0 ?
...panic on the console nor the serial port.
This is 100% repeatable. I tried multiple machines.
I am using a DELL 2850.
Any help would be appreciated.
wr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110920/9c070b51/attachment-0002.html>
2011 Sep 20
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...argv is implicitly the return from a UTF16->multibyte conversion (i.e.
> >> it's lossy).
> >>
> >> -Eli
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/711ea316/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang.patch
Type: application/octet-stream
Size: 2100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/711ea316/attachment.obj>
-------...
2011 Sep 07
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On Wed, Sep 7, 2011 at 12:20 AM, Nikola Smiljanic <popizdeh at gmail.com> wrote:
> So what are you exactly saying? Somebody proposed using GetCommandLine
> instead of using argv directly. And what about my other points about ::open
> and ::stat?
Because of the way Windows works, the only fully correct solution is
to never touch the native charset, and keep everything in UTF-8/16
2011 Sep 19
2
[LLVMdev] X86 status update
...ing issue is resolved, so the x86 inline asm should be fine now:)
http://llvm.org/bugs/show_bug.cgi?id=862
--
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/a6abb201/attachment.html>
2011 Sep 20
0
[LLVMdev] Alias Analysis (Andersen pointer analysis)
...____________
> 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/20110920/a9d94225/attachment.html>
2011 Sep 20
1
Can tinc traffic be identified by Deep Packet Inspection?
...then dropped by the Great Firewall.
My question is: can it be identified by DPI? If yes, how should I improve
tinc to avoid this?
Thanks in advance.
Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20110920/44eab4bf/attachment.html>
2011 Sep 20
1
Can tinc traffic be identified by Deep Packet Inspection?
...then dropped by the Great Firewall.
My question is: can it be identified by DPI? If yes, how should I improve
tinc to avoid this?
Thanks in advance.
Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20110920/44eab4bf/attachment.html>
2011 Sep 20
3
[LLVMdev] Alias Analysis (Andersen pointer analysis)
Dear All,
I am curious to know the reason for removal of andersen pointer analysis. Is
it because of some issues? We need it on llvm-2.9, if possible.
Do we have some better version of pointer analysis on llvm-2.9?
Thanks,
Manish
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Sep 20
2
Sieve: Vacation, handle and variable
...j}" "${vacation}";
}
-------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://dovecot.org/pipermail/dovecot/attachments/20110920/3f4d9e03/attachment-0004.bin>
2011 Sep 21
3
[LLVMdev] Alias Analysis (Andersen pointer analysis)
...__________
> LLVM Developers mailing listLLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.eduhttp://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/4c828b75/attachment.html>
2011 Sep 19
2
[LLVMdev] code generation
I am MSc student and my thesis subject is "parallelization of sequential
program in thread level to run on multi-core processors". I want
automatically parallelize sequential program in thread level to run on
multi-core processors with software pipelining.
I've use LLVM to code analysis and translate code to IR, I could extract PDG
graph form IR code and convert it to SCCDAG and
2011 Sep 19
0
[LLVMdev] code generation
Hi, neda
> But for final step and code generation, I don't have any idea and
> information to assign partitions and communications to threads. and I stop
> in this position. Unfortunately I don’t have enough time and I am under
> force to complete the project.
What you want to do is pretty much like what DSWP does, see
http://liberty.princeton.edu/Research/DSWP/
What
2011 Sep 20
2
[LLVMdev] code generation
...nt producer/consumer thread in
llvm.
I do not know where I should start in llvm for code generation and create
thread and insert produce and consume statement .
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/9e6355aa/attachment.html>
2011 Sep 19
0
[LLVMdev] X86 status update
On Sep 19, 2011, at 11:10 AM, 罗勇刚(Yonggang Luo) wrote:
> http://llvm.org/docs/CodeGenerator.html#feat_inlineasm_x86
>
> The following issue is resolved, so the x86 inline asm should be fine now:)
Fixed in r140033. Thanks.
> http://llvm.org/bugs/show_bug.cgi?id=862
JIT and CBE support is still missing, right?
/jakob
-------------- next part --------------
An HTML attachment was
2011 Sep 21
1
[LLVMdev] Segmentation fault while adding an addtional argument
...591311 in llvm::StringRef::operator[] (this=0xbfffeca0, Index=0)
at /home/skim/Etc/LLVM/llvm/include/llvm/ADT/StringRef.h:181
181 return Data[Index];
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/7e035f28/attachment.html>
2011 Sep 19
1
oddity with CISCO CCM and Asterisk
Hi List,
I have a system that connects into Asterisk 1.4.41 using CISCO
CCM 7. Everything works great except when a call is transferred to the
operator. The call goes to the operator via a native bridge and is
completed, then a "phantom process" starts and tries to launch a new call
every 15 minutes. I modified the dialplan to hangup these phantom calls,
but no still
2011 Sep 19
1
Compilation error: NUT 2.6.2 --without-snmp
Hello all!
I get a compilation error with '--without-snmp' option. Can someone help
please?
Thanks in advance
Sergey
Env:
===
1. Nut-2.6.2
2. gcc-3.3.6
-----
./configure -q --prefix=/usr --with-drivers=richcomm_usb --with-user=upsd
--with-group=upsd --with-cgi --with-cgipath=/www/cgi-bin
--with-htmlpath=/www --with-statepath=/var/state/ups --without-wrap
--without-snmp --without-serial
2011 Sep 19
3
run without sendmail
I'm running centos on a "limited" environment. Is it ok to turn off
sendmail
and run without it.
Are there issues with doing that or is all Ok.
Thanks,
Jerry
2011 Sep 20
0
reading vdump files?
...Limited. If you have received this message in error, please notify the
sender immediately.
=======================================================================
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20110920/4ac131bb/attachment-0002.html>
2011 Sep 20
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...;t understand what you meant by this? I'm aware that CommandLineToArgvW
has special interpretation of backslashes and quotes, but what should I
check exactly?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110920/ca3fdb39/attachment.html>