index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
formal
/
SMTChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removing extra default cases to force compile time error, instead of runtime.
Anurag Dashputre
2018-09-30
1
-2
/
+0
*
Split IntegerType into IntegerType and AddressType.
Daniel Kirchner
2018-09-05
1
-1
/
+4
*
SMT: do not crash on referencing MagicVariableDeclaration
Alex Beregszaszi
2018-08-08
1
-2
/
+8
*
SMT model variables are sorted and printed as secondary source location
Leonardo Alt
2018-08-02
1
-3
/
+11
*
Replace "value" by "<result>" in the SMT model
Leonardo Alt
2018-08-02
1
-3
/
+3
*
[SMTChecker] Add CheckResult::CONFLICTING
Leonardo Alt
2018-07-27
1
-0
/
+5
*
[SMTChecker] SMTPortfolio: use all SMT solvers available
Leonardo Alt
2018-07-27
1
-15
/
+2
*
Add better warning on binary operation on non-integer types in SMT Checker
Alex Beregszaszi
2018-07-25
1
-1
/
+8
*
Add assert for both branches in mergeVariables in SMTChecker
Alex Beregszaszi
2018-07-25
1
-0
/
+1
*
Code, Changelog, ReleaseChecklist: Fix typos.
Cryptomental
2018-07-11
1
-1
/
+1
*
Refactoring Declaration -> VariableDeclaration (more precise)
Leonardo Alt
2018-06-12
1
-26
/
+25
*
Review comments
Leonardo Alt
2018-06-12
1
-8
/
+6
*
Refactoring how storage and local variables are managed.
Leonardo Alt
2018-06-12
1
-28
/
+26
*
Bool variables should not allow arithmetic comparison
Leonardo Alt
2018-05-17
1
-5
/
+1
*
[SMTChecker] Declaring all state vars before any function is visited
Leonardo Alt
2018-05-15
1
-2
/
+13
*
[SMTChecker] Support to integer and Bool storage vars
Leonardo Alt
2018-05-15
1
-4
/
+29
*
Revert "BREAKING: Bool variables should not allow arithmetic comparison"
chriseth
2018-05-02
1
-1
/
+5
*
Bool variables should not allow arithmetic comparison
Leonardo Alt
2018-04-27
1
-5
/
+1
*
[SMTChecker] Remove 'information is erase' message for if-else
Leonardo Alt
2018-04-19
1
-9
/
+9
*
[SMTChecker] Using solUnimplementedAssert instead of solAssert when applicable
Leonardo Alt
2018-04-18
1
-2
/
+2
*
[SMTChecker] Integration with CVC4
Leonardo Alt
2018-04-17
1
-0
/
+4
*
[SMTChecker_Bool] Fix PR review comments: method renaming and solAssert
Leonardo Alt
2018-03-13
1
-7
/
+8
*
[SMTChecker_Bool] Fix PR comments; Add support to gt, ge, lt, le. and tests.
Leonardo Alt
2018-03-13
1
-16
/
+32
*
[SMTChecker] Support to Bool variables
Leonardo Alt
2018-03-13
1
-1
/
+1
*
Supported types listed in SSAVariable
Leonardo Alt
2018-03-01
1
-2
/
+2
*
Integer min and max values placed under SymbolicIntVar instead of SMTChecker
Leonardo Alt
2018-03-01
1
-11
/
+3
*
[SMTChecker] A little refactoring on SSA vars
Leonardo Alt
2018-03-01
1
-46
/
+35
*
[SMTChecker] Variables are merged after branches (ite variables)
Leonardo Alt
2018-01-05
1
-7
/
+25
*
[SMTChecker] Fix typo in the code (satisifable->satisfiable)
Leonardo Alt
2017-12-19
1
-6
/
+6
*
[SMTChecker] Helper functions to add an expression to the solver conjoined wi...
Leonardo Alt
2017-12-14
1
-5
/
+15
*
[SMTChecker] Keep track of current path conditions
Leonardo Alt
2017-12-14
1
-8
/
+27
*
Fix expression creation problems.
chriseth
2017-11-30
1
-19
/
+30
*
Fix signed division.
chriseth
2017-11-30
1
-2
/
+16
*
Unary operators and division.
chriseth
2017-11-30
1
-56
/
+135
*
Fix problem with non-value-typed variables.
chriseth
2017-11-22
1
-13
/
+13
*
For loop.
chriseth
2017-11-22
1
-0
/
+42
*
Check for conditions being constant.
chriseth
2017-11-22
1
-26
/
+87
*
Tests.
chriseth
2017-11-22
1
-5
/
+0
*
Track usage of variables.
chriseth
2017-11-22
1
-62
/
+68
*
Handle branches.
chriseth
2017-11-22
1
-54
/
+78
*
Rename variables in SMT checker.
chriseth
2017-10-18
1
-9
/
+9
*
SMT should not crash on typecast/structs
Alex Beregszaszi
2017-10-05
1
-0
/
+10
*
Review changes.
chriseth
2017-08-23
1
-11
/
+11
*
Use experimental feature pragma for SMT checker.
chriseth
2017-08-23
1
-6
/
+1
*
Partial support for if statements.
chriseth
2017-08-23
1
-15
/
+94
*
Format numbers more nicely.
chriseth
2017-08-23
1
-11
/
+25
*
Refactor Z3 read callback.
chriseth
2017-08-23
1
-3
/
+24
*
Insert abstraction layer.
chriseth
2017-08-23
1
-26
/
+27
*
Prepare build system for Z3.
chriseth
2017-08-23
1
-0
/
+3
*
Cleanup.
chriseth
2017-08-23
1
-4
/
+443
*
z3 conditions
chriseth
2017-08-23
1
-0
/
+36