search for: andyg1001

Displaying 18 results from an estimated 18 matches for "andyg1001".

2012 Jul 29
3
[LLVMdev] rotate
> *NOTE* IIRC compiling this with -O0 on x86-64 can yield the wrong result > since clang will emit shifts and on intel shifts are mod the register > size [...snip...] I remember finding the same thing (although I haven't tried it on a recent clang version) and what I wondered was whether there was mileage in having an explicit intrinsic for rotation (like there is for bit counting,
2012 Jul 23
1
[LLVMdev] Fw: Fix for forward-declare-class.cpp in debuginfo-tests
Hi, Please could someone kindly review this patch for me? Many thanks Andy On Wednesday, July 18, 2012 9:15 AM, Andy Gibbs wrote: > Hi, > > I'm not sure where to post this since it relates to the "debuginfo-tests" > repository, so please tell me where to forward it if this is the wrong > place! > > I've fixed the forward-declare-class.cpp test-case in
2012 Jul 29
0
[LLVMdev] rotate
...t. At that time, my solution was to add a binary operator to the IRBuilder, since LCS fits in nicely with the other shift operators. But, it is quite cumbersome to merge :*(. I would be happy to resend the original patch if you'd like. -Cameron On Sun, Jul 29, 2012 at 4:02 PM, Andy Gibbs <andyg1001 at hotmail.co.uk> wrote: ... > It would be nice to have a __builtin_rotl family in clang, in > my opinion, but it would need back-end support from llvm. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachment...
2012 Jul 31
0
[LLVMdev] rotate
On Jul 31, 2012, at 3:04 AM, Andy Gibbs <andyg1001 at hotmail.co.uk> wrote: > On Monday, July 30, 2012 12:16 AM, Cameron McInally wrote: >> Hey Andy, >> >> I proposed a similar patch to LLVM (left circular shift) around 10/2011. >> Parts of my patch did make it into trunk about a year after, but others >> did n...
2012 Jul 31
0
[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
On Tue, Jul 31, 2012 at 2:35 AM, Andy Gibbs <andyg1001 at hotmail.co.uk> wrote: > Hi again, > > Any interest in this patch to incorporate lld testing into "make check-all" > when lld built as part of llvm? Is this the best place to post patches for > lld? > > I've attached it again here to include a missing depend...
2012 Aug 01
0
[LLVMdev] Broken tests following r160899
On Tuesday, July 31, 2012 7:19 PM, Andy Gibbs wrote: > I'm afraid it looks like commit r160899 has broken two test-cases > which are part of the "debuginfo-tests" repository. I believe I > have narrowed it down to the correct commit... Erm, but I didn't post the details (obviously too much in a rush to get home last night! My apologies!) So here it is: The tests that
2012 Jul 31
2
[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
Hi again, Any interest in this patch to incorporate lld testing into "make check-all" when lld built as part of llvm? Is this the best place to post patches for lld? I've attached it again here to include a missing dependency. Cheers Andy On Thursday, July 26, 2012 1:45 PM, Andy Gibbs wrote: > Hi, > > Attached is a patch which incorporates the lld test-suite into
2012 Jul 31
2
[LLVMdev] Broken tests following r160899
Hi, I'm afraid it looks like commit r160899 has broken two test-cases which are part of the "debuginfo-tests" repository. I believe I have narrowed it down to the correct commit... Cheers Andy
2010 Apr 01
2
How to stop mount.cifs remembering password
Dear all, I'm fairly new to Samba and CIFS and, for that matter, Linux in general. I'm having a problem with "mount.cifs" as provided with Debian 5. I'm afraid I cannot say what version of mount.cifs I have since doing "mount.cifs -V" does not (contrary to the message it shows when I do this) actually show the version, but rather how to use the program. The
2012 Jul 31
4
[LLVMdev] rotate
On Monday, July 30, 2012 12:16 AM, Cameron McInally wrote: > Hey Andy, > > I proposed a similar patch to LLVM (left circular shift) around 10/2011. > Parts of my patch did make it into trunk about a year after, but others > did not. > > At that time, my solution was to add a binary operator to the IRBuilder, > since LCS fits in nicely with the other shift operators. But,
2012 Jul 18
0
[LLVMdev] Fix for forward-declare-class.cpp in debuginfo-tests
Hi, I'm not sure where to post this since it relates to the "debuginfo-tests" repository, so please tell me where to forward it if this is the wrong place! I've fixed the forward-declare-class.cpp test-case in the attached patch. It seems that gdb has fixed their bug in version 7.4, so the patch uses a regex to match expected output for both the broken and fixed gdb. Cheers
2012 Jul 18
0
[LLVMdev] Fix for "Bad fd number" error in test_debuginfo.pl
Hi, Attached is a simple patch to fix a "Bad fd number" error in test_debuginfo.pl which has come about because of an invalid redirection in the system call. Normally the stdout+stderr to file redirection is "&>" (not ">&" as in the script!), but I have found this to be unsupported on all shell types (I think it was introduced in bash at version 4, for
2012 Jul 23
1
[LLVMdev] Fix for "Bad fd number" error in test_debuginfo.pl
Hi, Please could someone kindly review this patch for me? Many thanks Andy On Wednesday, July 18, 2012 4:29 PM, Andy Gibbs wrote: > Hi, > > Attached is a simple patch to fix a "Bad fd number" error in > test_debuginfo.pl which has come about because of an invalid redirection > in the system call. > > Normally the stdout+stderr to file redirection is
2012 Jul 26
0
[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
Hi, Attached is a patch which incorporates the lld test-suite into llvm's "make check-all" if lld is built within llvm. Please could someone review this for me. I've hand-amended the patch so that it should be easier to review. The majority of the patch is simply changing the indent once inside and else()/endif() block. Beyond that, I've standardised the test target name
2012 Jul 26
0
[LLVMdev] [lld] Patch to incorporate lld test-suite into "make check-all"
On Thursday, July 26, 2012 1:45 PM, Andy Gibbs wrote: > Attached is a patch which incorporates the lld test-suite > into llvm's "make check-all" if lld is built within llvm. > Please could someone review this for me. Sorry, I missed a dependency. Here is an additional patch for the additional dependency: Index: tools/lld/test/CMakeLists.txt
2012 Aug 15
1
[LLVMdev] [Patch] Fix code-gen typo in VariadicFunction.h
Hi, Sorry, I may have dropped this on the wrong list originally so I've reposted here. The patch on original post is available here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120806/148088.html Would someone be able to approve/commit this for me? Thanks! Andy On Sunday, August 12, 2012 8:32 PM, Andy Gibbs wrote: > Hi, > > Spotted a typo in VariadicFunction.h
2018 Nov 07
2
How to find out what is deleting my vms
Hi, I have a CentOS-7 server running KVM but also oVirt. Recently, following updates, VMs not handled by oVirt have been deleting themselves after they shut down. Previously to this, I have not had any problems of this nature. I cannot say whether the problem is coming from oVirt updates or not. I am creating a VM using "virsh define myvm.xml" on the server, starting it through
2017 Jun 19
0
VM fails to start on boot-up
Hi, I have created a VM with the option inside virt-manager to "start virtual machine on host boot up". It is the only VM on the host to be configured this way. However, I am getting this error in the log file when it attempts to start it on boot up: 2017-06-19 07:15:18.491+0000: starting up libvirt version: 2.0.0, package: 10.el7_3.9 (CentOS BuildSystem