Sign in
skia
/
third_party
/
xbyak
/
HEAD
1d206b8
Merge branch 'dev'
by MITSUNARI Shigeo
· 19 hours ago
master
v7.35.1
7511e42
v7.35.1
by MITSUNARI Shigeo
· 19 hours ago
ea31c95
remove unused warning in test/misc.cpp
by MITSUNARI Shigeo
· 19 hours ago
42d1416
remove constexpr for clang++ -std=c++14 or later
by MITSUNARI Shigeo
· 19 hours ago
6bd8010
Merge branch 'dev'
by MITSUNARI Shigeo
· 26 hours ago
v7.35
0c43984
v7.35
by MITSUNARI Shigeo
· 27 hours ago
1d3cd34
doc: add note that RegExp offset is in bytes, not pointer arithmetic
by MITSUNARI Shigeo
· 28 hours ago
e8bc8f3
sample of addressing with operator+
by MITSUNARI Shigeo
· 28 hours ago
74cbe53
rename setLabel_ to asPtr_ and add XBYAK_CONSTEXPR to RegExp
by MITSUNARI Shigeo
· 29 hours ago
c72e08d
add tests of RegExp with add operation
by MITSUNARI Shigeo
· 2 days ago
484339d
treat RegExp(0) as normal disp
by MITSUNARI Shigeo
· 2 days ago
9393d36
v7.34.1
by MITSUNARI Shigeo
· 3 days ago
v7.34.1
093fa48
fix xed_test script
by MITSUNARI Shigeo
· 3 days ago
3c3b11d
Merge branch 'dev'
by MITSUNARI Shigeo
· 3 days ago
v7.34
97b187b
v7.34
by MITSUNARI Shigeo
· 3 days ago
a385fa0
Revert "add Address(size_t disp) constructor for backward compatibility"
by MITSUNARI Shigeo
· 4 days ago
16f2316
add multi-byte NOPs longer than 9 bytes
by MITSUNARI Shigeo
· 6 days ago
adca001
xed: FUTURE contains PREFETCH inst
by MITSUNARI Shigeo
· 6 days ago
69c9d98
fix xed option
by MITSUNARI Shigeo
· 7 days ago
58ad305
add prefetch tests
by MITSUNARI Shigeo
· 7 days ago
6b3a5e2
test: Memory class supports rip
by MITSUNARI Shigeo
· 7 days ago
f9b7d6b
add prefetchrst2
by MITSUNARI Shigeo
· 7 days ago
5b40171
add Address(size_t disp) constructor for backward compatibility
by MITSUNARI Shigeo
· 7 days ago
3ec11a5
Merge branch 'georgen117-georgen/fix_undef_error' into dev
by MITSUNARI Shigeo
· 8 days ago
40614f9
use NULL instead of nullptr for c++03
by MITSUNARI Shigeo
· 8 days ago
9c0fec3
keep backward compatibility of RegExp
by MITSUNARI Shigeo
· 8 days ago
b70d25c
Add default `Address` constructor
by George Nash
· 8 days ago
2b28465
make RegExp constructor explicit to fix integer literal ambiguity
by George Nash
· 8 days ago
0ebd97a
Fix undef error when building on macOS
by George Nash
· 8 days ago
ae6d1a9
add CpuMask::appendRange()
by MITSUNARI Shigeo
· 10 days ago
3fe4856
Merge branch 'dev'
by MITSUNARI Shigeo
· 3 weeks ago
v7.33.3
b6d26d9
v7.33.3
by MITSUNARI Shigeo
· 3 weeks ago
ab38f9d
refactor initCpuTopology of Linux version
by MITSUNARI Shigeo
· 3 weeks ago
fbc974e
use setStr in parseCpuList
by MITSUNARI Shigeo
· 3 weeks ago
f9e9a82
avoid GetActiveProcessorGroupCount and GetActiveProcessorGroupCount for WUP compatibility
by MITSUNARI Shigeo
· 3 weeks ago
8c0098b
Merge branch 'dev'
by MITSUNARI Shigeo
· 3 weeks ago
v7.33.2
bbafd52
v7.33.2
by MITSUNARI Shigeo
· 3 weeks ago
91e0163
add test of cmpxchg16b xword [rax]
by MITSUNARI Shigeo
· 3 weeks ago
6c9cfe5
allow cmpxchg16b with xword
by MITSUNARI Shigeo
· 3 weeks ago
2f1e615
v7.33.1
by MITSUNARI Shigeo
· 3 weeks ago
v7.33.1
61b924a
fix: append inline to impl::appendStr
by MITSUNARI Shigeo
· 3 weeks ago
0158f26
Merge branch 'dev'
by MITSUNARI Shigeo
· 3 weeks ago
v7.33
f94f949
v7.33
by MITSUNARI Shigeo
· 3 weeks ago
96d22e0
add CpuMask::getStr, setStr and tests of them
by MITSUNARI Shigeo
· 3 weeks ago
2d5017a
use CpuMask instead of std::vector<size_t>
by MITSUNARI Shigeo
· 4 weeks ago
fabfc5d
v7.32.1
by MITSUNARI Shigeo
· 4 weeks ago
v7.32.1
cd3a19b
remove old msvc project files
by MITSUNARI Shigeo
· 4 weeks ago
f461080
refactoring sample/cputopology.cpp
by MITSUNARI Shigeo
· 4 weeks ago
bca51ce
add getCoreTypeStr and getCacheTypeStr
by MITSUNARI Shigeo
· 4 weeks ago
22dddc2
dismiss alerts in GitHub Actions
by MITSUNARI Shigeo
· 4 weeks ago
6551bb7
Merge branch 'dev'
by MITSUNARI Shigeo
· 4 weeks ago
v7.32
0e92fb0
v7.32
by MITSUNARI Shigeo
· 4 weeks ago
5b876c2
add comparison operators to CpuMask
by MITSUNARI Shigeo
· 4 weeks ago
d1b75e8
bump sde to 10.5.0
by MITSUNARI Shigeo
· 4 weeks ago
00a6f1d
remove instructions referenced in Intel 319433-059
by MITSUNARI Shigeo
· 4 weeks ago
39171b9
Update xbyak.h
by Ploo
· 4 weeks ago
05aaf32
add put() function to LogicalCpu and Cache
by MITSUNARI Shigeo
· 4 weeks ago
7baceee
Merge branch 'cache'
by MITSUNARI Shigeo
· 4 weeks ago
v7.31
4acb0a1
v7.31
by MITSUNARI Shigeo
· 4 weeks ago
cache
60a9b78
sched.h is not used
by MITSUNARI Shigeo
· 4 weeks ago
9d8b352
remove redundant whitespace. change CRLF to LF
by MITSUNARI Shigeo
· 4 weeks ago
20bc7bb
upate cpuid for hybrid
by MITSUNARI Shigeo
· 4 weeks ago
648deb1
include C-style headers since using printf etc. without std::
by MITSUNARI Shigeo
· 4 weeks ago
8212f66
change iterator idx_ and size_ from size_t to uint32_t
by MITSUNARI Shigeo
· 4 weeks ago
e278168
code clean up
by George Nash
· 4 weeks ago
f848d0d
removed unused Cpu param from initCpuTopology
by George Nash
· 4 weeks ago
1d09696
on linux use sysfs to set coreType
by George Nash
· 4 weeks ago
22bee3d
add type2str for CoreType
by MITSUNARI Shigeo
· 4 weeks ago
7561ced
use WrapFILE for FILE*
by MITSUNARI Shigeo
· 4 weeks ago
691b617
support C++03
by MITSUNARI Shigeo
· 4 weeks ago
c519dc1
remove std::set in initCpuTopology()
by MITSUNARI Shigeo
· 4 weeks ago
9f1bc2e
refactoring sample/cputopology
by MITSUNARI Shigeo
· 4 weeks ago
88d4c39
throw exception if initCpuTopology
by MITSUNARI Shigeo
· 4 weeks ago
1c637ec
refacroting windows version
by MITSUNARI Shigeo
· 4 weeks ago
39ddffa
remove LogicalCpu::index
by MITSUNARI Shigeo
· 4 weeks ago
c4d30c1
use cache[L1i].sharedCpuIndices instead of siblingIndices
by MITSUNARI Shigeo
· 4 weeks ago
351b077
remove socketNum_
by MITSUNARI Shigeo
· 4 weeks ago
e4e07c3
move countBits to impl::popcnt
by MITSUNARI Shigeo
· 4 weeks ago
d3fc57d
compare prev and v
by MITSUNARI Shigeo
· 4 weeks ago
f89519b
remove old jmp.sln
by MITSUNARI Shigeo
· 4 weeks ago
cebdd7b
add cpumask_test.cpp
by MITSUNARI Shigeo
· 4 weeks ago
7b54109
fix test name
by MITSUNARI Shigeo
· 4 weeks ago
f91713f
add cpumask_test
by MITSUNARI Shigeo
· 4 weeks ago
be404f4
add compact CpuMask
by MITSUNARI Shigeo
· 4 weeks ago
f4ca8fd
cache_ is public
by MITSUNARI Shigeo
· 5 weeks ago
3f0b201
tweak: reorder member functions
by MITSUNARI Shigeo
· 5 weeks ago
5871942
move lineSize from CpuCache to CpuTopology
by MITSUNARI Shigeo
· 5 weeks ago
bdb6f0f
Changed isShared from a member variable to a member function
by MITSUNARI Shigeo
· 5 weeks ago
6962325
CpuMask by std::set (will be modified later)
by MITSUNARI Shigeo
· 5 weeks ago
c7e662e
define XBYAK_CPU_CACHE=1 if C++11 or later
by MITSUNARI Shigeo
· 5 weeks ago
959efd8
Convert CRLF to LF
by MITSUNARI Shigeo
· 5 weeks ago
10598de
mov caches_ to LogicalCpu
by MITSUNARI Shigeo
· 5 weeks ago
c3296a2
rename test_util_cache to cputopology and change some files to 644
by MITSUNARI Shigeo
· 6 weeks ago
c235f6f
Merge branch 'cpu_cache' of https://github.com/georgen117/xbyak into georgen117-cpu_cache
by MITSUNARI Shigeo
· 6 weeks ago
683ec62
Renamed CpuSet to CpuTopology
by George Nash
· 6 weeks ago
02a0dfd
Revert modifications inadvertantly commited to make file
by George Nash
· 6 weeks ago
a8460c6
updates to test_util_cache.cpp
by George Nash
· 6 weeks ago
00ae874
Initial commit of test_util_cache.cpp
by George Nash
· 6 weeks ago
44265e9
Add CMake build script to sample folder
by George Nash
· 6 weeks ago
1f69022
Window implementation of cpu cache code
by George Nash
· 6 weeks ago
Next »