adapt to latest libfirm
[cparser] / type.h
2012-12-03 Matthias Braunsupport complex type (no arithmetic yet)
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-07-03 Matthias Braunremove unnecessary ATOMIC_TYPE_INVALID
2012-07-03 Matthias Braunslightly simplify wchar_t handling
2011-09-14 Christoph MallonMove function descriptions into headers.
2011-09-10 Christoph MallonMake get_type_alignment_compound() static.
2011-08-16 Christoph MallonCorrect integer conversion rank of _Bool.
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-10 Matthias Braunrework architecture specific type handling
2011-05-24 Matthias Braunremove pointless concept of a builtin-type
2011-05-16 Christoph MallonCorrent whitespace inconsistencies when printing type...
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2009-04-07 Michael Beck- 2009 patch
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-07 Matthias Braunrewrite of attribute handling
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-11-18 Christoph MallonParse C++ references.
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-09-18 Christoph MallonResolve compile error.
2008-09-18 Michael Beck- add get_type_qualifiers() allowing to get the type...
2008-09-13 Michael Beck- started implementation of size and alignment for...
2008-09-13 Christoph MallonAdd get_qualified_type() and solve several problem...
2008-09-12 Michael Beckadded is_type_complex()
2008-08-31 Michael Beckadded is_type_enum()
2008-08-16 Michael Beck- changing all typedef enum { ... } name; into typedef...
2008-08-06 Matthias Braunimplement transparent_union
2008-08-06 Christoph MallonImprove type checking for conditional expressions with...
2008-08-06 Christoph MallonCorrect references to the C99 standard.
2008-07-30 Matthias Braundo correct semantic check for pointer arithmetic, suppo...
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-03-22 Matthias Braunuse global table for atomic type properties
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-17 Michael Beckimplement MS type extension types
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2007-12-15 Michael Beck- renamed is_type_floating() to is_type_float()
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-05 Christoph Mallonconst.
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-27 Matthias Braunfix a bunch of icc warnings
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-24 Matthias Braunimplement semantic_assign like the C standard describes it
2007-11-16 Matthias Braunfix shift operations
2007-11-14 Matthias Braunsupport for pointer add/sub, no need for type_environme...
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunwe can now parse the infamous apfel.c, print ast as...
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-17 Matthias Braunsupport for more builtins, additional bugfixes
2007-09-16 Matthias Braun- countless bugfixes
2007-09-14 Matthias Braunimproved union/struct parsing
2007-09-08 Matthias Braunimprove type printing
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-17 Matthias Braunmore work on parser
2007-06-09 Matthias BraunInitial import of c parser