index
:
dexon-solidity
develop
release
DEXON fork of Solidity (https://github.com/dexon-foundation/dsolidity)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libsolidity
/
codegen
/
LValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed signed shift right from the utilities.
chriseth
2018-05-01
1
-1
/
+1
*
Use shift helper in LValue
Alex Beregszaszi
2017-07-03
1
-4
/
+2
*
Change references to FunctionType::Location
Alex Beregszaszi
2017-03-16
1
-2
/
+2
*
codegen: truncate booleans before they enter storage
Yoichi Hirai
2016-12-01
1
-1
/
+0
*
codegen: storing of non-value types; add some assertions
Yoichi Hirai
2016-11-25
1
-8
/
+5
*
codegen: merge type conversion and cleaning up
Yoichi Hirai
2016-11-25
1
-3
/
+2
*
codegen: add an option to CovertType so that it can truncate sign bits
Yoichi Hirai
2016-11-25
1
-8
/
+2
*
codegen: cleanup stored values in a more consistent way
Yoichi Hirai
2016-11-25
1
-4
/
+16
*
codegen: cleanup value types before storing them
Yoichi Hirai
2016-11-24
1
-0
/
+5
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Fix tests.
chriseth
2016-11-16
1
-1
/
+11
*
Implement uninitialized storage functions.
chriseth
2016-11-16
1
-11
/
+15
*
Bugfix in code generator.
chriseth
2016-11-16
1
-1
/
+1
*
Change alignment.
chriseth
2016-11-16
1
-2
/
+2
*
External functions in storage.
chriseth
2016-11-16
1
-7
/
+25
*
Unimplemented features moved to their own exception (#1361)
Rhett Aultman
2016-11-15
1
-2
/
+2
*
Clear all value types prior to storing.
chriseth
2016-10-31
1
-7
/
+1
*
Remove the remains of "expresison"
Nicolai
2016-07-15
1
-1
/
+1
*
Remove unused tests and add asserts for not implemented parts in code generat...
chriseth
2016-05-11
1
-3
/
+6
*
added bytes conversion tests, resolved that, converted to binary scaling, ref...
VoR0220
2016-05-10
1
-1
/
+0
*
initial work for fixed types...potentially needing a constant literal type fo...
RJ Catalano
2016-05-10
1
-0
/
+4
*
reduce unnecessary solidity:: namespace
Dimitry
2016-04-04
1
-77
/
+77
*
rename namespace for instruction.h/cpp in libevmasm
Dimitry
2016-04-02
1
-77
/
+77
*
move libevmcore to solidity
Dimitry
2016-04-02
1
-1
/
+1
*
Make members context-sensitive.
chriseth
2015-11-26
1
-2
/
+2
*
Fix memory overwrite problem for arrays.
chriseth
2015-11-17
1
-3
/
+13
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+546