aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/CompilerUtils.cpp
Commit message (Collapse)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 ↵chriseth2016-05-111-3/+4
| | | | | | | | | | | | generation. quick fix on christian's rational change so that ubuntu will stop yelling be more specific with rational declaration for Windows sake rational in namespace correction for windows
* fixing modulus and Solidity Name and Type ResolutionVoR02202016-05-101-1/+1
| | | | | | minor fixes current attempts at binary fixup
* changed names for Rational Constants and categoriesVoR02202016-05-101-5/+5
|
* got exponents up and working with their inverse, changed a few of the ↵RJ Catalano2016-05-101-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing infinite loop still happening but it's somewhere in the fixedPoint methodd fractional bits needed algo improved! Eliminated 2 errors Corrected problems with the previous commit. No infinite loops. Actually appear to have corrected an error
* initial work for fixed types...potentially needing a constant literal type ↵RJ Catalano2016-05-101-4/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for this notation Rational implemented...trying to figure out exponential fix for token bug, also quick fix for the wei and seconds fixed problem with var...probably a conversion problem for fixed in size capabilities adding fixed type tests Removing bitshift and regrouping fixed type tests together size capabilities functioning properly for fixed types got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be slight changes to how to flip the rational negative around...still trying to figure it out tests added updated tests odd differences in trying soltest from solc binary, let me know if you can replicate test not working for odd reason fixed test problem with fixed literals...still need a way to log this error broken up the tests, added some, changed some things in types and began compiler work moar tests and prepping for rebuilding much of the types.cpp file further fixing initial work for fixed types...potentially needing a constant literal type for this
* 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