cparser
2008-09-12 Michael Beckadd some more (unimplemented) warnings
2008-09-12 Michael Becktest program for cast errors
2008-09-12 Michael Beck- removed todo
2008-09-12 Michael Beck- -Wcast-qual implemented
2008-09-12 Michael Beck- do not print a space at the end of qualifiers (needed...
2008-09-12 Michael Beck-Waggregate-return implemented
2008-09-12 Michael Beckadd test for padding
2008-09-11 Michael Beckimplemented -Wdiv-by-zero
2008-09-11 Michael Beckset the stack alignment to 2^4 on apple
2008-09-11 Michael Beck_Win32 build fix
2008-09-11 Christoph Mallons/imature_blocks/immature_blocks/.
2008-09-11 Christoph MallonUse new_Block() instead of new_immBlock(), when the...
2008-09-11 Christoph MallonHandle DM_NORETURN in ast2firm.
2008-09-11 Christoph MallonIndentation.
2008-09-10 Matthias Braunwe need to keep_alive memory as well for potential...
2008-09-10 Matthias Braunimplement hex floats
2008-09-09 Matthias Braunbuild right side of += etc. before left side
2008-09-08 Michael Beckimproved "builtin"-strcmp
2008-09-08 Michael Beckrerun builtins.h creation if script changed
2008-09-08 Matthias Braunfix
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-09-04 Matthias Braunconvert more driver code to new style
2008-09-04 Matthias Brauna rank is not an atomic_type_kind_t
2008-09-04 Christoph MallonFix r21499: The types must be unsigned, not signed.
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-09-03 Christoph MallonWarn about unreachable empty compound statements.
2008-09-03 Christoph MallonFix cp_error049.
2008-09-03 Christoph MallonCrash in ast2firm concerning unreachable if.
2008-09-02 Matthias Braunfurther fixes for MMD handling
2008-09-02 Matthias Braunhack cparser to write output of -MMD to the correct...
2008-09-02 Matthias Braunsizeof from vla type is not constant
2008-09-01 Matthias Braunfix problems when a case is INT_MAX
2008-09-01 Christoph MallonFix bug in duplicate case value checker: Ignore the...
2008-09-01 Michael Beckadd testcase for multi-char constant
2008-09-01 Michael Beckfixed constant case
2008-09-01 Christoph MallonImplement ast2firm part of the GNU "a ?: b" extension.
2008-09-01 Michael Beck- add support for \e escape
2008-09-01 Michael Beck- implemented GNU ?: operator (no ast2firm support yet
2008-09-01 Michael Beckadd testcase for asm name
2008-09-01 Michael Beckadd testcase for empty structs
2008-09-01 Michael Becktestcase for gcc ?: operator
2008-09-01 Michael Beckadd testcase for incomplete enums
2008-09-01 Michael Beckadd testcase for union cast
2008-09-01 Michael Beckadd test for escape escape
2008-09-01 Michael Beckadd test for hexfloats
2008-09-01 Michael Becktest for computed goto
2008-08-31 Michael Beckadd test for local label
2008-08-31 Christoph MallonHandle -fno-strength-reduce.
2008-08-31 Christoph MallonHandle -fno-syntax-only.
2008-08-31 Christoph MallonHandle -falign-loops=, -falign-jumps= and -falign-funct...
2008-08-31 Christoph MallonStore a copy of the original option string pointer...
2008-08-31 Christoph MallonCheck for common, not no-common, because the no- prefix...
2008-08-31 Christoph MallonReplace strcmp(a, b) == 0 and strncmp(a, b, sizeof...
2008-08-31 Christoph MallonMinor cleanup.
2008-08-31 Michael Beck- add -f[no-]short-wchar
2008-08-31 Christoph MallonCorrect off-by-one error in source position of empty...
2008-08-31 Michael Beckadd type_unsigned_short
2008-08-31 Christoph MallonSlightly simplify warning/error generation in check_poi...
2008-08-31 Christoph MallonSimplify daisy chaining statements in parse_compound_st...
2008-08-31 Christoph Mallons/parse_brace_expression/parse_parenthesized_expression/.
2008-08-31 Christoph MallonCorrect typo in r21582: Set qualifiers, not modifiers.
2008-08-31 Christoph MallonAdd missing return when printing error type in intern_p...
2008-08-31 Christoph MallonOnly warn, when assigning pointers and the LHS pointed...
2008-08-31 Christoph MallonEmpty line for readability.
2008-08-31 Michael Becktest case for -Wwrite-strings
2008-08-31 Christoph Mallontype_int and type_void get already initialised by init_...
2008-08-31 Christoph MallonSort.
2008-08-31 Michael Beck- do not issue warnings for unused parameters of main...
2008-08-31 Michael Beck-BugFix: must use const_wchar_T
2008-08-31 Michael Becktype_const_char is now globally available
2008-08-31 Michael Beck- implemented -Wwrite-strings
2008-08-31 Michael Beck- improved test
2008-08-31 Michael Beck- BugFix: function types have not size 0, so condition...
2008-08-31 Michael Beck- BugFix: GCC allows arithmetic on function pointers
2008-08-31 Michael Beck- implemented -Wswitch-enum
2008-08-31 Michael Becktypo fixed
2008-08-31 Michael Beckadded is_type_enum()
2008-08-31 Michael Beck- add testcase for switch on enum
2008-08-31 Michael Beck- fixed some "enumerated type mixed with another type...
2008-08-29 Michael BeckMAGIC_DEFAULT_PN_NUMBER is gone away ...
2008-08-28 Michael Beckuse the spare_size flags
2008-08-28 Christoph MallonAdd the GCC options -f(no-)dollars-in-identifiers.
2008-08-28 Michael Beck- removed non-functional jmp-tbl switch
2008-08-28 Christoph MallonBe somewhat resilient to typos in declaration specifier...
2008-08-28 Michael BeckFixed handling of case labels:
2008-08-28 Michael Beckforgot to save file
2008-08-28 Michael Beck'$' in symbols can be switched off (if someone implemen...
2008-08-28 Christoph MallonOnly warn about reaching the end of a non-void function...
2008-08-28 Christoph MallonReduce indentation.
2008-08-28 Christoph Mallonnewtype is a bool.
2008-08-28 Christoph MallonFix typo in error message.
2008-08-27 Christoph MallonAttach a sensible source position to conditional (...
2008-08-27 Christoph MallonUse the source position of the specifier for a declarat...
2008-08-27 Christoph MallonAccept $ in identifers.
2008-08-27 Christoph MallonFix parse error when parsing functions returning functi...
2008-08-27 Christoph MallonTypo in string.
2008-08-27 Christoph MallonWhen printing parentheses around a function declarator...
2008-08-27 Christoph MallonFix off-by-one error in source position of binary opera...
2008-08-27 Christoph MallonFix off-by-one error in source position of unary operat...
2008-08-27 Christoph MallonSimpler fix.
next