aboutsummaryrefslogtreecommitdiffstats
path: root/lllc/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add --disassemble to lllc help outputAlex Beregszaszi2018-07-281-0/+1
* Replace dev::eth namespace with dev::lll in LLLAlex Beregszaszi2018-07-281-1/+1
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-2/+2
* Add readStandardInput helperAlex Beregszaszi2017-10-181-8/+1
* Rename contentsString to readFileAsStringAlex Beregszaszi2017-10-181-3/+3
* Indentation fixes in lllcAlex Beregszaszi2017-10-181-7/+14
* LLL: change (include) to use a callbackAlex Beregszaszi2017-10-031-2/+2
* Move all file specific globals to anonymous namespaceAlex Beregszaszi2017-08-291-3/+3
* Replace cpp-ethereum with solidity in the license headersAlex Beregszaszi2017-02-021-4/+4
* LLL: include version number in lllc (verbatim copy of solc)Alex Beregszaszi2016-11-011-1/+8
* LLL: change -o to be a flagAlex Beregszaszi2016-10-251-2/+2
* LLL: turn off optimiser by defaultAlex Beregszaszi2016-10-251-2/+2
* LLL: document optimise flagAlex Beregszaszi2016-10-251-0/+1
* Corrected accidental non-ANSI characters in comments.Bob Summerwill2016-09-011-1/+1
* Code review changes: Renamed function and added some documentation about what...Christopher Gilbert2016-08-311-3/+16
* Code review changes: stylistic changes, and removed redundant call to set loc...Christopher Gilbert2016-08-301-3/+4
* Fixed a bug causing solc to crash on startup due to invalid environment setti...Christopher Gilbert2016-08-301-0/+11
* Make solidity independent from ethcore.chriseth2016-04-071-3/+1
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-0/+1
* move libevmcore to solidityDimitry2016-04-021-1/+1
* move lllcDimitry2016-03-211-0/+124