aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed indentation.chriseth2015-03-111-5/+5
|
* Fixed assembly tests.chriseth2015-03-111-31/+23
|
* Re-adding braces to if in test/Assembly.cppLefteris Karapetsas2015-02-251-0/+4
|
* Move SourceLocation to evmcoreLefteris Karapetsas2015-02-251-1/+1
|
* Tighter coupling for Assembly items retrievalLefteris Karapetsas2015-02-251-1/+1
| | | | - Exposing only assembly items, not the entire compiler context
* LocationSetter in some extra places during CompilingLefteris Karapetsas2015-02-251-2/+3
| | | | - Also adjusted the test, and fixed its error reporting
* Styling changes for SourceLocation and friendsLefteris Karapetsas2015-02-251-5/+1
|
* Simple Assembly Locations testLefteris Karapetsas2015-02-251-0/+128
- Also adding some helper functions to SourceLocation