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-07-24[Build] Changed CMAKE_CXX_SIMULATE_ID to CMAKE_CXX_COMPILER_FRONTEND_VARIANT ...kobalicek
2022-02-20[Bug] Do not link to pthread library on Android (there is no such library)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-03-21[ABI] Build improvements - replaced ASMJIT_BUIlD_X86 with ASMJIT_NO_X86 and o...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-01-26[ABI] Added more AVX_VNNI instructions, added MOVABS for explicit Imm64 encod...kobalicek
2020-10-26Support for using <windows.h> even without NOMINMAXkobalicek
2020-10-07[CMake] Include GNUInstallDirs after project()kobalicek
2020-09-29[Bug] NetBSD build needs librt (#305)David CARLIER
2020-09-12Preparation for AArch64 supportkobalicek
2020-08-31Added an initial cmake export support so users can find installed asmjit (Fix...kobalicek
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-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-02-23Use relative displacement in mov [abs], ax if base-address is known and the d...kobalicek
2020-01-26Added support for MAP_JIT (OSX, IOS), build system and CI improvementskobalicek
2019-08-09Downgraded CMake version requirement to 3.5 for better compatibility (#252)Jianyu Huang
2019-07-16Refactored register allocator asm Compiler. (#249)Petr Kobalicek
2019-03-20Replace incorrect CMake CACHE variable type BOOLEAN with BOOL (#238)Nils Gladitz
2018-11-17Incorporated changes from pull requests 187, 202, and 212kobalicek
2017-03-09Moved logic from x86inst.cpp to x86instimpl.cpp, moved some instruction metho...kobalicek
2017-03-04Minor changes to cmake fileskobalicek
2017-02-25Fixed encoding of 'CRC32 r64, r8/m8' instructionkobalicek
2017-02-19Fixed some warningskobalicek
2017-01-26Merged asmjit:next branch (#149)Petr Kobalicek
2016-05-05Better compiler flags detection in CMakeLists.txt\nFixed missing noexcept in ...kobalicek
2016-03-28Added ASMJIT_TRACE support to CMakeLists.txtkobalicek
2016-03-21Reworked CpuInfo (removed X86CpuInfo, added ARM CpuInfo support).kobalicek
2015-12-07- Moved to cxxtool to generate build.h compiler and platform based definitions.kobalicek
2015-06-17Fixed AVX/XOP bugs when encoding instruction that uses register(s) with index...kobalicek
2015-02-09- AsmJit executables should have consistent prefix 'asmjit'.kobalicek
2014-11-30Fix Clang warning about -f-inline-functionsRyan Gonzalez
2014-09-22Fixed CMakeLists.txt (again).kobalicek
2014-09-21Fixed cmake crashing after secondary run.kobalicek
2014-09-17Removed contribskobalicek
2014-07-17Install dll in <prefix>/binxantares
2014-07-17Install if not ASMJIT_EMBEDxantares
2014-07-12Changed asmjit namespaces, each architecture has now only one namespace for r...kobalicek
2014-06-07Added librt dependency on Linux by default.kobalicek
2014-06-05Added minimalist unit testing (and removed some apps that did some tests).kobalicek
2014-05-28Split registers from x86operand so they don't have to use static initialization.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-04-21Added proof-of-concept constant pool implementation.kobalicekp
2014-04-08Build - Added multithreaded build by default when building under MSVCkobalicekp
2014-04-02Fix warning on mismatching If/EndIfKristoffer Grönlund