aboutsummaryrefslogtreecommitdiffstats
path: root/libyul/backends
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate `byte`-typedef and use `uint8_t` in all their places instead.Christian Parpart2018-11-071-7/+7
| | | | | | | | | | | This change is made to (easily) be forward compatible with future C++ standards, in order to allow compiling the code with newer standards at some point in the future. * Removed the `using byte = uint8_t;` line from Common.h * Mechanically change all uses of `byte` to `uint8_t`. Tested with GCC 7.3 in C++11/14/17 modes :-)
* Renaming namespace dev::julia to dev::yul.Christian Parpart2018-10-155-9/+9
|
* Renaming libjulia to libyulChristian Parpart2018-10-155-0/+1133