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
2021-03-17[ABI] Added the possibility to use AVX512 in Compiler and FuncFramekobalicek
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-03-06Added support for PROT_MAX() in VirtMem::alloc() and refactored VirtMem a bitkobalicek
2021-03-04[Bug] Don't allocate k0 register (x86::Compiler)kobalicek
2021-02-28[Bug] Return reported error in BaseCompiler::_newInvokeNode()kobalicek
2021-02-09[Bug] Fixed VPERMQ incorrectly reporting AVX2 instead of AVX512-F features (X...kobalicek
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-26BaseEmitter::commentf() shouldn't format string, which will be discarded by t...kobalicek
2021-01-26[ABI] X86/X64 GP registers should use the real type (GpbLo, GpbHi, Gpw, Gpd, ...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
2021-01-23[Bug] Fixed a possible compilation error when using non-uint64_t value as imm...kobalicek
2021-01-02[Bug] Jump annotation to entry block fixkobalicek
2021-01-02Improved JitAllocator to not reiterate the whole block on every allocationkobalicek
2021-01-02[Bug] Fixed instruction RW info related to AVX-512 {k} (merging) and {k} {z} ...kobalicek
2020-12-26[Bug] Fixed invalid fill in JitAllocator::shrink() when kOptionFillUnusedMemo...kobalicek
2020-12-26Fixed a possible bug that may trigger assertion failure in JitAllocator::allo...kobalicek
2020-12-10Fixed the use of __buildin___clear_cache()kobalicek
2020-11-09Improved GitHub workflowskobalicek
2020-11-07Improved CI problem matching by always doing out-of-source build (Ninja issue)kobalicek
2020-11-07Added problem matchers to CI workflowkobalicek
2020-11-07[Bug] Don't unlink immediately when creating anonymous memory file, switch to...kobalicek
2020-10-26Support for using <windows.h> even without NOMINMAXkobalicek
2020-10-25[Bug] Fixed incorrect mov_abs instruction size checking logic (#311)kobalicek
2020-10-07[CMake] Include GNUInstallDirs after project()kobalicek
2020-09-29[Bug] NetBSD build needs librt (#305)David CARLIER
2020-09-29Fix typo on features.h (#303)Samuel Pordeus
2020-09-27FreeBSD: Fix compilation with -Werror (#302)Emmanuel Vadot
2020-09-22Added github funding filekobalicek
2020-09-16Updated README.txt and removed a file that is not used anymorekobalicek
2020-09-12Updated README.md (Sponsors)kobalicek
2020-09-12Preparation for AArch64 supportkobalicek
2020-09-12Avoid an unused argument warning when compiling AsmJit (#301)Max Bernstein
2020-09-12[Bug] Fixed ZoneVector reverse iterators and rbegin()/rend() - bug introduced...kobalicek
2020-09-06Simplify ZoneVector iterators, use std::lower_bound() instead a custom implem...kobalicek
2020-09-04Fixed Solaris build (cannot use EAX, EDX, etc as these are macros)kobalicek
2020-08-31Added an initial cmake export support so users can find installed asmjit (Fix...kobalicek
2020-08-19[Bug] Extended Family Id calculation incorrect (fixes #298)Markus Schmidl
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-10[Bug] Fixed invalid code generation related to lookup tables (Compiler)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-05Fixed signatures of recently added ud0 and ud1 instructions, added two-operan...kobalicek
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-24Added ASMJIT_API to BaseEmitter::_emitOpArray() + other minor changeskobalicek