summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAge
* Merge pull request #35 from Checkmate50/masterGravatar RustanLeino2016-08-17
|\
* | Fix deadlock in the new thread schedulerGravatar BarryBo2016-08-12
| * fixed an error where a -0 was not interpreted as a negative numberGravatar Checkmate502016-07-23
* | Run Boogie code on threads with large stacksGravatar BarryBo2016-07-22
| * Removed automatic exponent shiftingGravatar Checkmate502016-07-22
| * fixed an issue with parsing floating pointsGravatar Checkmate502016-07-19
| * fixed floatceiling functionGravatar Checkmate502016-07-19
| * Added and briefly tested the updated syntax. NaN/oo not supported yetGravatar Checkmate502016-07-19
| * Changed the syntax reading of the float typeGravatar Checkmate502016-07-16
| * rebuilt scanner and parser via cocoGravatar Checkmate502016-07-16
| * change to updateGravatar Checkmate502016-06-07
| * removed an unnecessary type checking additionGravatar Checkmate502016-06-07
| * fixed some merging issuesGravatar Checkmate502016-06-07
| * resolving conflictsGravatar Checkmate502016-06-06
| |\ | |/ |/|
| * Merging complete. Everything looks good *crosses fingers*Gravatar Checkmate502016-06-06
| * finished testing, fixed several minor compiler bugsGravatar Checkmate502016-06-06
| * Initial round of testing works with new syntax. Fixed an error where floatin...Gravatar Checkmate502016-05-31
* | Rename DLLs to non-generic names by prefixing "Boogie". Project names andGravatar akashlal2016-04-15
| * modified floating point syntax and modified floating point constants to use b...Gravatar Checkmate502016-03-17
* | Improve support for identifying unnecessary assumes.Gravatar Valentin Wüstholz2016-03-09
* | Add support for weights on soft assumes.Gravatar Valentin Wüstholz2016-03-07
* | Improve support for optimization and identifying unnecessary assumes.Gravatar Valentin Wüstholz2016-03-03
| * Modified BigFloat and parser to accept correct SMT-LIB syntaxGravatar Checkmate502016-02-20
* | Bug fix in determining whether a type parameter is boundedGravatar qunyanm2016-01-19
| * Added several test cases and some basic documentation for fp usageGravatar Checkmate502016-01-04
* | Minor changeGravatar Valentin Wüstholz2015-12-29
* | Fix issue with ids for assume-statements.Gravatar Valentin Wüstholz2015-12-28
* | Improve precision of abstract interpreter for modulo operations.Gravatar Valentin Wüstholz2015-12-28
* | Enable optimization for more prover queries.Gravatar Valentin Wüstholz2015-12-27
* | Remove unused file.Gravatar Valentin Wüstholz2015-12-03
* | Remove workaround for older versions of Z3.Gravatar Valentin Wüstholz2015-12-02
* | Use the EndCurly token when creating the ReturnCmd for unifiedExitGravatar qunyanm2015-12-02
| * Special fp types (such as infinity and NaN are now translated by boogieGravatar Checkmate502015-11-29
* | Add simplified may-unverified analysis and instrumentation.Gravatar Valentin Wüstholz2015-11-20
* | Fix issue with partially-verified assertions.Gravatar Valentin Wüstholz2015-11-19
* | Minor changesGravatar Valentin Wüstholz2015-11-19
* | Add experimental support for optimization (requires Z3 build after changeset ...Gravatar Valentin Wüstholz2015-11-18
* | Fix issue #25.Gravatar Valentin Wüstholz2015-11-17
* | Add support for identifying unnecessary assumes.Gravatar Valentin Wüstholz2015-11-16
* | Document the new behaviour of the ``-proc:`` command line optionGravatar Dan Liew2015-10-31
* | Added wild card matching for /proc flagGravatar Shaobo2015-10-31
* | Add support for annotating implementations with k-ind. depth.Gravatar Valentin Wüstholz2015-10-29
* | fix for deterministicExtractLoops for nested loopsGravatar Shuvendu Lahiri2015-10-27
* | Bug fix for deterministExtractLoops for Shaobo's exampleGravatar Shuvendu Lahiri2015-10-26
* | bug fix in the type checking of calls to atomic proceduresGravatar Shaz Qadeer2015-10-16
| * Floating point constants given as integers are now translated correctlyGravatar Checkmate502015-10-14
| * Modified translation so that z3 runs with type checking for simple binary ope...Gravatar Checkmate502015-10-14
* | bug fixGravatar Shaz Qadeer2015-10-09
* | removed an extraneous warningGravatar Shaz Qadeer2015-10-08
* | Merge branch 'master' of https://github.com/boogie-org/boogieGravatar Shaz Qadeer2015-10-01
|\ \