search for: candiate

Displaying 20 results from an estimated 26 matches for "candiate".

Did you mean: candidate
2015 Jul 01
2
[LLVMdev] Are global variables candiates for register allocation?
I was wondering if global variables can be candidates for register allocation. My use case is a global variable that is used in every function in my program. I'm wondering if it's better to pass it in, or let it stay as a global. Passing it in will require a bit of work.
2015 Jul 01
2
[LLVMdev] Are global variables candiates for register allocation?
Right, I follow your theory and thought the same. I have a single TU scenario where the global is just used because we generate hand assembly at runtime, and want to keep the code written by hand to be super simple, calls with no parameters. Our scenario is literally reading a file, which calls this functions hundreds of thousands of times, and we reset the pointer to the "global"
2015 Jul 01
2
[LLVMdev] Are global variables candiates for register allocation?
Thanks, Reid. I'm not an optimization expert, but as a workaround, can I do the following: void myFunction() { int local = global; .. use local ... } ? On Tue, Jun 30, 2015 at 6:53 PM, Reid Kleckner <rnk at google.com> wrote: > This came up in the past for GHC, and we recommended passing it as a > parameter everywhere, as it lets the register allocator spill it under high
2012 Jul 24
1
[PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION
...y Anthony, here is a patch against target-pending/for-next-merge to expose an ABI version to userspace via a new VHOST_SCSI_GET_ABI_VERSION ioctl operation. As mentioned in the comment, ABI Rev 0 is for pre 2012 out-of-tree code, and ABI Rev 1 (the current rev) is for current WIP v3.6 kernel merge candiate code. I think this is what you had in mind, and hopefully it will make MST happy too. The incremental vhost-scsi patches against Zhi's QEMU are going out shortly ahead of cutting a new vhost-scsi RFC over the next days. Please have a look and let me know if you have any concerns here. Thanks...
2012 Jul 24
1
[PATCH] tcm_vhost: Expose ABI version via VHOST_SCSI_GET_ABI_VERSION
...y Anthony, here is a patch against target-pending/for-next-merge to expose an ABI version to userspace via a new VHOST_SCSI_GET_ABI_VERSION ioctl operation. As mentioned in the comment, ABI Rev 0 is for pre 2012 out-of-tree code, and ABI Rev 1 (the current rev) is for current WIP v3.6 kernel merge candiate code. I think this is what you had in mind, and hopefully it will make MST happy too. The incremental vhost-scsi patches against Zhi's QEMU are going out shortly ahead of cutting a new vhost-scsi RFC over the next days. Please have a look and let me know if you have any concerns here. Thanks...
2007 May 08
4
[LLVMdev] Problems with 'make check'
>>> Looks like it couldn't find llvm-gcc. >> >> Its on the path. > > Is it set in site.exp? Thats it, great. Should I be testing the 2.0 candiate release from CVS or are you releasing .tar.gz's ? Thanks alot, Aaron
2015 Jan 17
2
[LLVMdev] How to test isDereferenceablePointer?
I'm have a [PATCH] isDereferenceablePointer: look through gc.relocates and I want to know how to test this patch. So far, I've found one candiate: speculative execution in SimplifyCFG (test/Transforms/SimplifyCFG/SpeculativeExec.ll). However, it's somewhat involved to show that SimplifyCFG does kick in for gc.relocate. Is there a better way to directly test it? Signed-off-by: Ramkumar Ramachandra <artagnon at gmail.com> --- lib/I...
2015 Sep 03
5
Beta CentOS 7 Xen packages available
Hi Thomas, This may be old news at this point, but I had 100% identical behavior to yours when I tried virtx7-44-testing. After looking around a bit I tried "virtx7-44-candidate", in a sibling directory to virtx7-44-testing. It has a more recent date, so I tried with that and it works fine. It resolves the issues listed in your email from 7/7/2015. I am now looking for a
2015 Jan 20
2
[LLVMdev] How to test isDereferenceablePointer?
...he easiest case might be LICM. > > Philip > > On 01/17/2015 11:25 AM, Ramkumar Ramachandra wrote: >> I'm have a >> [PATCH] isDereferenceablePointer: look through gc.relocates >> >> and I want to know how to test this patch. So far, I've found one >> candiate: speculative execution in SimplifyCFG >> (test/Transforms/SimplifyCFG/SpeculativeExec.ll). However, it's >> somewhat involved to show that SimplifyCFG does kick in for >> gc.relocate. Is there a better way to directly test it? >> >> Signed-off-by: Ramkumar Ramachan...
2015 Sep 07
4
Beta CentOS 7 Xen packages available
...tried "virtx7-44-candidate", in a sibling >> directory to virtx7-44-testing. It has a more >> recent date, so I tried with that and it works fine. It resolves the >> issues listed in your email from 7/7/2015. > Thanks for letting me know. I actually found the "candiate" packages to > work too, when tried those some days after my email. > However, nowadays I build my own Xen rpm's, based on the Fedora 21 > source package. I modified the spec-file to properly build for CentOS 7 > and adapted some of the patches of the Fedora source package. &gt...
2010 May 24
1
[LLVMdev] LatticeMico32 (LM32) backend
Hello Sébastien, Making backends to LLVM is a significant amount of work. If you want somebody to do it for you, either offer some payment or do your own coding. Keep in mind that the bread-and-butter support for LLVM comes from Apple computer so unless the next iPad will start using softcores, be prepared to pursue the other courses of action I laid out. I may be having to write a backend to
2015 Sep 04
0
Beta CentOS 7 Xen packages available
...fter looking around a bit I tried "virtx7-44-candidate", in a sibling directory to virtx7-44-testing. It has a more > recent date, so I tried with that and it works fine. It resolves the issues listed in your email from 7/7/2015. Thanks for letting me know. I actually found the "candiate" packages to work too, when tried those some days after my email. However, nowadays I build my own Xen rpm's, based on the Fedora 21 source package. I modified the spec-file to properly build for CentOS 7 and adapted some of the patches of the Fedora source package. To me, the advantag...
2007 May 08
2
[LLVMdev] Problems with 'make check'
>> Several instances of 'couldn't execute "-emit-llvm": no such file or >> directory' :- >> >> FAIL: /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c >> Failed with posix(ENOENT,no such file or directory) at line 1 >> while running: -emit-llvm -S >> /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c -o - |
2007 May 08
0
[LLVMdev] Problems with 'make check'
>>> FAIL: /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c >>> Failed with posix(ENOENT,no such file or directory) at line 1 >>> while running: -emit-llvm -S >>> /usr/src/llvm/test/CodeGen/CBackend/2007-01-06-Signless.c -o - | llvm-as >>> | llc -march=c | grep {(unsigned short} >>> couldn't execute
2007 May 08
0
[LLVMdev] Problems with 'make check'
...et. It wasn't so when substituted you get a null string which leads to attempting to execute "-emit-llvm" (the first argument after the null program name). You can resolve this by using the --with-llvmgccdir option when configuring llvm. Reid. > > Should I be testing the 2.0 candiate release from CVS or are you releasing > .tar.gz's ? > > Thanks alot, > > Aaron > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinf...
2015 Sep 07
0
Beta CentOS 7 Xen packages available
...tx7-44-candidate", in a sibling >>> directory to virtx7-44-testing. It has a more >>> recent date, so I tried with that and it works fine. It resolves the >>> issues listed in your email from 7/7/2015. >> Thanks for letting me know. I actually found the "candiate" packages to >> work too, when tried those some days after my email. >> However, nowadays I build my own Xen rpm's, based on the Fedora 21 >> source package. I modified the spec-file to properly build for CentOS 7 >> and adapted some of the patches of the Fedora sou...
2008 Jul 04
2
samba.spec for RHEL(4,5) for version 3.2.0
Hi all, anybody of you having a working samba.spec for RHEL4 or RHEL5? thanks a lot, christian ___________________________________________________________ Christian Masopust SIEMENS AG SIS PSE TMF Tel: +43 (0) 5 1707 26866 E-mail: christian.masopust@siemens.com Addr: Austria, 1210 Vienna, Siemensstra?e 90-92, B. 33, Rm. 243 Leader of
2011 Feb 27
0
[LLVMdev] TableGen syntax for matching a constant load
On Feb 26, 2011, at 6:12 PM, Jakob Stoklund Olesen wrote: >> >> All these patterns have one important downside. They are suboptimal if >> more than one store happens in a row. E.g. the 0 store is better >> expressed as xor followed by two register moves, if a register is >> available... This is most noticable when memset() gets inlined > > Note that
2012 Jul 24
2
[PATCH 0/2] vhost-scsi: Check for tcm_vhost ABI version
From: Nicholas Bellinger <nab at linux-iscsi.org> Hi Anthony, Here are the two patches against Zhi's vhost-scsi tree to check for a supported version (VHOST_SCSI_ABI_VERSION=1) that's now exposed via the tcm_vhost ioctl. Please have a look and let me know if this is what you had in mind. Thanks! Nicholas Bellinger (2): vhost-scsi: Rename vhost_vring_target ->
2012 Jul 24
2
[PATCH 0/2] vhost-scsi: Check for tcm_vhost ABI version
From: Nicholas Bellinger <nab at linux-iscsi.org> Hi Anthony, Here are the two patches against Zhi's vhost-scsi tree to check for a supported version (VHOST_SCSI_ABI_VERSION=1) that's now exposed via the tcm_vhost ioctl. Please have a look and let me know if this is what you had in mind. Thanks! Nicholas Bellinger (2): vhost-scsi: Rename vhost_vring_target ->