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
AgeCommit message (Expand)Author
2020-06-21Improved embedLabel() - now it's possible to specify the dataSizekobalicek
2020-06-16[Bug] Fixed validation of memory operand with Label as a base address.kobalicek
2020-06-11[Bug] Fixed ASMJIT_CXX_MAKE_VER to not use PATCH, which doesn't exist anymorekobalicek
2020-06-10Added a possibility to encode movsxd with 16-bit and 32-bit operandskobalicek
2020-06-07Revert the last changekobalicek
2020-06-06Improved x86::Compiler to use x86::Builder::finalize() instead using its own.kobalicek
2020-06-06Don't mark BaseBuilder::dump() as ASMJIT_APIkobalicek
2020-06-01Fixed broken CIkobalicek
2020-06-01Fixed some mistakes introduced in the previous commitkobalicek
2020-06-01AsmJit cleanup and refactoringkobalicek
2020-05-09Added a support for indirect jumps within a function (Compiler) (#286)kobalicek
2020-05-03Improved natvis supportkobalicek
2020-05-03Improved CI and enhanced project cosmetics (proper license header and include...kobalicek
2020-05-02[Bug] Fixed #285 and #241kobalicek
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
2020-04-28Removed union{} from asmjit::Operand so it never causes problems with constexprkobalicek
2020-04-14Fixed some compile-time warningskobalicek
2020-04-13[Bug] Fixed #281kobalicek
2020-04-13Fixed few warningskobalicek
2020-03-16[Bug] Fixed encoding of special case 'test al, XXX' being wrongly used with '...kobalicek
2020-03-16[Bug] Fixed wait/fwait instruction (generate 9B instead of invalid DB)kobalicek
2020-03-06[Bug] Fixed 'lock xadd [mem, reg]' instructionkobalicek
2020-02-24Added support for BND/REPNE call/jmp/jcc/retkobalicek
2020-02-23Use relative displacement in mov [abs], ax if base-address is known and the d...kobalicek
2020-02-14Added begin()/end() + operator[] to CodeBufferkobalicek
2020-02-08Added bswap r16 instruction, which has undefined behavior, but is encodablekobalicek
2020-02-08Added .editorconfigkobalicek
2020-01-26Added support for MAP_JIT (OSX, IOS), build system and CI improvementskobalicek
2020-01-15[Bug] Fixed bug in VirtMem::releaseDualMapping() not releasing it properly (#...Dmitry Opokin
2020-01-10[Bug] Fixed FreeBSD compilation issue (Issue #268)kobalicek
2020-01-01Minor cleanupkobalicek
2019-12-27[Bug] Fixed wrong opcode generated by mov [mem], sreg (Possibly bug #266)kobalicek
2019-12-24Hash table updatekobalicek
2019-10-25Minor changes + fixed x86::Mem constructors to always be explicitkobalicek
2019-10-05Added missing vpermpd & vpermps (AVX512) and changed how EVEX prefix is propa...kobalicek
2019-10-03[Bug] Fixed encoding and information of vpbroadcast[b|w|d|q] instructionskobalicek
2019-10-01[Bug] Fixed wrong encoding of vpdpbusd, vgf2p8mulb, vgf2p8affineqb, and vgf2p...kobalicek
2019-09-03Add X86Test_FuncCallRefArgs (#254)ζeh Matt
2019-09-03Cosmetic changes, made sbb write-only when used with the same registerkobalicek
2019-08-20Add reference type support for function signatures (#253)ζeh Matt
2019-08-14Travis-CI updatekobalicek
2019-08-14Fixed wrong VEX/EVEX broadcast calculation [Bug]kobalicek
2019-08-09Downgraded CMake version requirement to 3.5 for better compatibility (#252)Jianyu Huang
2019-08-06Fixed X86Internal::emitRegMove() to update the size of a memory operand when ...kobalicek
2019-07-16Refactored register allocator asm Compiler. (#249)Petr Kobalicek
2019-05-23README.md updatekobalicek
2019-03-20Only use -Wbool-operation when compiling with GCC 7+kobalicek
2019-03-20Replace incorrect CMake CACHE variable type BOOLEAN with BOOL (#238)Nils Gladitz
2019-01-27Updated Support section in README.mdkobalicek