Displaying 20 results from an estimated 43 matches for "4362".
Did you mean:
432
2009 Jan 30
2
[LLVMdev] undefs in phis
...; srcLine 0
4364 %reg1647<def> = FsMOVAPSrr %reg1243<kill> ; srcLine 0
4368 JMP mbb<file test.f90, bb74,0x3c63a60> ; srcLine 0
Coalescing comes along and says this:
2704 %reg1177<def> = FsMOVAPSrr %reg1646<kill> ; srcLine 0
Inspecting %reg1646,0 = [2700,2706:0)[4362,4372:0) 0 at 4362-(2706) and
%reg1177,0 = [2706,3712:0)[3768,3878:0) 0 at 2706-(3878):
Joined. Result = %reg1177,0 = [2700,3712:0)[3768,3878:0)[4362,4372:0)
0 at 4362-(3878)
Ok, that seems reasonable. The code now looks like this:
bb134:
2696 %reg1645<def> = FsMOVAPSrr %reg1458<...
2009 Jan 30
0
[LLVMdev] undefs in phis
On Friday 30 January 2009 15:10, David Greene wrote:
> This still looks correct. The coalescer then says:
>
> 4360 %reg1177<def> = FsMOVAPSrr %reg1176<kill> ; srcLine 0
> Inspecting %reg1176,0 = [2702,4362:0) 0 at 2702-(4362) and %reg1177,0 =
> [2700,3712:0)[3768,3878:0)[4362,4372:0) 0 at 4362-(3878):
> Joined. Result = %reg1177,0 = [2700,4372:0) 0 at 2702-(4362)
>
> Eh? How can it coalesce these two? Doesn't %reg1176:[2702,4362:0) overlap
> %reg1177:[2700,3712:0)?
>
>...
2009 Jan 30
2
[LLVMdev] undefs in phis
...n 30, 2009, at 1:52 PM, David Greene wrote:
> On Friday 30 January 2009 15:10, David Greene wrote:
>
>> This still looks correct. The coalescer then says:
>>
>> 4360 %reg1177<def> = FsMOVAPSrr %reg1176<kill> ; srcLine 0
>> Inspecting %reg1176,0 = [2702,4362:0) 0 at 2702-(4362) and
>> %reg1177,0 =
>> [2700,3712:0)[3768,3878:0)[4362,4372:0) 0 at 4362-(3878):
>> Joined. Result = %reg1177,0 = [2700,4372:0) 0 at 2702-(4362)
>>
>> Eh? How can it coalesce these two? Doesn't %reg1176:[2702,4362:0)
>> overlap...
2009 Jan 30
0
[LLVMdev] undefs in phis
On Jan 29, 2009, at 5:29 PM, David Greene wrote:
> On Thursday 29 January 2009 18:04, Eli Friedman wrote:
>> On Thu, Jan 29, 2009 at 2:47 PM, David Greene <dag at cray.com> wrote:
>>> After phi elimination we have:
>>>
>>> bb134:
>>> %reg1645 = 1.0
>>>
>>> bb74:
>>> %reg1176 = MOVAPS %reg1645
>>> %reg1177 =
2009 Jan 30
2
[LLVMdev] undefs in phis
On Thursday 29 January 2009 18:04, Eli Friedman wrote:
> On Thu, Jan 29, 2009 at 2:47 PM, David Greene <dag at cray.com> wrote:
> > After phi elimination we have:
> >
> > bb134:
> > %reg1645 = 1.0
> >
> > bb74:
> > %reg1176 = MOVAPS %reg1645
> > %reg1177 = MOVAPS %reg1646
> > [...]
> >
> > bb108:
> > %reg1645 =
2009 Feb 02
0
[LLVMdev] undefs in phis
...FsMOVAPSrr %reg1243<kill> ; srcLine 0
4368 JMP mbb<file test.f90, bb74,0x3c63a60> ; srcLine 0
This still looks correct. The coalescer then says:
4360 %reg1177<def> = FsMOVAPSrr %reg1176<kill> ; srcLine 0
Inspecting %reg1176,0 = [2702,4362:0) 0 at 2702-(4362) and
%reg1177,0 =
[2700,3712:0)[3768,3878:0)[4362,4372:0) 0 at 4362-(3878):
Joined. Result = %reg1177,0 = [2700,4372:0) 0 at 2702-(4362)
Now let's look at the resulting code:
bb134:
2696 %reg1645<def> = FsMOVAPSrr %reg1458<kill> ;...
2009 Feb 02
2
[LLVMdev] undefs in phis
...l> ; srcLine 0
> 4368 JMP mbb<file test.f90, bb74,0x3c63a60> ; srcLine 0
>
> This still looks correct. The coalescer then says:
>
> 4360 %reg1177<def> = FsMOVAPSrr %reg1176<kill> ; srcLine 0
> Inspecting %reg1176,0 = [2702,4362:0) 0 at 2702-(4362)
> and
> %reg1177,0 =
> [2700,3712:0)[3768,3878:0)[4362,4372:0) 0 at 4362-(3878):
> Joined. Result = %reg1177,0 = [2700,4372:0) 0 at 2702-
> (4362)
>
> Now let's look at the resulting code:
>
> bb134:
> 2696 %reg1645<d...
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...conftest
configure:4288: $? = 0
configure:4303: result: yes
configure:4327: checking for sys/types.h
configure:4343: gcc -c -g -O2 conftest.c >&5
configure:4349: $? = 0
configure:4353: test -z
|| test ! -s conftest.err
configure:4356: $? = 0
configure:4359: test -s conftest.o
configure:4362: $? = 0
configure:4373: result: yes
configure:4327: checking for sys/stat.h
configure:4343: gcc -c -g -O2 conftest.c >&5
configure:4349: $? = 0
configure:4353: test -z
|| test ! -s conftest.err
configure:4356: $? = 0
configure:4359: test -s conftest.o
configure:4362: $? = 0
configure:4...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run?
-bw
On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote:
>
> Following the instructions here:
> http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
>
> I get an error running configure in the llvm-test directory.
>
> ./configure
> --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
>
2009 Jan 30
3
Dovecot on Mac - Entourage cannot fetch emails
...re fetched fresh. I have enabled the Entourage option to get entire
messages. Entourage caches the gmail IMAP folders fine. Also Outlook 2007
does not have this problem while connecting to the same IMAP server.
I have some big folders with a few thousands of emails. Entourage fails
with Error: 4362 (Mail could not be retrieved this time) while fetching
mails from these folders. Restarting and rebuilding the Entourage database
did not fix this issue.
Any tips to resolve these issues or to debug what is going on would be
greatly appreciated.
Thanks,
Bijoy
--
View this message in context:...
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here:
http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run
I get an error running configure in the llvm-test directory.
./configure
--with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/
--with-f2c=/home/vadve/shared/localtools/sparc
--with-llvmsrc=/localhome/tbrethou/llvm
--with-llvmobj=/localhome/tbrethou/llvm
Error:
[cut lots of config output]
checking
2008 Aug 29
0
problems with virt-manager and xen 3.3.0
...None], flags)
File "/usr/lib/python2.4/site-packages/libvirt.py", line 98, in openAuth
if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: virConnectOpenAuth() failed
here is what virt-manager.log gets in it
[Fr, 29 Aug 2008 10:54:42 virt-manager 4362] DEBUG (__init__:1072) Background open thread complete, scheduling notify
[Fr, 29 Aug 2008 10:54:42 virt-manager 4362] DEBUG (__init__:1072) Notifying open result
[Fr, 29 Aug 2008 10:56:12 virt-manager 4459] INFO (__init__:1072) Application startup
[Fr, 29 Aug 2008 10:56:12 virt-manager 4460] WARNI...
2006 Feb 25
1
ATI RS350 chipset
...Bus (rev 03)
00:14.1 IDE interface: ATI Technologies Inc: Unknown device 4369 (rev 01)
00:14.2 IDE interface: ATI Technologies Inc ATI 436E Serial ATA
Controller (rev
01)
00:14.3 ISA bridge: ATI Technologies Inc: Unknown device 436c (rev 01)
00:14.4 PCI bridge: ATI Technologies Inc: Unknown device 4362 (rev 01)
00:14.5 Multimedia audio controller: ATI Technologies Inc: Unknown
device 4361 (
rev 03)
01:05.0 VGA compatible controller: ATI Technologies Inc Radeon 9100 PRO IGP
I am running this kernel:
2.6.9-22.0.2.ELsmp
Anybody know if there is a kernel out there to support this chipset?
P....
2006 Mar 30
9
script/console not working after Rails 1.1 upgrade
Whenever I do script/console I get an error message:
Loading development enviroment.
c:/ruby/lib/ruby/1.8/irb/init.rb:151: in ''parse_opts'' : undefined method
''upcase'' for nil:NilClass (NoMethodError)
from c:/ruby/lib/ruby/1.8/irb/init.rb: in ''setup''
from c:/ruby/lib/ruby/1.8/irb/init.rb:54: in ''start''
from c:/ruby/bin/irb:13
2015 Oct 05
0
Samba4 + Bind-9.9.5: client update domain/IN denied for some hosts
...nc isn't working for some
PCs? Does anyone know whether and where Windows logs time sync events?
Best regards,
David
[0] https://wiki.samba.org/index.php/Time_syncronisation
--
TenTwentyFour S.à r.l.
W: www.tentwentyfour.lu
T: +352 20 211 1024
F: +352 20 211 1023
9 av. des Hauts-Fourneaux
4362 Esch-sur-Alzette
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.samba.org/pipermail/samba/attachments/20151005/5b46e9ce/signature.sig>
2006 Dec 24
0
RE: wine-users Digest, Vol 17, Issue 39
...cto comunicativo y nos pone
muy contentos haberles sido ?tiles en m?s de una ocasi?n y en estas fiestas
es algo que queremos compratir sinceramente con ustedes.
Much?simas Gracias y Much?simas Felicidades,
Sergio Pineau
Consultor?a / Soporte Inform?tico
Editor del E-zine Cat-?US
( (+ 54 11) 4362 3193
* sergio.pineau@informaticat.com.ar
www.informaticat.com.ar
www.thorconsultora.com.ar
www.showsexclusivos.com.ar
-----Mensaje original-----
De: wine-users-bounces@winehq.org [mailto:wine-users-bounces@winehq.org] En
nombre de wine-users-request@winehq.org
Enviado el: S?bado, 23 de Dicie...
2002 Mar 15
1
[Bug 167] New: WARNING: sys/ttcompat.h: present but cannot be compiled.
...t highley-recommended.com
Building openssh 3.1p1 on Sparc Solaris 8 platform. The configure step output
the warnings below:
#include <sys/ttcompat.h>
configure:4345: result: no
configure:4349: checking sys/ttcompat.h presence
configure:4356: gcc -E -I/usr/local/include conftest.c
configure:4362: $? = 0
configure:4380: result: yes
configure:4391: WARNING: sys/ttcompat.h: present but cannot be compiled.
configure:4393: WARNING: sys/ttcompat.h: check for missing prerequisite headers?
configure:4395: WARNING: sys/ttcompat.h: proceeding with the preprocessor's resu
lt
configure:4398: check...
2006 Dec 06
2
[LLVMdev] MachineConstantPoolValue
...he pool printer to emit ".weak"
directives...
Best Regards,
Rafael
P.S.: rest assured that what is attached is just a demo hack and will
not be committed :-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-pool-hack.patch
Type: text/x-patch
Size: 4362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061206/b87d2062/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ARMAsmPrinter.h
Type: text/x-chdr
Size: 547 bytes
Desc: not available
URL: <http://list...
2006 Jun 12
3
Group averages
Hello:
I hope none of you will mind helping a newbie. I'm a student research
assistant working with a large data set in which observations are
categorized according to two factors. I'm trying to calculate the group
mean and variance of a variable (called 'hsgpa' in the example data
presented below) to each observation , excluding that observation. For
example, if there are
2016 Jan 27
0
CD-Mount on CentOS-6.7
...anaconda on Mon Sep 24 12:57:28 2012
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more
info
#
/dev/mapper/vg_vhost04-lv_root / ext4
defaults 1 1
UUID=a9a7cc59-bd0c-4362-9ab6-f721e25df2f8 /boot ext4
defaults 1 2
/dev/mapper/vg_vhost04-lv_home /home ext4
defaults 1 2
/dev/mapper/vg_vhost04-lv_tmp /tmp ext4 defaults
1 2
/dev/mapper/vg_vhost04-lv_log /var/log ext4 de...