index
:
debian-boogie
dfsg_free
master
Debian packaging for Boogie
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Inline.cs
Commit message (
Expand
)
Author
Age
*
Let attributes live on during inlining
akashlal
2014-11-05
*
Did more refactoring and addressed several todos.
wuestholz
2014-09-23
*
Did some refactoring.
wuestholz
2014-09-23
*
a small fix to prefix calculation
qadeer
2014-09-19
*
a bug fix in Houdini (also AbsHoudini)
qadeer
2014-09-19
*
InlineAssume attribute for ensures clauses; if present, the ensures condition...
qadeer
2014-09-18
*
added a comment
qadeer
2014-09-17
*
fixed a bug in inlining
qadeer
2014-09-17
*
Fix nasty bug introduced by commit 61a94f409975.
Dan Liew
2014-07-15
*
fixed code contracts violations
qadeer
2014-02-11
*
Remove some (redundant) preconditions to avoid 'ccrewrite' errors.
wuestholz
2013-12-11
*
minor fix so that variable copies in procedures and codeexprs are different.
qadeer
2013-09-10
*
inlining is now done in rhs of assignments for codeexprs
qadeer
2013-08-15
*
Extended codeexpr inlining to deal with nested codeexpr
qadeer
2013-08-15
*
extended inlining to deal with codeexprs
qadeer
2013-08-14
*
StringSeq: farewell
Ally Donaldson
2013-07-22
*
CmdSeq: farewell
Ally Donaldson
2013-07-22
*
Started to remove ...Seq classes
Ally Donaldson
2013-07-22
*
More refactoring
Ally Donaldson
2013-07-22
*
More refactoring: PureCollections.Sequence not used anymore.
Ally Donaldson
2013-07-22
*
More refactoring towards replacing PureCollections.Sequence with List
Ally Donaldson
2013-07-22
*
Changed Has method of PureSequence to Contains to make refactoring easier.
Ally Donaldson
2013-07-22
*
Requires/EnsuresSeq replaced by List<Requires/Ensures>
Ally Donaldson
2013-07-22
*
Large refactoring of Hashtable to Dictionary.
Ally Donaldson
2013-07-22
*
Added a little bit of virtual-ness to the Inliner class. This is so that I can
akashlal
2013-04-28
*
bug fix for interaction between inlining and loops
Unknown
2013-01-04
*
changed behavior of InlinedEnsures so that free ensures is skipped unless an ...
qadeer
2012-06-01
*
fixed a completeness problem in houdini with inlining
qadeer
2011-12-18
*
fixed bug in the inlineDepth option for houdini
qadeer
2011-11-23
*
changed the semantics of requires and ensures for inlined procedures
qadeer
2011-11-17
*
changed inlining code so that candidate preconditions and postconditions are ...
qadeer
2011-11-15
*
added the option /inlineDepth:n. This option defaults to -1. If the user prov...
qadeer
2011-11-13
*
Boogie: Get rid of {:inline} attributes on axioms
Michal Moskal
2011-10-27
*
Replaced all dictionaries that mapped to bool (i.e., were being used to imple...
mikebarnett
2011-03-10
*
Renamed NonNullElements to NonNullDictionaryAndValues because the keys to dic...
mikebarnett
2011-03-10
*
fixed a small bug in inline code
qadeer
2010-12-20
*
Cleanup up the inlining code
qadeer
2010-12-15
*
Boogie: Committing changed source files
tabarbe
2010-08-20
*
Boogie: Renaming core sources in preparation for port commit
tabarbe
2010-08-20