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-01-09Fixed a possible issue when compiling with gcc-11 (#320)oldstableIvan
2020-06-06README.md updatekobalicek
2019-12-27[Bug] Fixed wrong opcode generated by mov [mem], sreg (Possibly bug #266) (Ba...kobalicek
2019-05-23Added notice to README.md about oldstable branchkobalicek
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
2019-01-24Added xacquire/xrelease/k(kreg) modifiers to X86Emitter (backported from next...kobalicek
2018-11-22Fixed bug in instruction validation (#220)svost
2018-11-17Fixed #199kobalicek
2018-11-17Attempt to fix remaining issues (maintenance mode)kobalicek
2018-11-17Incorporated changes from pull requests 187, 202, and 212kobalicek
2018-11-17Updated README.md - Incorporated some changes from PR190 and added a disclaim...kobalicek
2018-11-07Fixed #178kobalicek
2017-12-11Fixed #188kobalicek
2017-11-27fix installation of static library (#185)Markus Theil
2017-11-15Updated LICENSE.md to be more friendly to the github license parserkobalicek
2017-11-08Added TypeIdOf<bool> partial overload to allow bool type in function signatures.Wenzel Jakob
2017-11-08Fixed #184kobalicek
2017-11-07Temporarily disable linux/clang compiler on Travis (it's not compatible with ...kobalicek
2017-11-07Fixed #182kobalicek
2017-11-01X86Assembler: bugfix in checking parameters of the outs instructions (#180)fthielke
2017-10-29Fixed a bug in Compiler when used with CodeInfo that doesn't specify any alig...kobalicek
2017-08-15Remove unnecessary #include <sys/statvfs.h> (#175)Michael Clark
2017-08-08Fixed 'enter x, y' bugkobalicek
2017-08-08Updated CxxProjectkobalicek
2017-07-30Install dll in /bin (#177)xantares
2017-05-08Fixed typos in the Stack Management example (#172)Simon Rainer
2017-05-03Fixed LIKELY/UNLIKELY macroskobalicek
2017-03-30Added some simple test caseskobalicek
2017-03-25Fixed CPU detection of FMA3, fixed AVX/AVX2 flags of vpavgb and vpavgw instru...Petr Kobalicek
2017-03-21[bug] Fixed incorrect code generated by setcc instruction when using GPB.HI regkobalicek
2017-03-21Fix ternary condition for 32/64 bit reg swaps (#164)Michael R Fairhurst
2017-03-16Go to next block group after return, so it gets a pass state (#163)Michael R Fairhurst
2017-03-09Fixed a bug introduced by a previous commitkobalicek
2017-03-09Moved logic from x86inst.cpp to x86instimpl.cpp, moved some instruction metho...kobalicek
2017-03-07[bug] Fixed special case of mov[abs] instructionkobalicek
2017-03-06Minor, catch VSIB{rip+xxx} in x86 validator as wellkobalicek
2017-03-04Minor changes to cmake fileskobalicek
2017-03-04Named labels are printed with their name, instead of L#. (#160)Víctor M. González
2017-02-27Fill sourceSectionId of reloc info properlykobalicek
2017-02-27Added more memory addressing types to Mem operandkobalicek
2017-02-26Minor logging changeskobalicek
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-20Mark _globalOptions as well as _lastError in CodeEmitter::setLastError()kobalicek
2017-02-19Get rid off some strict aliasing warnings.kobalicek
2017-02-19Fixed some warningskobalicek
2017-02-19Minor improvementskobalicek