Page MenuHomePhabricator

apazos (Ana Pazos)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 24 2014, 10:03 AM (477 w, 3 d)

Recent Activity

Jan 10 2023

apazos added inline comments to D139097: [ARM] Add option --print-raw-value to llvm-nm to dump raw symbol values in case of ARM.
Jan 10 2023, 10:56 AM · Restricted Project, Restricted Project

Aug 23 2022

apazos added inline comments to D132386: [AArch64][PAC] Lower auth/resign into checked sequence..
Aug 23 2022, 12:53 PM · Restricted Project, Restricted Project
apazos added inline comments to D132383: [InstCombine] Combine ptrauth sign/resign + auth/resign intrinsics..
Aug 23 2022, 11:35 AM · Restricted Project, Restricted Project
apazos added inline comments to D132385: [AArch64][PAC] Select XPAC for ptrauth.strip intrinsic..
Aug 23 2022, 11:24 AM · Restricted Project, Restricted Project

May 11 2022

apazos added inline comments to D125433: [ARM64][SEH] PR54879: Packed Unwind Info when Homing Int Param Regs.
May 11 2022, 5:25 PM · Restricted Project, Restricted Project
apazos added inline comments to D125415: [ARM64EC 4/?] Add LLVM support for varargs calling convention..
May 11 2022, 3:39 PM · Restricted Project, Restricted Project
apazos added inline comments to D125411: [ARM64EC 1/?] Add parsing support to llvm-objdump/llvm-readobj..
May 11 2022, 3:17 PM · Restricted Project, Restricted Project

Nov 11 2021

apazos added a comment to D90868: [IR] Define @llvm.ptrauth intrinsics..

thanks Ahmed for addressing the comments. LGTM.

Nov 11 2021, 10:12 AM · Restricted Project

Nov 2 2021

apazos added a comment to D112941: [clang] Add support for the new pointer authentication builtins..

The plan to push support for ptrauth_sign_constant, and ptrauth_type_discriminator/ptrauth_string_discriminator in a separate patch is good.
This current patch is already big.

Nov 2 2021, 4:14 PM · Restricted Project
apazos added inline comments to D112941: [clang] Add support for the new pointer authentication builtins..
Nov 2 2021, 4:13 PM · Restricted Project

Oct 29 2021

apazos added a comment to D91087: [AArch64] Select PAC/PACGA for ptrauth.sign/sign_generic..

I wonder if we could have these tests be generic for aarch64 target.
These intrinsics implementation don't have anything dependent on Apple ABI.

Oct 29 2021, 3:32 PM · Restricted Project
apazos added a comment to D90868: [IR] Define @llvm.ptrauth intrinsics..

Can you highlight clearer what might be specific to Apple in these intrinsics declarations?
I mean, if we want to support the intrinsics for aarch64, now that we have the AArch64 Pointer Authentication ABI extension to ELF document, we should be able to reuse the intrinsics as they are defined now.

Oct 29 2021, 3:28 PM · Restricted Project
apazos added a comment to D90868: [IR] Define @llvm.ptrauth intrinsics..

Also, did we agree on a common prefix for pointer authentication?
I see 'ptrauth' in this patch, and in Apple's arm64e ABI for pointer authentication.
But AArch64 Pointer Authentication ABI extension to ELF refers to 'pauth'.
It will be less confusing to use the same acronym.

Oct 29 2021, 3:18 PM · Restricted Project
apazos added a comment to D90868: [IR] Define @llvm.ptrauth intrinsics..

Ahmed, thanks for rebasing this patch.
Shouldn't we add a reference for the AArch64 PAuth ELF ABI document: https://github.com/ARM-software/abi-aa/tree/main/pauthabielf64
I only see reference to Darwin arm64e ABI documentation.

Oct 29 2021, 3:07 PM · Restricted Project

May 19 2021

apazos added inline comments to D102782: Add support for Warning Flag "-Wstack-usage=".
May 19 2021, 1:51 PM · Restricted Project

Feb 16 2021

apazos added a comment to D96381: [AArch64] Adding SHA3 Intrinsics support.

This looks like a straightforward implementation. The only caveat is that the XAR immediate does not represent a lane, and hence the need for a custom immediate range check. Looks sensible to me.
@labrinea and others at ARM, do have any other comment before this is merged?

Feb 16 2021, 9:38 AM · Restricted Project, Restricted Project

Feb 10 2021

apazos added inline comments to D96381: [AArch64] Adding SHA3 Intrinsics support.
Feb 10 2021, 9:14 AM · Restricted Project, Restricted Project

