Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/asmjit/asmjit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-11-10[Bug] Fixed LDURSW instruction on AArch64 (#389)aegistudio
2022-09-18Fixed indirect jumps to a single label (Compiler) (fixes #380)kobalicek
2022-06-22Suppress -Wbitwise-instead-of-logical warning that was introduced by clang 14kobalicek
2022-06-20[Bug] Fixed incorrect encoding of LDRSH instruction with [base+imm] addressin...kobalicek
2022-06-17[Bug] Fixed incorrect encoding of LDRSB and LDRSH with [base+index] (AArch64)...kobalicek
2022-04-10[Bug] Fixed not cloberring YMM|ZMM registers in function calls that preserve ...dead_movskobalicek
2022-02-09[ABI] Initial AArch64 supportkobalicek
2021-12-13[ABI] Refactored AsmJit to use strong-typed enums, this breaks both API and ABIkobalicek
2021-03-21[ABI] Build improvements - replaced ASMJIT_BUIlD_X86 with ASMJIT_NO_X86 and o...kobalicek
2021-03-19[Bug] Fixed X86 instruction info query asserting on MMX variation of pextrw (...kobalicek
2021-03-14Added asmjit_test_perf, which replaces asmjit_bench and provides much better ...kobalicek
2021-03-13Split assembler tests so they can compile much faster with GCCkobalicek
2021-02-03[Bug] [Critical] [ABI] Update that fixes all problems discovered by compariso...kobalicek
2021-01-27[ABI] Added ljmp, lcall, and lret instructions (fixes #310)kobalicek
2021-01-26[ABI] X86/X64 GP registers should use the real type (GpbLo, GpbHi, Gpw, Gpd, ...kobalicek
2021-01-26[ABI] Added more AVX_VNNI instructions, added MOVABS for explicit Imm64 encod...kobalicek
2021-01-02[Bug] Jump annotation to entry block fixkobalicek
2021-01-02[Bug] Fixed instruction RW info related to AVX-512 {k} (merging) and {k} {z} ...kobalicek
2020-11-07[Bug] Don't unlink immediately when creating anonymous memory file, switch to...kobalicek
2020-09-16Updated README.txt and removed a file that is not used anymorekobalicek
2020-09-12Preparation for AArch64 supportkobalicek
2020-08-09[Bug] Added a possibility to order sections so the address table section can ...kobalicek
2020-08-09Added parameter pack to function arguments and return valueskobalicek
2020-07-11[Bug] Fixed RW info of string instructions, fixed lodsx() helper intructions ...kobalicek
2020-07-07Added ASMJIT_NO_FOREIGN compile-time option to disable non-host architectures...kobalicek
2020-07-05Added new instructions and removed deprecated PCOMMITkobalicek
2020-06-01Fixed broken CIkobalicek
2020-06-01AsmJit cleanup and refactoringkobalicek
2020-05-09Added a support for indirect jumps within a function (Compiler) (#286)kobalicek
2020-05-03Improved CI and enhanced project cosmetics (proper license header and include...kobalicek
2020-05-01Build improvements (improved CMakeLists.txt, added proper support for testing)kobalicek
2020-04-29Improved AsmJit public API to not depend on <windows.h> headerkobalicek
2019-12-24Hash table updatekobalicek
2019-10-01[Bug] Fixed wrong encoding of vpdpbusd, vgf2p8mulb, vgf2p8affineqb, and vgf2p...kobalicek
2019-09-03Add X86Test_FuncCallRefArgs (#254)ζeh Matt
2019-07-16Refactored register allocator asm Compiler. (#249)Petr Kobalicek
2017-03-30Added some simple test caseskobalicek
2017-03-09Moved logic from x86inst.cpp to x86instimpl.cpp, moved some instruction metho...kobalicek
2017-02-26Added new instructions + xacquire|xrelease prefixes, reorganized instruction ...kobalicek
2017-02-25Fixed encoding of 'CRC32 r64, r8/m8' instructionkobalicek
2017-02-21Added more instructions (System, MPX, AVX512_VPOPCNTDQ, AVX512_4FMAPS, AVX512...kobalicek
2017-02-11Added FastEval calling convention - AsmJit specific/experimental featurekobalicek
2017-01-26Merged asmjit:next branch (#149)Petr Kobalicek