search for: weigand

Displaying 20 results from an estimated 145 matches for "weigand".

2014 Dec 18
2
[LLVMdev] Code ownership for SystemZ port
Richard Sandiford wrote: >I'd like to step down as code owner for the SystemZ port and nominate >Ulrich Weigand to take over. Sorry for not doing this sooner. I'd be happy to take over that role. Thanks for all your work on SystemZ, Richard! Bye, Ulrich
2020 Jul 07
6
[RFC] C++20 ABI issue on several platforms
Hello, as discussed here in more detail: https://reviews.llvm.org/D81583 the introduction of the C++20 [[no_unique_address]] attribute exposes an ABI issue on platforms that require special handling for structs/classes that are "equivalent" to a single floating-point member (or in some cases, a "homogeneous" set of floating-point members). This is because we can now for the
2018 Jan 09
5
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...tly; in the end, the requirements are not really different from those of other trapping instructions. B.t.w. I don't think anybody does constant folding on floating-point constants at the MachineIR level anyway ... have you seen this anywhere? Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 STSM, GNU/Linux compilers and toolchain IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stutt...
2019 Mar 12
2
[8.0.0 Release] rc4 has been tagged
...#39;ve tested the current branch on SystemZ without problems. I noticed I forgot to send a ReleaseNotes updates, sorry. If there's still time, here's a list of the major user-visible changes: (See attached file: systemz-releasenotes.diff) Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 STSM, GNU/Linux compilers and toolchain IBM Deutschland Research & Development GmbH Vors. des Aufsichtsrats: Matthias Hartmann | Geschäftsführung: Dirk Wittkopp Sitz d. Ges.: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 24329...
2018 Feb 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...er's meeting in Bristol? I thought it might be good idea to get all parties interested in this feature together in person, if we're at the same meeting anyway. So I was thinking of submitting a proposal for a BoF session on this topic ... Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 STSM, GNU/Linux compilers and toolchain IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stutt...
2018 Jan 09
4
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...is. If the backend wants to handle that by using the strictest rule that it sees in use anywhere in the function because pattern-matching is otherwise too error-prone, ok, that's its right; but the IR really should be per-instruction. John. > > -Andy >   <> > From: Ulrich Weigand [mailto:Ulrich.Weigand at de.ibm.com <mailto:Ulrich.Weigand at de.ibm.com>] > Sent: Tuesday, January 09, 2018 9:59 AM > To: Kaylor, Andrew <andrew.kaylor at intel.com <mailto:andrew.kaylor at intel.com>>; kpn at neutralgood.org <mailto:kpn at neutralgood.org> > Cc:...
2013 Apr 25
1
[LLVMdev] [PATCH] Handle tied sub-operands in AsmMatcherEmitter
Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote on 25.04.2013 18:58:05: > On Apr 25, 2013, at 4:44 AM, Ulrich Weigand <Ulrich.Weigand at de.ibm.com> wrote: > > > Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote on 24.04.2013 23:47:54: > > > >> I would like to add one more case here: Fixed register operands. > >> > >> Some instructions, like x86's MUL and DI...
2005 Feb 24
2
Row median of Date class variables in a data frame
...data frame where the data frame consist of columns of class Date. Below are my test data and best attempt at using apply. I didn't see a solution via Google or the Baron search site. I'd be grateful for any suggestions or solutions. I'm using R 2.0.0 on Mac OS X. Thank you, Stephen Weigand ### Test data date1 <- c(1000, 2000, 3000,4000) date2 <- date1 + 100 date3 <- date2 + 100 class(date1) <- class(date2) <- class(date3) <- "Date" test <- data.frame(date1, date2, date3) print(test) ### create a function for apply() medDate <- function(x){...
2020 Mar 02
2
Should rint and nearbyint be always constrained?
...tter is default. These two intrinsics could be a good model for such cases. IIUC, splitting entities into constrained or non-constrained is a temporary solution, ideally they will merge into one entity. We could do it for some intrinsics now. Thanks, --Serge On Mon, Mar 2, 2020 at 8:58 PM Ulrich Weigand <Ulrich.Weigand at de.ibm.com> wrote: > Serge Pavlov <sepavloff at gmail.com> wrote on 02.03.2020 14:38:48: > > > This approach has issues when applied to the intrinsics `rint` and > > `nearbyint`. Value returned by either of these intrinsics depends on > > curr...
2018 Jan 10
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...ay once the MIR was all in place. I’m open to the possibility that that was a bad idea. -Andy *From:* rjmccall at apple.com [mailto:rjmccall at apple.com <rjmccall at apple.com>] *Sent:* Tuesday, January 09, 2018 11:12 AM *To:* Kaylor, Andrew <andrew.kaylor at intel.com> *Cc:* Ulrich Weigand <Ulrich.Weigand at de.ibm.com>; kpn at neutralgood.org; bumblebritches57 at gmail.com; bob.huemmer at sas.com; llvm-dev < llvm-dev at lists.llvm.org>; Richard Smith <richard at metafoo.co.uk>; cfe-dev at lists.llvm.org *Subject:* Re: [cfe-dev] Why is #pragma STDC FENV_ACCESS not s...
2012 Dec 11
2
[LLVMdev] PowerPC 64 build bots...
On 10.12.2012, at 15:19, Ulrich Weigand <Ulrich.Weigand at de.ibm.com> wrote: > Chandler Carruth <chandlerc at gmail.com> wrote: > >> I've been working to revive the PPC64 build bots, and succeeded, but >> not for the right reasons. There were still bootstrap assertion >> failures and other prett...
2018 Jan 09
2
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...ction, but the existing mechanism prevents that. My concern is that given LLVM's development model, if there is nothing in place to prevent constant folding and no consensus that it shouldn't be allowed then we should probably believe that someone will eventually do it. -Andy From: Ulrich Weigand [mailto:Ulrich.Weigand at de.ibm.com] Sent: Tuesday, January 09, 2018 9:59 AM To: Kaylor, Andrew <andrew.kaylor at intel.com>; kpn at neutralgood.org Cc: Hal Finkel <hfinkel at anl.gov>; Richard Smith <richard at metafoo.co.uk>; bob.huemmer at sas.com; bumblebritches57 at gmail.co...
2018 Jan 09
0
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...s that used this information in some way once the MIR was all in place. I’m open to the possibility that that was a bad idea. -Andy From: rjmccall at apple.com [mailto:rjmccall at apple.com] Sent: Tuesday, January 09, 2018 11:12 AM To: Kaylor, Andrew <andrew.kaylor at intel.com> Cc: Ulrich Weigand <Ulrich.Weigand at de.ibm.com>; kpn at neutralgood.org; bumblebritches57 at gmail.com; bob.huemmer at sas.com; llvm-dev <llvm-dev at lists.llvm.org>; Richard Smith <richard at metafoo.co.uk>; cfe-dev at lists.llvm.org Subject: Re: [cfe-dev] Why is #pragma STDC FENV_ACCESS not supp...
2015 Mar 23
2
[LLVMdev] Removing TargetMachine CPU auto-detection for PowerPC and SystemZ?
...werPC. Should we do so as well? Note that mesa has in the meantime changed to do the auto-detection before setting up the JIT context, and I assume other JIT users have done so as well by now. For clang, this was never done automatically anyway. Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 STSM, GNU/Linux compilers and toolchain IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stutt...
2018 Jan 09
1
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...'s development > model, if there is nothing in place to prevent constant folding and no > consensus that it shouldn't be allowed then we should probably believe > that someone will eventually do it. How would you prevent it? > -Andy > > > From: Ulrich Weigand [mailto:Ulrich.Weigand at de.ibm.com] > Sent: Tuesday, January 09, 2018 9:59 AM > To: Kaylor, Andrew <andrew.kaylor at intel.com>; kpn at neutralgood.org > Cc: Hal Finkel <hfinkel at anl.gov>; Richard Smith > <richard at metafoo.co.uk>; bob.huemmer at sas.c...
2012 Dec 11
0
[LLVMdev] PowerPC 64 build bots...
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 bootstrap and then run both LLVM and Clang tests (successfully): > > http://lab.llvm.org:8011/builder...
2018 Feb 09
1
[cfe-dev] Why is #pragma STDC FENV_ACCESS not supported?
...possible to generate those via multiclass instantiations so it might not be all that big a deal. The benefit would be that it allows the back-end the greatest freedom how to handle things (e.g. interactions with target-specific control registers). Mit freundlichen Gruessen / Best Regards Ulrich Weigand -- Dr. Ulrich Weigand | Phone: +49-7031/16-3727 STSM, GNU/Linux compilers and toolchain IBM Deutschland Research & Development GmbH Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stutt...
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/...
2013 May 16
0
[LLVMdev] Test failures
Csaba Raduly <rcsaba at gmail.com> wrote: > error: no disassembler for target s390x--linux-gnu The SystemZ disassembler was only recently added. To process major changes to the source tree like the addition of a completely new component, it seems to be necessary to explicitly re-run configure (or sometimes even remove the build directory completely and start from scratch). I've
2013 Apr 25
0
[LLVMdev] [PATCH] Handle tied sub-operands in AsmMatcherEmitter
On Apr 25, 2013, at 4:44 AM, Ulrich Weigand <Ulrich.Weigand at de.ibm.com> wrote: > Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote on 24.04.2013 23:47:54: > >> I would like to add one more case here: Fixed register operands. >> >> Some instructions, like x86's MUL and DIV, take operands in fixed &...