Page MenuHomePhabricator

schwab (Andreas Schwab)
User

Projects

User does not belong to any projects.

User Details

User Since
Jun 17 2019, 8:29 AM (206 w, 20 h)

Recent Activity

May 19 2022

schwab updated the diff for D124830: [Bazel] Add support for targeting Linux riscv64.
May 19 2022, 6:44 AM · Restricted Project, Restricted Project

May 3 2022

schwab requested review of D124830: [Bazel] Add support for targeting Linux riscv64.
May 3 2022, 1:33 AM · Restricted Project, Restricted Project

Oct 8 2021

schwab added a comment to D105274: Define sys::getHostCPUName for RISC-V.

Andreas Schwab <schwab@suse.de>

Oct 8 2021, 10:02 AM · Restricted Project
schwab added a comment to D105274: Define sys::getHostCPUName for RISC-V.

What is the next step?

Oct 8 2021, 6:26 AM · Restricted Project

Aug 6 2021

schwab updated the diff for D105274: Define sys::getHostCPUName for RISC-V.

Remove dead return.

Aug 6 2021, 4:07 AM · Restricted Project

Jul 22 2021

schwab updated the diff for D105274: Define sys::getHostCPUName for RISC-V.

Use #error.

Jul 22 2021, 11:28 AM · Restricted Project

Jul 11 2021

schwab updated the summary of D105274: Define sys::getHostCPUName for RISC-V.
Jul 11 2021, 11:09 AM · Restricted Project
schwab updated the diff for D105274: Define sys::getHostCPUName for RISC-V.

Drop computeHostNumPhysicalCores change for now.

Jul 11 2021, 11:07 AM · Restricted Project

Jul 9 2021

schwab updated the diff for D105274: Define sys::getHostCPUName for RISC-V.

Added assert.

Jul 9 2021, 3:27 AM · Restricted Project

Jul 7 2021

schwab added inline comments to D105274: Define sys::getHostCPUName for RISC-V.
Jul 7 2021, 7:39 AM · Restricted Project

Jul 1 2021

schwab requested review of D105274: Define sys::getHostCPUName for RISC-V.
Jul 1 2021, 5:21 AM · Restricted Project

Nov 24 2020

schwab added a comment to D89788: [RISCV] Add GHC calling convention.

Could someone please commit this for me?

Nov 24 2020, 3:55 AM · Restricted Project

Nov 16 2020

schwab added a comment to D89788: [RISCV] Add GHC calling convention.

Could someone please commit this for me?

Nov 16 2020, 7:38 AM · Restricted Project

Oct 29 2020

schwab updated the diff for D89788: [RISCV] Add GHC calling convention.

Retested with typo fixed.

Oct 29 2020, 5:41 AM · Restricted Project

Oct 24 2020

schwab updated the diff for D89788: [RISCV] Add GHC calling convention.

More error checking added

Oct 24 2020, 11:55 AM · Restricted Project
schwab added a comment to D89788: [RISCV] Add GHC calling convention.

The --target-abi isn't actually needed, only -mattr=+f,+d.

Oct 24 2020, 10:56 AM · Restricted Project
schwab updated the diff for D89788: [RISCV] Add GHC calling convention.

Handle rv32 and testcase for rv32 added.

Oct 24 2020, 8:09 AM · Restricted Project

Oct 20 2020

schwab added inline comments to D89788: [RISCV] Add GHC calling convention.
Oct 20 2020, 10:49 AM · Restricted Project
schwab added inline comments to D89788: [RISCV] Add GHC calling convention.
Oct 20 2020, 10:28 AM · Restricted Project
schwab added inline comments to D89788: [RISCV] Add GHC calling convention.
Oct 20 2020, 10:25 AM · Restricted Project
schwab added a comment to D89788: [RISCV] Add GHC calling convention.

This is used by https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4327.

Oct 20 2020, 10:03 AM · Restricted Project
schwab updated the diff for D89788: [RISCV] Add GHC calling convention.
Oct 20 2020, 9:44 AM · Restricted Project
schwab requested review of D89788: [RISCV] Add GHC calling convention.
Oct 20 2020, 5:17 AM · Restricted Project

Jun 7 2020

schwab added a comment to D75168: [sanitizer][RISCV] Implement SignalContext::GetWriteFlag for RISC-V.

It's breaking users.

Jun 7 2020, 6:20 AM · Restricted Project, Restricted Project
schwab added a comment to D75168: [sanitizer][RISCV] Implement SignalContext::GetWriteFlag for RISC-V.

C++14 is much too recent.

Jun 7 2020, 4:13 AM · Restricted Project, Restricted Project
schwab added a comment to D75168: [sanitizer][RISCV] Implement SignalContext::GetWriteFlag for RISC-V.

../../../../libsanitizer/sanitizer_common/sanitizer_linux.cpp:1880:16: error: missing terminating ' character
1880 | case 0b10'010: // c.lwsp (rd != x0)

|                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
Jun 7 2020, 12:29 AM · Restricted Project, Restricted Project

Oct 18 2019

schwab added inline comments to D66870: [Sanitizers] Add support for RISC-V 64-bit.
Oct 18 2019, 5:08 AM · Restricted Project, Restricted Project
schwab added a comment to D66870: [Sanitizers] Add support for RISC-V 64-bit.
Oct 18 2019, 4:58 AM · Restricted Project, Restricted Project
schwab added a comment to D66870: [Sanitizers] Add support for RISC-V 64-bit.

What was the error?

Oct 18 2019, 2:17 AM · Restricted Project, Restricted Project

Oct 3 2019

schwab added a comment to D66870: [Sanitizers] Add support for RISC-V 64-bit.

I don't have commit privileges.

Oct 3 2019, 6:08 AM · Restricted Project, Restricted Project

Sep 12 2019

schwab updated the diff for D66870: [Sanitizers] Add support for RISC-V 64-bit.

Rediff

Sep 12 2019, 1:44 AM · Restricted Project, Restricted Project

Sep 3 2019

schwab added inline comments to D66870: [Sanitizers] Add support for RISC-V 64-bit.
Sep 3 2019, 2:27 AM · Restricted Project, Restricted Project
schwab retitled D66870: [Sanitizers] Add support for RISC-V 64-bit from [Sanitizers] Add support for RISC-V to [Sanitizers] Add support for RISC-V 64-bit.
Sep 3 2019, 2:26 AM · Restricted Project, Restricted Project

Sep 2 2019

schwab added inline comments to D66870: [Sanitizers] Add support for RISC-V 64-bit.
Sep 2 2019, 6:25 AM · Restricted Project, Restricted Project

Aug 29 2019

schwab retitled D66870: [Sanitizers] Add support for RISC-V 64-bit from [libsanitizer] Add support for RISC-V to [Sanitizers] Add support for RISC-V.
Aug 29 2019, 2:12 AM · Restricted Project, Restricted Project

Aug 28 2019

schwab created D66870: [Sanitizers] Add support for RISC-V 64-bit.
Aug 28 2019, 3:49 AM · Restricted Project, Restricted Project

Jun 25 2019

schwab updated the diff for D63497: Add support for openSUSE RISC-V triple.

Test added

Jun 25 2019, 5:45 AM · Restricted Project, Restricted Project

Jun 24 2019

schwab updated the diff for D63497: Add support for openSUSE RISC-V triple.
Jun 24 2019, 2:41 AM · Restricted Project, Restricted Project

Jun 18 2019

schwab created D63497: Add support for openSUSE RISC-V triple.
Jun 18 2019, 9:05 AM · Restricted Project, Restricted Project