Feb 9 2021

apazos added inline comments to D95655: [AArch64] Adding Neon Sm3 & Sm4 Intrinsics.
Feb 9 2021, 11:13 AM · Restricted Project, Restricted Project

Jan 6 2021

apazos added a comment to D93428: [AArch64] Add bti note property when compiling asm files with -mbranch-protection=bti.

Can you confirm when the GNU toolchain will have this flag supported in their assembler? Compatibility between LLVM and GNU toolchains is important.

Jan 6 2021, 11:20 AM · Restricted Project

Dec 17 2020

apazos added a comment to D93428: [AArch64] Add bti note property when compiling asm files with -mbranch-protection=bti.

Thanks Daniel for the explanation. Was the support added for GNU assembler as well? Is it the same flag name?

Dec 17 2020, 12:46 PM · Restricted Project
apazos added a comment to D93428: [AArch64] Add bti note property when compiling asm files with -mbranch-protection=bti.

Thanks for clarifying - so the property is being set for C/C++ files but not for assembly files. I think it should be set automatically for both when one uses clang driver to compile/assemble.

Dec 17 2020, 8:56 AM · Restricted Project

Dec 16 2020

apazos added a comment to D93428: [AArch64] Add bti note property when compiling asm files with -mbranch-protection=bti.

So the intention here is to generate the property when BTI branch protection is enabled, to guarantee the generate .o indeed has the property set, without requiring to pass the flag -mmark-bti-property explicitly. This is convenient for users.

Dec 16 2020, 4:48 PM · Restricted Project

Sep 17 2020

apazos added a comment to D85095: Fix libcxx build on 32bit architectures with 64bit time_t defaults e.g. riscv32.

Can you clarify on the errors you are talking about? Are you building LLVM libc++with glibc?
I have been building LLVM libc++ with MUSl and I do not see a build issue.

Sep 17 2020, 8:27 AM · Restricted Project

Jul 23 2020

apazos added inline comments to D84414: [RISCV] Support Shadow Call Stack.
Jul 23 2020, 9:05 AM · Restricted Project, Restricted Project

May 8 2020

apazos updated the diff for D79521: [RISCV] Add SiFive's interrupt modes.

Remove wrong setting of Framesetup flags

May 8 2020, 5:13 PM · Restricted Project
apazos updated the summary of D79509: [RISCV] Support CLIC interruption mode named operands for CSR instructions.
May 8 2020, 4:41 PM · Restricted Project

May 6 2020

apazos created D79521: [RISCV] Add SiFive's interrupt modes.
May 6 2020, 2:44 PM · Restricted Project
apazos created D79509: [RISCV] Support CLIC interruption mode named operands for CSR instructions.
May 6 2020, 11:52 AM · Restricted Project

Apr 29 2020

apazos added a comment to D78702: [RFC][RISCV][MC/Objdump] Extend llvm-objdump output to support more instruction patterns.

Simon can you please rebase, it seems D78776 got merged and now conflicts. Thank you.

Apr 29 2020, 5:17 PM · Restricted Project

Apr 24 2020

apazos added inline comments to D78764: [RISCV] Update debug scratch register names.
Apr 24 2020, 12:58 PM · Restricted Project
apazos accepted D78583: [RISCV] Add instruction definition for dret.
Apr 24 2020, 12:58 PM · Restricted Project
apazos added inline comments to D78764: [RISCV] Update debug scratch register names.
Apr 24 2020, 12:26 PM · Restricted Project
apazos added a comment to D78583: [RISCV] Add instruction definition for dret.

LGTM thanks for addressing Alex's comments.

Apr 24 2020, 12:26 PM · Restricted Project

Apr 21 2020

apazos committed rG66590e1e9ebb: [MC][PGO][PGSO] Cleanup unused MBFI in AsmPrinter (authored by apazos).
[MC][PGO][PGSO] Cleanup unused MBFI in AsmPrinter
Apr 21 2020, 10:16 AM
apazos closed D78526: [MC][PGO][PGSO] Cleanup unused MBFI in AsmPrinter.
Apr 21 2020, 10:16 AM · Restricted Project

Apr 20 2020

apazos created D78526: [MC][PGO][PGSO] Cleanup unused MBFI in AsmPrinter.
Apr 20 2020, 5:54 PM · Restricted Project

Apr 8 2020

apazos added a comment to D76767: [RISCV] Support negative constants in CompressInstEmitter.

