aboutsummaryrefslogtreecommitdiffstats
path: root/lllc
Commit message (Collapse)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
|
* Fix link error when using boost shared librarymingchuan2018-05-111-1/+1
|
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-2/+2
|
* Allow lllc to be installedMatthew Halpern2018-02-131-0/+16
|
* 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
|
* CMake: Simplify lllc configPaweł Bylica2017-08-181-11/+2
|
* 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 ↵Christopher Gilbert2016-08-311-3/+16
| | | | what the function does and why
* Code review changes: stylistic changes, and removed redundant call to set ↵Christopher Gilbert2016-08-301-3/+4
| | | | locale.
* Fixed a bug causing solc to crash on startup due to invalid environment ↵Christopher Gilbert2016-08-301-0/+11
| | | | settings for locale
* Rename libevmasm.chriseth2016-08-101-1/+1
|
* wrap lllc add_executablerainbeam2016-05-011-1/+1
| | | | Allows static linking.
* 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-022-2/+2
|
* Move libevmasm and lll.chriseth2016-03-241-1/+1
|
* includesDimitry2016-03-221-0/+1
|
* move lllcDimitry2016-03-212-0/+135