search for: sheng

Displaying 20 results from an estimated 149 matches for "sheng".

Did you mean: cheng
2008 Mar 04
3
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
.../bugreporter> for instructions Any ideas? My gcc version: gcc -v Using built-in specs. Target: x86_64-redhat-linux Configured with: ../gcc-4.0.4/configure --prefix=/home/toolman/gcc4.0.4-x86_64 --enable-languages=c,c++ --host=x86_64-redhat-linux Thread model: posix gcc version 4.0.4 Thanks, Sheng. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080304/1f44c81e/attachment.html>
2002 Dec 11
2
Uninstall Samba?
...How to install/upgrade/uninstall Samba from Mandrake 9.0 to the latest Samba version via source code (I noticed that MDK9 installed Samba to different places. And the document:"Using Samba" mentioned the file "inetd.conf" but I couldn't find it in MDK9.) Thanks. Long-Sheng Dec. 11, 02
2015 Jan 21
4
[LLVMdev] Using basicaa alias analysis pass
...e same as the original bit code hello.bc. That is no alias analysis information is printed on the screen or recorded in the resulting result.bc file. Could someone explain what I should do to get some results from basicaa alias analysis pass? Thank you very much. Your help is much appreciated! Sheng-Hsiu -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150121/0f9d400e/attachment.html>
2010 Mar 04
4
[PATCH][v5] PV extension of HVM(hybrid) in support in Xen
...ge the hypercall page with HVM. 3. Clean up VIRQ delivery mechanism, fixing the lock issue. 4. Remove the reserved the region in E820(but another issue remains, I can''t get location of grant table elegantly, as I described in Linux part patches) Please review, thanks! -- regards Yang, Sheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Mar 04
0
[LLVMdev] llvm-gcc 4.2 building failed on x86-64
Hi Sheng Am Dienstag, 4. März 2008 schrieb Zhou Sheng: > Current llvm-gcc 4.2 building failed on X86-64, here is the dump I am not followng head closely but may it be that the current head still doesn't support amd64 proper: gcc README.LLVM: "When targeting non-darwin X86-64/AMD-64/EM64-T, co...
2013 Jun 25
3
[PATCH] btrfs-progs: avoid memory leak in btrfs_close_devices
Three kind of structures need to be freed on close: * All struct btrfs_device managed by fs_devices * The name field for each struct btrfs_device * The above items for seed_devices Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com> --- volumes.c | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/volumes.c b/volumes.c index d6f81f8..257b740 100644 --- a/volumes.c +++ b/volumes.c @@ -153,6 +153,16 @@ static int device_list_add(const char *path, return 0;...
2009 May 14
0
[LLVMdev] alias analysis results
On Thu, May 14, 2009 at 2:19 PM, Weihua Sheng <weihua.sheng at gmail.com> wrote: > I actullay would expect the more accurate results from applying > anders-aa, but I could not interpret what has been returned - at least > I should see something like jj->aa, right? I'm not quite following... jj and aa don't alias; bot...
2009 Jan 13
2
[LLVMdev] llvm-gcc doesnt honor volatile quantifier of the array type?
...uses=1] %1 = getelementptr i32* %a, i32 1 ; <i32*> [#uses=1] %2 = load i32* %1, align 4 ; <i32> [#uses=1] %3 = add i32 %2, %0 ; <i32> [#uses=1] ... } No volatile keeps, is it expected or a bug for llvm-gcc? Anyone can help me? Thanks in advance. Sheng. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090113/b186e753/attachment.html>
2009 May 15
1
[LLVMdev] alias analysis results
...;s question: will the AA give the result that kk and jj alias (that's what I understand from C and possibly could see from bc)? Thanks a lot again! Weihua On Fri, May 15, 2009 at 1:33 AM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Thu, May 14, 2009 at 2:19 PM, Weihua Sheng <weihua.sheng at gmail.com> wrote: >> I actullay would expect the more accurate results from applying >> anders-aa, but I could not interpret what has been returned - at least >> I should see something like jj->aa, right? > > I'm not quite following... jj and aa...
2010 Mar 05
2
[PATCH][v6] PV extension of HVM(hybrid) support in Xen
...Tim''s comments. Change from v3: 1. Minor polish the patchset. Replace several specific is_hvm_pv_evtchn_domain() judgement. 2. Name changed... Change from v2: 1. Change the name "hybrid" to "PV featured HVM", as well as flag and macro names. -- regards Yang, Sheng _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2008 Jan 14
3
[LLVMdev] llvm-gcc miscompilation or it's the gcc's rule?
...; <i64> [#uses=1] ret i64 %tmp34 } This seems incorrect. I think it should extend %x, %y to i64 first and then do the multiplication stuff. Otherwise, the result may lose some bits if %x, %y are very big. gcc seems have the same issue. Is this a bug or just gcc's rule? Thanks, Sheng. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080113/d59fab67/attachment.html>
2008 May 23
1
[LLVMdev] Eliminate Store-Load pair even the LoadInst is volatile
Hi, Thanks, John, I just forgot the multi-thread issue. I'll write my own pass to handle this as for my project, it is just single-thread case. Sheng. Date: Thu, 22 May 2008 09:30:45 -0500 > From: John Criswell <criswell at cs.uiuc.edu> > Subject: Re: [LLVMdev] Eliminate Store-Load pair even the LoadInst is > volatile > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Message-ID: <48358395.307040...
2009 Jan 13
0
[LLVMdev] llvm-gcc doesnt honor volatile quantifier of the array type?
...wrong. All 4 compilers (gcc,g++,llvm-gcc,llvm-g++) do the right thing when the array is global. John #define N 3 typedef volatile int vint; int sum(vint a[N]) { int sum = 0; unsigned i; for (i = 0; i < N; i++) sum += a[i] + a[i]; return sum; } On Tue, 13 Jan 2009, Zhou Sheng wrote: > Hi, > > > I encountered a problem about volatile quantifier when using llvm-gcc, here > is the example: > > #define N 10 > > int sum(volatile int a[N]) { > int sum = 0; > unsigned i = 0; > for (i = 0; i < N; ++i) > sum += a[i]; > &g...
2009 May 14
2
[LLVMdev] alias analysis results
Hi there, I am trying to understand how AliasAnalysis works out in LLVM. I used the following simple test-case (test4.c): -- void test() { int *jj, *kk; int aa = 100; jj = &aa; *jj = 300; } int main() { test(); return 0; } -- Then I did "llvm-gcc -emit-llvm -c -o test4.bc test4.c" to get bc. I tried the following 2 ways to get what I expect to get as
2006 Sep 18
2
[LLVMdev] llvm-g++: Internal error
...; >*)+0x27c)[0x82d848c] gccld(main+0xaad)[0x82dcdd3] /lib/libc.so.6(__libc_start_main+0xdc)[0x90e7e4] gccld(__gxx_personality_v0+0x145)[0x82d7b91] llvm-g++: Internal error: Aborted (program gccld) Please submit a full bug report. See <URL:http://llvm.cs.uiuc.edu> for instructions. Thanks, Sheng. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060918/9a2728a6/attachment.html>
2003 Dec 31
2
a quick question about the package "car"?
Hi, Just a quick question. I wonder if the package of "car" has been removed from the most current version of R. Or what can I do to renew it since I have to do the analysis with that? Thanks, yen
2003 Jan 07
1
Samba machine trust account setting in FreeBSD
...t; to the machine account. According to Samba-PDC-HOWTO.html in swat, I edited the /etc/passwd and added $ in my machine account manually. But still no use. It seems that my PDC is ok because it can authenticate the user from Window ME machines. Could anyone help me out? Thanks Long-Sheng Jan. 7, 03
2003 Jan 14
2
import_smbpasswd.pl for samba + LDAP
...on in an LDAP Directory (Samba-LDAP-HOWTO.html). Is there anyone knowing how to run this Perl script: "import_smbpasswd.pl" in examples/LDAP directory? I don't know Perl. :( In addition, is there more information/tutorial of LDAP available on line? Thank you very much. Long-Sheng Jan 14. 03
2011 Aug 27
1
[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
The patch is against 3.1-rc3. struct vring_used has two __u16 fields plus array of struct vring_used_elem. Current vring_size counts the __u16 fields to 3. Fix it to 2 in the patch. Signed-off-by: Wang Sheng-Hui <shhuiw at gmail.com> --- include/linux/virtio_ring.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/virtio_ring.h b/include/linux/virtio_ring.h index 4a32cb6..fcda152 100644 --- a/include/linux/virtio_ring.h +++ b/include/linux/virtio_ring.h @@ -...
2011 Aug 27
1
[PATCH] virtio: fix size computation according to the definition of struct vring_used in vring_size
The patch is against 3.1-rc3. struct vring_used has two __u16 fields plus array of struct vring_used_elem. Current vring_size counts the __u16 fields to 3. Fix it to 2 in the patch. Signed-off-by: Wang Sheng-Hui <shhuiw at gmail.com> --- include/linux/virtio_ring.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/virtio_ring.h b/include/linux/virtio_ring.h index 4a32cb6..fcda152 100644 --- a/include/linux/virtio_ring.h +++ b/include/linux/virtio_ring.h @@ -...