aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/AsmAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Disallow mismatching types in switch cases and detect duplicates by value for...Daniel Kirchner2019-01-151-4/+26
* Take special functions that require literals into account.chriseth2019-01-081-0/+10
* Use C++ user-defined literals for creating YulString constants.Daniel Kirchner2018-12-131-1/+1
* Codegen for object access.chriseth2018-12-121-8/+8
* Relax assertion about jumps in loose modeMathias Baumann2018-12-051-1/+3
* Builtin functions for yul analysis.chriseth2018-12-041-1/+7
* Introduce the concept of builtin functions.chriseth2018-12-041-7/+7
* Improve yul error messages around number of arguments and variables.chriseth2018-12-041-9/+20
* Isolating libyul library API into its own namespace `yul`.Christian Parpart2018-11-231-15/+16
* Rewrite header paths to adapt to recent `git mv` of libsolidity/inlineasm to ...Christian Parpart2018-11-231-5/+5
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-0/+631