summaryrefslogtreecommitdiff
path: root/Source/VCGeneration/VC.cs
Commit message (Expand)AuthorAge
* Changed Has method of PureSequence to Contains to make refactoring easier.Gravatar Ally Donaldson2013-07-22
* Fixed bugs arising from differences between hashtables and dictionariesGravatar Ally Donaldson2013-07-22
* Large refactoring of Hashtable to Dictionary.Gravatar Ally Donaldson2013-07-22
* MergeGravatar allydonaldson2013-07-22
|\
| * Fixed what looks like a type-related bug in the manipulation of newGotoCmdOri...Gravatar allydonaldson2013-07-22
* | Refactored variable2sequenceNumber to use DictionaryGravatar Ally Donaldson2013-07-22
|/
* Refactored labsl2absy so that it is a Dictionary<int, Absy> instead of a plai...Gravatar Ally Donaldson2013-07-22
* Added an attribute to set the time limit for implementations.Gravatar wuestholz2013-07-12
* Worked on the parallelization.Gravatar wuestholz2013-07-12
* Worked on the parallelization.Gravatar wuestholz2013-07-11
* Worked on the parallelization.Gravatar wuestholz2013-07-11
* Worked on the parallelization.Gravatar wuestholz2013-07-11
* Worked on the parallelization.Gravatar wuestholz2013-07-10
* Worked on the parallelization.Gravatar wuestholz2013-07-01
* Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-07-01
* Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-06-25
* Did some refactoring in the execution engine and worked on the parallelization.Gravatar wuestholz2013-06-21
* Fixed bug in the cutting of back edges (that manifested itself whenever the f...Gravatar Rustan Leino2013-05-29
* Working on fixedpoint backendGravatar Ken McMillan2013-05-20
* Adding fixedpoint engine backendGravatar Ken McMillan2013-05-07
* Use the new ProverInterface's Evaluate method in stratified inlinigGravatar Unknown2013-01-03
* bunch of refactoringsGravatar Unknown2012-10-03
* Removed AIFramework from Boogie -- use native trivial or native interval-base...Gravatar boehmes2012-09-27
* Fixed issue with uniformity analysis and block merging. Uniformity analysisGravatar Unknown2012-09-24
* Added functionality for race error reporting.Gravatar Egor Kyshtymov2012-08-20
* VCGen: add MergeBlocksIntoPredecessors functionGravatar Peter Collingbourne2012-07-09
* a bug fixGravatar qadeer2012-06-19
* another edit for predicationGravatar qadeer2012-06-19
* integrating predicationGravatar qadeer2012-06-19
* Removed program argument from VerifyImplementation. It is redundant since th...Gravatar qadeer2012-05-29
* more refactoringGravatar qadeer2012-05-28
* starting the implementation of the new stratified inlining APIGravatar qadeer2012-05-21
* some other cleanupsGravatar qadeer2012-05-10
* eliminated class ErrorModelGravatar qadeer2012-04-28
* removed lazy inliningGravatar qadeer2012-04-28
* various changes for using unsat cores in HoudiniGravatar qadeer2012-04-17
* further fixesGravatar qadeer2012-02-28
* various cleanup regarding /doNotUseLabelsGravatar qadeer2012-02-28
* fixing stratified inlining to deal with new path infoGravatar qadeer2012-02-27
* various fixes related to new error tracesGravatar qadeer2012-02-27
* further fixes related to using uninterpreted function for error tracesGravatar qadeer2012-02-25
* using model instead of labelsGravatar Unknown2012-02-23
* Use DateTime.UtcNow instead of DateTime.NowGravatar stobies2012-01-11
* Boogie: fixed proof-obligation countingGravatar Rustan Leino2012-01-09
* Boogie: output number of proof obligations (asserts) along with timing inform...Gravatar Rustan Leino2012-01-09
* Boogie: Fixed a crash due to old expressions in lambda expressions that were ...Gravatar wuestholz2011-12-02
* Remove invariant that was just wrongGravatar Michal Moskal2011-11-28
* refactoring houdini so that it creates only a single instance of z3Gravatar qadeer2011-11-16
* Boogie (and Dafny, with effects also on SscBoogie): I refactored CommandLine...Gravatar Rustan Leino2011-11-15
* partial check in regarding getting states working with stratified inliningGravatar qadeer2011-09-06