Code Monkey home page Code Monkey logo

valgrind-riscv64's Introduction

Valgrind โ€“ RISCV64/Linux

Overview

This repository contains Valgrind with support for the RISCV64/Linux platform.

The aim of the project is to enable Valgrind for the RV64GC instruction set on the Linux operating system. Once this support is implemented and has sufficient quality, it is intended for this port to become a part of the upstream Valgrind project and to continue further development there.

For installation, please follow the generic steps how to build Valgrind in the main README file.

In case you are interested in helping with the port then the best option is to analyze remaining failing tests in the Valgrind test suite, or just try the port with your application and report any discovered bugs.

The project was presented at FOSDEM 2022.

Current state

Current focus is on functionality and correctness.

The following tables summarize the basic state as of 2023-08-29.

The following ISA base and extensions are currently supported:

Name Description #Instrs Notes
RV64I Base instruction set 52/52
RV64M Integer multiplication & division 12/13 (1)
RV64A Atomic 22/22 (2)
RV64F Single-precision floating-point 30/30 (3)
RV64D Double-precision floating-point 32/32
RV64Zicsr Control & status register 2/6 (4), (5)
RV64Zifencei Instruction-fetch fence 0/1 (6)
RV64C Compressed 37/37
RV64Zfh Half-precision floating-point ALL
RV64Xthead T-THEAD vendor extension for RV64G ALL (7)
RV64V0p7 Vector 0.7.1 ALL (8)
RV64V Vector 1.0 ALL (9)

Notes:

(1) MULHSU is not recognized.

(2) LR and SC use the VEX "fallback" method which suffers from the ABA problem.

(3) Operations do not check if the input operands are correctly NaN-boxed.

(4) CSRRC, CSRRWI, CSRRSI and CSRRCI are not recognized.

(5) Only registers fflags, frm and fcsr are accepted.

(6) FENCE.I is not recognized.

(7) See https://github.com/T-head-Semi/thead-extension-spec

(8) See https://github.com/riscv/riscv-v-spec/releases/tag/0.7.1

(9) See https://github.com/riscv/riscv-v-spec/releases/tag/v1.0

Test results:

Test set #Failed/#Total
Memcheck 0/219
Nulgrind 0/140
Cachegrind 0/7
Callgrind 0/15
DHAT 0/8
DRD 0/130
Helgrind 0/55
Massif 0/37
GDBserver 0/25

License

This project is released under the terms of the GPLv2 License.

valgrind-riscv64's People

Contributors

aarnez avatar aaronmerey avatar borntraeger avatar bvanassche avatar carlelove avatar carll99 avatar deater avatar dichn avatar echelon9 avatar heliocastro avatar iii-i avatar ivosh avatar jackgittes avatar julian-seward1 avatar kaga-koko avatar kraj avatar laokz avatar llunak avatar nnethercote avatar paulfloyd avatar petar-jovanovic avatar petrpavlu avatar qmonnet avatar rjiejie avatar sasshka avatar tomhughes avatar weidendo avatar xeonacid avatar xychelsea avatar zliu2014 avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

web-logs2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.