summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/susan/ChangeLog.txt
diff options
context:
space:
mode:
authorJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
committerJoshua Bakita <bakitajoshua@gmail.com>2019-10-07 19:13:39 -0400
commit386b7d3366f1359a265da207a9cafa3edf553b64 (patch)
treec76120c2c138faed822e4ae386be6ef22a738a78 /all_pairs/source/susan/ChangeLog.txt
parent54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff)
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'all_pairs/source/susan/ChangeLog.txt')
-rw-r--r--all_pairs/source/susan/ChangeLog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/all_pairs/source/susan/ChangeLog.txt b/all_pairs/source/susan/ChangeLog.txt
new file mode 100644
index 0000000..bb603df
--- /dev/null
+++ b/all_pairs/source/susan/ChangeLog.txt
@@ -0,0 +1,11 @@
12017-07-04
2 - Removed self-assignment to avoid clangs self-assign warning.
3 - Introduced susan_initm susan_main and susan_return.
4 - Fix possible division by zero to please tacle-lint.
5 - Removed unused variables.
6 - Added prefix 'susan_'.
7 - Removed exit_on_error function.
8 - Removed PowerPC specific typedef.
9
102017-08-18:
11 - Give explicit name to former anonymous struct to silence g++ warnings.