search for: passess

Displaying 13 results from an estimated 13 matches for "passess".

Did you mean: passes
2008 Oct 15
4
strsplit and regex
...w do I anchor the match to the begginning or better still, just extract the number I want in one pass? I can see that I can add "begin" to the beginning of the string, and match that and do something similar at the end, getting rid of empty strings etc - but I think it would take about 3 passess - and the files are large. And besides that code would be unlovely. Kind regards, Matt Redding ********************************DISCLAIMER**************...{{dropped:15}}
2019 Oct 15
2
Easy way to add common pass for optimization
...instructions like unnecessary br jump, basic block creation, load instructions and expression which can be simplified. now I want to use built in passes to optimize the generated code, but after I read the tutorial: https://llvm.org/docs/tutorial/MyFirstLanguageFrontend, I found that I have to add passess one by one, on function level. I know these passes for module level, but I don't know what passes I should add, and I do not have special optimization requirements, so built-in passes will meet my requirements, So this there any easy way to add most common passes which all compilers will proba...
2009 May 13
2
corssbow and virtualbox issues..
...my virtualbox machines. while trying to ping 192.168.112.253 from one of the VBox systems snoop on the zone shows ICMP packet incoming, and being send back, but it never arrives to the VBox system... There''s no firewall on the way, all machines are on the same IP class, ipnat on solaris passess all packets. What''s wrong? ;) -- Best Regards, Michal -- This message posted from opensolaris.org
2012 Feb 08
2
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
Attached 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it may > be ...) , this one should be ok (and passess all the ScalarEvolution > tests in LLVM): > > diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp > index daf7742..b10fab2 100644 > --- a/lib/Analysis/ScalarEvolution.cpp > +++ b/lib/Analysis/ScalarEvolution.cpp > @@ -4293,9 +4293,15 @@ ScalarEvolut...
2012 Feb 08
0
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
Mmm, sorry, the patch I posted crashes if ExitBr is null (which it may be ...) , this one should be ok (and passess all the ScalarEvolution tests in LLVM): diff --git a/lib/Analysis/ScalarEvolution.cpp b/lib/Analysis/ScalarEvolution.cpp index daf7742..b10fab2 100644 --- a/lib/Analysis/ScalarEvolution.cpp +++ b/lib/Analysis/ScalarEvolution.cpp @@ -4293,9 +4293,15 @@ ScalarEvolution::ComputeExitLimit(const Loop *...
2012 Feb 08
2
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...12:05, Marcello Maggioni <hayarms at gmail.com> wrote: >> >> Attached >> >> 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: >> > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it may >> > be ...) , this one should be ok (and passess all the ScalarEvolution >> > tests in LLVM): >> > >> > diff --git a/lib/Analysis/ScalarEvolution.cpp >> > b/lib/Analysis/ScalarEvolution.cpp >> > index daf7742..b10fab2 100644 >> > --- a/lib/Analysis/ScalarEvolution.cpp >> > +++ b/lib/A...
2012 Feb 08
0
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...y. Nick On 8 February 2012 12:05, Marcello Maggioni <hayarms at gmail.com> wrote: > Attached > > 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: > > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it may > > be ...) , this one should be ok (and passess all the ScalarEvolution > > tests in LLVM): > > > > diff --git a/lib/Analysis/ScalarEvolution.cpp > b/lib/Analysis/ScalarEvolution.cpp > > index daf7742..b10fab2 100644 > > --- a/lib/Analysis/ScalarEvolution.cpp > > +++ b/lib/Analysis/ScalarEvolution.cpp >...
2012 Feb 09
2
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...t; >> >> Attached >> >> >> >> 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: >> >> > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it >> >> > may >> >> > be ...) , this one should be ok (and passess all the ScalarEvolution >> >> > tests in LLVM): >> >> > >> >> > diff --git a/lib/Analysis/ScalarEvolution.cpp >> >> > b/lib/Analysis/ScalarEvolution.cpp >> >> > index daf7742..b10fab2 100644 >> >> > --- a/lib/...
2012 Feb 08
2
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
Hello, I'm finding problems with BackEdgeTaken count calculation in even simple fortran loops with gfortran-4.6 + DragonEgg 3.0. Even for simple double loops like this one: program test2 integer i,j,k dimension k(100,100) do j=1,100 do i=1,100 k(i,j) = i enddo enddo write(*,*) k(1,30) end make the ScalarEvolution
2012 Feb 08
0
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...hayarms at gmail.com> wrote: > >> > >> Attached > >> > >> 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: > >> > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it may > >> > be ...) , this one should be ok (and passess all the ScalarEvolution > >> > tests in LLVM): > >> > > >> > diff --git a/lib/Analysis/ScalarEvolution.cpp > >> > b/lib/Analysis/ScalarEvolution.cpp > >> > index daf7742..b10fab2 100644 > >> > --- a/lib/Analysis/ScalarEvolution...
2012 Feb 09
0
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...Attached >>> >> >>> >> 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: >>> >> > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it >>> >> > may >>> >> > be ...) , this one should be ok (and passess all the ScalarEvolution >>> >> > tests in LLVM): >>> >> > >>> >> > diff --git a/lib/Analysis/ScalarEvolution.cpp >>> >> > b/lib/Analysis/ScalarEvolution.cpp >>> >> > index daf7742..b10fab2 100644 >>>...
2012 Feb 09
1
[LLVMdev] BackedgeTakenCount calculation for fortran loops and DragonEgg gfortran-4.6
...t;> >> >>>> >> 2012/2/8 Marcello Maggioni <hayarms at gmail.com>: >>>> >> > Mmm, sorry, the patch I posted crashes if ExitBr is null (which it >>>> >> > may >>>> >> > be ...) , this one should be ok (and passess all the ScalarEvolution >>>> >> > tests in LLVM): >>>> >> > >>>> >> > diff --git a/lib/Analysis/ScalarEvolution.cpp >>>> >> > b/lib/Analysis/ScalarEvolution.cpp >>>> >> > index daf7742..b10fab2...
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi, When no MTA is installed, How to send an email with a cronjob? I have below entrty in my cronjob? my /etc/cron.d/backup file looks like this. MAILTO=myemail at example.com 15 11 * * * root /root/scripts/backup.sh Can I send this email via SMTP server? Hope to hear from you. -- Thank you Indunil Jayasooriya http://www.theravadanet.net/