aboutsummaryrefslogtreecommitdiff
path: root/type.h
AgeCommit message (Expand)Author
2013-10-23Extract the logic for creating void* type to type_get_voidptrPetr Machata
2013-10-10Add expr_clone, type_clone; call from value_clonePetr Machata
2013-03-12Move get_hfa_type from IA64 backend to type.c, name it type_get_hfa_typePetr Machata
2012-12-17struct Process becomes struct processPetr Machata
2012-09-22Add function type_aggregate_sizePetr Machata
2012-08-30PPC64 passes floating point equivalent structures in registers as wellPetr Machata
2012-08-29Add enum lens, drop ARGTYPE_ENUMPetr Machata
2012-08-29Drop ARGTYPE_STRING, reimplement as lens over array of charsPetr Machata
2012-08-29Drop ARGTYPE_UNKNOWN, use guess_lens insteadPetr Machata
2012-08-29Replace ARGTYPE_OCTAL with lens, add also hex lensPetr Machata
2012-08-29Add lensesPetr Machata
2012-08-29Introduce printf module, drop ARGTYPE_FORMATPetr Machata
2012-08-29Drop struct arg_type_info.u.{float,double}_infoPetr Machata
2012-08-29Drop ARGTYPE_COUNTPetr Machata
2012-08-29Drop list_of_pt, arg_type_prototypes, lookup_prototype in read_config_file.cPetr Machata
2012-08-29Move ARGTYPE_ENUM entries to arg_type_info.u.entries, use type.c in parserPetr Machata
2012-08-29Drop ARGTYPE_STRING, all strings now have length (sometimes "zero")Petr Machata
2012-08-29Drop ARGTYPE_ADDR, ARGTYPE_FILE, introduce same as implicit typedefsPetr Machata
2012-08-29Add expr.c, expr.h, plug in properlyPetr Machata
2012-08-29Add type.c/.h, value.c/.h, value_dict.c/.hPetr Machata