index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
AbsInt
/
IntervalDomain.cs
Commit message (
Expand
)
Author
Age
*
Added and briefly tested the updated syntax. NaN/oo not supported yet
Checkmate50
2016-07-19
*
Changed the syntax reading of the float type
Checkmate50
2016-07-16
*
Merging complete. Everything looks good *crosses fingers*
Checkmate50
2016-06-06
*
modified floating point syntax and modified floating point constants to use b...
Checkmate50
2016-03-17
*
Added several test cases and some basic documentation for fp usage
Checkmate50
2016-01-04
*
added decimal reading functionality to the float type
Dietrich
2015-05-05
*
renamed fp32 to BigFloat
Dietrich
2015-04-20
*
added float tipe to AbsyExpr and IntervalDomain. The methods added may requi...
Dietrich
2015-04-20
*
Change the return type of StandardVisitor.VisitLiteralExpr() from
Dan Liew
2015-01-25
*
Change the return type of StandardVisitor.VisitBvExtractExpr() from
Dan Liew
2015-01-25
*
Change the return type of StandardVisitor.VisitBvConcatExpr() from
Dan Liew
2015-01-25
*
Fixed abstract interpretation for reals
Rustan Leino
2014-04-13
*
Fixed bug in abstract interpretation over reals
Rustan Leino
2014-04-08
*
(Fixed and) strengthened contracts of ReadOnlyVisitor. The postconditions of...
Rustan Leino
2014-02-24
*
Fixed errors in the use of Code Contracts
Rustan Leino
2014-02-10
*
More refactoring towards replacing PureCollections.Sequence with List
Ally Donaldson
2013-07-22
*
Added support in the abstract interpreter for an attribute {:identity}, which...
Rustan Leino
2013-07-05
*
Fixed bug in Interval abstract domain (pertaining to unary negation)
Rustan Leino
2013-05-30
*
Fixed some type bugs in the interval domain.
Rustan Leino
2013-02-19
*
Boogie: added type 'real' with overloaded arithmetic operations plus real div...
boehmes
2012-09-27
*
Dafny: implemented thresholds for the new interval domain (/infer:j)
Rustan Leino
2011-12-12
*
Dafny: fixed division in new interval domain
Rustan Leino
2011-12-07
*
Boogie: Added new abstract interpretation harness, which uses native Boogie E...
Rustan Leino
2011-12-05