solidity/libsolidity/codegen
RJ Catalano 93295ae8f8 got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be
slight changes to how to flip the rational negative around...still trying to figure it out

tests added

updated tests

odd differences in trying soltest from solc binary, let me know if you can replicate

test not working for odd reason

fixed test problem with fixed literals...still need a way to log this error

broken up the tests, added some, changed some things in types and began compiler work

moar tests and prepping for rebuilding much of the types.cpp file

further fixing

infinite loop still happening but it's somewhere in the fixedPoint methodd

fractional bits needed algo improved! Eliminated 2 errors

Corrected problems with the previous commit. No infinite loops. Actually appear to have corrected an error
2016-05-09 11:41:02 -05:00
..
ArrayUtils.cpp Fix for bug about deleting dynamic array of structs. 2016-04-15 16:49:59 +02:00
ArrayUtils.h File reorganisation. 2015-10-21 00:46:01 +02:00
Compiler.cpp Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
Compiler.h Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
CompilerContext.cpp Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
CompilerContext.h Remove non-determinism in missing code queue. 2016-05-03 01:14:26 +02:00
CompilerUtils.cpp got exponents up and working with their inverse, changed a few of the tests....something is working that likely shouldn't be 2016-05-09 11:41:02 -05:00
CompilerUtils.h Simplify and optimise stack rotation. 2015-11-30 18:50:47 +01:00
ExpressionCompiler.cpp initial work for fixed types...potentially needing a constant literal type for this 2016-05-09 11:41:02 -05:00
ExpressionCompiler.h Allow calling internal functions of libraries. 2016-05-03 22:41:18 +02:00
LValue.cpp initial work for fixed types...potentially needing a constant literal type for this 2016-05-09 11:41:02 -05:00
LValue.h Fix override warning. 2015-10-23 12:51:49 +02:00