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
2022-06-05[Bug] Fixed queryFeatures() to properly return AVX-512 requirements of shift ...improvementskobalicek
2022-04-10[Bug] Fixed not cloberring YMM|ZMM registers in function calls that preserve ...dead_movskobalicek
2022-04-06[Opt] Added a feature to the Compiler to remove dead moves (moves to itself) ...kobalicek
2022-04-05[Bug] Fix formatting of anonymous labels (#362)Adrian Vogelsgesang
2022-04-02Fixed typos in comments (#361)Adrian Vogelsgesang
2022-04-01Cleaned up AArch64 RAPass to not shadow variables in _rewrite() (Fixes #359)kobalicek
2022-03-27Added a pseudo instruction 'loadAddressOf()' to load a memory address into a ...kobalicek
2022-03-21[Bug] Fixed incorrect control flow information of 'b' instruction (AArch64) (...kobalicek
2022-03-20[Bug] Fixed logging without ARM condition codes when logged via a64::Assemblerkobalicek
2022-03-15[Bug] Fixed invalid operand order in AArch64 register move (Compiler)kobalicek
2022-02-25Added missing baseReg() and indexReg() to arm::Mem operandkobalicek
2022-02-20[Bug] Do not link to pthread library on Android (there is no such library)kobalicek
2022-02-19[Bug] Fixed RM features reported by queryRWInfo (X86)kobalicek
2022-02-16[Opt] Optimized memory footprint of Compiler when generating huge codekobalicek
2022-02-09[ABI] Initial AArch64 supportkobalicek
2022-02-09[ABI] Added the possibility to retrieve stack locations of virtual registers ...kobalicek
2022-01-18[Bug] Removed invalid assumption in zonetree (fixes #352)kobalicek
2021-12-14Reworked unaligned memory access to work better with GCC 11kobalicek
2021-12-14[API] Fixed most static analysis issues reported by clangkobalicek
2021-12-13[ABI] Refactored AsmJit to use strong-typed enums, this breaks both API and ABIkobalicek
2021-11-13Fixed typos in documentation (#348)Kian Meng Ang
2021-09-03[Bug] Fixed compile-time issue with ASMJIT_NONCOPYABLE/NONCONSTRUCTIBLE for G...tetzank
2021-06-27Refactored naming of data types in formatted text, which is now part of archi...kobalicek
2021-06-27In addition to LEA, allow CL* and PREFETCH* instructions to have memory opera...kobalicek
2021-06-25[Bug] Don't emit useless 'sub esp, 0' after calling a void function (Compiler)kobalicek
2021-05-18[Bug] Fixed a bug introduced by the previous commit (enable /dev/shm on non-a...kobalicek
2021-05-16[Bug] Fixed android build (Android doesn't provide shm_open() and shm_unlink(...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-19[Bug] Fixed X86 instruction info query asserting on MMX variation of pextrw (...kobalicek
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