Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete AsmStack | Alex Beregszaszi | 2017-06-09 | 1 | -96/+0 |
| | |||||
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 1 | -3/+3 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 1 | -9/+10 |
| | | | | | | | | | This commit introduces ErrorReporter, a utility class which consolidates all of the error logging functionality into a common set of functions. It also replaces all direct interactions with an ErrorList with calls to an ErrorReporter. This commit resolves issue #2209 | ||||
* | Introduce Julia mode in AsmAnalyzer | Alex Beregszaszi | 2017-05-27 | 1 | -2/+2 |
| | |||||
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 1 | -2/+2 |
| | |||||
* | Refactor to combined scope and stack height info. | chriseth | 2017-04-26 | 1 | -8/+9 |
| | |||||
* | Pass internal resolver to assembly analyzer. | chriseth | 2017-04-25 | 1 | -1/+2 |
| | |||||
* | Fix refactoring error. | chriseth | 2017-04-25 | 1 | -2/+2 |
| | |||||
* | Move analysis out of code generator. | chriseth | 2017-04-25 | 1 | -3/+9 |
| | |||||
* | Use actual type checking phase of assembler. | chriseth | 2017-04-25 | 1 | -2/+5 |
| | |||||
* | Split external identifier access into resolving and code generation. | chriseth | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Refactor assembly analysis into scope filling and checking. | chriseth | 2017-04-25 | 1 | -1/+1 |
| | |||||
* | Analysis refactoring. | chriseth | 2017-03-03 | 1 | -1/+4 |
| | |||||
* | Review changes. | chriseth | 2017-02-14 | 1 | -1/+1 |
| | |||||
* | Assembly printer. | chriseth | 2017-02-14 | 1 | -4/+14 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Provide inline assembly to the code generator. (#840) | chriseth | 2016-08-16 | 1 | -1/+21 |
| | | | | | | * Directly usable inline assembly. * Add missing header. | ||||
* | Source location for inline assembly. | chriseth | 2016-04-20 | 1 | -3/+7 |
| | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -0/+47 |