cparser
2009-04-07 Michael Beck- 2009 patch
2009-04-07 Michael Beck- implement -mrtd
2009-04-07 Michael Beck- fixed handling of calling convention in function_type...
2009-04-07 Michael Beck- BugFix: use CC_DEFAULT as the default calling convent...
2009-04-07 Michael Beck- fixed function type calling convention
2009-04-07 Michael Beck- BugFix: make_function_1_type_variadic() must hash...
2009-04-07 Michael Beck- do NOT warn about "unnecessary static forward declara...
2009-04-06 Moritz KrollFixed assertion on C/gnu99/attributes5.c
2009-03-20 Matthias Braunfix
2009-03-20 Matthias Braunanother bugfix
2009-03-20 Matthias Braunbugfix
2009-03-20 Matthias Braunanother iteration of the struct layout code
2009-03-20 Matthias Braunstrings are visibility local
2009-03-10 Matthias Braunanother bitfield fix
2009-03-10 Matthias Braunfix packed bitfield handling, long double is 16bytes...
2009-03-09 Matthias Braunattempt to fix bug #40
2009-03-09 Matthias BraunTODO update
2009-03-09 Matthias Brauncorrectly fix calling convention problems from bug #42
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-08 Matthias BraunRework compound type handling:
2009-03-08 Michael Beck- do not expand the frame size for inner functions...
2009-03-08 Matthias Brauncreate fold_constant_to_bool function to avoid some...
2009-03-08 Matthias Braundon't output calling convention warnings on non-functio...
2009-03-07 Matthias Braunfix
2009-03-07 Matthias Braunsupport attribute(__const) because it is used in glibc...
2009-03-07 Matthias Braunfix __extension__ in for statement
2009-03-07 Matthias Braunimprove deprecated handling, parse attributes after...
2009-03-07 Matthias Braunwe have to be able to fold EXPR_INVALID since we report...
2009-03-07 Matthias Braunfix for last commit
2009-03-07 Matthias Braunrewrite of attribute handling
2009-02-27 Matthias Braundon't emit dead initializers
2009-02-27 Matthias Braunreport an error on static function declarations in...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-20 Christoph MallonMarginally simplify parse_goto().
2009-02-20 Christoph MallonTypos.
2009-02-20 Christoph MallonSupress the error message that the array size must...
2009-02-19 Sebastian Buchwald- fixed semantic of compound assign operator
2009-02-06 Christoph Mallonskip_typeref().
2009-02-06 Christoph MallonRemove unnecessary assignment.
2009-02-06 Christoph MallonIn strict mode set the error type for a k&r parameter...
2009-02-06 Moritz KrollAdded --export-ir parameter and support for .ir input...
2009-02-04 Christoph MallonImprove error recovery: Gracefully handle type names...
2009-02-04 Christoph MallonBefore testing the kind of an entity, make sure we...
2009-02-04 Christoph MallonMinor correction of error message.
2009-01-30 Christoph MallonReference the standard.
2009-01-30 Matthias Braunalthough the literals, label addresses are not constant...
2009-01-29 Matthias Brauncosmetics
2009-01-29 Matthias Braunarray size must be integer
2009-01-29 Matthias Braunsome things aren't constant
2009-01-29 Matthias Braunavoid obstack_printf for very large strings (it's cheat...
2009-01-28 Christoph MallonDocument evaluation of typedef with VLA declarator...
2009-01-28 Christoph MallonC99 §6.2.3:1 24) There is only one name space for...
2009-01-27 Christoph MallonIndendation.
2009-01-27 Christoph Mallonfputs() + fputc() -> fputs().
2009-01-20 Matthias Braunfix of by 1 error, add a hack for pointer arrays
2009-01-20 Matthias Braunmissing skip_typeref
2009-01-20 Matthias Braunadd missing directories to Makefile
2009-01-19 Michael Beck- fixed access to outer variables
2009-01-19 Michael Beck- corerctly transform inner functions to firm
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- some doxygen info for the changed routines
2009-01-18 Michael Beck- add __based support
2009-01-03 Christoph MallonRemove unused variable.
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-03 Michael Beck- free-standing is a negative option
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2009-01-02 Christoph Mallonmap strcasecmp() to _stricmp() for Windows.
2009-01-02 Michael Beck- typo fixed
2009-01-02 Michael Beck- add FE support for MS _AddressOfReturnAddress()
2009-01-02 Michael Beck- some comments
2009-01-02 Michael Beck- va_start/va_arg uses now the stack parameter alignment
2009-01-02 Michael Beck- add stricmp() macro
2009-01-02 Christoph MallonUse next_token() instead of eat() after eat_until_match...
2009-01-02 Christoph MallonWhen skipping arguments of unknown __attribute__s also...
2009-01-02 Christoph MallonComplain about arrays with length <= 0.
2009-01-01 Christoph MallonRefer to the standard.
2009-01-01 Christoph MallonAvoid printing two more possible null pointers.
2009-01-01 Christoph MallonTweak error message: Avoid printing null pointer string.
2009-01-01 Christoph MallonMove (void) parameter detection into a separate functio...
2009-01-01 Christoph MallonSimplify daisy chaining function call arguments.
2009-01-01 Christoph MallonSimplify daisy chaining function parameters in parse_kr...
2009-01-01 Christoph MallonFactorise code to allocate parameters.
2009-01-01 Christoph MallonMake parsing of __based() less intrusive.
2009-01-01 Christoph MallonSimplify daisy chaining of construct types in parse_inn...
2009-01-01 Christoph MallonIntroduce union construct_type_t to avoid dubious casts.
2009-01-01 Christoph MallonSlightly simplify type hashing in construct_declarator_...
2009-01-01 Christoph MallonFix linkage check for local variables in check_variable...
2009-01-01 Christoph MallonRemove the write-only attribute bool has_flexible_membe...
2009-01-01 Christoph MallonSimplify macro mumbo jumbo.
2008-12-31 Christoph MallonFix logic error in is_builtin_expect() introduced in...
2008-12-30 Christoph MallonRemove resolved TODO item (-Wparentheses).
2008-12-30 Christoph MallonDo not query the precedence in the AST printer, if...
2008-12-29 Michael Beck- more MS intrinsics
2008-12-27 Michael Beck- more builtins
2008-12-27 Michael Beck- c_mode must be set before init_types()
2008-12-27 Michael Beck- fixed warnings
2008-12-27 Michael BeckRemoved EXPR_BUILTIN_SYMBOL: Builtins are now predefine...
2008-12-26 Christoph MallonAdd windows-1252 (alias cp1252) as input encoding.
2008-12-25 Christoph MallonFix printing of pointers and references to arrays.
2008-12-24 Michael Beck- fixed implementation of various __builtin functions
next