index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
Commit message (
Expand
)
Author
Age
*
Added several test cases and some basic documentation for fp usage
Checkmate50
2016-01-04
*
Special fp types (such as infinity and NaN are now translated by boogie
Checkmate50
2015-11-29
*
Floating point constants given as integers are now translated correctly
Checkmate50
2015-10-14
*
Modified translation so that z3 runs with type checking for simple binary ope...
Checkmate50
2015-10-14
*
Modified BigFloat to avoid evaluating the floating point value before sending...
Checkmate50
2015-09-23
*
Added initial support for float addition
Checkmate50
2015-09-17
*
Float type now works correctly for simple variable declaration and comparison.
Dietrich
2015-07-20
*
Modified internal abstract float representation to allow user-defined mantiss...
Dietrich
2015-07-13
*
added interpretation of floating point constants to the parser
Dietrich
2015-05-18
*
Made significant changes to internal representation of BigFloat. Remains a w...
Dietrich
2015-05-07
*
added decimal reading functionality to the float type
Dietrich
2015-05-05
*
added general floating point mantissa and exponent management
Dietrich
2015-05-04
*
integrated the named float type to act as a real in boogie
Dietrich
2015-05-04
*
Began adding the float type to VC expression
Dietrich
2015-04-27
*
Added float operations to AbsyExpr. Note that float operations work as real ...
Dietrich
2015-04-27
*
Finished up Parser modifications
Dietrich
2015-04-27
*
removed the last console writes (used for testing)
Dietrich
2015-04-26
*
Successfully parsed the float type
Dietrich
2015-04-26
*
added float type to the set array in Parser
Dietrich
2015-04-26
*
removed comments from Scanner.cs, changed the value of the float token kind t...
Dietrich
2015-04-26
*
added float type to Arithmetic Expression and added a new float test
Dietrich
2015-04-26
*
renamed fp32 to BigFloat
Dietrich
2015-04-20
*
added minor commenting to Parser.cs
Dietrich
2015-04-20
*
added a collection of console writes for debugging. These should be removed ...
Dietrich
2015-04-20
*
Added float type to the Parser and Scanner
Dietrich
2015-04-20
*
added float tipe to AbsyExpr and IntervalDomain. The methods added may requi...
Dietrich
2015-04-20
*
added float type definition to AbsyType and parser (parser definition may be ...
Dietrich
2015-04-17
*
adding references to the floating point type wherever references to the real ...
Dietrich
2015-04-17
*
Added the fp32 class, copied from the previously existing BigDec class. No s...
Dietrich
2015-04-17
*
Patch by Jeroen Ketema.
Dan Liew
2015-04-05
*
VC gen for security properties
akashlal
2015-04-05
*
Patch by Jeroen Ketema
Dan Liew
2015-03-27
*
Compute MustReach information lazily, on-demand
akashlal
2015-03-16
*
Added MustReach information to VC gen
akashlal
2015-03-11
*
If using -proverLog: make sure we flush after writing every line
Dan Liew
2015-03-10
*
Work around bug in Z3 4.3.2 and newer (https://z3.codeplex.com/workitem/188)
Dan Liew
2015-03-10
*
Fix bug in BigDec.FloorCeiling() which gave the wrong answers for
Dan Liew
2015-03-10
*
fixed crash reported by Dan.
qadeer
2015-03-02
*
Parse Bv values
akashlal
2015-03-02
*
Fix using "mkbv" as a variable name in a boogie program. This was
Dan Liew
2015-02-27
*
Fix using reserved Z3 keywords for real/int arithmetic operators. These are t...
Dan Liew
2015-02-27
*
Fix using reserved Z3 keywords for float operators. These are taken
Dan Liew
2015-02-27
*
Merge.
Dan Liew
2015-02-18
|
\
*
|
Fix bug where some reserved Z3 keywords were not sanitized
Dan Liew
2015-02-18
|
*
Eliminated calls to deprecated method.
wuestholz
2015-02-18
|
*
Added a setter for CommandLineOptions.ProverOptions and fixed several contracts.
wuestholz
2015-02-18
|
/
*
Protect Bitvector field of BvExtractExpr when it is immutable.
Dan Liew
2015-02-12
*
Protect E0 and E1 in BvConcatExpr if Expr is immutable.
Dan Liew
2015-02-12
*
Fix what looked like a serious design issue when Type checking
Dan Liew
2015-02-12
*
When an Expr immutable, never change Type reference if it has been set,
Dan Liew
2015-02-12
[next]