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
/
codegen
/
CompilerUtils.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create empty dynamic memory arrays more efficiently.
chriseth
2018-04-04
1
-0
/
+7
*
Add runtimeOnly option to pushCombinedFunctionEntryLabel
Alex Beregszaszi
2018-03-27
1
-1
/
+2
*
Simple size check for old ABI decoder.
chriseth
2018-03-21
1
-3
/
+7
*
Move the old ABI decoder code.
chriseth
2018-03-20
1
-0
/
+5
*
ABI decoder.
chriseth
2017-11-30
1
-0
/
+7
*
Split encodeToMemory to packedEncode and abiEncode
Alex Beregszaszi
2017-09-27
1
-0
/
+27
*
Make most of the parameters mandatory in encodeToMemory
Alex Beregszaszi
2017-09-27
1
-4
/
+4
*
Document more of the codegen features
Alex Beregszaszi
2017-08-29
1
-0
/
+12
*
Mark appropriate constructors explicit
Alex Beregszaszi
2017-08-22
1
-1
/
+1
*
Interface for new ABI encoder.
chriseth
2017-08-14
1
-0
/
+8
*
Change shiftNumberOnStack to bits
Alex Beregszaszi
2017-07-03
1
-2
/
+2
*
Add shift helper to CompilerUtils
Alex Beregszaszi
2017-07-03
1
-0
/
+6
*
Comment about zero length.
chriseth
2017-06-27
1
-0
/
+2
*
Change invalid opcode to revert for input validation.
chriseth
2017-06-24
1
-1
/
+9
*
Rename the SHA3 assembly instruction to KECCAK256
Alex Beregszaszi
2017-05-30
1
-1
/
+1
*
Remove error label / invalid jump label.
chriseth
2017-04-28
1
-4
/
+0
*
Renamed padToWordBoundaries -> padToWords
chriseth
2016-12-13
1
-9
/
+9
*
Split memcopy into three functions.
chriseth
2016-12-12
1
-1
/
+9
*
Turn off the identity precompile for testing
Alex Beregszaszi
2016-12-12
1
-1
/
+1
*
Add usingIdentity option to CompilerUtils::memoryCopy
Alex Beregszaszi
2016-12-12
1
-1
/
+1
*
codegen: clean not only booleans but all types before storing them into memory
Yoichi Hirai
2016-12-01
1
-1
/
+1
*
codegen: document _chopSignBits parameter of convertType function
Yoichi Hirai
2016-11-25
1
-0
/
+1
*
codegen: add an option to CovertType so that it can truncate sign bits
Yoichi Hirai
2016-11-25
1
-1
/
+1
*
Fix licensing headers
VoR0220
2016-11-23
1
-4
/
+4
*
Change encoding to address-funid and add "function" as ABI type.
chriseth
2016-11-16
1
-1
/
+1
*
Stored combined creation and runtime tags.
chriseth
2016-11-16
1
-0
/
+4
*
Change alignment.
chriseth
2016-11-16
1
-5
/
+5
*
External functions in storage.
chriseth
2016-11-16
1
-0
/
+7
*
Bugfix: Allocate empty array.
chriseth
2016-07-28
1
-0
/
+1
*
Simplify and optimise stack rotation.
chriseth
2015-12-01
1
-0
/
+6
*
Code generation for creating arrays.
chriseth
2015-11-26
1
-0
/
+5
*
File reorganisation.
chriseth
2015-10-21
1
-0
/
+182