Releases: JetBrains-Research/bitcode-tools
Releases · JetBrains-Research/bitcode-tools
v1.0.0
Changelog
This is the first release version of the plugin. It includes:
- infrastructure of the Gradle bitcode-analysis plugin;
- implementation of the
DecompileBitcodeandExtractBitcodeGradle tasks;- wide support of extraction targets of the
ExtractBitcodetask;
- wide support of extraction targets of the
- implementation of the
BitcodeAnalysisPluginthat provides tasks and extensions to the user;- project's pipeline tasks:
decompileBitcode&decompileBitcodeDebugandextractBitcode&extractBitcodeDebugtasks; - standalone tasks:
decompileSomeBitcodeandextractSomeBitcode; - possibility to create custom tasks;
decompileBitcodeConfigandextractFromDecompiledBitcodeConfigextensions to configure the tasks;
- project's pipeline tasks:
- full support of the project:
README.mdandDEVELOPMENT_GUIDE.md, CI checks and documentation.
You can find more details about the provided features in the README.md.
Source pull requests
The release is based on the following pull requests.
- Create the first basic version of bitcode analysis plugin: #1.
- Support
extractBitcodeand extra standalone & debug tasks: #2. - Extend extract-bitcode analysis with various features: #3.
- Prepare project to the release 🤞: #4.
Commits: https://github.com/JetBrains-Research/bitcode-tools/commits/v1.0.0