- 2009 patch
[cparser] / ast.h
2009-04-07 Michael Beck- 2009 patch
2009-03-08 Matthias Brauncreate fold_constant_to_bool function to avoid some...
2009-01-30 Matthias Braunalthough the literals, label addresses are not constant...
2009-01-29 Matthias Brauncosmetics
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2008-12-27 Michael BeckRemoved EXPR_BUILTIN_SYMBOL: Builtins are now predefine...
2008-12-21 Michael Beck- implemented __builtin_prefetch()
2008-12-18 Christoph MallonImplement __builtin_types_compatible_p().
2008-12-18 Michael Beck- reimplemented __builtin_frame_address() and __builtin...
2008-12-17 Michael Beck- implemented __builtin_(return|frame)_address() FE...
2008-12-13 Christoph MallonRemove the unused STATEMENT_LOCAL_LABEL/struct local_la...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-09-14 Michael Beck- implemented computed goto
2008-07-29 Matthias Braunimplement asm nodes
2008-03-20 Michael Beck__leave implemented
2008-03-20 Michael Beck- fixed parse_error_expected()
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-14 Michael Beck- add empty and invalid statements
2008-02-18 Matthias Braunadd license comments
2008-02-15 Matthias Braun- implemented non-constant initializers
2008-02-13 Matthias Braun- first iteration of new initializer code
2007-12-15 Michael Beck- fixed gcc compilation
2007-12-15 Michael Beck- fixed _-alignof__ expression: it has the same syntax...
2007-12-14 Michael Beck- renamed context_t to the more logical scope_t
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-07 Michael Beck__builtin_prefetch implemented
2007-12-07 Michael Beck__builtin_constant_p() implemented
2007-12-07 Michael Beck- implement __alignof__
2007-12-05 Matthias Braunadd an is_constant_expression, only try to fold express...
2007-11-30 Christoph MallonAdd support for variadic arguments.
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-27 Matthias Braunadd parsing of asm statements, avoid some statement...
2007-11-27 Matthias Braunconvert statements and expression to new union style...
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-25 Michael Beckreplaced the different statement types by one union...
2007-11-25 Michael Beckreplaced the different initializer types by one union...
2007-11-23 Matthias Braunstring literals as array intiailizers are supported now
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-18 Christoph MallonImplement the GCC insani^Wextension __builtin_classify_...
2007-11-12 Matthias Braunstricter warnings
2007-11-12 Matthias Braunrename method to function
2007-09-30 Matthias Braun- reworked handling environments and struct, union...
2007-09-28 Matthias Braunimprove initializer handling
2007-09-28 Matthias Braunbugfixes, parse initializers
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-10 Matthias Braunimproved support for enums
2007-09-08 Matthias Braunimprove ast printing
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-21 Matthias Braunbugfixes for context/symbol-declaration mapping
2007-06-18 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-09 Matthias BraunInitial import of c parser