@@ -27,15 +27,11 @@ You can find all the breaking changes and justifications for them!
2727For an exhaustive list, see the release guide at https://github.com/capstone-engine/capstone/blob/next/docs/cs_v6_release_guide.md
2828
2929## What's Changed
30- * [v6] Move meta-programming macros for ARM64/AArch64 to capstone.h by @Rot127 in https://github.com/capstone-engine/capstone/pull/2201
31- * Remove no longer used td files. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2205
3230* tricore: fix runtime errors of integer overflow by @imbillow in https://github.com/capstone-engine/capstone/pull/2204
33- * Disable maybe-uninitialized warning all together. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2210
3431* [ARM] Add alias support by @Rot127 in https://github.com/capstone-engine/capstone/pull/2209
3532* [TriCore] Replace one- and sign-extend with MathExtra.h functions. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2212
3633* [ARM] Add RET group to pop instructions which write to the PC. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2216
3734* V6 release guide by @Rot127 in https://github.com/capstone-engine/capstone/pull/2124
38- * Add CS_aarch64 macro without parameter. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2218
3935* Fix broken disassembly of floating point immediates on big endian hosts by @huth in https://github.com/capstone-engine/capstone/pull/2222
4036* Add Alpha architecture by @R33v0LT in https://github.com/capstone-engine/capstone/pull/2071
4137* Ignore JetBrains based IDE data for clean PRs by @rickmark in https://github.com/capstone-engine/capstone/pull/2224
@@ -69,14 +65,12 @@ For an exhaustive list, see the release guide at https://github.com/capstone-eng
6965* [AArch64] Fix incorrect alignment of labels. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2277
7066* Makefile: Improve Apple detection by @sevan in https://github.com/capstone-engine/capstone/pull/2263
7167* [CMake] Architecture definition fix by @Rot127 in https://github.com/capstone-engine/capstone/pull/2272
72- * [PPC] Expose instruction formats by @Rot127 in https://github.com/capstone-engine/capstone/pull/2276
7368* Add issue and PR templates by @Rot127 in https://github.com/capstone-engine/capstone/pull/2294
7469* Avoid random access values for operands in not-yet-specified instructions. by @mur47x111 in https://github.com/capstone-engine/capstone/pull/2259
7570* Remove repetitive words by @majorteach in https://github.com/capstone-engine/capstone/pull/2297
7671* Add HPPA(PA-RISC) architecture by @R33v0LT in https://github.com/capstone-engine/capstone/pull/2265
7772* Fix invalid comparison with HPPA_OP_INVALID by @R33v0LT in https://github.com/capstone-engine/capstone/pull/2300
7873* HPPA dissassembler fix unitialized variables errors by @R33v0LT in https://github.com/capstone-engine/capstone/pull/2309
79- * Weaken requirements to document functions. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2324
8074* [Auto-Sync] LLVM 18 update by @Rot127 in https://github.com/capstone-engine/capstone/pull/2296
8175* chore: remove repetitive words by @careworry in https://github.com/capstone-engine/capstone/pull/2326
8276* Fix cstool Makefile for non-C99-defaulting compilers by @thestr4ng3r in https://github.com/capstone-engine/capstone/pull/2315
@@ -87,10 +81,8 @@ For an exhaustive list, see the release guide at https://github.com/capstone-eng
8781* Replace manually compile tree-sitter-cpp with their Python bindings. by @Rot127 in https://github.com/capstone-engine/capstone/pull/2337
8882* [next] Fix #2079: Add missing 1 immediate to `rcl` by @Rot127 in https://github.com/capstone-engine/capstone/pull/2330
8983* fix typos by @RainRat in https://github.com/capstone-engine/capstone/pull/2344
90- * Fix clang tidy by @Rot127 in https://github.com/capstone-engine/capstone/pull/2347
9184* Fix pkgconfig file to make #include <capstone/capstone.h> work by @ret2libc in https://github.com/capstone-engine/capstone/pull/2307
9285* Rewrite str_replace using snprintf for security and fix clang-tidy by @jiegec in https://github.com/capstone-engine/capstone/pull/2350
93- * Clang tidy quality of life by @Rot127 in https://github.com/capstone-engine/capstone/pull/2348
9486* [next] Fix #2244: Don't apply pseudo-instr. offset to `vcmp` id by @Rot127 in https://github.com/capstone-engine/capstone/pull/2331
9587* chore: fix typos by @xiaoxianBoy in https://github.com/capstone-engine/capstone/pull/2328
9688* fix typos by @RainRat in https://github.com/capstone-engine/capstone/pull/2346
0 commit comments