Lichen

Shortlog

(0) -300 -100 -60 +60 +100 tip
2017-03-30 Paul Boddie Introduced location abstractions in order to be able to retain both access and
2017-03-30 Paul Boddie Fixed dictionary initialisation.
2017-03-29 Paul Boddie Incorporate invocation details in the alias output.
2017-03-28 Paul Boddie Changed the location notations and added output of alias information.
2017-03-28 Paul Boddie Changed various instance tests to use the special integer-testing function.
2017-03-26 Paul Boddie Moved literal instantiator definitions to the templates, reordering the
2017-03-26 Paul Boddie Simplified the tuple instantiator.
2017-03-26 Paul Boddie Use item access methods directly instead of invoking operator functions.
2017-03-26 Paul Boddie Adjusted the type for the conversion to integer of the size argument.
2017-03-26 Paul Boddie Fixed the initialisation of the size variable.
2017-03-26 Paul Boddie Detect names assigned locally that have already been used in a namespace.
2017-03-26 Paul Boddie Removed redundant code.
2017-03-26 Paul Boddie Keep temporary names declared in different scopes separate from each other.
2017-03-25 Paul Boddie Made type-specific literal instantiation functions where the tuple instantiator
2017-03-25 Paul Boddie Use the specific integer test function.
2017-03-25 Paul Boddie Permit direct access to callable function members if the context is verified.
2017-03-25 Paul Boddie Fixed method name.
2017-03-25 Paul Boddie Removed obsolete temporary name reservation.
2017-03-25 Paul Boddie Added specific support for initialising tuples, introducing a common empty
2017-03-25 Paul Boddie Short-circuit boolean evaluation when either boolean value is present.
2017-03-25 Paul Boddie Fixed xrange lengths when the step does not coincide with the range end.
2017-03-25 Paul Boddie Fixed memory corruption related to obsolete argument list copying.
2017-03-25 Paul Boddie Merged changes from the normal-function-parameters branch, making it the default
2017-03-25 Paul Boddie Fixed function signatures. normal-function-parameters
2017-03-25 Paul Boddie Merged changes from the integer-fast-paths branch. normal-function-parameters
2017-03-25 Paul Boddie Merged changes from the integers-as-tagged-attrs branch. integer-fast-paths
2017-03-25 Paul Boddie Fixed the exit argument. integers-as-tagged-attrs
2017-03-24 Paul Boddie Merged changes from the integers-as-tagged-attrs branch. normal-function-parameters
2017-03-24 Paul Boddie Merged changes from the integers-as-tagged-attrs branch. normal-function-parameters
2017-03-24 Paul Boddie Added tests for integer operands, invoking integer-specific functions directly. integer-fast-paths
2017-03-24 Paul Boddie Merged changes from the default branch. integers-as-tagged-attrs
2017-03-24 Paul Boddie Test for the presence of the exact number of required arguments first.
2017-03-24 Paul Boddie Avoid target unwrapping if it has been done already.
2017-03-23 Paul Boddie Represent integers as __attr values with bit 0 set. Since pointers must be integers-as-tagged-attrs
2017-03-23 Paul Boddie Switched to using __attr values in many operations instead of using __ref values.
2017-03-21 Paul Boddie Allocate integers using a different allocator employing GC_MALLOC_ATOMIC.
2017-03-21 Paul Boddie Added support for an integer cache containing specific pre-allocated objects. integer-cache
2017-03-21 Paul Boddie Revert inappropriate optimisations causing the get_using test to produce
2017-03-21 Paul Boddie Support argument list preparation for multiple unknown invocation targets with
2017-03-21 Paul Boddie Employ a special informational instruction to identify static access targets.
2017-03-20 Paul Boddie Obtain static final attribute details for access results.
2017-03-20 Paul Boddie Added the context identity to the AttrResult string representation.
2017-03-20 Paul Boddie Identify invocation targets with common signatures, in order to be able to
2017-03-20 Paul Boddie Handle functions in the always_callable method.
2017-03-20 Paul Boddie Prevent references from being associated with incomplete accesses.
2017-03-20 Paul Boddie Avoid getting the context from a target to then check it against the target.
2017-03-20 Paul Boddie Fixed usage, as opposed to invocation, of the always_callable method.
2017-03-19 Paul Boddie Consolidated duplicate code.
2017-03-19 Paul Boddie Merged changes from the default branch. normal-function-parameters
2017-03-19 Paul Boddie Permit multiple accesses per alias, combining access information and propagating
2017-03-17 Paul Boddie Removed probably inaccurate deduction of alias types based on provider details.
2017-03-17 Paul Boddie Removed probably superfluous constant access location conversion.
2017-03-16 Paul Boddie Obtain all references produced for return values, potentially allowing a gradual
2017-03-16 Paul Boddie Eliminated duplicated information in the attribute summary and tests output.
2017-03-16 Paul Boddie Merged changes from the default branch. normal-function-parameters
2017-03-14 Paul Boddie Simplified the AliasResult class, exposing the access location of the alias
2017-03-14 Paul Boddie Replaced the single-pass traversal of partially-ordered alias dependencies with
2017-03-14 Paul Boddie Simplified the acquisition of already-available alias reference information.
2017-03-14 Paul Boddie Handle temporary name output generation as a special case.
2017-03-14 Paul Boddie Fixed the comment illustrating iterator variables.
(0) -300 -100 -60 +60 +100 tip