]> git.unchartedbackwaters.co.uk Git - francis/stp.git/shortlog
francis/stp.git
2011-05-11 trevor_hansenBugfix. Arithmetic shifts by constants that didn't...
2011-05-11 trevor_hansenRevert the change to run_tests, I didn't mean to submit...
2011-05-11 trevor_hansenRemove the comment that 32-bit is best for arrays....
2011-05-11 trevor_hansen Improvement. Add array size statistics when printing...
2011-05-11 trevor_hansenBugfix. Maybe. Disable a comparison so that CNF convers...
2011-05-09 trevor_hansenAdds two extra simplfication rules.
2011-05-09 trevor_hansenMore simplification rules.
2011-05-07 trevor_hansenExtra simplification rules for the simplifying node...
2011-05-07 trevor_hansenSigned division now returns what is should. Signed...
2011-05-07 trevor_hansenAdd a public function that calls sizeReducing until...
2011-05-05 trevor_hansenAdds an extra BVPLUS simplification rule. Cleans up...
2011-05-05 trevor_hansenImportant bugfix. r1291 through to this revision, about...
2011-05-05 trevor_hansenAdd an extra simplification rule.
2011-05-04 trevor_hansenReplace variables before calling the interval analysis.
2011-05-04 trevor_hansenFunction to reset the stopwatch.
2011-05-04 trevor_hansenAnother fix to the same
2011-05-04 trevor_hansenCorrect the last patch. I don't think this code runs.
2011-05-04 trevor_hansenApply simplifications through arrayterms too.
2011-05-02 trevor_hansenBugfix. Rarely we get the wrong answer; I got two broke...
2011-05-01 trevor_hansenCompiling with -D_GLIBCXX_DEBUG reported warnings becau...
2011-05-01 trevor_hansenCode to apply the alwaysTrueSet. Not currently enabled.
2011-05-01 trevor_hansenEnable bitblast simplifications by default
2011-04-30 trevor_hansenTurn off the ite-context simplification by default.
2011-04-30 trevor_hansenImportant Bugfix. The prior checkin sometimes, but...
2011-04-30 trevor_hansenBugfix. The last checkin caused an infinite loop (often).
2011-04-30 trevor_hansenExtra simplification rules
2011-04-30 trevor_hansenExtra simplification rules.
2011-04-30 trevor_hansenConvert subtraction to addition in the simplifying...
2011-04-29 trevor_hansenBugfix. Reads might have been simplified down which...
2011-04-27 trevor_hansenImportant Bugfix. The prior checkin causes the WRONG...
2011-04-27 trevor_hansenExtra simplification rules. In particular a simple...
2011-04-27 trevor_hansenAdd extra simplifying rules.
2011-04-27 trevor_hansenFix. I thought that extracts don't add any information...
2011-04-27 trevor_hansenRemove signed division, modulus and remainder when...
2011-04-26 trevor_hansenTwo extra simplification rules.
2011-04-21 trevor_hansenChange the sorting network based adder (which isn't...
2011-04-20 trevor_hansenRefactor. Less verbose.
2011-04-20 trevor_hansenImprovement. Add a warning when parsing problems that...
2011-04-16 trevor_hansenExtra upfront simplification rules.
2011-04-14 trevor_hansenAdd some missing simplification rules for AND/OR/ propo...
2011-04-14 trevor_hansenShortcut in a rare circumstance.
2011-04-14 trevor_hansenExtra BVXOR simplification rules.
2011-04-13 trevor_hansenAdds the reverse of rules to catch an obscure but impor...
2011-04-13 trevor_hansenImprovement. Add a warning message when using --exit...
2011-04-13 trevor_hansenImprovement. Fix the difficulty score for subtraction.
2011-04-13 trevor_hansenFix the build. Without -NDEBUG wouldn't compile.
2011-04-13 trevor_hansenImprovement. Look for nodes that are true/false when...
2011-04-13 trevor_hansenRemove some assertions that don't necessarily hold.
2011-04-13 trevor_hansenImprovement. Replace the hashing node factory with...
2011-04-13 trevor_hansenExtra simplification rule.
2011-04-11 trevor_hansenoops. Meant to add this too.
2011-04-11 trevor_hansenAdd an extra simplification rule to the simplifying...
2011-04-11 trevor_hansenMove some division be zero code into the bitblaster...
2011-04-10 trevor_hansenAdds code, that's not currently enabled, to read-out...
2011-04-10 trevor_hansenImprovement. Use the simplifying node factory in transf...
2011-04-10 trevor_hansenRevert the previous revision. It broke lots.
2011-04-08 trevor_hansenImprovement. Use the simplifying node factory in transf...
2011-04-08 trevor_hansenImprovement. Don't add NOT FALSE at the end of the...
2011-04-07 trevor_hansenImprovement. When a node is simplified set a value...
2011-04-07 trevor_hansenImprovement. Output the time spent in a stage with -s.
2011-04-07 trevor_hansenHack. The ITE context simplification blows out ff.stp...
2011-04-07 trevor_hansenRevert. I didn't mean to checkin all those changes.
2011-04-07 trevor_hansenHack. The ITE context simplification blows out ff.stp...
2011-04-06 trevor_hansenRemove junk.
2011-04-06 trevor_hansenImprove the bvsolver.If the substitution of a monomial...
2011-04-06 trevor_hansenRefactor. Remove junk.
2011-04-03 trevor_hansenImprovement. Some extra simplifications for the simplif...
2011-04-03 trevor_hansenImprovement. The simplifying node factory never creates...
2011-03-31 trevor_hansenTiny improvement. Add the one-bit operations that evalu...
2011-03-31 trevor_hansenSmall improvement. Discard the inner write if the two...
2011-03-29 trevor_hansenWork around rare problem caused by the simplifying...
2011-03-28 trevor_hansenMake applySubstitutionMap idempotent (I hope).
2011-03-28 trevor_hansenImprovement. The simplifying node factory now eliminate...
2011-03-28 trevor_hansenDuring the size reducing transformations, now set the...
2011-03-28 trevor_hansenChange the names for some statistics.
2011-03-28 trevor_hansenExtra simplification rule for BVXOR.
2011-03-27 trevor_hansenAdd experimental code (not presently enabled), that...
2011-03-26 trevor_hansenImprovement. The simplifying node factory no longer...
2011-03-25 trevor_hansenImprovement. Convert left/right (NOT aritmetic), shifts...
2011-03-25 trevor_hansenImprovement. Better unsigned interval propagation of...
2011-03-25 trevor_hansenFix remove an extra pair of brackets from LETs. Thanks...
2011-03-24 trevor_hansenSlight speedup to the hashing node factory.
2011-03-24 trevor_hansenImprovement. Create fewer objects.
2011-03-24 trevor_hansenImprovement. No longer have vectors in the ASTSymbol...
2011-03-23 trevor_hansenSpeedup. Short cut before some copies were created.
2011-03-23 trevor_hansenMove CVC parser to using strings for LET names. Removes...
2011-03-23 trevor_hansenImprovement. SMTLIB2 lets now use strings for names...
2011-03-23 trevor_hansenFix the SMTLIB1 to not accept badly formed input. Previ...
2011-03-23 trevor_hansenIf there are unapplied substitutions before starting...
2011-03-23 trevor_hansenRefactor. Changes to whitespace only.
2011-03-23 trevor_hansenRefactor. A new function to check if there are unapplie...
2011-03-23 trevor_hansenNow assume there will be no unapplied substitutions...
2011-03-23 trevor_hansenRefactor. Convert from if-then-else to a switch.
2011-03-21 trevor_hansenAdds extra cases to the simplifying node factory.
2011-03-21 trevor_hansenFix division by zero results. x % 0, now equals x.
2011-03-20 trevor_hansenFix. x bvmod 0, now evaluates to x, not to 0.
2011-03-20 trevor_hansenImprovement. More cases for the simplifying node factory.
2011-03-18 trevor_hansenRemove debugging printf.
2011-03-18 trevor_hansenTest case for r1217.
2011-03-18 trevor_hansenImprovement. Pull bvsx through multiplication, signed...
next