]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2011-12-30 trevor_hansenTiny Improvement. Remove an unnecessary check.
2011-12-29 trevor_hansenRefactor. Now finised. doing what I broke in r1445...
2011-12-29 trevor_hansenRefactor. automatically layout code.
2011-12-29 trevor_hansenImprovement. Disable propagating equalities separately
2011-12-29 trevor_hansenRefactor
2011-12-29 trevor_hansenRefactor. Retry splitting out propagating equalities.
2011-12-29 trevor_hansenRefactor. Redoing the same changes in smaller pieces.
2011-12-29 trevor_hansenBugfix. Reverting to r1445. r1446 sometimes broke.
2011-12-29 trevor_hansenRefactor. Remove propagate equalities to its own class.
2011-12-29 trevor_hansenFix. If >2 arity multiplication nodes are requested...
2011-12-22 trevor_hansenRefactor. rename a configuration property.
2011-12-22 trevor_hansenCleanup some of the command line parsing.
2011-12-22 trevor_hansenCleanup how the command line arguments are printed.
2011-12-20 trevor_hansenImprovement. If refinement is disabled, and the number...
2011-12-20 trevor_hansenRefactor. Remove no longer used variables.
2011-12-20 trevor_hansenImprovement. Remove unused parameter. Better hiding.
2011-12-20 trevor_hansenImprovement. Better manage the data stored to revert...
2011-12-20 trevor_hansenImprovement. A better type for the polarities of the...
2011-12-19 trevor_hansenImprovment. When using the XOR solver, don't apply...
2011-11-30 trevor_hansenImprovement. Generate expressions from a cleaner grammar.
2011-11-30 trevor_hansenImprovement. Some missed single level size preserving...
2011-11-30 trevor_hansenImprovements. Reduce the bit-width to speed up generati...
2011-11-29 trevor_hansenUtility to automatically generate rewrite rules.
2011-11-28 trevor_hansenImprovement. If simplifications make the problem contai...
2011-11-28 trevor_hansenRevert to r1423. I checked in the wrong file.
2011-11-28 trevor_hansenImprovement. If simplifications make the problem contai...
2011-11-28 trevor_hansenImprovement. Allow 128-bit indices with a compile time...
2011-11-25 trevor_hansenImprovement. Adds half a dozen extra size preserving...
2011-11-18 trevor_hansenRefactor. Automatically layout the code.
2011-11-15 trevor_hansenImprovement. On the smtcomp2007, disabling the freaky...
2011-11-13 trevor_hansenRewrite rule changes. Left shift by a constant now...
2011-11-13 trevor_hansenRefactor.
2011-11-13 trevor_hansenTest case for r1410. Thanks to Stephan Falke.
2011-11-10 raphael-michelAdded my name to authors list
2011-11-10 trevor_hansenImprovement. Extra c-api options from Stephan Falke.
2011-11-10 trevor_hansenRemove old command line flags.
2011-11-10 trevor_hansenImprovement. Add the ability to set SAT solvers via...
2011-10-22 trevor_hansenImprovement. The default array solver is now built...
2011-10-17 trevor_hansenCleanup a bit. Include suggestion from Oliver Crameri.
2011-10-17 trevor_hansenFix. Print back CVC wasn't prininting back all of the...
2011-10-15 trevor_hansenFix the prior checkin. I left a debug message turned on.
2011-10-15 trevor_hansenExperimental change. Do an expensive check if the index...
2011-10-12 trevor_hansenFix mismatched malloc/delete as reported by Edward...
2011-09-29 trevor_hansenAdd a disable all simplifications option.
2011-09-27 trevor_hansenOoops. Add the fix.
2011-09-27 trevor_hansenBugfix. Couldn't create booleans via the interface...
2011-09-13 trevor_hansenImprovment. Don't run destructors by default, just...
2011-09-12 trevor_hansenImprovement. speed up checking for array terms.
2011-09-11 trevor_hansenImprovement. run unconstrained elimination after propag...
2011-09-11 trevor_hansenImprovement. Speedup checking for changes by just compa...
2011-09-11 trevor_hansenThis fuzzer now outputs lots of files to the current...
2011-09-01 trevor_hansenBugfix. Thanks for Jianjun Huang for the report. If...
2011-08-31 trevor_hansenextra debug message.
2011-08-22 trevor_hansenImprovement. Wrap most of the calls to bvtypecheck...
2011-08-13 trevor_hansenBugfix. Some array reads were not removed as is require...
2011-08-11 trevor_hansenAdd ability to use CMS2 via the c-interface.
2011-08-09 trevor_hansenTrialing adding a symbolic link. Cristian Cadar wants...
2011-08-09 trevor_hansenImprovement. Only set the install prefix if the envirom...
2011-08-09 trevor_hansenExtra capi checks.
2011-08-09 trevor_hansenFix. If the c-interface was used to create nodes, then...
2011-08-09 trevor_hansenInterface Change. The c-interface now uses the simplify...
2011-08-09 trevor_hansenBugfix. #x notation for hex literals did not work.
2011-08-06 trevor_hansenAdd unconstrained shift for left/right.
2011-07-29 trevor_hansenextra unit test
2011-07-26 trevor_hansenBugfix. If nodes are created with just the hashing...
2011-07-18 trevor_hansenImprovement. Sort partial products in the multiplication.
2011-07-12 trevor_hansenImprovement. Maybe. Left recursion is supposed to be...
2011-07-12 trevor_hansenOutput the peak memory used when using -s.
2011-07-12 trevor_hansenFix to get it compiling with Cygwin. Thanks to Marzio...
2011-07-12 trevor_hansenFix. unit_test script was not working. Adds another...
2011-07-12 trevor_hansenBugfix. Thanks to Jingyue Wu for reporting sbvdiv was...
2011-07-12 trevor_hansenPatch from Peter Collingbourne to enable compiling...
2011-07-12 trevor_hansenRemove the include directory. It shouldn't be here.
2011-07-09 trevor_hansenFix. The SMTLIB2 parser now outputs "success" in reply...
2011-07-07 trevor_hansenMove functions around so that clang links.
2011-07-07 trevor_hansenRemove clang warnings.
2011-07-07 trevor_hansenFix clang warnings.
2011-07-07 trevor_hansenSilence a clang warning message.
2011-06-30 trevor_hansenImprovement. Needed for using STP interactively.
2011-06-27 trevor_hansenAdds the push(n) and pop(n) instructions to the SMTLIB2...
2011-06-26 trevor_hansenMove the filename counter out so it's saved between...
2011-06-26 trevor_hansenImprovement. Additional simplification rules.
2011-06-23 trevor_hansenFix. Look for fatal errors when running tests.
2011-06-23 trevor_hansenImprovement. Simplifying minisat now uses the advanced...
2011-06-22 trevor_hansenImprovement. Create fewer clauses when creating an...
2011-06-21 trevor_hansenAutomatically format this code. No semantic change.
2011-06-21 trevor_hansenCheck axioms for indexes in order of the number of...
2011-06-20 trevor_hansenImprovement. During abstraction refinement process...
2011-06-20 trevor_hansenFix. I forgot to remove the descriptions of -e -f from...
2011-06-20 trevor_hansenRemove the code for the not-working FOR construct.
2011-06-20 trevor_hansenVijay advised we aren't going to do fors.
2011-06-19 trevor_hansenUse the advanced CNF generator to encode array problems...
2011-06-16 trevor_hansenAdd boost to the licence, fix bitvector description.
2011-06-16 trevor_hansenBugfix. Fix the semantics of BVSMOD to always give...
2011-06-16 trevor_hansenSpeedup for easy instances. Don't call the SAT solver...
2011-06-14 trevor_hansenAdd cloud9 test cases.
2011-06-09 trevor_hansenA windows patch to r446 from Hume.
2011-05-12 trevor_hansenImprovement. Make error checking more normal.
2011-05-12 trevor_hansenExtra simplification rule.
2011-05-11 trevor_hansenExtra test cases that simplify down to nothing.
next