diff options
| author | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
|---|---|---|
| committer | Joshua Bakita <bakitajoshua@gmail.com> | 2019-10-07 19:13:39 -0400 |
| commit | 386b7d3366f1359a265da207a9cafa3edf553b64 (patch) | |
| tree | c76120c2c138faed822e4ae386be6ef22a738a78 /baseline/source/ndes/ChangeLog.txt | |
| parent | 54a3f7091a2146b29c73a6fdc4b62a5c4ad7a3d8 (diff) | |
Reorganize and commit all the modified TACLeBench code and run scripts
Diffstat (limited to 'baseline/source/ndes/ChangeLog.txt')
| -rw-r--r-- | baseline/source/ndes/ChangeLog.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/baseline/source/ndes/ChangeLog.txt b/baseline/source/ndes/ChangeLog.txt new file mode 100644 index 0000000..ae9c168 --- /dev/null +++ b/baseline/source/ndes/ChangeLog.txt | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | File: ndes.c | ||
| 2 | Original provenience: | ||
| 3 | |||
| 4 | 2017-04-18: | ||
| 5 | - Annotated ndes_main as entry-point for timing analysis | ||
| 6 | |||
| 7 | 2015-10-21: | ||
| 8 | - Remove comment on line 1 | ||
| 9 | - Added generic TACLeBench header to line 1 | ||
| 10 | - Renamed functions to {name} to ndes_{name} | ||
| 11 | - Renamed globale variables to {name} to ndes_{name} | ||
| 12 | - Renamed structs to {name} to ndes_{name} | ||
| 13 | - Removed the profiling code | ||
| 14 | - Added forward decleration of functions | ||
| 15 | - Added ndes_main function | ||
| 16 | - Added ndes_init function | ||
| 17 | - Initialize ndes_ipc1 and ndes_ipc2 in ndes_init function | ||
| 18 | - int main variables to global variables for the ndes_init function | ||
| 19 | - Applied Code Style | ||
| 20 | |||
