]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2012-01-26 trevor_hansenImprovement. Patch ABC to replace the standard popcount...
2012-01-26 trevor_hansenFix to the prior checkin. It was completely wrong.
2012-01-26 trevor_hansenImprovement. Don't clean up the advanced CNF generator...
2012-01-26 trevor_hansenFix the SMTLIB2 application language parser.
2012-01-26 trevor_hansenImprovement. The SMT-LIB2 parser no longer stores a...
2012-01-26 trevor_hansenCleanup. This removes some of the code for the user...
2012-01-26 trevor_hansenFix the rewrite generator to compile.
2012-01-24 trevor_hansenImprovement. Do better trailing zero propagation on...
2012-01-24 trevor_hansenFix comment.:
2012-01-24 trevor_hansenImprovement. Add the ability to set a soft timeout...
2012-01-24 trevor_hansenClean up. I think this is just a refactor, but aren...
2012-01-24 trevor_hansenRefactor. Automatically layout code.
2012-01-24 trevor_hansenRefactor. Rename parserinterface to cpp_interface.
2012-01-24 trevor_hansenRefactor. First step in moving the parser interface...
2012-01-23 trevor_hansenFix the build again.
2012-01-23 trevor_hansenFix the build. Spotted by Vijay Ganesh, Spencer Whitman...
2012-01-23 trevor_hansenFix. Thanks to Stephan Falke. Last checkin put a depend...
2012-01-22 trevor_hansenMark most of the classes that shouldn't be copied as...
2012-01-21 trevor_hansenImprovement. Remove the do-not-solve-for set. I suspect...
2012-01-20 trevor_hansenRemove the xor solver from the bvsolver. XORs are now...
2012-01-17 trevor_hansenImprovement. Rewrite the Equality Propagation code...
2012-01-16 trevor_hansenRefactor. Add an extra configuration option to control...
2012-01-16 trevor_hansenRefactor.
2012-01-14 trevor_hansenExtra unit tests.
2012-01-14 trevor_hansenExtra unit test.
2012-01-12 trevor_hansenRemove a clang warning. No change.
2012-01-11 khooypFix BitBlaster to not use the non-standard std::vector...
2012-01-11 petercolFix Clang compilation.
2012-01-11 khooypAdd a C API test for the leak fixed in r1141 (when...
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
next