aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ExpressionCompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark functions staticAlex Beregszaszi2017-09-201-1/+1
|
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
|
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
|
* Cleaner shift handling and type conversion for binary operations.chriseth2016-12-121-1/+5
|
* Support bitshifting in variablesAlex Beregszaszi2016-12-121-1/+1
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* codegen: refactor common codeYoichi Hirai2016-10-241-0/+2
|
* Allow calling internal functions of libraries.chriseth2016-05-041-1/+1
| | | | | | | | | | | | Internal functions of libraries can be called as if the library were a base contract of the calling contract. As the calling convention for internal functions is to not create a new call context, the code of these functions will be pulled into the context of the caller, duplicating their code. This might pull in code of further internal or even private functions. The use case for such functions is to allow libraries which can operate on memory types such that these types can also be modified in place.
* [cond-expr] generate assembly for _ ? _ : _Lu Guanqun2016-01-231-0/+1
|
* File reorganisation.chriseth2015-10-211-0/+138