Displaying 20 results from an estimated 86 matches for "intructs".
Did you mean:
instructs
2010 Nov 26
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi,
Paul Curtis wrote:
> If you read the Arm Architecture document for ARMv5, it states for MUL:
>
> "Operand restriction: Specifying the same register for <Rd> and <Rm> was
> previously described as producing UNPREDICTABLE results. There is no
> restriction in ARMv6, and it is believed all relevant ARMv4 and ARMv5
> implementations do not require this
2010 Nov 25
0
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi,
> I am using a cross compiler to compiler for the arm5 architecture. For
this
> architecture it is not allowed that a destination register is also used as
source
> register.
> In 2007 a patch was discussed at the mailing list, however my compiler
still is
> producing this result. Does anyone know if this patch is actually applied?
>
> * I use the following arguments:
2010 Nov 25
2
[LLVMdev] ARM Intruction Constraint DestReg!=SrcReg patch?
Hi,
I am using a cross compiler to compiler for the arm5 architecture. For
this architecture it is not allowed that a destination register is also
used as source register.
In 2007 a patch was discussed at the mailing list, however my compiler
still is producing this result. Does anyone know if this patch is
actually applied?
* I use the following arguments:
llvm-gcc -mfpu=vfp -mlittle-endian
2005 Apr 20
2
recompiling kernel
Can anyone supply a link on a how-to (or provide intructions) on
recompiling a centos 4 kernel? I'm trying my old rhel 3 commands and
they arent working.
2013 Jan 11
3
[LLVMdev] llvm get Value* iterators
Hello everyone !
In my LLVM pass, there is `Intruction* I1`. All the used "I1"s are ICMP
instructions. *I1->getOperand(0) returns a `Value*` type. From
errs()<<"\n"<<*I1->getOperand(0)<<"\n";
//printed : %3 = load i32* %c, align 4
Printed as expected. But I want to use %c. Do you know how I can get %c ? I
need to use the value %c in
2009 Nov 11
3
[LLVMdev] Puzzled by results of -O3
Hi,
I'm trying to figure out why the following sequence of intructions is
not collapsed to "ret i32 0" by the opt tool with "-03".
---
%0 = type <{ i32* }>
define i32 @main(%0* noalias nocapture %arg) nounwind readnone {
bb:
%tmp = alloca [1024 x i32], align 4 ; <[1024 x i32]*>
[#uses=2]
%tmp3 = getelementptr inbounds [1024 x i32]* %tmp, i32
2006 Feb 01
5
lighttpd not starting on os X (intel)
Hi all,
I''m followed the instructions written here to prepare my new iMac for
Ruby / Rails developement:
http://hivelogic.com/articles/2005/12/01/ruby_rails_lighttpd_mysql_tiger
When I run script/server I get the following output:
harm-de-laats-computer:~/rails/test harmdelaat$ script/server
=> Booting lighttpd (use ''script/server webrick'' to force WEBrick)
=>
2020 Nov 19
2
[RFC] Intel AMX programming model
Hi,
Several months ago, we have some discussion for Intel AMX programming model in llvm-dev. H.J. post the AMX ABI at [1], and I sent the design for the programming model at [2]. Thank Hal, Philip for the time to review the design and provide good ideas to improve the design. After that I implemented the patch [4] and it is reviewed in LLVM community. The patch covers 6 components.
1. The c
2009 Dec 18
2
[LLVMdev] Questions of instruction target description of MSP430
Hi everyone,
I am puzzled by several instruction defines in MSP430.
1
def MOV16rr : Pseudo<(outs GR16:$dst), (ins GR16:$src),
"mov.w\t{$src, $dst}",
[ ]>;
Because it's an empty dag pattern[ ], by what does instuction selector
select intruction 'MOV16rr'?
2
let canFoldAsLoad = 1, isReMaterializable = 1, mayHaveSideEffects =
2015 Apr 07
3
Need a bit of help with the antispam plugin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
On 2015/04/07 07:58, Steffen Kaiser wrote:
>
> Is this script executable for all, e.g.:
>
> chmod a+x /path/to/script
yes. That was the first thing I did.
>
> Is the script located in a directory everybody are allowed to execute,
> e.g. /usr/local/bin or /usr/bin .
Yes. It is in /usr/bin named antispam.sh
>
> Can
2009 Nov 11
0
[LLVMdev] Puzzled by results of -O3
Hi Stephan,
> I'm trying to figure out why the following sequence of intructions is
> not collapsed to "ret i32 0" by the opt tool with "-03".
no target data maybe?
Ciao,
Duncan.
2009 Jan 28
1
I would like to correct some minor errors and add NagViz
Hi,
I have just followed the http://wiki.centos.org/HowTos/Nagios intruction and
found some minor errors that I would like to correct.
I would also like to add a section with NagViz to the Nagios HowTo.
My user is matsk.
Kind regards
Mats
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 26
1
Installing ror on vps with cpanel
Hi,
I am installing in my vps following the intructions of
http://wiki.rubyonrails.com/rails/pages/HowtoInstallAndRunRubyOnRailsOnCpanel
I installed ruby by shell fine but when i try install gems y obtain this
error
As of RubyGems 0.8.0, library stubs are no longer needed.
Searching $LOAD_PATH for stubs to optionally delete (may take a while)...
...done.
hook
2009 Dec 16
2
Canon Printer Woe
Hi,
Has anyone had any success using a Canon LBP5300 with CentOS or any other RH
type os for that matter, using the rpms and intructions downloaded from the
Canon website? I have it working on XP and OS X both via USB and network but
am having no success with either on CentOS 5.4 . Print jobs seem to be
processed correctly by CUPS but the printer doesn't respond at all and the
jobs show
2008 Jun 06
1
tinymce and Rails 2.0
is there some trick to installing tinymce w/ rails 2.xx ?? None of the
old intructions I''ve found seem to be working.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To
2007 Sep 20
4
Asterisk 1.2.24 simultaneous call limits.
Hi everyone,
I am running into wall today with simultaneous call limits. I have two
Asterisk machines (fast 3GHz C2D with 2GB of ram). I tried to create a
lot of sip calls from one machine to the other by issuing AMI Originate
commands to one machine. The machine that makes calls plays a message
(demo-intruct) upon the other machine answer. The machine receives the
calls just waits for 40 seconds
2007 Jul 22
1
error for milter
dear All,
I am jus installed centOS 5.0 from the distrubution to be as our mail
server
i have installed the following
sendmail-8.13.8-2.el5
mailsacnner 4.61.7
spamassassin 3.2.1
clamav-0.91-1.el5.rf
and every thing is workin fine
but i want to implement domain keys so i downloaded the dkim-milter-1.2.0
and uncompress it edited the site.config.m4 file n folled intructions in
the
2017 May 25
3
Some questions about software pipeline in LLVM 4.0.0
Hi,
I have some questions about the implementation of Software pipeline in MachinePipeliner.cpp.
First, in hexagon backend, between MachinePipeliner and regalloc pass, there're some other passes like phi eliminate, two-address, register coalescing, which may change or insert intructions like 'copy' in MBB, and swp kernel loop may be destroyed by these passes.
Why not put
2016 May 26
0
Samba 4.4.3 debian wheezy backport intructions
Hi,
Backported samba-4.4.3 from debian unstabel to debian wheezy today. May
be of interest for others so i share the instructions and patches here.
Ten packages from unstabel must be backported, I modified some to use
python2.7 and removed dependencies to python2.6 and python3 (the later
is not available in an recent enough version on wheezy/wheezy-backports).
1. Install build dependencies
2013 Jan 11
0
[LLVMdev] llvm get Value* iterators
If I1->getOperand(0) is the load, then %c is its pointer argument available
with:
LoadInst *LD = cast<LoadInst>(I1->getOperand(0));
Value *C = LD->getPointerOperand();
On Fri, Jan 11, 2013 at 7:19 AM, Alexandru Ionut Diaconescu <
alexandruionutdiaconescu at gmail.com> wrote:
> Hello everyone !
>
> In my LLVM pass, there is `Intruction* I1`. All the used