Rewrite conversion of named types to backend representation.
[gcc.git] / gcc / go / gofrontend / types.h
2011-03-03 Ian Lance TaylorRewrite conversion of named types to backend representa...
2011-02-24 Ian Lance TaylorAvoid infinite loop in field_reference.
2011-02-24 Ian Lance TaylorHandle an array of pointers to itself.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-06 Ian Lance TaylorFix order in which recursive structs are converted...
2010-12-24 Ian Lance TaylorAvoid endless loop checking whether type is pointer.
2010-12-23 Ian Lance TaylorAvoid infinite recursion checking whether field is...
2010-12-22 Ian Lance TaylorAvoid infinite recursion looking up method in invalid...
2010-12-22 Ian Lance TaylorMore tweaking of recursive name types when converting...
2010-12-15 Ian Lance TaylorPush hash table identity check down to subtypes.
2010-12-15 Ian Lance TaylorUse a different identity function for Types in hash...
2010-12-14 Ian Lance TaylorCheck for duplicate methods.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.