search for: rosier

Displaying 20 results from an estimated 173 matches for "rosier".

2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...rds > > Shahzad > > On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon > <engrwahidmemon at gmail.com> wrote: >> Thanks alot Chad for these quick and fine responses. >> >> Regards >> >> Abdul >> >> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> wrote: >>> >>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >>> >>>> Thanks again chad. One more question please. >>>> >>>> Is it possible that I can use these optimization using dragonegg plugin so...
2012 Jun 07
0
[LLVMdev] How to use LLVM optimizations with clang
...beside O1, O2, O3 along with dragonegg plugin? Regards Shahzad On Thu, Jun 7, 2012 at 10:59 PM, Abdul Wahid Memon <engrwahidmemon at gmail.com> wrote: > Thanks alot Chad for these quick and fine responses. > > Regards > > Abdul > > On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier <mcrosier at apple.com> wrote: >> >> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >> >>> Thanks again chad. One more question please. >>> >>> Is it possible that I can use these optimization using dragonegg plugin somehow? >> >>...
2012 Jun 07
3
[LLVMdev] How to use LLVM optimizations with clang
...-loops with clang? One more thing I would like to know that If I want to process multiple modules with opt at the same time like opt -adce *.bc then how is it possible with opt in one go, if I process all the bytecode files within Makefile. Thanks. Shahzad On Thu, Jun 7, 2012 at 9:22 PM, Chad Rosier <mcrosier at apple.com> wrote: > > On Jun 7, 2012, at 10:59 AM, Abdul Wahid Memon wrote: > >> Hello everyone >> >> I am trying to use some LLVM optimizations like -die or -adce. Is it >> possible to use them along clang? >> >> Or is there a way whe...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...>>> <engrwahidmemon at gmail.com> wrote: >>>> >>>> Thanks alot Chad for these quick and fine responses. >>>> >>>> Regards >>>> >>>> Abdul >>>> >>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> wrote: >>>>> >>>>> >>>>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >>>>> >>>>>> Thanks again chad. One more question please. >>>>>> >>>>>> Is...
2011 Mar 16
5
segmentation fault with doveadm search
Configuration: Dovecot 2.0.11 on FreeBSD 8.2 When I run a search to generate the FTS search indexes I get following error: # doveadm search -A body dead_beef [1] 34789 segmentation fault doveadm search -A body dead_beef How can I (help) troubleshoot this? Rgds, N.
2011 Nov 15
1
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
...hineOperand accessor"), function Bisect fails until the beginning of time (or really r125140), so I'm not sure where to go with this now. If an outstanding issue still exists I'm hopeful something with show up with tonight's nightly tests. Chad On Nov 14, 2011, at 5:36 PM, Chad Rosier wrote: > In that case I'll see if I can't bisect. > > Chad > > On Nov 14, 2011, at 5:32 PM, Devang Patel wrote: > >> >> On Nov 14, 2011, at 4:52 PM, Chad Rosier wrote: >> >>> Devang, >>> I believe this has been fixed with llvm r14...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
..., 2012 at 10:59 PM, Abdul Wahid Memon >> <engrwahidmemon at gmail.com>  wrote: >>> >>> Thanks alot Chad for these quick and fine responses. >>> >>> Regards >>> >>> Abdul >>> >>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com>  wrote: >>>> >>>> >>>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >>>> >>>>> Thanks again chad. One more question please. >>>>> >>>>> Is it possible that I can use the...
2012 Jul 09
3
[LLVMdev] Unable to do even basic Clang tutorial
On 7/9/2012 1:42 PM, Chad Rosier wrote: > Have you looked here: http://clang.llvm.org/get_started.html > > Chad > > > On Jul 9, 2012, at 11:33 AM, NY Knicks Fan wrote: > >> I'm trying to do the tutorials at: >> >> https://github.com/loarabia/Clang-tu...i/TutorialOrig >> <https:...
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...gt;>>>> >>>>>> Thanks alot Chad for these quick and fine responses. >>>>>> >>>>>> Regards >>>>>> >>>>>> Abdul >>>>>> >>>>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> >>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >>>>>>> >>>>>>>> Thank...
2012 Jun 08
0
[LLVMdev] How to use LLVM optimizations with clang
...rote: >>>>> >>>>> >>>>> Thanks alot Chad for these quick and fine responses. >>>>> >>>>> Regards >>>>> >>>>> Abdul >>>>> >>>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> >>>>>  wrote: >>>>>> >>>>>> >>>>>> >>>>>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Memon wrote: >>>>>> >>>>>>> Thanks again chad. One more questi...
2013 Aug 08
3
[LLVMdev] Convert fdiv - X/Y -> X*1/Y
On Thu, Aug 8, 2013 at 2:07 PM, Chad Rosier <chad.rosier at gmail.com> wrote: > On Thu, Aug 8, 2013 at 1:56 PM, Mark Lacey <mark.lacey at apple.com> wrote: > >> >> On Aug 8, 2013, at 9:56 AM, Jim Grosbach <grosbach at apple.com> wrote: >> >> Hi Chad, >> >> This is a great transform...
2013 Aug 06
1
[LLVMdev] Potential SimplifyCFG optimization; hammock to diamond transformation
Hi Chad, On Aug 6, 2013, at 7:46 AM, Chad Rosier <chad.rosier at gmail.com> wrote: > All, > I have some code that looks like the following: > > { > double a, b, c; > for (...) { > ... > a = lots of FP math; > b = lots of FP math; > c = lots of FP math; > if (cond) { > a = 0...
2013 Aug 06
0
[LLVMdev] Potential SimplifyCFG optimization; hammock to diamond transformation
Thanks, Mark. I will give the paper a look. On Tue, Aug 6, 2013 at 1:42 PM, Mark Lacey <mark.lacey at apple.com> wrote: > Hi Chad, > > On Aug 6, 2013, at 7:46 AM, Chad Rosier <chad.rosier at gmail.com> wrote: > > > All, > > I have some code that looks like the following: > > > > { > > double a, b, c; > > for (...) { > > ... > > a = lots of FP math; > > b = lots of FP math; > > c = l...
2013 Aug 06
1
[LLVMdev] Potential SimplifyCFG optimization; hammock to diamond transformation
Message: 6 Date: Tue, 6 Aug 2013 10:46:19 -0400 From: Chad Rosier <chad.rosier at gmail.com<mailto:chad.rosier at gmail.com>> To: llvmdev <llvmdev at cs.uiuc.edu<mailto:llvmdev at cs.uiuc.edu>> Subject: [LLVMdev] Potential SimplifyCFG optimization; hammock to diamond transformation Message-ID: <CAMo3wbR6x1wBzb17=GrkERV7kvzx2RdpuheFzyxkQ...
2018 Mar 15
2
Disable SIS
On 14 Mar 2018, 20:42 +0100, Aki Tuomi <aki.tuomi at dovecot.fi>, wrote: > > > On 14 March 2018 at 21:17 Nick Rosier < nick+dovecot at bunbun.be> wrote: > > > > > > Hi, > > > > I'm currently running a small home-server with Dovecot. A long time ago > > I configured it with SIS enabled. I would like to stop using SIS. > > > > If I remove sis from mail_attac...
2011 Nov 15
2
[LLVMdev] llvm-gcc-i686-pc-linux-gnu-cross-arm-eabi-soft-float
On Nov 14, 2011, at 4:52 PM, Chad Rosier wrote: > Devang, > I believe this has been fixed with llvm r144547. See: <rdar://problem/10441389>. It is likely that r144546 fixed some other bug. I just checked, this still fails with r144602. - Devang -------------- next part -------------- An HTML attachment was scrubbed... URL:...
2014 Dec 15
4
[LLVMdev] Lowering switch statements with PGO
> On Mon, Dec 15, 2014 at 9:57 AM, Chad Rosier <mcrosier at codeaurora.org> > wrote: >> All, >> About two months ago I posted a patch that hoisted the hottest case >> statement from a switch statement during ISelLowering. >> >> See: http://reviews.llvm.org/D5786 >> >> Sean was rather adamant ab...
2013 Aug 08
13
[LLVMdev] Convert fdiv - X/Y -> X*1/Y
I would like to transform X/Y -> X*1/Y. Specifically, I would like to convert: define void @t1a(double %a, double %b, double %d) { entry: %div = fdiv fast double %a, %d %div1 = fdiv fast double %b, %d %call = tail call i32 @foo(double %div, double %div1) ret void } to: define void @t1b(double %a, double %b, double %d) { entry: %div = fdiv fast double 1.000000e+00, %d %mul = fmul
2012 Jun 08
2
[LLVMdev] How to use LLVM optimizations with clang
...nks alot Chad for these quick and fine responses. >>>>>>>> >>>>>>>> Regards >>>>>>>> >>>>>>>> Abdul >>>>>>>> >>>>>>>> On Thu, Jun 7, 2012 at 10:57 PM, Chad Rosier<mcrosier at apple.com> >>>>>>>> wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Jun 7, 2012, at 1:53 PM, Abdul Wahid Mem...
2006 Apr 04
2
newhidups crashes intermittently (double free or corruption)
Hi, I'm running nut 2.0.3 on Gentoo connected to an MGE ProtectionCenter 675. newhidups intermittently crashes. Any ideas? N. # /usr/lib/nut/newhidups -a mgeups Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.3) Detected a UPS: MGE UPS SYSTEMS/PROTECTIONCENTER Using subdriver: MGE HID 0.8 This is the error I'm getting *** glibc detected *** /usr/lib/nut/newhidups: double free or