Age | Commit message (Expand) | Author |
2019-12-20 | fix for windowsv5.88 | MITSUNARI Shigeo |
2019-12-19 | add setDefaultJmpNEARv5.87 | MITSUNARI Shigeo |
2019-12-13 | revert to the behavior before v5.84 if -fno-operator-names is definedv5.86 | MITSUNARI Shigeo |
2019-12-07 | update to v5.85v5.85 | MITSUNARI Shigeo |
2019-12-07 | enable MAP_JIT only if mojave or later | MITSUNARI Shigeo |
2019-12-04 | specify MAP_JIT mmap flag on macOS | Roman Dubtsov |
2019-11-29 | update docv5.84 | MITSUNARI Shigeo |
2019-11-29 | [changed] XBYAK_NO_OP_NAMES is defined | MITSUNARI Shigeo |
2019-10-12 | remove exit(1)v5.83 | MITSUNARI Shigeo |
2019-09-23 | v5.82v5.82 | MITSUNARI Shigeo |
2019-09-23 | Support AMD Zen New Instructions. | Masaki Ota @MagurosanTeam |
2019-09-16 | remove *.user and *.vcproj | MITSUNARI Shigeo |
2019-09-15 | Merge branch 'jrmwng-feature/upgrade-to-vs2017/jrmwng' | MITSUNARI Shigeo |
2019-09-15 | Merge branch 'feature/upgrade-to-vs2017/jrmwng' of https://github.com/jrmwng/... | MITSUNARI Shigeo |
2019-09-15 | address "warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/SAFESEH' speci... | 泓量 黃 |
2019-09-15 | address a conflict of sharing intermediate directory by different projects | 泓量 黃 |
2019-09-15 | inherit "some output locations" from parent or project defaults | 泓量 黃 |
2019-09-15 | upgrade projects from VS2018 to VS2017 | 泓量 黃 |
2019-09-14 | v5.81v5.81 | MITSUNARI Shigeo |
2019-09-10 | add lds/lss/les/lfs/lgs | MITSUNARI Shigeo |
2019-09-10 | fix ; move ERR_INTERNAL to the end | MITSUNARI Shigeo |
2019-09-09 | add repe, repne, repne, prez | MITSUNARI Shigeo |
2019-09-09 | add some fpu mnemonics | MITSUNARI Shigeo |
2019-09-05 | add loop/loope/loopne | MITSUNARI Shigeo |
2019-09-05 | add enter/leave | MITSUNARI Shigeo |
2019-09-03 | add in_, out_ | MITSUNARI Shigeo |
2019-09-01 | add lods{b,w,d,q}, outs{b,w,d} | MITSUNARI Shigeo |
2019-09-01 | add int3, int_, into | MITSUNARI Shigeo |
2019-09-01 | add pushfq, popfq | MITSUNARI Shigeo |
2019-09-01 | syscall, sysenter, sysexit, sysret | MITSUNARI Shigeo |
2019-09-01 | add clflushopt, fldenv, fnstw | MITSUNARI Shigeo |
2019-09-01 | Profiler uses append mode | MITSUNARI Shigeo |
2019-08-24 | add Profiler class | MITSUNARI Shigeo |
2019-08-02 | update version to v5.802v5.802 | MITSUNARI Shigeo |
2019-08-01 | Merge branch 'vpirogov-master'v5.801 | MITSUNARI Shigeo |
2019-07-31 | fixed avx512_bf16 detection | Pirogov, Vadim |
2019-06-05 | tweak ; vcvtneps2bf16 calls opCvt2 | MITSUNARI Shigeo |
2019-05-31 | [sample] fix typo of quantize.cpp | MITSUNARI Shigeo |
2019-05-29 | add set_opt.bat for test on Windows | MITSUNARI Shigeo |
2019-05-28 | add vp2intersectd/vp2intersectq | MITSUNARI Shigeo |
2019-05-26 | add avx512_bf16v5.80 | MITSUNARI Shigeo |
2019-04-27 | fix vcmppd/vcmpps for ptr_bv5.79 | MITSUNARI Shigeo |
2019-04-15 | fix Reg::changeBitv5.78 | MITSUNARI Shigeo |
2019-03-06 | update version to 5.77v5.77 | MITSUNARI Shigeo |
2019-03-06 | cosmetic change of getNumCores | MITSUNARI Shigeo |
2019-03-06 | fix number of cores that share LLC cache | Denis Samoilov |
2019-02-14 | support non-intel-cpu visual studio | MITSUNARI Shigeo |
2019-02-14 | Merge branch 'fenghaitao-guard_x86' into develop | MITSUNARI Shigeo |
2019-02-14 | Guard x86 specific codes with "#if defined(__i386__) || defined(__x86_64__)" | Haitao Feng |
2019-01-17 | move some member variables input private | MITSUNARI Shigeo |