To clarify, we were not missing in compressed instructions before, this change is for the future compressed instructions to be added, confirmed? Otherwise I need to check why we missed it with the fuzzer.

Apr 8 2020, 7:01 PM · Restricted Project
apazos added a comment to D77567: [RISCV] Implement evaluateBranch.

Thanks, Simon for pushing this patch, it does help when debugging code and removes the dependence on binutils.

Apr 8 2020, 6:29 PM · Restricted Project

Mar 19 2020

apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Thanks Shiva, making it alias of -G makes sense, LGTM.

Mar 19 2020, 6:59 AM · Restricted Project
apazos added a comment to D48430: [RISCV] Add support for lowering jumptables.

It looks like it needs more work indeed. Enabling it won't build compiler-rt.

Mar 19 2020, 6:59 AM

Mar 17 2020

apazos added a comment to D48430: [RISCV] Add support for lowering jumptables.

Alex, we have not yet merged this patch. We should merge it and we can leave the default as GCC.
This makes our code size gap with GCC smaller.
In the past I did see degradation in some SiFive hardware (I think it was on HiFive1 board). Maybe some of the SiFive colleagues can look at it at some point.

Mar 17 2020, 8:32 PM
apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Shiva, how about making the flag small-data-limit alias of -msmall-data-threshold?

Mar 17 2020, 4:13 PM · Restricted Project

Mar 12 2020

apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Thanks Shiva, I res-ynced and rebuilt the patch. It is working fine.

Mar 12 2020, 12:28 PM · Restricted Project

Mar 11 2020

apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Shiva, I am not sure how the SDataLimit is being honored in LTO mode.
Where does getModuleMetadata get called?
If the SelectSectionForGlobal api is called without getModuleMetadata being called first, it will use the default 8 instead of honoring the SDataLimit.

Mar 11 2020, 6:10 PM · Restricted Project
apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Shiva, I see a warning always being printed:

Mar 11 2020, 1:01 PM · Restricted Project

Mar 9 2020

apazos added a comment to D57497: [RISCV] Passing small data limitation value to RISCV backend.

Shiva, we forgot about this patch. Can you rebase it so we move on with merging.

Mar 9 2020, 4:12 PM · Restricted Project

Feb 27 2020

apazos added inline comments to D74023: [RISCV] ELF attribute section for RISC-V.
Feb 27 2020, 7:36 AM · Restricted Project, Restricted Project

Feb 19 2020

apazos added inline comments to D74023: [RISCV] ELF attribute section for RISC-V.
Feb 19 2020, 5:29 PM · Restricted Project, Restricted Project

Feb 4 2020

apazos added inline comments to D73555: [SVE] Fix bug in simplification of scalable vector instructions.
Feb 4 2020, 11:17 AM · Restricted Project

Jan 31 2020

apazos added inline comments to D73339: [RISCV] Compress instructions based on function features.
Jan 31 2020, 3:49 PM · Restricted Project
apazos added a comment to D73339: [RISCV] Compress instructions based on function features.

Thanks for catching this issue, Simon. Alex, will this be cherry-picked to the branch?

Jan 31 2020, 3:40 PM · Restricted Project

Jan 14 2020

apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Lewis, your latest patch looks good, we just had another run with no new failures. But we know it will have issues with -g. So I think we should not merge it yet. Do you have a version of the patch that creates the labels for the compiler-generated save/restore lib calls, so that this optimization does not depend on D71593? We could merge that version then, and when D71593 is accepted, you just have to rework/remove the label generation part of the patch.

Jan 14 2020, 3:23 PM · Restricted Project, Restricted Project

Jan 7 2020

apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

Lewis, same question, is the patch final? It would be good to merge it before the 10.0 release branch creation on Jan 15th

Jan 7 2020, 8:39 AM · Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Lewis, is the patch final? It would be good to merge it before the 10.0 release branch creation on Jan 15th

Jan 7 2020, 8:39 AM · Restricted Project, Restricted Project

Dec 19 2019

apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

Thanks Lewis for providing the test case. A bug can be opened for the machine outliner with that example. In my opinion you can go ahead and merge this patch.

Dec 19 2019, 8:33 AM · Restricted Project

Dec 17 2019

apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

Can you open a bug for the machine outliner and maybe contact Jessica, may be she can help fix this quickly.

Dec 17 2019, 7:52 AM · Restricted Project

Dec 16 2019

