]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2011-03-18 trevor_hansenImprovement. Pull bvsx through multiplication, signed...
2011-03-18 trevor_hansenImprovement. Add more operations to the unsigned interv...
2011-03-17 trevor_hansenImproved unsigned interval analysis. Extra operations...
2011-03-16 trevor_hansenAdd some extra simplifications to the simplifying node...
2011-03-14 trevor_hansen* The simplifying node factory now removes TRUEs when...
2011-03-14 trevor_hansenImprovement. Start to use the simplifying node factory...
2011-03-14 trevor_hansenImprovement. With stats enabled, only output the first...
2011-03-14 trevor_hansenMake SimplifyFormula idempotent. I don't know if this...
2011-03-14 trevor_hansenExperimental. Simplify all the bit-vector children...
2011-03-13 trevor_hansenImprovement. Add a simple read over write simplificatio...
2011-03-13 trevor_hansen* Clean up the simplifier some.
2011-03-13 trevor_hansenRefactor. Remove the simplify_upfront option. It's...
2011-03-13 trevor_hansenRefactor. Remove code that's not used.
2011-03-12 trevor_hansenFix. Missing break; in a switch. Dumb luck meant it...
2011-03-12 trevor_hansenFix. r1201 added a message to cout.
2011-03-12 trevor_hansenImprovement. Add a size reducing phase prior to perform...
2011-03-12 trevor_hansenImprovements.
2011-03-12 trevor_hansenFix. This assert() was very slow sometimes.
2011-03-10 trevor_hansenBugfix. r1194 didn't preserve the doubly linked list.
2011-03-10 trevor_hansenFiddle with the difficulty scorer.
2011-03-10 trevor_hansenFiddle with the difficulty scorer to better estimate...
2011-03-09 trevor_hansenMiscellaneous improvements.
2011-03-09 trevor_hansenFix. In the prior checkin I didn't keep track of which...
2011-03-09 trevor_hansenImprovement. Now do unconstrained elimination for all...
2011-03-07 trevor_hansenExtra simplification rules for BVAND, and EQ. These...
2011-03-07 trevor_hansenImprovement. Add an extra simplification rule for BVDIV...
2011-03-06 trevor_hansenAdd simplification of the top-most propositional part...
2011-03-05 trevor_hansenimprovement. Use the simplifying node factory be defaul...
2011-03-05 trevor_hansenTiny improvement. Create slightly fewer nodes.
2011-03-05 trevor_hansenFix a leak. I'd forgotten to call fclose().
2011-03-05 trevor_hansenFix a leak introduced in r1184.
2011-03-03 trevor_hansenImprovement. Specialise the replace function more for...
2011-03-03 trevor_hansenRefactor. Neaten up the CreateSubstitutionMap function.
2011-03-03 trevor_hansenFixes / Improvements.
2011-03-03 trevor_hansenImprovement. Only create possible values if it can...
2011-03-03 trevor_hansenEnable ITE Context stuff by default.
2011-03-03 trevor_hansenRefactor. I experimented with changing the allocator...
2011-03-01 trevor_hansenImprovement. Add an equality simplification.
2011-02-28 trevor_hansenImprovement. Enable ITE context simplifications again.
2011-02-27 trevor_hansenDisable ITE context simplifications. It's too slow...
2011-02-27 trevor_hansenBugfix. Terrible. Forgot to delete debugging code....
2011-02-27 trevor_hansenBugfix. Terrible. The last checkin causes STP to someti...
2011-02-27 trevor_hansenImprovement. An analysis that simplifies ITES by determ...
2011-02-26 trevor_hansenNo semantic change. Fix a mistake that caused no effect.
2011-02-26 trevor_hansenFix. XORs with >2 children sometimes reached the simpl...
2011-02-26 trevor_hansenBugfix. Terrible! Another fix. STP r1149 to here will...
2011-02-26 trevor_hansenBugfix. Terrible! STP r1149 to here will sometimes...
2011-02-24 trevor_hansenBugfix. The prior checkin added an assertion that didn...
2011-02-24 trevor_hansenFinish refactoring of the ArrayTransformer class.
2011-02-24 trevor_hansenPartial refactor. Remove the Arrayread_SymbolMap.
2011-02-24 trevor_hansenPartial refactor. Removing the Arrayname_ReadindicesMap.
2011-02-24 trevor_hansenPartial refactoring. Removing the arrayread_itemap.
2011-02-23 trevor_hansenRefactoring.
2011-02-23 trevor_hansenBugfix. Fix the prior checkin.
2011-02-23 trevor_hansenPartial Refactor. I'm reducing the number of collection...
2011-02-23 trevor_hansenExtra test cases that should be simplified down to...
2011-02-22 trevor_hansenRefactor. Overcome a temporary static fetish. Now better.
2011-02-22 trevor_hansenImprovement. Match the difficulty score better to the...
2011-02-22 trevor_hansenImprovement. The start of an unsigned interval simplifi...
2011-02-22 trevor_hansenImprovement. Handle extracts especially when doing...
2011-02-21 trevor_hansenBugfix. r1152 was broken. It got the widths wrong.
2011-02-21 trevor_hansenA new test case for the special unconstrained extract...
2011-02-21 trevor_hansenImprovement. Simplifying EQ a little better.
2011-02-14 trevor_hansenAdd find pure literals code.oooops.
2011-02-14 trevor_hansenEnable pure literal elimination, and unconstrained...
2011-02-14 trevor_hansenRemove unused configuration option. Update qualifiers.
2011-02-14 trevor_hansenAdd --config options to enable CNF conversion via Tseit...
2011-02-14 trevor_hansenAdd the code for unconstrained variable elimination...
2011-02-14 trevor_hansenImprovements.
2011-02-11 trevor_hansenAdd categories to the RunTime class for new simplifications
2011-02-10 trevor_hansenFix a leak in _asserts. I know of no other leaks.
2011-02-10 trevor_hansenImprovement. The SMTLIB1 & SMTLIB2 parsers were holding...
2011-02-10 khooypAdd conditional workaround for flex < 2.5.20, such...
2011-02-10 khooypClean up the build system for src/parser.
2011-02-10 khooypTemporarily rename CVC.* to cvclib.*; to be renamed...
2011-02-10 khooypFix inconsistent line endings, and execute bit on a...
2011-02-10 khooypFix a typo in the help string.
2011-02-08 trevor_hansenFix. For r1131 I deleted the wrong file.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang.
2011-02-08 trevor_hansenPatch from Khoo Yit Phang. Fix typos that caused main...
2011-02-07 trevor_hansenSpeedup the test harness. For the CVC tests STP is...
2011-02-05 trevor_hansenImprovement. Simplifiy from (X bvdiv 1) to X.
2011-02-05 trevor_hansenSpeedup. When performing constant bit propagation,...
2011-02-03 trevor_hansenImprovement. Reduce the scope of the bvsolver.
2011-02-03 trevor_hansenConvert these tests from cvc to smtlib2 format. The...
2011-02-03 trevor_hansenBugfix. The c-api calls ~STP and ~STPMgr. The changes...
2011-02-02 trevor_hansenImprovement. Cleanup memory better at the end.
2011-02-02 trevor_hansenImprovement. Use ABC's CNF converter by default when...
2011-02-02 trevor_hansenRemove no longer used code.
2011-02-02 trevor_hansenFix. Apply substitutions in another place to avoid...
2011-02-01 trevor_hansenLess Memory. Cache less frequently.
next