solidity/libsolidity/inlineasm
2017-04-25 16:49:04 +02:00
..
AsmAnalysis.cpp Only allow access to local variables and only if they have a stack size of one. 2017-04-25 16:49:04 +02:00
AsmAnalysis.h Move analysis out of code generator. 2017-04-25 16:49:04 +02:00
AsmCodeGen.cpp Move analysis out of code generator. 2017-04-25 16:49:04 +02:00
AsmCodeGen.h Move analysis out of code generator. 2017-04-25 16:49:04 +02:00
AsmData.h Remove stack annotations again. 2017-03-03 15:41:02 +01:00
AsmParser.cpp Remove stack annotations again. 2017-03-03 15:41:02 +01:00
AsmParser.h Parsing function calls. 2017-02-16 10:15:22 +01:00
AsmPrinter.cpp Remove stack annotations again. 2017-03-03 15:41:02 +01:00
AsmPrinter.h Assembly printer for functions. 2017-02-16 10:18:12 +01:00
AsmScope.cpp Refactor assembly analysis into scope filling and checking. 2017-04-25 16:49:03 +02:00
AsmScope.h Refactor assembly analysis into scope filling and checking. 2017-04-25 16:49:03 +02:00
AsmScopeFiller.cpp Only run stack filler on AST elements that are or contain declarations. 2017-04-25 16:49:03 +02:00
AsmScopeFiller.h Only run stack filler on AST elements that are or contain declarations. 2017-04-25 16:49:03 +02:00
AsmStack.cpp Move analysis out of code generator. 2017-04-25 16:49:04 +02:00
AsmStack.h Use actual type checking phase of assembler. 2017-04-25 16:49:03 +02:00