Tags: dyninst/dyninst
Tags
release 13.0.0 versions & docs (#1695) - update dyninst version - update CHANGELOG.md - produce manuals with updated release dates and versions - fix .tex files to eliminate latex errors: - invalid char in symtabAPI/doc/API/Types/Type.tex - invalid char in parseAPI/doc/API/Function.tex - invalid char in patchAPI/doc/section/4_api_public.tex - invlide line break in parseAPI/doc/API/CodeObject.tex - restore parseAPI example code needed by docs removed in 6c2e31c Co-authored-by: James Kupsch <kupsch@vmbp15.local>
Updates for v12.2.0 release (#1289) * Update CHANGELOG * Update SO version * Update docs
Docker: simplify build script (#1212) * Use CMake's -S instead of undocumented -H * Remove log captures The reports are best used within the context of the PR, so storing them in the dashboard wouldn't be much use. * Reduce duplication of directory names * Use CMake commands to build/install * Separate build and install trees for Dyninst * Separate build and install directories for test suite * Simplify 'git pull' for test suite * Explicitly override test suite install directory The test suite reads Dyninst's cache which poisons the CMAKE_INSTALL_PREFIX. This overrides that and then puts the test files in the root install directory.
Add Support for AMDGPU CDNA2 Architectures based on XML ISA spec (#1107) Add Initial Support for cdna based on the lastest version of XML file ( 20210720 ) Added new register names based on the latest xml-isa drop Decoder implementation updated based on the latest xml-isa drop renumbered registers to make low registers have the same value as full register (or its super set) add larger memoery types for representing consecutive registers used as a single operand Modify the format function to output multiple registers as a single operand correctly, handling for certain registers are still being worked on split register-vector into multiple registers
PreviousNext