aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/LValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
* Removed unreachable cases in LValue.cpp.chriseth2018-10-181-42/+7
* Removed signed shift right from the utilities.chriseth2018-05-011-1/+1
* Use shift helper in LValueAlex Beregszaszi2017-07-031-4/+2
* Change references to FunctionType::LocationAlex Beregszaszi2017-03-161-2/+2
* codegen: truncate booleans before they enter storageYoichi Hirai2016-12-011-1/+0
* codegen: storing of non-value types; add some assertionsYoichi Hirai2016-11-251-8/+5
* codegen: merge type conversion and cleaning upYoichi Hirai2016-11-251-3/+2
* codegen: add an option to CovertType so that it can truncate sign bitsYoichi Hirai2016-11-251-8/+2
* codegen: cleanup stored values in a more consistent wayYoichi Hirai2016-11-251-4/+16
* codegen: cleanup value types before storing themYoichi Hirai2016-11-241-0/+5
* Fix licensing headersVoR02202016-11-231-4/+4
* Fix tests.chriseth2016-11-161-1/+11
* Implement uninitialized storage functions.chriseth2016-11-161-11/+15
* Bugfix in code generator.chriseth2016-11-161-1/+1
* Change alignment.chriseth2016-11-161-2/+2
* External functions in storage.chriseth2016-11-161-7/+25
* Unimplemented features moved to their own exception (#1361)Rhett Aultman2016-11-151-2/+2
* Clear all value types prior to storing.chriseth2016-10-311-7/+1
* Remove the remains of "expresison"Nicolai2016-07-151-1/+1
* Remove unused tests and add asserts for not implemented parts in code generat...chriseth2016-05-111-3/+6
* added bytes conversion tests, resolved that, converted to binary scaling, ref...VoR02202016-05-101-1/+0
* initial work for fixed types...potentially needing a constant literal type fo...RJ Catalano2016-05-101-0/+4
* reduce unnecessary solidity:: namespaceDimitry2016-04-041-77/+77
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-77/+77
* move libevmcore to solidityDimitry2016-04-021-1/+1
* Make members context-sensitive.chriseth2015-11-261-2/+2
* Fix memory overwrite problem for arrays.chriseth2015-11-171-3/+13
* File reorganisation.chriseth2015-10-211-0/+546