search for: instrunct

Displaying 19 results from an estimated 19 matches for "instrunct".

Did you mean: instruct
2016 Mar 09
2
[CodeGen] PeepholeOptimizer: optimizing condition dependent instrunctions
Hi, I find it's quite strange how condition dependent instructions are processed in PeepholeOptimizer::runOnMachineFunction: 01577 if ((isUncoalescableCopy(*MI) && 01578 optimizeUncoalescableCopy(MI, LocalMIs)) || 01579 (MI->isCompare() && optimizeCmpInstr(MI, &MBB)) || 01580 (MI->isSelect() && optimizeSelect(MI,
2006 Mar 14
3
EICON Diva 4BRI
Are there any step by step instrunctions on how to install drivers and I guess bristuff for this card? Just need to use it to handle voice on 2 BRI circuits (UK) then utilise with Asterisk and some Digium cards handling POTS phones (and some VoIP out the back). It's the EICON card stuff and how to make it all work I'm findin...
2016 Mar 10
2
[CodeGen] PeepholeOptimizer: optimizing condition dependent instrunctions
...gh. So we can substitute them with an unconditional branch. Thanks, Evgeny From: Quentin Colombet [mailto:qcolombet at apple.com] Sent: 09 March 2016 18:04 To: Evgeny Astigeevich Cc: llvm-dev at lists.llvm.org; nd Subject: Re: [llvm-dev] [CodeGen] PeepholeOptimizer: optimizing condition dependent instrunctions Hi Evgeny, On Mar 9, 2016, at 6:28 AM, Evgeny Astigeevich via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hi, I find it's quite strange how condition dependent instructions are processed in PeepholeOptimizer::runOnMachineFunction: 01577...
2012 Sep 04
2
[LLVMdev] Fwd: Create superblock in LLVM IR
...create superblocks. Note, when superblocks will be created, we want to use llc for our specials backends. *.ll -> opt -> llc -> *.asm | profile information We are thinking about creating superblocks in two ways: 1. Simply join basic blocks and branch instrunction in the join point replace by some intrinsic instrunction. Example: define i32 @foo(i32 %a, i32 %b) nounwind uwtable { entry: ... br i1 %cond, label %if.then, label %if.else if.then: ; preds = %entry ... br label %if.e...
2012 Sep 06
0
[LLVMdev] Create superblock in LLVM IR
...pass that does the optimization you need, or extend an existing pass. -Andy > *.ll -> opt -> llc -> *.asm > | > profile information > > We are thinking about creating superblocks in two ways: > 1. Simply join basic blocks and branch instrunction in the join point replace by some intrinsic instrunction. > Example: > define i32 @foo(i32 %a, i32 %b) nounwind uwtable { > entry: > ... > br i1 %cond, label %if.then, label %if.else > if.then: ; preds = %entry >...
2012 Sep 17
2
[LLVMdev] Create superblock in LLVM IR
...value) to which superblock basic block belongs. Tomas > >> *.ll -> opt -> llc -> *.asm >> | >> profile information >> >> We are thinking about creating superblocks in two ways: >> 1. Simply join basic blocks and branch instrunction in the join >> point replace by some intrinsic instrunction. >> Example: >> define i32 @foo(i32 %a, i32 %b) nounwind uwtable { >> entry: >> ... >> br i1 %cond, label %if.then, label %if.else >> if.then:...
2017 Sep 26
2
yum update problem - dependancy problem
...past > > the dependency issue. 'Skip broken' is not going to handle this > > situation nor will any other set of yum options. > > Christ, how long as ATRPMs been dead?? I think I stopped using it in > 2008/9. I don't know. I will have installed then when following instrunctions found online. I generally check the dates on any web page I use, maybe I missed one. Anyway, enabling it again for this box fixed the problem.
2008 Feb 05
1
[LLVMdev] Handling "adde" nodes !!
Any idea how to handle "adde" nodes for processors that do not have an "add with carry" instruction? In our case, we rely on "carry test" and "increment" instrunctions. Any reference to a similiar existing LLVM target will be helpful.. TIA, Sanjiv -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080205/b844df54/attachment.html>
2013 Jul 05
1
postfix + amavisd-new
I've been following the instrunctions in <http://wiki.centos.org/HowTos/Amavisd> for installing Amavisd, Clamav and SpamAssassin on top of postfix/dovecot . Dovecot is working fine, but I want to deal with spam email. (I am using sendmail/dovecot with procmail and spamassassin on another server, but decided to go over to pos...
2012 Sep 17
0
[LLVMdev] Create superblock in LLVM IR
...ks in superblock order. -Andy >>> *.ll -> opt -> llc -> *.asm >>> | >>> profile information >>> >>> We are thinking about creating superblocks in two ways: >>> 1. Simply join basic blocks and branch instrunction in the join point replace by some intrinsic instrunction. >>> Example: >>> define i32 @foo(i32 %a, i32 %b) nounwind uwtable { >>> entry: >>> ... >>> br i1 %cond, label %if.then, label %if.else >>> if.then:...
2017 Sep 26
0
yum update problem - dependancy problem
...ncy issue. 'Skip broken' is not going to handle this >>> situation nor will any other set of yum options. >> >> Christ, how long as ATRPMs been dead? I think I stopped using it in >> 2008/9. > > I don't know. I will have installed then when following instrunctions found > online. I generally check the dates on any web page I use, maybe I missed > one. > > Anyway, enabling it again for this box fixed the problem. Sorry to be pedantic, the symptom is fixed not the problem. To check which packages are from atrpms try this one: # rpm -qa...
2017 Sep 26
3
yum update problem - dependancy problem
You have a conflicting package installed from repository @atrpms. You need to remove that package and/or disable that repository to get past the dependency issue. 'Skip broken' is not going to handle this situation nor will any other set of yum options. On Tue, September 26, 2017 05:32, Gary Stainburn wrote: > --> Processing Dependency: /usr/sbin/ldconfig for package: >
2017 May 30
0
Asterisk 13.16.0 Now Available
...64/strlen.S: No such file or directory. (Reported by Andreas Kr??ger) * ASTERISK-26951 - chan_sip: ACK with SDP does not update a direct media bridge (Reported by Jean Aunis - Prescom) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26926 - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26953 - Asterisk crash if hep.conf have...
2017 May 30
0
Asterisk 14.5.0 Now Available
...x: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26951 - chan_sip: ACK with SDP does not update a direct media bridge (Reported by Jean Aunis - Prescom) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26953 - Asterisk crash if hep.conf have some missing parameters (Reported by Joel Vandal) * ASTERISK-26890 - STUN server with non-default...
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on AIX 5.2. When I run smbclient, it says error: exec(): 0509-036 Cannot load program ./smbclient because of the following errors: 0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded. 0509-022 Cannot load module libreadline.a(libreadline.so). 0509-026 System error: A file or directory in the path name
2017 Dec 21
0
Certified Asterisk 13.18-cert1 Now Available
...64/strlen.S: No such file or directory. (Reported by Andreas Kr??ger) * ASTERISK-26951 - chan_sip: ACK with SDP does not update a direct media bridge (Reported by Jean Aunis - Prescom) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26926 - func_speex: Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26953 - Asterisk crash if hep.conf have...
2017 Oct 03
0
Asterisk 15.0.0 Now Available
...Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26949 - sdp: Implement T.38 (Reported by Joshu...
2017 Aug 02
2
Asterisk 15.0.0-beta1 Now Available
...Crash caused by frame with no datalen (Reported by Richard Kenner) * ASTERISK-26964 - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) * ASTERISK-26930 - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) * ASTERISK-26922 - chan_sip: tcpbind uses wrong source address (Reported by Ksenia) * ASTERISK-26929 - pjsip: Add database tables for RLS (Reported by Joshua Colp) * ASTERISK-26949 - sdp: Implement T.38 (Reported by Joshu...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...erisk.org/jira/browse/ASTERISK-26964>] - res_pjsip_session: Wrong From on reinvite when request and To URI differ (Reported by Yasin CANER) - [ASTERISK-26930 <https://issues.asterisk.org/jira/browse/ASTERISK-26930>] - pjproject/Makefile.rules for pjsip 2.6 build fails for non-SSE2 instrunction Linux (Reported by abelbeck) - [ASTERISK-26929 <https://issues.asterisk.org/jira/browse/ASTERISK-26929>] - pjsip: Add database tables for RLS (Reported by Joshua C. Colp) - [ASTERISK-26949 <https://issues.asterisk.org/jira/browse/ASTERISK-26949>] - sdp: Implement T.38...