aboutsummaryrefslogtreecommitdiffstats
path: root/liblll
Commit message (Expand)AuthorAgeFilesLines
* Replace cpp-ethereum with solidity in the license headersAlex Beregszaszi2017-02-029-36/+36
* LLL: throw exceptions on invalid symbolsAlex Beregszaszi2016-12-011-12/+6
* LLL: () requires at least one parameterAlex Beregszaszi2016-12-011-1/+1
* LLL: do not accept '0x' as 0Alex Beregszaszi2016-12-011-1/+1
* LLL: simplify error handling in parseLLLAlex Beregszaszi2016-11-301-11/+3
* LLL: parseLLL to be less greedy catching exceptionsAlex Beregszaszi2016-11-301-6/+19
* LLL: parseLLL to return empty string on failureAlex Beregszaszi2016-11-301-5/+6
* Merge pull request #1329 from ethereum/lll-lit-changesAlex Beregszaszi2016-11-261-19/+20
|\
| * LLL: simplify the LIT parsing codeAlex Beregszaszi2016-11-261-5/+17
| * LLL: only support variable length bigendian numbers in LITAlex Beregszaszi2016-11-011-13/+2
| * LLL: support multiple strings in LITAlex Beregszaszi2016-11-011-2/+2
* | Converted sub assembly to smart pointer.chriseth2016-11-161-1/+2
* | Stored combined creation and runtime tags.chriseth2016-11-161-2/+2
* | Merge pull request #1252 from ethereum/jsoncpp-from-sourcechriseth2016-11-081-3/+0
|\ \
| * | Build jsoncpp from source using jsoncpp.cmake scriptPaweł Bylica2016-10-211-3/+0
* | | LLL: add bytecodesize keyword to push resulting bytecode sizeAlex Beregszaszi2016-11-021-0/+4
* | | LLL: properly support dashes (-) as part of variable namesAlex Beregszaszi2016-11-011-2/+2
* | | LLL: simplify integer parsingAlex Beregszaszi2016-11-011-2/+2
* | | LLL: catch and display spirit::qi errorsAlex Beregszaszi2016-11-011-2/+11
* | | LLL: update exception messageAlex Beregszaszi2016-11-011-4/+3
* | | LLL: remove unneeded includesAlex Beregszaszi2016-11-011-3/+0
* | | LLL: report back unsupported keywordsAlex Beregszaszi2016-11-011-1/+1
* | | LLL: support passing error reasonsAlex Beregszaszi2016-11-011-0/+5
| |/ |/|
* | Merge pull request #1302 from ethereum/lll-panicchriseth2016-10-281-0/+4
|\ \
| * | LLL: introduce panic keywordAlex Beregszaszi2016-10-271-0/+4
* | | Added support for `until`, the inverse of `while`.Daniel Ellison2016-10-261-2/+3
|/ /
* | LLL: reorder arithmetic/binary instruction list for readabilityAlex Beregszaszi2016-10-261-3/+26
* | LLL: use NOT for ~Alex Beregszaszi2016-10-261-10/+1
* | LLL: replace (1 0 sub) with literal valueAlex Beregszaszi2016-10-261-3/+1
|/
* Merge pull request #1228 from ethereum/lll-units-parserchriseth2016-10-192-7/+5
|\
| * LLL: add Ethereum subunit macrosAlex Beregszaszi2016-10-151-0/+4
| * LLL: remove Ethereum subunits from the parserAlex Beregszaszi2016-10-151-7/+1
* | LLL: throw proper ParserExceptionAlex Beregszaszi2016-10-153-2/+5
* | LLL: fix the commented out debugging codeAlex Beregszaszi2016-10-151-8/+9
* | LLL: better error reportingAlex Beregszaszi2016-10-151-6/+24
|/
* Removed obsolete built in macros. Added a new macro to support the use of 'ke...Daniel Ellison2016-10-131-9/+1
* Rename libevmasm.chriseth2016-08-101-1/+1
* Do not install headers.chriseth2016-08-051-2/+0
* Suppress a warning in LLL parser on MSVC 2015Paweł Bylica2016-05-131-0/+4
* Remove log.h from solidity.chriseth2016-04-121-1/+0
* return instructionInfo styleDimitry2016-04-041-1/+1
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-1/+1
* move libevmcore to solidityDimitry2016-04-022-2/+2
* Move libevmasm and lll.chriseth2016-03-241-1/+1
* includesDimitry2016-03-221-1/+1
* move liblllDimitry2016-03-2111-0/+1181