summaryrefslogtreecommitdiff
path: root/Source
Commit message (Collapse)AuthorAge
* Merge extra recuresion bound changes for FixedPointVCGravatar Ken McMillan2014-04-21
|\
* \ Merge changes for /printFixedPoint optionGravatar Ken McMillan2014-04-14
|\ \
| * | Added /printFixedPoint optionGravatar Ken McMillan2014-04-14
| | |
* | | resolved expressions created during generation of procedures for mover checksGravatar qadeer2014-04-14
| | |
* | | Fixed abstract interpretation for realsGravatar Rustan Leino2014-04-13
|/ /
* | Fixed bug in abstract interpretation over realsGravatar Rustan Leino2014-04-08
| |
* | Added option to avoid unrolling irreducible loopsGravatar akashlal2014-04-06
| |
* | Fixed class cast issue with type synonymsGravatar Ally Donaldson2014-04-01
| |
* | Fixes to predication. Patch by Jeroen Ketema.Gravatar Ally Donaldson2014-03-18
| |
| * Added extra recursion bound and preconditions to FixedpointVC.Gravatar Ken McMillan2014-03-17
| |
* | Change class 'LambdaVisitor' to attach checksum to expanded lambda functions.Gravatar wuestholz2014-03-17
| |
* | More exhaustive generation of assertions during predication. Patch by ↵Gravatar Ally Donaldson2014-03-14
| | | | | | | | Jeroen Ketema
* | Fix duplicator so that BVConcatExpr and BVExtractExpr are handled. Patch by ↵Gravatar Ally Donaldson2014-03-12
| | | | | | | | Daniel Liew.
* | Fix to predicationGravatar Ally Donaldson2014-03-05
| |
* | MergeGravatar Rustan Leino2014-02-28
|\ \
* | | Changed all lambda-expression rewriting to be done as a pre-processing step ↵Gravatar Rustan Leino2014-02-28
| | | | | | | | | | | | | | | | | | before real verification. Fixed treatment of lambda-expression attributes.
| * | Added a fix to inlining so that it becomes cognizant of procedures that the ↵Gravatar qadeer2014-02-28
| | | | | | | | | | | | user wants to check
| * | Added /trustNonInterference optionGravatar qadeer2014-02-28
| | |
* | | Changed return type of VisitLambdaExpr to just ExprGravatar Rustan Leino2014-02-27
| | |
| * | added /doNotUseParallelism optionGravatar qadeer2014-02-27
| | |
| * | added some missing attributes to desugared assertionsGravatar qadeer2014-02-27
|/ /
* | added tokens to calls and requires/ensuresGravatar qadeer2014-02-26
| |
* | MergeGravatar qadeer2014-02-25
|\ \
* | | fixed couple of bugs reported by SerdarGravatar qadeer2014-02-25
| | |
| * | Fixed tokens to improve error message produce for type errors in non-inlined ↵Gravatar Rustan Leino2014-02-25
|/ / | | | | | | function bodies
* | (Fixed and) strengthened contracts of ReadOnlyVisitor. The postconditions ↵Gravatar Rustan Leino2014-02-24
| | | | | | | | | | | | of its methods now demand the return value to equal the given node. Changed read-only visitors to extend from ReadOnlyVisitor instead of just StandardVisitor.
* | added ReadOnlyStandardVisitorGravatar qadeer2014-02-24
| | | | | | | | made the default phase of assertions be 0
* | Added /trustPhasesDownto optionGravatar qadeer2014-02-24
| |
* | Added /trustPhasesUpto optionGravatar qadeer2014-02-23
| |
* | Added /trustAtomicityTypes optionGravatar qadeer2014-02-22
|/
* Merge ModelParser fixGravatar Ken McMillan2014-02-21
|\
| * Fixed crash in ModelParser when Z3 returns an operator that is a list.Gravatar Ken McMillan2014-02-21
| |
* | fixed a bug in desugaring of linear variablesGravatar qadeer2014-02-20
|/
* Merge fixedpoint VC fixGravatar Ken McMillan2014-02-19
|\
| * Fixedpoint VC fix.Gravatar Ken McMillan2014-02-19
| |
* | fixed a bug in the automaton construction labelingGravatar qadeer2014-02-18
| |
* | fixed code contracts violationsGravatar qadeer2014-02-11
| |
* | Fixed bug in printing real literalsGravatar Rustan Leino2014-02-10
| |
* | Fixed errors in the use of Code ContractsGravatar Rustan Leino2014-02-10
| |
* | MergeGravatar Rustan Leino2014-02-10
|\ \
* | | Fixed bug in handling of break statementsGravatar Rustan Leino2014-02-10
| | |
| * | fixed a problem with the nonblocking checkGravatar qadeer2014-02-10
| | |
| * | added nonblocking checker for left moversGravatar qadeer2014-02-07
| | |
| * | added another example and fixed a bug regarding initialization of pc/okGravatar qadeer2014-02-07
| | | | | | | | | | | | snapshots per loop header
| * | new design for linear types + VCgenGravatar qadeer2014-02-07
|/ / | | | | | | | | ported all the examples added the QED examples to runtest.bat
* | bug fix in error trace printingGravatar qadeer2014-02-05
| | | | | | | | added a class for Token elimination (not done yet)
* | Option for reversing Houdini worklist (for top-down analysis)Gravatar akashlal2014-01-28
| |
* | some small optimizations to mover checkingGravatar qadeer2014-01-22
| | | | | | | | added LookUp to multiset.bpl
* | various bug fixesGravatar qadeer2014-01-21
| | | | | | | | added "cnst" feature
* | bug fix: if an absy is not reachable, make the set of available vars empty at itGravatar qadeer2014-01-21
| |