Sync may31 release/8.0-tizen (#510)
[platform/upstream/dotnet/runtime.git] / src / coreclr / jit / codegenriscv64.cpp
2024-06-06 Timur Mustafin/Adv... Sync may31 release/8.0-tizen (#510)
2024-02-22 Tomasz SowińskiCall missing genProduceReg in genCodeForCompare (#97805)
2024-02-22 Dmitry Kurtaev[RISC-V] GCC crosscompile fixes (#97445)
2024-02-22 yurai007[RISC-V] Adjust genRangeCheck for handling integer...
2024-02-08 이형주/MDE Lab(SR)... [RISC-V] Put scalar stack args with sign extension... accepted/tizen/unified/x/20240214.051929
2023-12-26 Tomasz Sowiński[RISC-V] Simplify codegen for div/mod (#96068)
2023-12-15 Denis Paranichev[RISC-V] Flush-to-zero behavior for float-to-int conver...
2023-12-15 Tomasz Sowiński[RISC-V] LoongArch code sync (#95673)
2023-12-15 Tomasz Sowiński[RISC-V] Replace rsGetRsvdReg with ordinary temp regist...
2023-12-15 Tymoteusz Wenerski[RISC-V] Add support for fcvt.w instructions to CodeGen...
2023-12-15 yurai007[RISC-V] Clean up NYI_RISCV64 in CodeGen and Emitter...
2023-12-15 Tomasz Sowiński[RISC-V] Disable not-yet-implemented EnC assertion...
2023-12-15 Tomasz Sowiński[RISC-V] NaN-box float arguments (#93665)
2023-12-15 Aleksandr Shaurtaev[RISC-V] Fix CodeGen::instGen_Set_Reg_To_Imm (#93411)
2023-12-15 Tomasz Sowiński[RISC-V] Fix target type unsignedness detection in...
2023-12-15 t-mustafin[RISC-V] regArg dependcies unrolling in genFnPrologCall...
2023-12-15 Tomasz Sowiński[RISC-V] Atomics (#92102)
2023-12-15 Qiao PengchengFix some assert's errors for ARM64-LoongArch64-RISCV64...
2023-12-15 t-mustafin[RISC-V, LoongArch64] Fix assert(!regArgMaskLive) in...
2023-12-15 Tomasz Sowiński[RISC-V] ELT Profiler Bring-Up (#91313)
2023-08-02 Dong-Heon Jung[RISC-V][JIT] Fix assetion in System.Threading.LowLevel...
2023-07-28 Tomasz Sowiński[RISC-V] Enable TLS field access optimization (#89561)
2023-07-18 Dong-Heon Jung[RISC-V][JIT] Fix DevDiv_718151 test (#88404)
2023-07-16 Dong-Heon Jung[RISC-V] Fix GitHub_* tests (#88640)
2023-06-15 Dong-Heon Jung[RISC-V][JIT] Fix FCVT (#87591)
2023-06-12 Jakob Botsch NielsenAccount for CORINFO_HELP_VIRTUAL_FUNC_PTR in GT_LABEL...
2023-06-06 Dong-Heon Jung[RISC-V][JIT] Fix arithmetics (#86996)
2023-06-02 Dong-Heon Jung[RISC-V][JIT] Implement genCodeForIncSaturate (#86891)
2023-06-01 Alexander Soldatov[RISC-V] Optimize Load Immediate (#86790)
2023-05-30 t-mustafin[RISC-V] Fix receiving of 2nd register in struct (...
2023-05-17 Dong-Heon Jung[RISC-V][JIT] Fix floating-point args passing (#86244)
2023-05-12 Bruce ForstallRemove unused multi-dimensional array code (#86133)
2023-05-09 Dong-Heon Jung[RISC-V] Fixed errors in jit and unwinding (#85900)
2023-04-27 Alexander Soldatov[RISC-V] GT_JMP implementation in codegen (#85416)
2023-04-27 Dong-Heon Jung[RISC-V][JIT] JIT/CodeGenBringUpTest (#84748)
2023-04-26 Jakob Botsch NielsenJIT: Introduce GT_JTEST and clean up GT_JCMP flags...
2023-04-19 SingleAccretionDelete `GT_STORE_OBJ` (#84951)
2023-04-11 Dong-Heon Jung[clr][RISC-V] Fix build fail (#84608)
2023-04-11 SingleAccretionDelete `GT_OBJ` (#84221)
2023-04-08 Dong-Heon Jung[RISC-V] coreclr-jit directory (#82379)