summaryrefslogtreecommitdiff
path: root/Test/extractloops/detLoopExtract.bpl
Commit message (Collapse)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
| | | | | | this required that this commit globally modify most files. If you want to use git blame to see the real author of a line use the ``-w`` flag so that whitespace changes are ignored.
* Fix lit test suite when running Boogie under a path that containsGravatar Dan Liew2014-05-27
| | | | spaces.
* Enabled "Extract loops benchmarks" lit tests.Gravatar Dan Liew2014-05-07
|
* Fixed the regression for deterministicExtractLoops.Gravatar Unknown2012-05-25
|
* Adding an option for deterministicExtractLoops, that uses an alternate way ↵Gravatar Unknown2012-05-25
to extract loops into procedures. Unsound for concurrency. Added a test in extractLoops directory.