2012-04-03 Mario de Sousa Delete incorrect comments I had inserted previously (confusing EQ and NE functions)
2012-03-31 Mario de Sousa merging with Lauren't changeset.
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially ignore all changes).
2012-03-31 Mario de Sousa merge with Laurent's changeset (essentially, ignore all changes).
2012-03-31 Mario de Sousa merging with Laurent's changes.
2012-03-31 Mario de Sousa merging with Laurent's change.
2012-03-31 Mario de Sousa merging with Laurent's revision 55b074ea7255 (essentially ignoring all changes)
2012-03-29 Mario de Sousa Add coment warning about incorrect implementation of the NE standard function.
2012-03-29 Mario de Sousa merging with Laurent's patch.
2012-03-29 Mario de Sousa Print correct error message when handling IL function calls.
2012-03-15 Mario de Sousa Edit error message.
2012-03-15 Mario de Sousa Add EXPT widen table.
2012-03-15 Mario de Sousa Some stupid code cleanups.
2012-03-15 Mario de Sousa Some code cleanups.
2012-03-14 Mario de Sousa Clean up the code.
2012-03-14 Mario de Sousa Fix error messages of il function calls - it now prints out location info of first parameter.
2012-03-14 Mario de Sousa Clean code for printing errors in expressions.
2012-03-14 Mario de Sousa Clean code for comparison operations & operators.
2012-03-14 Mario de Sousa Cleaning up XORN, ANDN, and ORN operator code.
2012-03-14 Mario de Sousa Cleaning up some code.
2012-03-14 Mario de Sousa Add 'widen' tables for AND, OR and XOR operations.
2012-03-13 Mario de Sousa Add MOD widening table, and some code clean-ups.
2012-03-13 Mario de Sousa Re-organizing the code.
2012-03-13 Mario de Sousa Change setting of deprecated_operation from fill to narrow_candidate_datatypes_c.
2012-03-13 Mario de Sousa Clarify some details in the comments.
2012-03-11 Manuele Conti Add check widening status for IL operator.
2012-03-11 Mario de Sousa Fix remaining 'widen' tables.
2012-03-11 Mario de Sousa Fix some 'widen' table entries.
2012-03-10 Mario de Sousa Add a TODO comment.
2012-03-10 Mario de Sousa Clean up code, and add support for 'safe' version of literals.
2012-03-10 Mario de Sousa Bringing comment up to date.
2012-03-09 Mario de Sousa Semantic verification of NOT operator.
2012-03-09 Mario de Sousa Fix bug in building structured variables.
2012-03-09 Mario de Sousa Delete unecessary copy_candidate_datatype_list() function.
2012-03-08 Mario de Sousa Delete no longer needed copy_candidate_datatype_list() function.
2012-03-08 Mario de Sousa Narrow IL lists twice, in order to handle JMP to labels before the JMP itself.
2012-03-08 Mario de Sousa Do not allow duplicate values in candidate datatype list.
2012-03-03 Mario de Sousa Handle JMP to labels preceding the JMP instruction itself.
2012-03-03 Mario de Sousa Correctly handle JMP and RET IL operators in flow control analysis.
2012-03-03 Mario de Sousa Fix filling candidate datatypes of JMP operations
2012-03-03 Mario de Sousa Remove spurious printf()s, used during debugging session.
2012-03-02 Mario de Sousa Add missing files.
2012-03-02 Mario de Sousa Continue adding support for semantic verification of JMP and RET.
2012-03-01 Conti Manuele iAdd warning for deprecated operations.
2012-02-27 Mario de Sousa Change prev_il_instruction to a vector<>
2012-02-27 Mario de Sousa Some small cleanups.
2012-02-25 Mario de Sousa Add support for semantic verification of CALC, CALCN, etc..
2012-02-23 Mario de Sousa Finish support for semantic verification of IL paranthesised expressions.
2012-02-21 Mario de Sousa More changes for support of semantic verification of il_expressions
2012-02-20 Mario de Sousa Start of support for IL expressions (parenthesis).
2012-02-20 Mario de Sousa Cleaning up the code.
2012-02-20 Mario de Sousa Fix a few more bugs related to FB/function calls in IL.
2012-02-19 Mario de Sousa Semantic verification: Add compatibility check for parameter direction in function invocation.
2012-02-18 Mario de Sousa Add support for semantic verification for implict FB calls in IL (e.g. PV ton_var)
2012-02-17 Mario de Sousa Start of support for semantic verification of FB calls in IL using special IL instructions.
2012-02-17 Mario de Sousa Delete some comments.
2012-02-16 Conti Manuele Change name help function.
2012-02-16 Mario de Sousa Update comments on general architecture.
2012-02-16 Mario de Sousa Narrow IL code backwords, so as to correctly handle invocations to overloaded functions from IL code.
2012-02-13 Mario de Sousa Code cleanup.