source: CIVL/examples/omp/dataracebench-1.2.0/VERSION_HISTORY.txt@ 8abfd3a

1.23 2.0 acw/focus-triggers main test-branch
Last change on this file since 8abfd3a was 86ee0b6, checked in by Ziqing Luo <ziqing@…>, 7 years ago

merged wenhao's branch for omp transformation

git-svn-id: svn://vsl.cis.udel.edu/civl/trunk@5337 fb995dde-84ed-4084-dfe6-e5aef3e2452c

  • Property mode set to 100755
File size: 1.2 KB
Line 
1V1.0.0 2017-06-01 (initial public release)
2 * 72 C micro benchmarks.
3 * evaluation script
4V1.0.1 2017-08-03
5 * added variable initializations in benchmarks
6 reductionmissing-orig-yes.c and reductionmissing-var-yes.c
7 * added recording of full error messages in error log to
8 evaluation script.
9V1.0.2 2017-09-07
10 * fixed Ubuntu 16 linker issue for option --run
11 * added status message while evaluation is performed
12 * improved time measurement output precision in test script
13V1.1.0 2017-09-15
14 * swapped file names of two benchmarks: antidep1-var-yes.c and antidep2-orig-yes.c
15 * added 7 additional micro-benchmarks using omp flush, task depend, single, etc.,
16 making it 79 microbenchmarks in total.
17 * merged user-suggested fix for private(j) from jprotze to enforce
18 only singler-pair dependence per test when possible (Thanks to jprotze ).
19 * refined the outofbounds benchmarks to only have valid wrap around memory accesses
20V1.1.1 2017-10-04
21 * refined source code comments to be consistent: using C-style /* ... */
22 * specified data race pairs in comments when applicable: using a format of
23 var1@line_no:col_no vs. var2@line_no:col_no
Note: See TracBrowser for help on using the repository browser.