summaryrefslogtreecommitdiff
path: root/Source/Core/AbsyCmd.cs
Commit message (Expand)AuthorAge
...
* Worked on adding support for "canned errors".Gravatar wuestholz2014-07-06
* Did some refactoring, fixed minor issues, and made it apply the more advanced...Gravatar wuestholz2014-07-06
* Implemented an optimization for assignments to assumption variables that are ...Gravatar wuestholz2014-07-04
* Made it not include free preconditions when producing partially verified prec...Gravatar wuestholz2014-07-03
* Worked on an extension of the existing verification result caching.Gravatar wuestholz2014-06-23
* Fixed crash in resolverGravatar Rustan Leino2014-06-19
* checkpointGravatar qadeer2014-05-03
* updated the mover checksGravatar qadeer2014-04-25
* Add support for assumption variables.Gravatar wuestholz2014-04-21
* Changed all lambda-expression rewriting to be done as a pre-processing step b...Gravatar Rustan Leino2014-02-28
* Fixed bug in handling of break statementsGravatar Rustan Leino2014-02-10
* bug fixes in Duplicate.cs and parsing of invariant attributesGravatar qadeer2013-12-22
* added syntax for par call and ParCallCmdGravatar qadeer2013-12-16
* Stratified inlining: inject free requires as assumes at call siteGravatar akashlal2013-10-25
* cleaned up the OG codeGravatar qadeer2013-08-07
* ExprSeq: farewellGravatar Ally Donaldson2013-07-22
* BlockSeq: farewellGravatar Ally Donaldson2013-07-22
* StringSeq: farewellGravatar Ally Donaldson2013-07-22
* CmdSeq: farewellGravatar Ally Donaldson2013-07-22
* Started to remove ...Seq classesGravatar Ally Donaldson2013-07-22
* More refactoringGravatar Ally Donaldson2013-07-22
* More refactoring: PureCollections.Sequence not used anymore.Gravatar Ally Donaldson2013-07-22
* More refactoring towards replacing PureCollections.Sequence with ListGravatar Ally Donaldson2013-07-22
* Changed Has method of PureSequence to Contains to make refactoring easier.Gravatar Ally Donaldson2013-07-22
* Requires/EnsuresSeq replaced by List<Requires/Ensures>Gravatar Ally Donaldson2013-07-22
* Large refactoring of Hashtable to Dictionary.Gravatar Ally Donaldson2013-07-22
* In the typecheck method of HavocCmd, added calls to typecheck the havoced varsGravatar Unknown2013-05-04
* Print "\n" after a YieldCmdGravatar akashlal2013-05-03
* Added another constructor to CallCmdGravatar akashlal2013-03-11
* fixed emitter for CallCmd to include asyncGravatar Unknown2013-03-09
* added parallel callsGravatar Unknown2013-03-01
* removed call forall and * args to callsGravatar Unknown2013-02-23
* added owicki-gries and linear-set to boogiedriverGravatar Unknown2013-01-25
* Removed old comments about "BASEMOVE" and other constructor calls, where the ...Gravatar Unknown2013-01-07
* Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
* Core: attach :partition to assumes generated from structured ifs and whilesGravatar Peter Collingbourne2012-08-03
* Fixed bug with triply nested maps and polymorphism (reported as Item # 10218).Gravatar Unknown2012-04-04
* Emit of invariants now prints out the invariant attributes alsoGravatar qadeer2012-03-26
* MergeGravatar Rustan Leino2011-12-07
|\
| * Make set iteration order deterministicGravatar Michal Moskal2011-12-07
* | Boogie: Added new abstract interpretation harness, which uses native Boogie E...Gravatar Rustan Leino2011-12-05
|/
* Added lazy summary computation to stratified inlining (not finished yet)Gravatar akashlal2011-11-20
* Added "free call" statements that don't check the precondition in the caller.Gravatar wuestholz2011-09-14
* Fixed a bug with "don't care" return value on an async callGravatar Unknown2011-08-24
* more changes to bitvector analysisGravatar qadeer2011-08-09
* async call return value is either int or bv32Gravatar qadeer2011-07-09
* early clearing of live variables and incarnation mapsGravatar qadeer2011-06-24
* fixed a bug in ComputeAllLabelsGravatar qadeer2011-04-27
* Changed label checking for goto targets in StmtList so that they can be any l...Gravatar qadeer2011-04-21
* Made CallCmd.callee public for easy manipulation of un-resolved programsGravatar akashlal2011-03-21