Compare commits

..
32 Commits
Author SHA1 Message Date
christoph 86e6037e59 Group fault rates / instruction plot per experiment 2026-07-26 23:35:04 +02:00
christoph aad3b85d8f Chart consistency + visual cleanup 2026-07-26 23:04:36 +02:00
christoph df83623101 Merge individual charts into faceted ones to not confuse me 2026-07-26 23:04:19 +02:00
christoph 7a3d1610ba Add instruction count/fault count correlation plot 2026-07-26 18:27:39 +02:00
christoph 167c3a1290 Add additional WAMR header for clangd to find 2026-07-26 18:08:43 +02:00
christoph 8c9cc08de0 Remove duplicated stdio.h include 2026-07-26 18:08:07 +02:00
christoph 47e0cf129e Automatically remove --wamr-exceptions flag for C builds 2026-07-26 18:07:17 +02:00
christoph 2d624c725c Allow "Run in gdb" action to launch linux-baremetal builds in QEMU 2026-07-26 17:50:10 +02:00
christoph edaf9bd8ba Fix linux-baremetal build 2026-07-26 17:49:44 +02:00
christoph 98ecd11d2b Add qemu_kvm to devshell 2026-07-26 16:55:29 +02:00
christoph 4e8bf01da9 Reduce runtime of tacle countnegative/fft/recursion benchmarks 2026-07-26 16:55:16 +02:00
christoph a6e68ef800 Fix: Link missing newlib syscall stubs for c+fail target 2026-07-26 13:33:40 +02:00
christoph 9baf6605ed Fix lib.h falling back to TARGET_LINUX during wasm_module and c module compilation 2026-07-26 13:31:13 +02:00
christoph 822b59d70e Add basic sum0 ghidra projects with decompiled/annotated AOT code 2026-07-25 19:37:57 +02:00
christoph f9e2d6994a Update ImportMarkersAsBookmarks Ghidra script after faults.csv format change (mnemonic) 2026-07-25 19:37:31 +02:00
christoph fec9b32df1 Make chart naming consistent + simplify menu datafile selection 2026-07-25 17:50:26 +02:00
christoph 062644ab17 Remove filtered results 2026-07-25 17:49:53 +02:00
christoph f39416e39f Point WAMR submodule to TU repo instead of personal gitea 2026-07-25 16:02:17 +02:00
christoph 0333ce0e93 Add aot/c ~ interp/c ratio correlation plots 2026-07-25 15:31:40 +02:00
christoph fa14b5d252 Add current tacle experiments 2026-07-25 15:31:09 +02:00
christoph ecf7024544 Add initial sum0/sum1/sum2 c/aot/interp experiments 2026-07-25 15:30:54 +02:00
christoph 7407eaac6f Update schema.sql 2026-07-25 15:30:24 +02:00
christoph 4c0d6c9821 Add mnemonics.csv query to count mnemonics 2026-07-25 15:30:18 +02:00
christoph fa626e654f Update faults.csv query to include mnemonics 2026-07-25 15:30:01 +02:00
christoph d3a68abf56 Custom ratio correlation plot 2026-07-25 15:29:49 +02:00
christoph c84cf026c8 Add absolute comparison plot 2026-07-22 11:31:07 +02:00
christoph 4797f398d4 Add ratio comparison plots 2026-07-22 00:16:38 +02:00
christoph a2bd19b6e2 Add ratio comparison menu action 2026-07-22 00:16:24 +02:00
christoph 955cc0a0e4 Add more tacle targets 2026-07-22 00:15:47 +02:00
christoph 5d64884397 Reduce bsort and matrix1 data size 2026-07-07 18:16:09 +02:00
christoph bf87063bf1 Add binarysearch, complex_updates, matrix1 wrappers 2026-07-07 18:15:52 +02:00
christoph a797335be9 Update compile.pl to support tacle c (no wasm) compilation 2026-07-06 23:16:34 +02:00
1753 changed files with 6965 additions and 456 deletions
+1
View File
@@ -6,3 +6,4 @@
/db.conf
/fail/bin/resultbrowser/app/__pycache__
/fail/bin/VisualFAIL/CONFIGURATION.php
/qemu.log
+1 -1
View File
@@ -3,7 +3,7 @@
url = git@gitos.rrze.fau.de:wasm-hardening/fail.git
[submodule "wamr"]
path = wamr
url = ssh://git@gitea.local.chriphost.de:222/christoph/wamr.git
url = ssh://git@git.cs.tu-dortmund.de:2222/christoph.urlacher/wamr.git
[submodule "tacle-converter"]
path = tacle-converter
url = https://gitos.rrze.fau.de/i4/openaccess/tacle-bench-wasm-converter
+1
View File
@@ -284,6 +284,7 @@ rec {
wamrc
fail-bin
php
qemu_kvm
# perl
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-09_13-57-11_sum0_c_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-09_22-34-26_sum0_aot_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<PROJECT>
<PROJECT_DATA_XML_NAME NAME="DISPLAY_DATA">
<SAVE_STATE>
<ARRAY NAME="EXPANDED_PATHS" TYPE="string">
<A VALUE="06-10_21-32-23_sum0_interp_fail:" />
</ARRAY>
<STATE NAME="SHOW_TABLE" TYPE="boolean" VALUE="false" />
</SAVE_STATE>
</PROJECT_DATA_XML_NAME>
<TOOL_MANAGER ACTIVE_WORKSPACE="Workspace">
<WORKSPACE NAME="Workspace" ACTIVE="true" />
</TOOL_MANAGER>
</PROJECT>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:922a1baafbbfafe3e318ae339bb0b216eb596c075598e722e0b883d089c12317
3 size 3717
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:6a2a0b131a2b254bed1c3ee8e2b8a2dc4b4d0aace0c901b9974474fbdf0bb331
3 size 97
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 version https://git-lfs.github.com/spec/v1
2 oid sha256:f55c59602b0cba659b4c966bcc0527fb932ac58b9953efe8e5a885558df6532c
3 size 322
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More