apazos committed rGd7af86bdd0bd: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes() (authored by apazos).
[RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes()
Dec 16 2019, 3:18 PM
apazos closed D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Dec 16 2019, 3:18 PM · Restricted Project
apazos updated the diff for D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().

Rebased

Dec 16 2019, 3:02 PM · Restricted Project
apazos added a comment to D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().

My commit permissions were fixed last week, I will rebase and merge.

Dec 16 2019, 2:07 PM · Restricted Project

Dec 3 2019

apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Lewis, try rebasing it, not applying cleanly nor https://reviews.llvm.org/D62190

Dec 3 2019, 4:46 PM · Restricted Project, Restricted Project
apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

Lewis, try rebase again, not applying cleaning, nor https://reviews.llvm.org/D62686

Dec 3 2019, 4:46 PM · Restricted Project
apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

Lewis, I tested the latest version of this patch (with and without https://reviews.llvm.org/D68290), I don't see any issue. LGTM.

Dec 3 2019, 4:46 PM · Restricted Project
apazos updated the diff for D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().

Rebased.
With this change, the regressions observed with the machine outliner are eliminated.
Sam, I don't think any one has reviewed yet.

Dec 3 2019, 4:37 PM · Restricted Project

Dec 2 2019

apazos added a comment to D70030: [MachineBlockPlacement] Fix UnscheduledPredecessors counter to reflect tail duplication..

The change looks good to me. Thanks for adding the test!

Dec 2 2019, 10:25 AM · Restricted Project, Restricted Project

Oct 17 2019

apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

Lewis, I am not seeing any code change.

Oct 17 2019, 3:25 PM · Restricted Project
apazos added a comment to D68979: [RISCV] Handle variable sized objects with the stack need to be realigned.

Shiva, I have tried a few workloads like EEMBC, SPEC2000/2006, perennial c++, plumhall.
They don't seem to use variable length arrays nor allocas to test this patch.
Which test suite are you using?

Oct 17 2019, 3:06 PM · Restricted Project
apazos added a comment to D68979: [RISCV] Handle variable sized objects with the stack need to be realigned.

Hi Shiva, I will evaluate your patch today and report back.

Oct 17 2019, 8:40 AM · Restricted Project
apazos added a comment to D68644: [RISCV] Prevent unsafe shrink wrapping with save/restore enabled.

Thanks Lewis, I applied this patch with its dependencies, ran -msave-restore -mllvm -enable-shrink-wrap config, and I see no failures.

Oct 17 2019, 8:40 AM · Restricted Project
apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

Thanks Lewis, I applied the patch and I am not detecting any new failure with this feature.

Oct 17 2019, 8:40 AM · Restricted Project

Oct 16 2019

apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

Lewis, this patch is not applying clean on top of https://reviews.llvm.org/D62686. Can you please rebase?

Oct 16 2019, 10:11 PM · Restricted Project
apazos added inline comments to D68685: [RISCV] Scheduler description for Rocket Core.
Oct 16 2019, 5:37 PM · Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Thanks Lewis, the runs are looking good, no failures, and good code size savings (average 3%)

Oct 16 2019, 2:06 PM · Restricted Project, Restricted Project

Oct 15 2019

apazos updated the diff for D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().

Added check to verify whether MI is parentless or not because isCompressible call depends of function/module info.

Oct 15 2019, 12:23 PM · Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Is it worth trying to disallow tail call optimization completely if this flag is enabled? I'm not sure what GCC does exactly. but this seems to be the behaviour.

Oct 15 2019, 11:35 AM · Restricted Project, Restricted Project

Oct 14 2019

apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Yes Eli thanks for pointing out there are more scenarios that can fail.
It looks like the best solution is to permit both flags on, but then bail out from doing this transformation if there is any type of tail call already in the function.
This way we avoid messing with reverting tail calls back to regular calls.

Oct 14 2019, 5:28 PM · Restricted Project, Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Here is the bugpoint-reduced test case for the SPEC failure when enabling -msave-restore and allowing tail calls:

Oct 14 2019, 4:00 PM · Restricted Project, Restricted Project

Oct 10 2019

apazos updated subscribers of D62190: [RISCV] Allow shrink wrapping for RISC-V.
Oct 10 2019, 8:21 AM · Restricted Project

Oct 7 2019

apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

Lewis, this patch LGTM. You can go ahead and merge it.

Oct 7 2019, 1:57 PM · Restricted Project
apazos retitled D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes() from [RISCV] WIP better estimate size of outlined block with C extension enabled to [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Oct 7 2019, 1:53 PM · Restricted Project
apazos updated the diff for D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Oct 7 2019, 1:52 PM · Restricted Project

Oct 4 2019

apazos committed rGea835f5ce841: [RISCV] Added missing ImmLeaf predicates (authored by apazos).
[RISCV] Added missing ImmLeaf predicates
Oct 4 2019, 4:46 PM
apazos committed rL373812: [RISCV] Added missing ImmLeaf predicates.
[RISCV] Added missing ImmLeaf predicates
Oct 4 2019, 4:40 PM
apazos added inline comments to D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Oct 4 2019, 3:51 PM · Restricted Project

Oct 3 2019

apazos added inline comments to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.
Oct 3 2019, 9:01 PM · Restricted Project, Restricted Project
apazos added a comment to D62190: [RISCV] Allow shrink wrapping for RISC-V.

There are some additional perennial test suite failures when applying this patch and enabling -mllvm -enable-shrink-wrap.
When Lewis updates the patch to be standalone, we can verify it again.

Oct 3 2019, 3:18 PM · Restricted Project
apazos added a comment to D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().

Thanks Alex and Lewis.
I will break the patch in 3 commits:

  1. fix missing ImmLeaf predicate, which I will merge directly (no review).
  2. Compress Instr table gen back end changes. I will post this patch for review.
  3. Modify getInstSizeInBytes to invoke isCompressibleInst (thanks for the name fix!). This one I will run a few more correctness tests, and then post for review.
Oct 3 2019, 10:16 AM · Restricted Project

Oct 2 2019

apazos added inline comments to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.
Oct 2 2019, 8:07 PM · Restricted Project, Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Lewis, with this patch we see less failures. But still some tests in SPEC and perennial test suites are failing.

Oct 2 2019, 2:55 PM · Restricted Project, Restricted Project

Oct 1 2019

apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

Hi Lewis,
Here is the change: https://reviews.llvm.org/D68290
With this change I was able to remove the code size degradation I had observed.
Please try it out.

Oct 1 2019, 4:03 PM · Restricted Project
apazos added a comment to D62686: [RISCV] Add support for save/restore of callee-saved registers via libcalls.

Thanks for the patch update. I will launch some new correctness runs.

Oct 1 2019, 12:47 PM · Restricted Project, Restricted Project
apazos updated subscribers of D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Oct 1 2019, 12:45 PM · Restricted Project
apazos created D68290: [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes().
Oct 1 2019, 12:45 PM · Restricted Project

Sep 26 2019

apazos added a comment to D66210: [RISCV] Enable the machine outliner for RISC-V.

I have run a couple of standard workloads like SPEC.
There is no correctness issue when enabling the MO feature (except for spec2000/twolf which fails with/without MO).
The MO code size gains without compression are up to 7%. With compression enabled, most of the code size gain is gone, and I see more code size increase.
It is possible it has to do with the SequenceSize we are estimating.
The reason we enable compression late is to have all paths - coming from codegen (LLVM IR), parsing, assembling .s or inline asm - go through the same mechanism for compression.
This is similar/compatible with GCC behavior, which relies on the external assembler to implement compression.
We can better estimate SequenceSize by checking if an instruction is compressable. We can modify the tablegen backend for compression emitter to generate a function that does the isCompressable check, but instead of using MCInst and MCOperands for the checks, we need to use MachineInstr and MachineOperand types. I will try this solution. Another alternative is to compress LLVM IR code before running the machine outliner.

Sep 26 2019, 8:06 AM · Restricted Project

Aug 12 2019

apazos added inline comments to D65950: [RISCV] Add Option for Printing Architectural Register Names.
Aug 12 2019, 2:52 PM · Restricted Project
apazos added a comment to D66081: [RISCV] Fix ICE in isDesirableToCommuteWithShift.

Thanks Sam, LGTM.

Aug 12 2019, 2:44 PM · Restricted Project

Aug 9 2019

apazos updated subscribers of D64425: [RISCV] Fix ICE in isDesirableToCommuteWithShift.
Aug 9 2019, 12:14 PM · Restricted Project

Mar 28 2019

apazos added inline comments to D57493: [RISCV] Put data smaller than eight bytes to small data section.
Mar 28 2019, 5:01 PM · Restricted Project

Mar 27 2019

apazos added inline comments to D57497: [RISCV] Passing small data limitation value to RISCV backend.
Mar 27 2019, 1:59 PM · Restricted Project

Mar 20 2019

apazos added inline comments to D59592: [RISCV] support ilp32e Calling Convention.
Mar 20 2019, 3:33 PM · Restricted Project