Displaying 20 results from an estimated 21 matches for "will_schmidt".
2012 Nov 15
3
[LLVMdev] Tablegen and ptr_rc: PointerLikeRegClass
On Wed, 2012-09-19 at 18:41 -0500, Will Schmidt wrote:
> On Fri, 2012-09-14 at 13:10 -0500, Will Schmidt wrote:
> > Hi all,
> >
> > I've been poking at AsmParser support for powerpc64
> > (ppc64-elf-linux-abi) and have run into some behavior I don't understand
> > with the ptr_rc references coming out of the PPC*.td files when
> > generating the
2014 Sep 26
2
[LLVMdev] [cfe-dev] Address sanitizer regression test failures for PPC64 targets
On Mon, 2014-09-08 at 22:00 -0400, Samuel F Antao wrote:
> Alexey, Alexander,
>
> Thanks for the suggestions. I tried removing the flag SA_NODEFER but
> it didn't do any good... I have been digging into the problem with the
> null_deref test today but I was unable to clearly identify the
> problem. I suspect that it was either a bug with the calling
> convention/unwinding
2012 Nov 16
0
[LLVMdev] Tablegen and ptr_rc: PointerLikeRegClass
On Nov 15, 2012, at 2:54 PM, Will Schmidt <will_schmidt at vnet.ibm.com> wrote:
>
> Can anyone confirm or deny tablegen supporting PointerLikeRegClass?
X86 is using it. You could start by determining what PPC is doing differently.
/jakob
2014 Sep 26
4
[LLVMdev] Optimization of sqrt() with invalid argument
...l <hfinkel at anl.gov> wrote:
> ----- Original Message -----
> > From: "Bill Schmidt" <wschmidt at linux.vnet.ibm.com>
> > To: "Stephen Canon" <scanon at apple.com>
> > Cc: spatel+llvm at rotateright.com, "Will Schmidt" <
> will_schmidt at vnet.ibm.com>, "LLVM Developers Mailing List"
> > <llvmdev at cs.uiuc.edu>
> > Sent: Friday, September 26, 2014 1:23:16 PM
> > Subject: Re: [LLVMdev] Optimization of sqrt() with invalid argument
> >
> > On Fri, 2014-09-26 at 12:09 -0400, Stephen C...
2012 Jul 12
0
[LLVMdev] llvm 'gmake check' errors generating lit.site.cfg
Morning, Will!
2012/7/12 Will Schmidt <will_schmidt at vnet.ibm.com>:
> llvm]$ gmake check
> llvm[0]: Running test suite
> gmake[1]: Entering directory `/home/willschm/llvm/test'
> Making LLVM 'lit.site.cfg' file...
> sed: file lit.tmp line 8: unknown option to `s'
> gmake[1]: *** [lit.site.cfg] Error 1
>
>...
2014 Sep 26
5
[LLVMdev] Optimization of sqrt() with invalid argument
...14-09-26 at 13:36 -0500, Hal Finkel wrote:
> ----- Original Message -----
> > From: "Bill Schmidt" <wschmidt at linux.vnet.ibm.com>
> > To: "Stephen Canon" <scanon at apple.com>
> > Cc: spatel+llvm at rotateright.com, "Will Schmidt" <will_schmidt at vnet.ibm.com>, "LLVM Developers Mailing List"
> > <llvmdev at cs.uiuc.edu>
> > Sent: Friday, September 26, 2014 1:23:16 PM
> > Subject: Re: [LLVMdev] Optimization of sqrt() with invalid argument
> >
> > On Fri, 2014-09-26 at 12:09 -0400, Stephen...
2014 Sep 26
3
[LLVMdev] Optimization of sqrt() with invalid argument
On Fri, 2014-09-26 at 12:09 -0400, Stephen Canon wrote:
> > On Sep 26, 2014, at 11:59 AM, Tim Northover <t.p.northover at gmail.com> wrote:
> >
> >> I know it's part of test-suite/external, but this constant fold code has
> >> been around 5+ years. Was the bug lying dormant all this time, only visible
> >> on PPC, or something else?
> >
>
2012 Jul 11
2
[LLVMdev] llvm 'gmake check' errors generating lit.site.cfg
Hi,
Using trunk llvm ; on powerpc (powerpc64/power7); trying to do a
"gmake check", the sed bits in test/Makefile appear to be getting
tripped up when trying to generate lit.site.cfg. I've started to hack
at it, made a little bit of progress, but wonder if I'm just digging
myself a hole. Highlights of what I've poked at are below.. Comments
or thoughts?
Thanks,
2014 Mar 14
2
[LLVMdev] clang/lnt buildbot on F20 "lnt: error: no such option: -m" ...
Hi
Since the buildbot host was updated to Fedora F20 levels, the clang
buildbot has been failing with the following:
$ /home/clangbuild/clang-ppc64-1/lnt.venv/bin/lnt runtest --verbose --submit http://llvm.org/perf/submitRun --commit=1 nt --sandbox nt --no-timestamp --cc /home/clangbuild/clang-ppc64-1/llvm.install.1/bin/clang --cxx /home/clangbuild/clang-ppc64-1/llvm.install.1/bin/clang++
2012 Dec 11
1
[LLVMdev] PowerPC 64 build bots...
On Tue, 2012-12-11 at 13:45 +0100, Ulrich Weigand wrote:
> Benjamin Kramer <benny.kra at gmail.com> wrote on 11.12.2012 12:48:55:
> > On 10.12.2012, at 15:19, Ulrich Weigand <Ulrich.Weigand at de.ibm.com>
> wrote:
> > > Maybe I'm confused somehow, but I thought this one:
> > > http://lab.llvm.org:8011/builders/clang-ppc64-elf-linux2
> > > does
2014 Sep 25
3
[LLVMdev] Optimization of sqrt() with invalid argument
My colleague Will Schmidt recently discovered
(http://llvm.org/bugs/show_bug.cgi?id=21048) that the LLVM optimizers
are converting sqrt(n), where n is negative, into 0.0. Now, as Sanjay
pointed out, the value of sqrt(n) for negative n other than -0.0 is
undefined according to the C99 standard, so this is allowable behavior.
But I think that it's not necessarily good behavior, nonetheless.
2012 Aug 16
1
[LLVMdev] [llvm-commits] [llvm] r162034 - /llvm/trunk/include/llvm/Object/ELF.h
I'm adding the dev list to this discussion, as it's a bit meta, and not
specific to these patches.
On Thu, Aug 16, 2012 at 12:55 PM, Will Schmidt <will_schmidt at vnet.ibm.com>wrote:
> On Thu, 2012-08-16 at 15:06 -0400, Rafael Espíndola wrote:
> > On 16 August 2012 14:33, Chandler Carruth <chandlerc at google.com> wrote:
> > > Test cases?
> >
> > We discussed this a bit on IRC. It is my impression that we already
&g...
2014 Mar 26
3
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message -----
> From: "Renato Golin" <renato.golin at linaro.org>
> To: "İsmail Dönmez" <ismail at donmez.ws>
> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Wednesday, March 26, 2014 8:14:18 AM
> Subject: Re: [LLVMdev] Lots of regtest failures on PPC64/Linux
>
> Hi Ismail,
>
> Is
2012 Jul 31
0
[LLVMdev] Help with PPC64 JIT
On 07/20/2012 10:35 AM, Will Schmidt wrote:
> On Fri, 2012-07-20 at 08:36 +0200, Duncan Sands wrote:
>> Hi Adhemerval Zanella, the old JIT infrastructure is going away, to be replaced
>> by "MC-JIT" (try passing -use-mcjit to lli). It sounds like you are working on
>> the old JIT, so I suggest you work instead on getting MC-JIT working on powerpc.
> Hi Duncan,
2012 Jul 20
3
[LLVMdev] Help with PPC64 JIT
On Fri, 2012-07-20 at 08:36 +0200, Duncan Sands wrote:
> Hi Adhemerval Zanella, the old JIT infrastructure is going away, to be replaced
> by "MC-JIT" (try passing -use-mcjit to lli). It sounds like you are working on
> the old JIT, so I suggest you work instead on getting MC-JIT working on powerpc.
Hi Duncan,
Thanks for the pointers. We hadn't stumbled across the
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
...uy@intel.com>
Will Auld <will.auld@intel.com>
Will Deacon <will.deacon@arm.com>
Will Drewry <wad@chromium.org>
Will Hawkins <hawkinsw@opentechinstitute.org>
Will Newton <will.newton@gmail.com>
Will Newton <will.newton@imgtec.com>
Will Schmidt <will_schmidt@vnet.ibm.com>
Willem de Bruijn <willemb@google.com>
William Blair <wdblair@bu.edu>
William Dauchy <wdauchy@gmail.com>
William Douglas <william.douglas@intel.com>
William Reich <reich@ulticom.com>
William Steidtmann <billstei@hbci.com>
Willy Tarre...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
...uy@intel.com>
Will Auld <will.auld@intel.com>
Will Deacon <will.deacon@arm.com>
Will Drewry <wad@chromium.org>
Will Hawkins <hawkinsw@opentechinstitute.org>
Will Newton <will.newton@gmail.com>
Will Newton <will.newton@imgtec.com>
Will Schmidt <will_schmidt@vnet.ibm.com>
Willem de Bruijn <willemb@google.com>
William Blair <wdblair@bu.edu>
William Dauchy <wdauchy@gmail.com>
William Douglas <william.douglas@intel.com>
William Reich <reich@ulticom.com>
William Steidtmann <billstei@hbci.com>
Willy Tarre...
2013 Aug 29
0
[linux-linus test] 18805: regressions - FAIL
...uy@intel.com>
Will Auld <will.auld@intel.com>
Will Deacon <will.deacon@arm.com>
Will Drewry <wad@chromium.org>
Will Hawkins <hawkinsw@opentechinstitute.org>
Will Newton <will.newton@gmail.com>
Will Newton <will.newton@imgtec.com>
Will Schmidt <will_schmidt@vnet.ibm.com>
Willem de Bruijn <willemb@google.com>
William Blair <wdblair@bu.edu>
William Dauchy <wdauchy@gmail.com>
William Dauchy <william@gandi.net>
William Douglas <william.douglas@intel.com>
William Gulland <wgulland@google.com>
William Hub...
2013 Aug 29
0
[linux-linus test] 18844: regressions - FAIL
...uy@intel.com>
Will Auld <will.auld@intel.com>
Will Deacon <will.deacon@arm.com>
Will Drewry <wad@chromium.org>
Will Hawkins <hawkinsw@opentechinstitute.org>
Will Newton <will.newton@gmail.com>
Will Newton <will.newton@imgtec.com>
Will Schmidt <will_schmidt@vnet.ibm.com>
Willem de Bruijn <willemb@google.com>
William Blair <wdblair@bu.edu>
William Dauchy <wdauchy@gmail.com>
William Dauchy <william@gandi.net>
William Douglas <william.douglas@intel.com>
William Gulland <wgulland@google.com>
William Hub...
2012 Sep 19
0
[LLVMdev] "Unknown node flavor ..." Was: Re: tablegen and ptr_rc: PointerLikeRegClass
On Fri, 2012-09-14 at 13:10 -0500, Will Schmidt wrote:
> Hi all,
>
> I've been poking at AsmParser support for powerpc64
> (ppc64-elf-linux-abi) and have run into some behavior I don't understand
> with the ptr_rc references coming out of the PPC*.td files when
> generating the asm-matcher files.
>
> For instance :
> $ ./build/bin/llvm-tblgen