ast2firm: Implement casting from complex to real types.
[cparser] / type_hash.c
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-07-16 Christoph MallonRename hashset.c to hashset.c.inl.
2012-07-16 Matthias Braunprovide our own hashset implementation
2011-08-16 Matthias Braunrework atomic and related types
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-09 Matthias Braunbitfields are an entity attribute now, not a type
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2009-04-07 Michael Beck- 2009 patch
2009-03-07 Matthias Braunrewrite of attribute handling
2008-12-16 Christoph MallonDo not consider alignment in the type hash. It is...
2008-12-13 Matthias Braunrespect alignment in typehash
2008-12-11 Christoph MallonResolve warnings.
2008-12-10 Michael Beck- updated hash_pointer_type for based pointers
2008-11-20 Christoph MallonRemove unreachable statements.
2008-11-18 Christoph MallonParse C++ references.
2008-11-17 Michael Beck- parsing of __based implemented (more semantic in...
2008-11-15 Christoph MallonImprove linkage specification
2008-11-15 Christoph MallonThe calling convention is orthogonal to the linkage...
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-08-16 Michael Beck- function types with different calling conventions...
2008-08-06 Matthias Braunimplement transparent_union
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-03-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-02-18 Matthias Braunadd license comments
2008-02-17 Matthias Braunimplement VLAs (just the Free nodes aren't constructed...
2007-12-12 Michael Beck- create an error type
2007-12-11 Michael Beck- renamed atomic_type_type_t to atomic_type_kind_t
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-29 Matthias Braunimplement K&R style function definitions, code cleanup...
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunput Type types into a union again, but so that all...
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunbugfixes, parse initializers
2007-09-27 Matthias Braun- implemented decimal floating pointer numbers in lexer
2007-09-23 Matthias Braunfilter trigraphs in advance and simplify lexer code...
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunfix bug in method type hashing
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-14 Matthias Braunimprovements for handling of function parameters
2007-09-10 Matthias Braunimproved support for enums
2007-09-07 Matthias Braunfix compound type comparison
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-18 Matthias Braunmore work on parser
2007-06-17 Matthias Braunmore work on parser