Ciro Santilli 六四事件 法轮功
b468b5bc95
pybind11: disable LKMC build
2020-02-24 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
7fbce888cf
hdf5
2020-02-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
8447a9a8a7
userland: freestanding gem5 checkpoint restore examples
2020-02-20 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
d29a07ddad
userland/arch/aarch64/inline_asm/futex_sev.cpp
2020-01-14 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
3b3f073e2c
userland/arch/aarch64/freestanding/linux/gem5_exit.S to benchmark immediate gem5 exit
...
ldxr_stxr does an ldxr on thread 0 to fall in the ISA case where event is certain.
Also add ldxr_str which tests yet another case where event is certain: non conditional
write.
2020-01-10 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
cbd7a47966
skip aarch64_ldaxr_stlxr.cpp build in non aarch64
2019-12-23 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
89a981aaf2
arm WFE: add some userland examples
2019-12-16 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
10946a7d80
one useless futex example, hopefully correct
2019-12-13 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
a8ea7c81f1
wfe example, and more nostartfiles stuff
2019-12-12 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
7b74328603
c++ parallel sort algorithm example
2019-12-02 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
5d233f2664
gem5: update to bcf041f257623e5c9e77d35b7531bae59edc0423
...
This notably allow dynamic linking to work! Move entire README to it.
Also:
- explain what Dhrystone does and run it on gem5 to get DMIPS
- create getprops
- ./test-executables don't test files that start with "tmp."
2019-11-28 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
5fd2a3da76
pthread_mutex: move in from cpp-cheat
2019-11-19 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
9dfcb316bf
start moving algorithm in
2019-11-18 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
175b0e3d50
bst_vs_heap_vs_hashmap: create nicer version with separated benchmarks
...
One data structure per executable, and gem5 instrumented versions in
separate executables.
Create the allowed_emulators path_properties property.
TODO: wire it up to benchmark result generation and remove the old version.
2019-11-15 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
627623157c
atomic.cpp: split into several versions one per executable
2019-11-15 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
730eb8e991
static g++: clarify pthread problems further
2019-11-15 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
ca47a77676
fork and fork bomb moved in from cpp-cheat
2019-11-12 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
988289f766
gem5: classify all test failures
...
To skip tests, create a decent list of "which instructions a test use"
and "which instructions each simulator does not support".
2019-11-05 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
5b67747214
cpp: parametrize nthreads on threaded programs CLI
...
Mark them as multithreaded in path_properties. Preparation for
https://cirosantilli.com/linux-kernel-module-cheat/#user-mode-static-executables-with-dynamic-libraries
which is likely what breaks gem5 on them.
2019-11-04 23:00:01 +00:00
Ciro Santilli 六四事件 法轮功
6936bd6ba9
how to update gcc
...
Automatically add extra remotes from ./build.
2019-10-31 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
02018daa95
arm: sve_addvl test program that prints sve length
2019-10-30 22:00:02 +00:00
Ciro Santilli 六四事件 法轮功
9afe5355e9
userland: add some random filesystem and random stuff
...
Some moved from C++, some moved from SO, some I just made up.
2019-10-18 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
b4b2164f29
wget: move from cpp-cheat
2019-09-22 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
e0fb39c92a
userland: move more multithreading from cpp-cheat!
...
Convert infinite_loop.c into loop.c. Keep all examples fast by default!
2019-09-07 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
d1d12e4b43
infinite_loop.c: document better, allow 0 magic value to not print
...
Enable test by passing arguments to the test to limit loops.
gem5 arm LSE: still skipped, but add a link to the master patch that was merged.
2019-09-07 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
a1cf89efba
stack smashing
2019-09-07 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
9e39fc4fd5
userland/gcc: cc_pedantic is needed here, previous removal broke things
2019-08-29 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
f8b3ba9175
userland/linux: cc_pedantic actually works there and I found a bug with it
2019-08-27 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
1e969e832f
path_properties: actually skip qemu unimplemented instructions
2019-08-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
9524307c0d
build-doc: verify that there are no github readme links
2019-08-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
96239298a9
Start nostartfiles examples.
...
Interlink freestanding directories and readme.
2019-08-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
f28191a735
baremetal aarch64: create C version of multicore.S as well
...
Attempted to do the same for arm, but it failed.
2019-08-21 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
915b04a76e
mmap anonymous: configurable size
2019-08-11 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
c03d5d18ea
count_to: mark as more than 1s
2019-08-11 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
d7a24ea200
start moving malloc and friends in
2019-08-11 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
6f5a1a3e83
gem5: centralize information on simulate() time reached
2019-07-25 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
d205140557
userland: move some multithreaded examples from cpp-cheat
...
Using them mostly to evaluate how well the emulators are handling user
mode multithreading.
2019-07-19 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
369a47fc6e
cpp/atomic.cpp: use 2 cpus as required for gem5 and skip gem5 due to ldadd
2019-07-19 00:00:02 +00:00
Ciro Santilli 六四事件 法轮功
b38e2b0da9
arm baremetal: SVC explain where the imm16 can be retrieved
...
Use upper case hex literals on all PRIXnn.
.gitignore /out.docker
2019-07-16 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
28cd27f969
Move all non-README links to cirosantilli.com where the file is not cut off...
2019-07-07 00:00:01 +00:00
Ciro Santilli 六四事件 法轮功
52a203a1e2
bst_vs_heap_vs_hashmap: use small size by default
...
This allows us to add it to regressions.
Also clarify that the gem5 run blew up.
2019-06-28 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
3fdd83c2c5
Rationalize -mcpu for emulators, compilers and assemblers on ARM
...
Move SVE example in from arm-assembly-cheat.
atomic.cpp aarch64 add LSE ldadd placeholder, not compiling yet
2019-06-26 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
88a1c914c9
c++: move atomic in from cpp-cheat
...
TODO: README improve, link to x86 LOCK docs
2019-06-26 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
178a6681df
bst vs heap: move in fully from cpp-cheat
2019-06-26 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
9fd9cb520e
x86 asm: fix test-executables after move from x86-assembly-cheat
...
Even QEMU has unimplemented x86 instructions!
2019-06-24 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
89084d2332
baremetal aarch64: timer.c get closer to working
2019-06-16 12:29:10 +01:00
Ciro Santilli 六四事件 法轮功
0028ff0ebd
x86 asm: move binary arithmetic instructions from x86-assembly-cheat except cmp
2019-06-12 00:00:00 +00:00
Ciro Santilli 六四事件 法轮功
9fba97740c
file_write_read.c: move from cpp-cheat
...
Improve README C section with example tree.
2019-06-07 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
7fda133215
run-gdb-user: killed it, all that was needed was to pass --userland
...
Fixes part of https://github.com/cirosantilli/linux-kernel-module-cheat/issues/63
2019-06-02 00:00:03 +00:00
Ciro Santilli 六四事件 法轮功
819ef42ea4
kernel modules: hack up quick floating point example
2019-06-02 00:00:01 +00:00