FloatingPoint: Separate out symFPU glue code. (#5492)
[cvc5.git] / src / theory / rewriter.cpp
2020-11-20 Aina NiemetzFix compiler warnings. (#5493)
2020-11-16 Gereon KremerImprove accuracy of resource limitation (#4763)
2020-10-21 Andrew Reynolds(proof-new) Fixes for proofs in rewriter (#5307)
2020-09-22 Mathias PreinerUpdate copyright header script to support CMake and...
2020-09-02 Andrew Reynolds(proof-new) Updates to builtin proof checker (#4962)
2020-07-15 Andres NoetzliUse TypeNode in UninterpretedConstant (#4748)
2020-07-14 Andrew Reynolds(proof-new) Skeleton proof support in the Rewriter...
2020-07-07 Andrew ReynoldsTransfer ownership of internal Options from NodeManager...
2020-06-16 Aina NiemetzUpdate copyright headers.
2020-04-03 Andres NoetzliUpdate theory rewriter ownership, add stats to strings...
2020-04-02 Andres NoetzliInitialize theory rewriters in theories (#4197)
2020-03-11 Andres NoetzliIntroduce tables in the rewriter (#3742)
2020-03-05 Mathias PreinerEnable -Wshadow and fix warnings. (#3909)
2020-02-27 Andrew ReynoldsInitial work towards -Wshadow (#3817)
2020-02-20 Mathias Preinerresource manager: Add statistic for every resource...
2019-12-17 Mathias PreinerGenerate code for options with modes. (#3561)
2019-12-15 Andrew ReynoldsSimple optimizations for the core rewriter (#3569)
2019-12-09 Andres NoetzliMake theory rewriters non-static (#3547)
2019-10-30 Mathias PreinerUnify CVC4_CHECK/CVC4_DCHECK/AlwaysAssert/Assert. ...
2019-08-01 Mathias PreinerFix memory leak in rewriter (debug mode). (#3141)
2019-03-26 Aina NiemetzUpdate copyright headers.
2018-08-08 Andres NoetzliRequire Swig 3 (#2283)
2018-06-25 Aina NiemetzUpdated copyright headers.
2018-01-27 Tim KingRemoving structurally dead code. (#1540)
2017-08-31 Andres NoetzliUse thread_local instead of compiler extensions (#210)
2017-07-21 Tim KingMerge branch 'master' into cleanup-regexp
2017-07-21 Tim KingMoving from the gnu extensions for hash maps to the...
2017-07-07 Mathias PreinerUpdate copyright headers.
2017-03-02 ajreynolEliminate Boolean term conversion. Generalizes removeIT...
2017-01-18 Andrew ReynoldsMerge pull request #128 from 4tXJ7f/fix_lfsc_perf
2017-01-14 Clark BarrettMerge pull request #130 from chadbrewbaker/master
2017-01-11 Clark BarrettMerge pull request #129 from timothy-king/regression...
2017-01-11 Tim KingAdding regression test scrubbing.
2016-04-20 PaulMengupdate from the master
2016-04-09 GuyMerge branch 'master' of https://github.com/CVC4/CVC4
2016-04-04 Tim KingUpdating the copyright headers and scripts.
2016-01-27 Liana HadareanMerged bit-vector and uf proof branch.
2016-01-09 Tim KingAdding a new Listener utility class. Changing the Resou...
2016-01-09 Tim KingRemoving StatisticsRegistry's static functions current...
2015-12-15 Tim KingRefactoring Options Handler & Library Cycle Breaking
2015-05-28 Liana Hadareanadded options for controlling resource step-count for...
2014-11-27 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2014-11-17 Liana HadareanResource-limiting work.
2014-07-10 Kshitij BansalMerge remote-tracking branch 'origin/master' into segfa...
2014-07-01 Morgan DetersUpdate copyrights.
2013-12-05 Morgan DetersUpdate copyrights, add missing file-level documentation...
2013-12-03 Tianyi LiangMerge branch 'master' of github.com:tiliang/CVC4
2013-12-03 lianahfixed rewriter bug where postRewrite was not caching...
2013-04-02 Morgan DetersRegenerated copyrights: canonicalized names, no emails
2013-04-02 Morgan Detersupdate copyrights
2012-10-11 Morgan DetersStandardizing copyright notice. Touches **ALL** source...
2012-10-06 Morgan Deters* Fix some regressions' expected outputs.
2012-07-31 Morgan Detersfixes for portfolio
2012-06-16 Dejan Jovanovićchanging theoryOf in shared mode with arrays to move...
2012-06-14 Dejan Jovanović* removing rewriteEquality from the rewriter
2012-06-13 Clark BarrettFixes lots of problems in bv rewrite rules and adds...
2012-06-12 Dejan Jovanovićbufixes and the bugs
2012-06-11 Clark BarrettOK, now the rewrite issues are fixed
2012-06-11 Clark BarrettFix for array bug with decision heuristic
2012-06-10 Clark BarrettAdded a very fruitful assertion to the rewriter: checks...
2012-05-28 Clark BarrettAdded some BV rewrites, fixed bugs in array theory...
2012-03-28 Dejan Jovanovićadding an extra cache check in the rewriter, speeds...
2011-10-17 Dejan JovanovićSharing work
2011-09-02 Morgan DetersMerge from my post-smtcomp branch. Includes:
2011-07-12 Morgan Detersfix bug 272, array unsoundness, and some array cleanup
2011-02-26 Morgan DetersCommit to fix bug 241 (improper "using namespace std...
2011-01-05 Dejan JovanovićCommit for the theory engine and rewriter changes....