aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/codegen/ExpressionCompiler.h
Commit message (Collapse)AuthorAgeFilesLines
* Sort includes in libsolidity/codegenLeonardo Alt2018-12-181-5/+6
|
* Add missing header guardsAlex Beregszaszi2018-12-121-0/+2
|
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-2/+2
|
* Removing redundant virtual from override function declarationmordax2018-11-211-11/+11
| | | | | | Remove trailing whitespace Remove changelog change
* Refactor `solidity::Token` into an `enum class` with `TokenTraits` helper ↵Christian Parpart2018-10-221-6/+6
| | | | namespace
* 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