aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/CompilerUtils.h
Commit message (Expand)AuthorAgeFilesLines
* Renamed padToWordBoundaries -> padToWordschriseth2016-12-131-9/+9
* Split memcopy into three functions.chriseth2016-12-121-1/+9
* Turn off the identity precompile for testingAlex Beregszaszi2016-12-121-1/+1
* Add usingIdentity option to CompilerUtils::memoryCopyAlex Beregszaszi2016-12-121-1/+1
* codegen: clean not only booleans but all types before storing them into memoryYoichi Hirai2016-12-011-1/+1
* codegen: document _chopSignBits parameter of convertType functionYoichi Hirai2016-11-251-0/+1
* codegen: add an option to CovertType so that it can truncate sign bitsYoichi Hirai2016-11-251-1/+1
* Fix licensing headersVoR02202016-11-231-4/+4
* Change encoding to address-funid and add "function" as ABI type.chriseth2016-11-161-1/+1
* Stored combined creation and runtime tags.chriseth2016-11-161-0/+4
* Change alignment.chriseth2016-11-161-5/+5
* External functions in storage.chriseth2016-11-161-0/+7
* Bugfix: Allocate empty array.chriseth2016-07-281-0/+1
* Simplify and optimise stack rotation.chriseth2015-12-011-0/+6
* Code generation for creating arrays.chriseth2015-11-261-0/+5
* File reorganisation.chriseth2015-10-211-0/+182