Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename IuliaException to YulException | Alex Beregszaszi | 2018-06-26 | 1 | -2/+2 |
| | |||||
* | Rename Julia to Yul in variables | Alex Beregszaszi | 2018-06-26 | 2 | -6/+6 |
| | |||||
* | Rename Julia to Yul in comments | Alex Beregszaszi | 2018-06-26 | 8 | -11/+11 |
| | |||||
* | Merge pull request #4234 from elopio/patch-4 | chriseth | 2018-06-06 | 1 | -2/+2 |
|\ | | | | | docs: fix typos | ||||
| * | docs: fix typos | Leo Arias | 2018-06-06 | 1 | -2/+2 |
| | | |||||
* | | comments: fix typo | Leo Arias | 2018-06-06 | 1 | -1/+1 |
|/ | |||||
* | Fix wrong template parameter passed to boost::get | mingchuan | 2018-05-14 | 1 | -2/+2 |
| | |||||
* | Do not use solAssert within libjulia | Alex Beregszaszi | 2018-05-09 | 19 | -63/+53 |
| | |||||
* | Move Julia exceptions to libjulia/Exceptions.h | Alex Beregszaszi | 2018-05-09 | 2 | -5/+35 |
| | |||||
* | Introduce Julia filter to encapsulate top level Block as a ↵ | Alex Beregszaszi | 2018-05-09 | 3 | -0/+105 |
| | | | | FunctionDefinition (wasm specific) | ||||
* | Use NameDispenser in Disambiguator | Alex Beregszaszi | 2018-05-09 | 2 | -12/+3 |
| | |||||
* | Optimize number of moves. | chriseth | 2018-05-02 | 1 | -8/+14 |
| | |||||
* | Assert function hoister and grouper has been used. | chriseth | 2018-05-02 | 1 | -0/+2 |
| | |||||
* | Move NameDispenser into its own file. | chriseth | 2018-05-02 | 4 | -20/+76 |
| | |||||
* | Extend pop(0)-remover to any movable expression. | chriseth | 2018-05-02 | 1 | -4/+3 |
| | |||||
* | Replace pop(0)-statements by empty blocks. | chriseth | 2018-05-02 | 2 | -0/+20 |
| | |||||
* | Inline functions returning nothing. | chriseth | 2018-05-02 | 2 | -10/+25 |
| | |||||
* | Full inliner. | chriseth | 2018-05-02 | 2 | -0/+417 |
| | |||||
* | Use hoisting. | chriseth | 2018-05-02 | 2 | -4/+6 |
| | |||||
* | Add virtual destructors on base classes. | Alexander Arlt | 2018-05-02 | 2 | -0/+5 |
| | |||||
* | Common subexpression eliminator. | chriseth | 2018-04-06 | 2 | -0/+93 |
| | |||||
* | Mark functions const | Alex Beregszaszi | 2018-02-22 | 2 | -6/+6 |
| | |||||
* | Fix compilation problem from issue 3530 | Leonardo Alt | 2018-02-16 | 1 | -4/+4 |
| | |||||
* | Pretty-print constants in simplifier. | chriseth | 2018-02-10 | 1 | -1/+1 |
| | |||||
* | Use removeEmptyBlocks helper in FunctionHoister | Alex Beregszaszi | 2018-02-09 | 1 | -8/+2 |
| | |||||
* | Merge pull request #3456 from ethereum/simplifier | chriseth | 2018-02-08 | 8 | -0/+533 |
|\ | | | | | Use simplification rules also for IULIA | ||||
| * | Turn simplification rule tuple into struct. | chriseth | 2018-02-07 | 3 | -11/+12 |
| | | |||||
| * | Also apply simplification rules that require multiple identical sub-expressions. | chriseth | 2018-02-07 | 4 | -3/+139 |
| | | |||||
| * | Expression simplifier. | chriseth | 2018-02-07 | 4 | -0/+382 |
| | | |||||
| * | Explanation of expression simplifier. | chriseth | 2018-02-07 | 1 | -0/+9 |
| | | |||||
| * | Add flag to indicate whether it can be applied to expressions with side-effects. | chriseth | 2018-02-07 | 1 | -0/+5 |
| | | |||||
* | | Rename expression inliner. | chriseth | 2018-02-06 | 4 | -20/+28 |
| | | |||||
* | | Function inliner. | chriseth | 2018-02-06 | 3 | -0/+142 |
| | | |||||
* | | Inlinable function filter. | chriseth | 2018-02-06 | 2 | -0/+139 |
|/ | |||||
* | Test for self-referring assignment. | chriseth | 2018-02-06 | 1 | -2/+0 |
| | |||||
* | Introduce struct for scopes. | chriseth | 2018-02-06 | 2 | -11/+17 |
| | |||||
* | Refactor data flow analysis out of remat. | chriseth | 2018-02-06 | 4 | -177/+284 |
| | |||||
* | Fix for rematerializer. | chriseth | 2018-02-06 | 1 | -0/+4 |
| | |||||
* | Only substitute if all referenced variables are in scope. | chriseth | 2018-02-06 | 2 | -2/+59 |
| | |||||
* | Rematerialisation. | chriseth | 2018-02-06 | 5 | -1/+228 |
| | |||||
* | Description of variable eliminator. | chriseth | 2018-02-06 | 1 | -2/+21 |
| | |||||
* | Add comments to UnusedPruner | chriseth | 2018-02-06 | 2 | -0/+9 |
| | |||||
* | Support variable declarations without assignment in UnusedPruner | Alex Beregszaszi | 2018-02-06 | 1 | -2/+4 |
| | |||||
* | Unused variable and function remover. | chriseth | 2018-02-06 | 2 | -0/+172 |
| | |||||
* | Utility to remove empty blocks. | chriseth | 2018-02-06 | 2 | -0/+73 |
| | |||||
* | References counter. | chriseth | 2018-02-06 | 3 | -3/+46 |
| | |||||
* | Code size metric. | chriseth | 2018-02-02 | 2 | -0/+101 |
| | |||||
* | Movability. | chriseth | 2018-01-13 | 3 | -1/+122 |
| | |||||
* | Use explicit visit function for the walker. | chriseth | 2018-01-13 | 2 | -15/+25 |
| | |||||
* | Merge pull request #3297 from ethereum/separate_expression_and_statement | Alex Beregszaszi | 2018-01-04 | 9 | -32/+94 |
|\ | | | | | Separate expression and statement | ||||
| * | Separate expression and statement. | chriseth | 2017-12-13 | 9 | -32/+94 |
| | | |||||
* | | Merge pull request #3279 from ethereum/function_hoister | chriseth | 2017-12-18 | 2 | -0/+111 |
|\ \ | | | | | | | Function hoister | ||||
| * | | Function hoister. | chriseth | 2017-12-15 | 2 | -0/+111 |
| |/ | |||||
* | | Fixed typos in comment. | chriseth | 2017-12-18 | 1 | -2/+2 |
| | | |||||
* | | Function grouper. | chriseth | 2017-12-15 | 2 | -0/+95 |
|/ | |||||
* | Description of the optimiser and stages. | chriseth | 2017-12-11 | 1 | -0/+61 |
| | |||||
* | Merge pull request #3287 from ethereum/substitution | Yoichi Hirai | 2017-12-06 | 5 | -7/+102 |
|\ | | | | | Substitution | ||||
| * | substitution | chriseth | 2017-12-06 | 2 | -0/+90 |
| | | |||||
| * | copier | chriseth | 2017-12-06 | 1 | -1/+2 |
| | | |||||
| * | Make the modifier more flexible. | chriseth | 2017-12-06 | 2 | -6/+10 |
| | | |||||
* | | Split Instruction and FunctionalInstruction in Julia | Alex Beregszaszi | 2017-12-05 | 2 | -6/+8 |
|/ | |||||
* | Generic AST walker. | chriseth | 2017-12-05 | 4 | -0/+345 |
| | |||||
* | Simplify disambiguator. | chriseth | 2017-12-05 | 3 | -22/+7 |
| | |||||
* | Disambiguator. | chriseth | 2017-12-05 | 4 | -0/+435 |
| | |||||
* | Rename to ASTDataForward.h | chriseth | 2017-12-04 | 2 | -1/+1 |
| | |||||
* | Merge pull request #3265 from ethereum/rename_args_to_params | chriseth | 2017-12-04 | 1 | -8/+8 |
|\ | | | | | Rename arguments to parameters. | ||||
| * | Rename arguments to paramaters and returns to returnVariables. | chriseth | 2017-12-01 | 1 | -8/+8 |
| | | |||||
* | | Fix namespace ambiguity. | chriseth | 2017-12-01 | 2 | -2/+3 |
| | | |||||
* | | Introduce InlineAsm structs into Julia namespace. | chriseth | 2017-11-30 | 2 | -21/+74 |
|/ | |||||
* | If statement for Iulia / inline assembly. | chriseth | 2017-11-22 | 2 | -0/+14 |
| | |||||
* | Remove unintentional copy in assignment operation. | chriseth | 2017-09-20 | 2 | -20/+25 |
| | |||||
* | Support multiple assignment in inline assembly | Alex Beregszaszi | 2017-09-20 | 2 | -19/+25 |
| | |||||
* | Named assembly labels. | chriseth | 2017-09-16 | 5 | -10/+42 |
| | |||||
* | Rename expectedItems to numVariables | Alex Beregszaszi | 2017-07-13 | 1 | -3/+3 |
| | |||||
* | Support variable declarations without an assignment in EVM | Alex Beregszaszi | 2017-07-13 | 1 | -3/+12 |
| | |||||
* | Add Julia mode as an option to EVMCodeTransform | Alex Beregszaszi | 2017-07-03 | 2 | -1/+6 |
| | |||||
* | Refactor updateReference | Alex Beregszaszi | 2017-06-23 | 2 | -7/+11 |
| | |||||
* | Support appendAssemblySize() in AbstractAssembly | Alex Beregszaszi | 2017-06-23 | 3 | -0/+22 |
| | |||||
* | Merge interface/Exceptions and interface/Utils | Alex Beregszaszi | 2017-06-22 | 2 | -2/+2 |
| | |||||
* | Set source location for for start label. | chriseth | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | Helper for visiting statements. | chriseth | 2017-06-16 | 2 | -3/+10 |
| | |||||
* | Code generation for for-loops. | chriseth | 2017-06-16 | 1 | -6/+38 |
| | |||||
* | Split block code generation into main and finalize. | chriseth | 2017-06-16 | 2 | -23/+27 |
| | |||||
* | Helper to count the number of variables in a scope. | chriseth | 2017-06-16 | 1 | -3/+2 |
| | |||||
* | Add include file to forward-declare inline assembly structs. | chriseth | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | Parse for statement in assembly parser / printer | Alex Beregszaszi | 2017-06-16 | 2 | -15/+6 |
| | |||||
* | Move stack height to generation phase. | chriseth | 2017-06-14 | 2 | -9/+9 |
| | |||||
* | Move LabelIDs to generation phase. | chriseth | 2017-06-14 | 2 | -26/+46 |
| | |||||
* | Remove obsolete AsmStack | Alex Beregszaszi | 2017-06-09 | 1 | -1/+0 |
| | |||||
* | Comments and consistent variable names. | chriseth | 2017-06-09 | 3 | -13/+14 |
| | |||||
* | Fix compiler warning. | chriseth | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Missing stack height check for variable declaration. | chriseth | 2017-06-08 | 1 | -0/+1 |
| | |||||
* | Remove error reporter from code generation phase. | chriseth | 2017-06-08 | 2 | -21/+15 |
| | |||||
* | Some more comments. | chriseth | 2017-06-08 | 4 | -10/+25 |
| | |||||
* | Correct stack height adjustment after returnsub. | chriseth | 2017-06-08 | 4 | -5/+5 |
| | |||||
* | Introduce machine-dependent stack adjustment. | chriseth | 2017-06-08 | 2 | -11/+26 |
| | |||||
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 5 | -117/+599 |
| | |||||
* | Refactor error reporting | Rhett Aultman | 2017-05-30 | 2 | -14/+12 |
| | | | | | | | | | 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 LabelID typedef. | chriseth | 2017-05-29 | 1 | -3/+5 |
| | |||||
* | Adapt EVM codegen to new namespace. | chriseth | 2017-05-26 | 2 | -204/+302 |
| | |||||
* | Move EVM codegen to libjulia. | chriseth | 2017-05-26 | 3 | -0/+274 |
| | |||||
* | Review changes. | chriseth | 2017-05-20 | 1 | -1/+2 |
| | |||||
* | Refactor to abstract assembly to JULIA. | chriseth | 2017-05-20 | 1 | -0/+88 |