aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/CompilerUtils.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve error message.chriseth2016-09-051-1/+1
* Guard encoding crashes with assertions.chriseth2016-09-021-0/+8
* Fix identity precompile gas calculationAlex Beregszaszi2016-08-061-2/+2
* Fixes for invalid cleanups for small types.chriseth2016-05-201-7/+10
* Remove unused tests and add asserts for not implemented parts in code generat...chriseth2016-05-111-3/+4
* fixing modulus and Solidity Name and Type ResolutionVoR02202016-05-101-1/+1
* changed names for Rational Constants and categoriesVoR02202016-05-101-5/+5
* got exponents up and working with their inverse, changed a few of the tests.....RJ Catalano2016-05-101-13/+0
* initial work for fixed types...potentially needing a constant literal type fo...RJ Catalano2016-05-101-4/+34
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-74/+74
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-74/+74
* move libevmcore to solidityDimitry2016-04-021-1/+1
* Simplify and optimise stack rotation.chriseth2015-12-011-8/+21
* Make members context-sensitive.chriseth2015-11-261-2/+2
* Code generation for creating arrays.chriseth2015-11-261-9/+15
* Fixed string inside struct allocation bug.chriseth2015-11-241-1/+1
* Fix up for new API from EIP-1.1.Gav Wood2015-11-211-1/+0
* Minor API change - must provide SealEngine to Executive now.Gav Wood2015-11-191-2/+4
* Bugfix: Returning literal strings in tuples.chriseth2015-11-011-1/+1
* File reorganisation.chriseth2015-10-211-0/+802