summaryrefslogtreecommitdiff
path: root/Chalice
Commit message (Expand)AuthorAge
* Chalice: Two new test-cases for recently fixed problems.Gravatar stefanheule2012-10-01
* Chalice: Disallow unfolding expressions in postconditions.Gravatar stefanheule2012-10-01
* Chalice: Fix bug in detecting permissions in postconditions.Gravatar stefanheule2012-10-01
* Chalice: Let the trigger for the function postcondition axiom be more permiss...Gravatar stefanheule2012-10-01
* Chalice: Use new 'mod' and 'div' operators of Boogie for division and modulo.Gravatar stefanheule2012-09-30
* Chalice: Remove superfluous comment.Gravatar stefanheule2012-09-30
* Chalice: Clean up /percentageSupport command line option to adapt to the usag...Gravatar stefanheule2012-09-30
* Chalice: Activate the test-case tests/permission-model/scaling.chalice that w...Gravatar stefanheule2012-09-30
* Chalice: Fix some problems related to the use of reals in Boogie.Gravatar stefanheule2012-09-30
* Chalice: Further changes to make permissions use the Boogie type real.Gravatar stefanheule2012-09-29
* Chalice: Make permissions use the Boogie type real.Gravatar stefanheule2012-09-29
* Chalice: Extend the Boogie AST with real literals.Gravatar stefanheule2012-09-29
* Chalice (Adapt to real support in Boogie): Axiomatization of division is no l...Gravatar stefanheule2012-09-29
* Chalice: Add a test-case for a recently fixed issue.Gravatar stefanheule2012-09-28
* Chalice: changed quantifier triggering to use #limited#trigger versions of fu...Gravatar Unknown2012-09-27
* MergeGravatar stefanheule2012-09-24
|\
* | Chalice: New regression test-case.Gravatar stefanheule2012-09-24
* | Chalice: Fix type-checker incompleteness.Gravatar stefanheule2012-09-24
* | Chalice: Add new regression test case.Gravatar stefanheule2012-09-24
* | Chalice: Improve code to generate triggers for framing axiom.Gravatar stefanheule2012-09-24
* | Chalice: Fix triggers for framing axiom of known-folded locations.Gravatar stefanheule2012-09-24
| * added output for a test caseGravatar Unknown2012-09-24
* | Chalice: Fix soundness issue about when it is sound to keep knowledge about p...Gravatar stefanheule2012-09-21
* | Chalice: Alternative approach to frame known-folded locations; use quantifica...Gravatar stefanheule2012-09-21
| * MergeGravatar Unknown2012-09-21
| |\ | |/ |/|
| * Added linked list Chalice exampleGravatar Unknown2012-09-21
* | Chalice: Update release script to adapt to new scala version.Gravatar stefanheule2012-09-21
* | Chalice: New regression tests for fixed workitems 10189 and 10208.Gravatar stefanheule2012-09-20
* | Chalice: New regression test case from workitem 10221.Gravatar stefanheule2012-09-20
|/
* Chalice: Fix bug of computing the function height.Gravatar stefanheule2012-09-19
* Chalice: Use the framing function instead of the limited function in triggers...Gravatar stefanheule2012-09-19
* Chalice: Added a test case (general-tests/triggers) to test the trigger-gener...Gravatar Unknown2012-09-18
* Chalice: Updated linkedlist.chalice to include quantified specification, but ...Gravatar Unknown2012-09-18
* Chalice: Updated trigger generation to duplicate the entire quantifier in cas...Gravatar Unknown2012-09-18
* Chalice: modified trigger generation for quantifiers to include the use of ad...Gravatar Unknown2012-09-18
* Automatic MergeGravatar Unknown2012-09-17
|\
* | Chalice: modified Tr() to only generate a real list of statements when it's g...Gravatar Unknown2012-09-17
| * Chalice: Make the triggers for functions so it depends on all dependend predi...Gravatar stefanheule2012-09-14
| * Chalice: Extend one test case with more complete specification.Gravatar stefanheule2012-09-13
| * Chalice: Allow the postcondition axiom to be used when checking function spec...Gravatar stefanheule2012-09-13
| * Chalice: Merge the two definitional axioms (was previously necessary to work ...Gravatar stefanheule2012-09-13
| * Chalice: Update reference file for a test (a recent improvement makes the ver...Gravatar stefanheule2012-09-13
| * Chalice: Remove CanAssumeFunctionDefs from framing axiom, as it is not needed...Gravatar stefanheule2012-09-13
| * Chalice: Use the height of functions to increase the expressiveness of the po...Gravatar stefanheule2012-09-13
| * Chalice: Remove debug output.Gravatar stefanheule2012-09-13
| * Chalice: Compute the 'height' for functions (based on the condensation of the...Gravatar stefanheule2012-09-13
|/
* Chalice: Test case for permissions in function postconditions.Gravatar stefanheule2012-09-12
* Chalice: Disallow accessibility predicates in function postconditions.Gravatar stefanheule2012-09-12
* Chalice: Switch to latest Scala release (there seems to be a compiler bug wit...Gravatar stefanheule2012-09-12
* Chalice: Also add time information for reg_test, reg_test_all and runalltests.Gravatar stefanheule2012-09-11