| 2012-02-07 |
trevor_hansen | Disable signed bvmod propagator, I think it implements... |
commit | commitdiff | tree | snapshot |
| 2012-02-06 |
trevor_hansen | Add code to do maximally precise transformer via Reps. |
commit | commitdiff | tree | snapshot |
| 2012-02-06 |
trevor_hansen | Fix. Get it the utility compiling. |
commit | commitdiff | tree | snapshot |
| 2012-02-06 |
trevor_hansen | Include a utliity to measure the cbitp time. |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
trevor_hansen | Remove debugging message. |
commit | commitdiff | tree | snapshot |
| 2012-02-04 |
trevor_hansen | Enable bit-blaster equivalency checking by default. |
commit | commitdiff | tree | snapshot |
| 2012-02-03 |
trevor_hansen | Improvement. Cleanup how the bb equivalent vector opera... |
commit | commitdiff | tree | snapshot |
| 2012-02-03 |
trevor_hansen | Improvement. Use AIGs to find semantically equivalent... |
commit | commitdiff | tree | snapshot |
| 2012-02-03 |
trevor_hansen | disable sbvmod propagator. |
commit | commitdiff | tree | snapshot |
| 2012-02-03 |
trevor_hansen | Improvement. Use the results of bit-blasting to detect... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
trevor_hansen | Search for a AND (NOT a), a OR (NOT a), when doing... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
trevor_hansen | A fixed version r1547. I missed a bound. |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
trevor_hansen | Revert. The prior change to min/max has some problem... |
commit | commitdiff | tree | snapshot |
| 2012-02-02 |
trevor_hansen | Improvement. 10x better min and max value out of the... |
commit | commitdiff | tree | snapshot |
| 2012-02-01 |
trevor_hansen | Small speedup. Remove redundant initialisation. |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
trevor_hansen | Refactor. Automatically layout. |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
trevor_hansen | Improvement. This makes the multiplication propagator... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
trevor_hansen | Improvement. Better leading zero detection in the multi... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
trevor_hansen | Improvement, if there are < 10 array reads, write them... |
commit | commitdiff | tree | snapshot |
| 2012-01-31 |
trevor_hansen | Adds extra code that is not enabled by default. |
commit | commitdiff | tree | snapshot |
| 2012-01-30 |
trevor_hansen | Improvement. For some bechmarks anyway. Completely... |
commit | commitdiff | tree | snapshot |
| 2012-01-29 |
trevor_hansen | Remove implication graph code. It's too slow to be... |
commit | commitdiff | tree | snapshot |
| 2012-01-29 |
trevor_hansen | Improvement. Generalise fixing of trailing zeroes in... |
commit | commitdiff | tree | snapshot |
| 2012-01-29 |
trevor_hansen | Improvement. Generalise the equality check when exausti... |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
trevor_hansen | Fix an assertion error. |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
trevor_hansen | Make another class noncopyable. |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
trevor_hansen | Improvement. Enable the simplifying node factory by... |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
trevor_hansen | Add the cloud9 test cases to regressall. |
commit | commitdiff | tree | snapshot |
| 2012-01-28 |
trevor_hansen | Improvement. We missed an unusual case when deciding... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Improvement. Patch ABC to replace the standard popcount... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Fix to the prior checkin. It was completely wrong. |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Improvement. Don't clean up the advanced CNF generator... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Fix the SMTLIB2 application language parser. |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Improvement. The SMT-LIB2 parser no longer stores a... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Cleanup. This removes some of the code for the user... |
commit | commitdiff | tree | snapshot |
| 2012-01-26 |
trevor_hansen | Fix the rewrite generator to compile. |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Improvement. Do better trailing zero propagation on... |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Fix comment.: |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Improvement. Add the ability to set a soft timeout... |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Clean up. I think this is just a refactor, but aren... |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Refactor. Automatically layout code. |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Refactor. Rename parserinterface to cpp_interface. |
commit | commitdiff | tree | snapshot |
| 2012-01-24 |
trevor_hansen | Refactor. First step in moving the parser interface... |
commit | commitdiff | tree | snapshot |
| 2012-01-23 |
trevor_hansen | Fix the build again. |
commit | commitdiff | tree | snapshot |
| 2012-01-23 |
trevor_hansen | Fix the build. Spotted by Vijay Ganesh, Spencer Whitman... |
commit | commitdiff | tree | snapshot |
| 2012-01-23 |
trevor_hansen | Fix. Thanks to Stephan Falke. Last checkin put a depend... |
commit | commitdiff | tree | snapshot |
| 2012-01-22 |
trevor_hansen | Mark most of the classes that shouldn't be copied as... |
commit | commitdiff | tree | snapshot |
| 2012-01-21 |
trevor_hansen | Improvement. Remove the do-not-solve-for set. I suspect... |
commit | commitdiff | tree | snapshot |
| 2012-01-20 |
trevor_hansen | Remove the xor solver from the bvsolver. XORs are now... |
commit | commitdiff | tree | snapshot |
| 2012-01-17 |
trevor_hansen | Improvement. Rewrite the Equality Propagation code... |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
trevor_hansen | Refactor. Add an extra configuration option to control... |
commit | commitdiff | tree | snapshot |
| 2012-01-16 |
trevor_hansen | Refactor. |
commit | commitdiff | tree | snapshot |
| 2012-01-14 |
trevor_hansen | Extra unit tests. |
commit | commitdiff | tree | snapshot |
| 2012-01-14 |
trevor_hansen | Extra unit test. |
commit | commitdiff | tree | snapshot |
| 2012-01-12 |
trevor_hansen | Remove a clang warning. No change. |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Fix BitBlaster to not use the non-standard std::vector... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
petercol | Fix Clang compilation. |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Add a C API test for the leak fixed in r1141 (when... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Base version on local SVN change rather than the overal... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Fix creation of SimplifyingNodeFactory to use STPMgr... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Fix BitBlaster to consistently use the hash_set macro... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Conditionally enable -march=native, since it doesn... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
khooyp | Source local configuration from scripts/Makefile.local... |
commit | commitdiff | tree | snapshot |
| 2012-01-11 |
trevor_hansen | Revert the compiler flags. |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | Improvement. Replace implementation with a node iterator. |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | * Add some extra configuration options. * Change how... |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | Improvement. Ability to give a random number to the... |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | Revert the makefile, I didn't mean to checkin. |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | Important bugfix. r1423 introduced a defect that gives... |
commit | commitdiff | tree | snapshot |
| 2012-01-10 |
trevor_hansen | Adds an extra multiplication variant that's not enabled... |
commit | commitdiff | tree | snapshot |
| 2012-01-09 |
trevor_hansen | Fix. Another broken assertion. |
commit | commitdiff | tree | snapshot |
| 2012-01-09 |
trevor_hansen | Fix. Bad assertion, thanks to Stephan Falke. |
commit | commitdiff | tree | snapshot |
| 2012-01-08 |
trevor_hansen | Add another configuration option. |
commit | commitdiff | tree | snapshot |
| 2012-01-08 |
trevor_hansen | Changes to how multiplication can be encoded. No change... |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Fix to experimental code that's not turned on. |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Fix. Code that isn't enabled without a special config... |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Adds improved code and extra multiplication variants... |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Refactor. Remove some bad code. |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Refactor. Automatically layout the code. |
commit | commitdiff | tree | snapshot |
| 2012-01-07 |
trevor_hansen | Improvement. Assert that multiplications that have... |
commit | commitdiff | tree | snapshot |
| 2012-01-05 |
trevor_hansen | Probably a refactor. This comments out the write-refine... |
commit | commitdiff | tree | snapshot |
| 2012-01-05 |
trevor_hansen | Important Bugfix. Thanks to Khoo Yit Phang. |
commit | commitdiff | tree | snapshot |
| 2012-01-04 |
trevor_hansen | Improvement. Remove an unused configuration option. |
commit | commitdiff | tree | snapshot |
| 2012-01-04 |
trevor_hansen | Important Bugfix. My last checkin only initialised... |
commit | commitdiff | tree | snapshot |
| 2012-01-04 |
trevor_hansen | Fix. Remove unnecessary include that broke redhat compl... |
commit | commitdiff | tree | snapshot |
| 2012-01-04 |
trevor_hansen | Improvement. Replace difficulty and printing implementa... |
commit | commitdiff | tree | snapshot |
| 2012-01-03 |
trevor_hansen | Refactor. Replace stacks with lists. |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
trevor_hansen | Bugfix. The previous checkin broke multiplication. |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
trevor_hansen | Refactor |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
trevor_hansen | Add missing files from the last checkin. |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
trevor_hansen | Improvement. Better constant bit propagation of multipl... |
commit | commitdiff | tree | snapshot |
| 2012-01-02 |
trevor_hansen | Improvement. Extra rewriting rules. |
commit | commitdiff | tree | snapshot |
| 2011-12-31 |
trevor_hansen | Improvement. Bitblasting variants can not be set from... |
commit | commitdiff | tree | snapshot |
| 2011-12-30 |
trevor_hansen | Refactor. Automatically layout. |
commit | commitdiff | tree | snapshot |
| 2011-12-30 |
trevor_hansen | Refactor. removing namespace references in the code |
commit | commitdiff | tree | snapshot |
| 2011-12-30 |
trevor_hansen | Tiny Improvement. Remove an unnecessary check. |
commit | commitdiff | tree | snapshot |
| 2011-12-29 |
trevor_hansen | Refactor. Now finised. doing what I broke in r1445... |
commit | commitdiff | tree | snapshot |
| 2011-12-29 |
trevor_hansen | Refactor. automatically layout code. |
commit | commitdiff | tree | snapshot |
| 2011-12-29 |
trevor_hansen | Improvement. Disable propagating equalities separately |
commit | commitdiff | tree | snapshot |
| 2011-12-29 |
trevor_hansen | Refactor |
commit | commitdiff | tree | snapshot |
| next |