Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed indentation. | chriseth | 2015-03-11 | 1 | -5/+5 |
| | |||||
* | Fixed assembly tests. | chriseth | 2015-03-11 | 1 | -31/+23 |
| | |||||
* | Re-adding braces to if in test/Assembly.cpp | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+4 |
| | |||||
* | Move SourceLocation to evmcore | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | |||||
* | Tighter coupling for Assembly items retrieval | Lefteris Karapetsas | 2015-02-25 | 1 | -1/+1 |
| | | | | - Exposing only assembly items, not the entire compiler context | ||||
* | LocationSetter in some extra places during Compiling | Lefteris Karapetsas | 2015-02-25 | 1 | -2/+3 |
| | | | | - Also adjusted the test, and fixed its error reporting | ||||
* | Styling changes for SourceLocation and friends | Lefteris Karapetsas | 2015-02-25 | 1 | -5/+1 |
| | |||||
* | Simple Assembly Locations test | Lefteris Karapetsas | 2015-02-25 | 1 | -0/+128 |
- Also adding some helper functions to SourceLocation |