From 24e97bd87918f2c487416744ba12a78aba35a9e5 Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Fri, 26 Apr 2019 16:35:30 +0200 Subject: Changes to include a -O1 -fschedule-insns2 gcc run as well --- test/monniaux/README.md | 64 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 test/monniaux/README.md (limited to 'test/monniaux/README.md') diff --git a/test/monniaux/README.md b/test/monniaux/README.md new file mode 100644 index 00000000..1a4f8e9e --- /dev/null +++ b/test/monniaux/README.md @@ -0,0 +1,64 @@ +## Folders with just source code +- acswap +- bitfields +- crypto-algorithms +- des +- fill_buffer +- jumptable +- k1_builtins +- latency +- longjmp +- loop +- madd +- math +- memcpy +- multithreaded_volatile +- nand +- predicated +- regalloc +- rotate +- send_through +- sizeof +- slow_globals +- ternary_builtin +- tiny-AES-c +- uzlib +- varargs +- volatile +- xor_and_mat + +## Special folders +- csmith +- jpeg-6b +- mbedtls +- quest +- yarpgen + +## Just to be compiled +- frame_pointer + +## Benches to fix +- BearSSL : does not compile (to fix) +- ncompress : error on comparing +- ocaml : error during postpass scheduling +- micro-bunzip : -O3 buggy with gcc ? +- mod_int_mat : does not include rules.mk +- pcre2test : Trap MEMORY ACCESS VIOLATION sur le binaire ccomp +- picosat : compilation error : implicit declaration + +## Benches that work +- binary_search +- bitsliced-aes +- bitsliced-tea +- complex +- float_mat +- glibc_qsort +- heapsort +- idea +- number_theoretic_transform +- quicksort +- sha-2 +- tacle-bench-lift +- tacle-bench-powerwindow +- ternary +- too_slow -- cgit