]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2012-01-11 khooypBase version on local SVN change rather than the overal...
2012-01-11 khooypFix creation of SimplifyingNodeFactory to use STPMgr...
2012-01-11 khooypFix BitBlaster to consistently use the hash_set macro...
2012-01-11 khooypConditionally enable -march=native, since it doesn...
2012-01-11 khooypSource local configuration from scripts/Makefile.local...
2012-01-11 trevor_hansenRevert the compiler flags.
2012-01-10 trevor_hansenImprovement. Replace implementation with a node iterator.
2012-01-10 trevor_hansen* Add some extra configuration options. * Change how...
2012-01-10 trevor_hansenImprovement. Ability to give a random number to the...
2012-01-10 trevor_hansenRevert the makefile, I didn't mean to checkin.
2012-01-10 trevor_hansenImportant bugfix. r1423 introduced a defect that gives...
2012-01-10 trevor_hansenAdds an extra multiplication variant that's not enabled...
2012-01-09 trevor_hansenFix. Another broken assertion.
2012-01-09 trevor_hansenFix. Bad assertion, thanks to Stephan Falke.
2012-01-08 trevor_hansenAdd another configuration option.
2012-01-08 trevor_hansenChanges to how multiplication can be encoded. No change...
2012-01-07 trevor_hansenFix to experimental code that's not turned on.
2012-01-07 trevor_hansenFix. Code that isn't enabled without a special config...
2012-01-07 trevor_hansenAdds improved code and extra multiplication variants...
2012-01-07 trevor_hansenRefactor. Remove some bad code.
2012-01-07 trevor_hansenRefactor. Automatically layout the code.
2012-01-07 trevor_hansenImprovement. Assert that multiplications that have...
2012-01-05 trevor_hansenProbably a refactor. This comments out the write-refine...
2012-01-05 trevor_hansenImportant Bugfix. Thanks to Khoo Yit Phang.
2012-01-04 trevor_hansenImprovement. Remove an unused configuration option.
2012-01-04 trevor_hansenImportant Bugfix. My last checkin only initialised...
2012-01-04 trevor_hansenFix. Remove unnecessary include that broke redhat compl...
2012-01-04 trevor_hansenImprovement. Replace difficulty and printing implementa...
2012-01-03 trevor_hansenRefactor. Replace stacks with lists.
2012-01-02 trevor_hansenBugfix. The previous checkin broke multiplication.
2012-01-02 trevor_hansenRefactor
2012-01-02 trevor_hansenAdd missing files from the last checkin.
2012-01-02 trevor_hansenImprovement. Better constant bit propagation of multipl...
2012-01-02 trevor_hansenImprovement. Extra rewriting rules.
2011-12-31 trevor_hansenImprovement. Bitblasting variants can not be set from...
2011-12-30 trevor_hansenRefactor. Automatically layout.
2011-12-30 trevor_hansenRefactor. removing namespace references in the code
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.
next