-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
346 lines (221 loc) · 10.2 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
2016-12-11 Michael Tautschnig <[email protected]>
* Release 1.8
* Support and require automake >= 1.12
* Port to CBMC 5.6
* Use C++11
* Fix ASTL to work with current STL
* Include binary representation of input values in XML output
2014-08-13 Michael Tautschnig <[email protected]>
* Release 1.7
* libedit on OS X makes test interactive - disabled
* Update to support CBMC 4.9
* Support (and require) automake 1.14
2014-04-04 Michael Tautschnig <[email protected]>
* Release 1.6
* Updated optionst interface
* Make MiniSat compile using recent LLVM
2014-01-29 Michael Tautschnig <[email protected]>
* Fixes to simple test harness generator
2014-01-27 Michael Tautschnig <[email protected]>
* Cleaner encoding of argc/argv constraints (requires latest version of CBMC)
2014-01-13 Michael Tautschnig <[email protected]>
* Use latest CBMC API
2014-01-06 Michael Tautschnig <[email protected]>
* Update lists of required object files to follow recent changes in CBMC
2013-12-17 Michael Tautschnig <[email protected]>
* Fixed bugs when using --use-instrumentation
2013-12-16 Michael Tautschnig <[email protected]>
* Updated test data
* Fixed wrong test goal construction for nested concatenation/alternative
coverage patterns
2013-12-15 Michael Tautschnig <[email protected]>
* Make --function/set entry work with goto binaries
* test.dat in a version working on build server
2013-12-05 Michael Tautschnig <[email protected]>
* Updated test data for latest CBMC trunk
2013-09-27 Michael Tautschnig <[email protected]>
* Reverting test data to results on dkr-debian
* friend declaration compatible with both GCC and Clang
* Fixed code no longer accepted by XCode 5.0 Clang
* Updated code to work with latest CBMC
2013-09-26 Michael Tautschnig <[email protected]>
* Bugfix in call stack construction
2013-09-03 Michael Tautschnig <[email protected]>
* Updated expected test results
2013-08-07 Michael Tautschnig <[email protected]>
* Modified CNF encoding in CBMC causes different result values
2013-08-05 Michael Tautschnig <[email protected]>
* Properly fix preprocessor choice
2013-08-05 Michael Tautschnig <[email protected]>
* Updates to work with latest CBMC trunk
2013-07-26 Michael Tautschnig <[email protected]>
* Added option --program-only
2013-07-22 Michael Tautschnig <[email protected]>
* Ignore shared_read/shared_write while extracting test goals
2013-07-11 Michael Tautschnig <[email protected]>
* Store an expression rather than the flattened string for test input value
* Do not re-convert the same code
2013-07-09 Michael Tautschnig <[email protected]>
* Make FShell compile with recent parsert API changes
2013-07-06 Michael Tautschnig <[email protected]>
* Added option --max-argc and argv environment construction
* When available, print detailed contents of argv
* Output def-use analysis: fixed bugs and improved level of detail in tracking
assignments
* Refactored remove_zero_init
* Properly handle --no-assumptions
2013-07-03 Michael Tautschnig <[email protected]>
* Updated test results (back to earlier version)
2013-06-24 Michael Tautschnig <[email protected]>
* Optimisations in CBMC r2679 result in different test cases
2013-06-17 Michael Tautschnig <[email protected]>
* Use big-int.a library file instead of object file
2013-06-14 Michael Tautschnig <[email protected]>
* config/configt required for WIN32
* zlib.h is only required by minisat, which may be patched
2013-06-14 Michael Tautschnig <[email protected]>
* Release 1.5
* Fix flex detection for OX X 10.8
* Refactored def-use analysis
* Use more elaborate slicing only if instrumentation is used
* Refactoring test output code
* Link CBMC's libraries
* Respect --gcc for macro processing, don't use CPP environment variable
* Fixed return type of transition functions
* -I <cbmc>/util isn't necessary anymore
* Auto-generate command help
2013-06-12 Michael Tautschnig <[email protected]>
* Added --dump-c, -gcc options, cleanup of command line options and help
2013-06-10 Michael Tautschnig <[email protected]>
* Make options available to CNF_Conversion
* Use optionst to communicate command line options
2013-06-03 Michael Tautschnig <[email protected]>
* Use target_os/target_cpu for output file names
2013-05-17 Michael Tautschnig <[email protected]>
* Fixed and re-enabled --tco-called-functions
* Fixed bugs in PATHS(...) evaluation
* Proper audit logging instead of std::cerr hacks
2013-05-15 Michael Tautschnig <[email protected]>
* Fixed $ escape in Makefile
2013-05-08 Michael Tautschnig <[email protected]>
* Fix build for recent changes in CBMC
2013-04-11 Michael Tautschnig <[email protected]>
* Redundant test case being generated (and removed)
* Fix for new ::symex_targett::{GUARD,PHI} of r2324
* Update to work with CBMC after changes in r2307
2013-03-19 Michael Tautschnig <[email protected]>
* Updated linenoise from upstream git, merged some of the previous changes
* Fixes to work with new expr2c output
2013-03-17 Michael Tautschnig <[email protected]>
* Updated test output with recent expr2c changes
2013-02-16 Michael Tautschnig <[email protected]>
* Update for new remove_function_pointers API
2013-02-10 Michael Tautschnig <[email protected]>
* Update for context -> symbol_table change
* Updated test results for new signed int (instead of "int") output
2013-02-03 Michael Tautschnig <[email protected]>
* New CBMC directory structure (analyses moved)
2013-01-23 Michael Tautschnig <[email protected]>
* Link to new assembler parser
2013-01-13 Michael Tautschnig <[email protected]>
* Updated to match new CBMC interface for loop ids
2013-01-05 Michael Tautschnig <[email protected]>
* Updated goto_convert interface
* Updated test suite output
2012-12-16 Michael Tautschnig <[email protected]>
* Pass shared-library mode to sub-builds
2012-12-12 Michael Tautschnig <[email protected]>
* Disable tests for call tree output
* Disable call tree construction as it is broken
* noyywrap not supported by all versions of FlexLexer.h
* Don't use as_string
2012-11-05 Michael Tautschnig <[email protected]>
* Fixed undefined behaviour
* Fixed bug in linenoise
* Removed apparently invalid assertion
* Don't pull in CBMC
* Fix set-but-not-used variable
* Proper cross-build support in add-on targets
* Workaround Minisat bug (missing memUsedPeak in win32)
2012-11-04 Michael Tautschnig <[email protected]>
* Proper quoting of CC variable
* Portability and proper use of @MINISATDIR@
* Fix isatty issue
* Don't do minisat-2.2.0 dir by default
* Mark FlexLexer.h non-essential to enable workarounds
* GCC fixes
* Updating to current CBMC SVN HEAD and use of proper CBMCDIR, MINISATDIR
* Added support for out-of-tree builds of CBMC, MiniSat
* Make ASTL work with recent GCC
2012-05-29 Michael Tautschnig <[email protected]>
* Release 1.4.1
* Updated to latest CBMC trunk
* Re-enable constant propagation
2012-03-18 Michael Tautschnig <[email protected]>
* Release 1.4
* Updated CBMC license terms
* Fixes for new variable renaming conventions in CBMC, added test case
* Basic build fixes for new CBMC release
* Moving towards CBMC SVN trunk (added as SVN external)
2011-10-24 Michael Tautschnig <[email protected]>
* Compile fixes for Linux and without diagnostics
* Additional statistics for multiple coverage as requested by Sven
* Added KLEE testing and more appropriate comparision code
* Updated CBMC to latest CVS and restricted to minimal code base
2011-02-23 Michael Tautschnig <[email protected]>
* Release 1.3
* Updated to most recent CPROVER from CVS
* Added command line options {fixed,float}bv
* Properly deal with struct elements initialized via nondet symbols
* Make CBMC floating point output valid ANSI C
2010-12-26 Michael Tautschnig <[email protected]>
* Fixed invalid character in help text
2010-12-05 Michael Tautschnig <[email protected]>
* Make SAT coverage analysis compatible with multiple_coverage
2010-11-26 Michael Tautschnig <[email protected]>
* Added --no-internal-coverage-check to disable built-in coverage check
* Also use $CPP for internal macro processing
* Install signal handler for SIGINT to cleanup files
* Update all goto functions after insert for consistent location numbers
* Added statistics about minimization overhead (memory+time)
* Fix for 64bit architecture semantics, more architecture command line
options
2010-11-15 Michael Tautschnig <[email protected]>
* Release 1.2
* Updated CBMC to current CVS HEAD + bugfixes
* Fixed call stack analysis in presence of inlined functions
* Added option --enable-assert
* Performance improvements in internal coverage analysis
* Make FShell work deterministically
2010-11-02 Michael Tautschnig <[email protected]>
* Close test suite output file at the end only
2010-11-01 Michael Tautschnig <[email protected]>
* Renamed --sat-subsumption to more appropriate --sat-coverage-check
* Added command set multiple_coverage X
2010-10-17 Michael Tautschnig <[email protected]>
* Release 1.1.1
* Workarounds for cygwin compatibility, use $CPP if set in environment
2010-10-14 Michael Tautschnig <[email protected]>
* Release 1.1
* Fixed bug in CFG construction for return statements
* Added output of total session time
* Fixed bug in less-than comparision of predicates
2010-10-13 Michael Tautschnig <[email protected]>
* Ignore CBMC's C library implementations in filter evaluation
2010-10-12 Michael Tautschnig <[email protected]>
* Use linenoise instead of readline if the latter is not available
* Fix paths in examples description
2010-09-29 Michael Tautschnig <[email protected]>
* Performance improvements in coverage check
* Catch and report errors in typechecking new predicates
* Default to brief test case output, changed command line options (removed
--brief-test-inputs, added --tco-location, --tco-called-functions,
--tco-assign-globals)
* Added EXIT as alias to QUIT
2010-09-21 Michael Tautschnig <[email protected]>
* Alternative over quoted expression caused wrong states to be stored as test
goal states
* Properly deal with queries *without* coverage pattern concatenations
* Build environment fixes
2010-09-20 Michael Tautschnig <[email protected]>
* First public release (1.0)