summaryrefslogtreecommitdiff
path: root/Source/Graph/Graph.cs
Commit message (Expand)AuthorAge
* Normalise line endings using a .gitattributes file. UnfortunatelyGravatar Dan Liew2015-06-28
* Fixes to predication. Patch by Jeroen Ketema.Gravatar Ally Donaldson2013-11-06
* new option for reversing the topological order - this could potentially help ...Gravatar Pantazis Deligiannis2013-08-19
* Adapted method for computing dual of graph so that it copes with graphs that ...Gravatar allydonaldson2013-06-28
* Staged HoudiniGravatar allydonaldson2013-04-30
* Fix LeastCommonAncestor method in Graph moduleGravatar Nathan Chong2013-03-07
* CR/LF line ending deltaGravatar Rustan Leino2013-02-19
* Removed old comments about "BASEMOVE" and other constructor calls, where the ...Gravatar Unknown2013-01-07
* bunch of refactoringsGravatar Unknown2012-10-03
* Uniformity analysis. Patch by Peter Collingbourne.Gravatar Unknown2012-09-18
* Graph: make DomRelation and DominatorMap publicGravatar Peter Collingbourne2012-07-11
* Boogie: add /printCFG command line option, which prints each implementation's...Gravatar Peter Collingbourne2012-06-06
* Fix DomRelation.DominatedBy for the case where the dominator is the sourceGravatar Peter Collingbourne2012-05-22
* added code to handle irreducible graphsGravatar qadeer2011-08-20
* full port of houdini projectGravatar qadeer2011-08-04
* Call PostOrderVisitIterative by defaultGravatar Unknown2011-06-26
* Added an iterative version of PostOrderVisit (but it is not called)Gravatar Unknown2011-06-26
* Replaced all dictionaries that mapped to bool (i.e., were being used to imple...Gravatar mikebarnett2011-03-10
* Renamed NonNullElements to NonNullDictionaryAndValues because the keys to dic...Gravatar mikebarnett2011-03-10
* Eliminated dependencies on SpecSharp and CCI from Boogie.sln and Dafny.slnGravatar qadeer2010-12-01
* fixed bug in extract loops by ensuring that loop extraction is done in nestin...Gravatar qadeer2010-09-01
* Boogie: Removed some errors with code contracts (commenting out doubly-inheri...Gravatar tabarbe2010-08-27
* Boogie: Graph port 1/3: Committing new sourcesGravatar tabarbe2010-08-27
* Boogie: Renaming the Graph files in preparation for the commit of my port.Gravatar tabarbe2010-08-27