Tags: fche/dyninst
Tags
release 13.0.0 versions & docs (dyninst#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>
Documentation updates for v12.3.0 release (dyninst#1386) * Update version * Update documentation * Update copyright to 2023
Documentation updates for v12.2.1 patch release (dyninst#1328) * Doc updates for v12.2.1 release * Update formatting for cmake/warnings.cmake
Updates for v12.2.0 release (dyninst#1289) * Update CHANGELOG * Update SO version * Update docs
Updates for v12.2.0 release (dyninst#1289) * Update CHANGELOG * Update SO version * Update docs
Docker: simplify build script (dyninst#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.
Code clean up for AMDGPU (dyninst#1205) * Update the code layout for vega headers * Remove unused cda headers * remove duplicate cdna2 headers in instructionAPI
Add Support for AMDGPU CDNA2 Architectures based on XML ISA spec (dyn… …inst#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