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/tools
AgeCommit message (Expand)Author
2022-04-06[Opt] Added a feature to the Compiler to remove dead moves (moves to itself) ...kobalicek
2022-02-19[Bug] Fixed RM features reported by queryRWInfo (X86)kobalicek
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-06-27In addition to LEA, allow CL* and PREFETCH* instructions to have memory opera...kobalicek
2021-04-13[Bug] Fixed RW metadata of KXNORx and KXORx instructions (Compiler)kobalicek
2021-03-21[ABI] Build improvements - replaced ASMJIT_BUIlD_X86 with ASMJIT_NO_X86 and o...kobalicek
2021-03-17[ABI] Added the possibility to use AVX512 in Compiler and FuncFramekobalicek
2021-02-03[Bug] [Critical] [ABI] Update that fixes all problems discovered by compariso...kobalicek
2021-01-26[Bug] Fixed instruction signatures issue introduced by the previous commitkobalicek
2021-01-26[ABI] Added more AVX_VNNI instructions, added MOVABS for explicit Imm64 encod...kobalicek
2020-11-07[Bug] Don't unlink immediately when creating anonymous memory file, switch to...kobalicek
2020-09-12Preparation for AArch64 supportkobalicek
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-06Instruction validator now doesn't pass 'push/pop [mem]' having unknown sizekobalicek
2020-07-05Added new instructions and removed deprecated PCOMMITkobalicek
2020-07-01Added support for more X86 extensions (AMX, AVX512_VP2INTERSECT, MCOMMIT, RDP...kobalicek
2020-06-01AsmJit cleanup and refactoringkobalicek
2020-05-03Improved CI and enhanced project cosmetics (proper license header and include...kobalicek
2020-02-24Added support for BND/REPNE call/jmp/jcc/retkobalicek
2020-01-26Added support for MAP_JIT (OSX, IOS), build system and CI improvementskobalicek
2019-10-05Added missing vpermpd & vpermps (AVX512) and changed how EVEX prefix is propa...kobalicek
2019-09-03Cosmetic changes, made sbb write-only when used with the same registerkobalicek
2019-07-16Refactored register allocator asm Compiler. (#249)Petr Kobalicek
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-09Added CodeCompiler::newSimilarReg, merged generate-xxx tools from next-wip br...kobalicek
2017-01-26Merged asmjit:next branch (#149)Petr Kobalicek
2016-07-04Added ADX, TBM, CLFLUSH_OPT, PREFETCHW, and SHA instruction sets to Assembler...kobalicek
2016-06-30Minor code cleanup, fixed 64-bit BMI and BMI2 instructionskobalicek
2016-03-21Reworked CpuInfo (removed X86CpuInfo, added ARM CpuInfo support).kobalicek
2016-01-02Added ASMJIT_NOT_REACHED() to better deal with unreachable code.kobalicek
2015-12-07- Moved to cxxtool to generate build.h compiler and platform based definitions.kobalicek
2015-06-20Reduced the size of instruction names array by 2kB by merging shorter names i...kobalicek
2015-01-11Minor refactor of constants (don't use `k` prefix in enum type, only values),...kobalicek
2014-11-01Refactored slightly some constants and operand handling in X86Assembler.kobalicek
2014-07-12Changed asmjit namespaces, each architecture has now only one namespace for r...kobalicek
2014-06-07Minorkobalicek
2014-06-07Line endingskobalicek
2014-06-05Added minimalist unit testing (and removed some apps that did some tests).kobalicek
2014-05-30Minor changes.kobalicek
2014-05-10- Minor reorganization of source code (split defs to operand and instruction ...kobalicek
2014-05-05- Major documentation reorganization of AsmJit (still far from perfection)kobalicekp
2014-03-06X86Assembler - Minor fixes related to illegal instruction/illegal addressing ...kobalicekp
2014-03-01Fixed some bugs described in Issue #3kobalicekp
2014-02-06Minor code cleanup.kobalicekp
2014-02-03Added better sanitizer and sanitized the source code.kobalicekp