cparser
2008-12-14 Matthias Braun- change enum to have an underlying atomic type
2008-12-14 Moritz KrollAdjusted for latest firm
2008-12-14 Christoph MallonSimplify eat() macro.
2008-12-14 Christoph MallonUnify the form of references to the standard.
2008-12-14 Christoph MallonUse identify_new_type() instead of duplicating it.
2008-12-14 Christoph MallonFix handling of alignment in skip_typeref(). skip_type...
2008-12-14 Matthias Braunfurther attributes+types tweaks
2008-12-13 Matthias Braunfirst implementation of aligned attribute
2008-12-13 Christoph MallonSet size and alignment for atomic/complex/imagenary...
2008-12-13 Matthias Braunrespect alignment in typehash
2008-12-13 Matthias Braunfix subtle implicit cast problem
2008-12-13 Matthias Braunmissing skip_typeref
2008-12-13 Christoph MallonFix typo in lazy op constant folding.
2008-12-13 Matthias Braunmore skip_typerefs
2008-12-13 Matthias Brauntype might be a struct
2008-12-13 Matthias Braunwe have to convert assign ops back up to mode_arithmetic
2008-12-13 Matthias Braunalways fold consts
2008-12-13 Matthias Braun- build float arithmetic ops in backend arithmetic...
2008-12-13 Christoph MallonCorrectly handle shadowing of enum type declarations.
2008-12-13 Christoph MallonAccept any integer constant expression as null pointer...
2008-12-13 Christoph MallonConsider lazy evaluation for && and || in is_constant_e...
2008-12-13 Christoph MallonPrint type definitions and local label declarations...
2008-12-13 Christoph MallonRemove the unused STATEMENT_LOCAL_LABEL/struct local_la...
2008-12-12 Matthias Braunfix for latest firm
2008-12-12 Matthias Braunremove wrong assert
2008-12-12 Christoph MallonAdhere in the expression walker that __builtin_prefetch...
2008-12-11 Christoph MallonOmit several errors, which include a name, if a declara...
2008-12-11 Christoph MallonIf a declarator has no name, record the location of...
2008-12-11 Christoph MallonIndentation.
2008-12-11 Christoph MallonDo not assert when * or [] do not have pointer type...
2008-12-11 Christoph MallonBe not too unhappy (i.e. assert) if there is a typedef...
2008-12-11 Christoph MallonCorrectly handle empty compound statements in check_rea...
2008-12-11 Christoph MallonOmit semantic tests in parse_compound_declarators(...
2008-12-11 Christoph MallonAdd directories and filename pattern to make_release.sh.
2008-12-11 Christoph MallonUpdate NEWS.
2008-12-11 Christoph MallonResolve warning.
2008-12-11 Christoph MallonImprove the behaviour of -Wsign-compare in presence...
2008-12-11 Christoph MallonResolve warnings.
2008-12-11 Christoph MallonMark variables used in the size expression of array...
2008-12-11 Christoph MallonDo not record error entities of kind ENTITY_COMPOUND_ME...
2008-12-11 Christoph MallonGet rid of repeated unused variable warnings.
2008-12-11 Christoph MallonPrettify printing of qualified pointer types.
2008-12-11 Christoph MallonGet rid of unnecessary negation.
2008-12-11 Christoph MallonResolve warning.
2008-12-11 Christoph MallonMark variables used in sub initializers as read.
2008-12-11 Christoph MallonWhitespace.
2008-12-11 Christoph MallonMinor formatting nit in the manpage.
2008-12-11 Christoph MallonDo not print an error, that the operand of delete does...
2008-12-11 Christoph MallonFix typo in comment.
2008-12-10 Matthias Braunfirst revision of jna writer
2008-12-10 Christoph MallonSuppress warning about +/- in <</>>, if the +/- is...
2008-12-10 Christoph MallonImprove handling of statement expressions ({}):
2008-12-10 Michael Beck- recognize __attribute__((returns_twice)) and __declsp...
2008-12-10 Michael Beck- updated hash_pointer_type for based pointers
2008-12-09 Christoph MallonCalculate the size of a typedefed VLA right where the...
2008-12-09 Christoph MallonRemove two unnecessary return;.
2008-12-09 Christoph MallonAdd one more case to -Wparentheses: x + y << z.
2008-12-09 Matthias Braunmore stuff lying around here
2008-12-09 Matthias Braunadapt to latest firm changes
2008-12-09 Matthias Braunadapt for latest firm changes
2008-12-09 Matthias Braunfix warning
2008-12-09 Christoph MallonRemove dead variable initialisation.
2008-12-09 Matthias Braundo NOT add default: cases to enum switches
2008-12-09 Matthias Braunuse C linkage for implicit functions
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-12-08 Moritz KrollResolved some uninitialized variable warnings
2008-12-08 Moritz KrollCompiles now with Cygwin, if -Werror is disabled in...
2008-12-08 Moritz KrollFixed name mangling of implicitly declared functions...
2008-12-08 Christoph MallonRemove trailing \n from panic messages.
2008-12-08 Moritz KrollAdapted tokens.inc for Cygwin and MinGW
2008-12-08 Christoph MallonMap a few more GCC builtin functions to libc equivalents.
2008-12-08 Christoph MallonRepair L"a" "b" concatenation.
2008-12-08 Christoph Mallon- Repair evaluating && with constant left hand side...
2008-12-08 Christoph MallonRemove false_block != NULL tests, which never can be...
2008-12-08 Christoph MallonImprove error recovery, if the : of a ?: operator is...
2008-12-08 Christoph MallonAllow sizeof(void) and __alignof__(void) as GCC extension.
2008-12-08 Christoph MallonStore an unsigned char in the current lexer character...
2008-12-08 Christoph Mallon"Support" more GCC builtin functions, i.e. tell the...
2008-12-08 Christoph MallonCorrectly print octal escape sequences, when the char...
2008-12-07 Christoph MallonEvaluate the argument of va_end for its side effects.
2008-12-07 Christoph MallonCompound literals are lvalues.
2008-12-07 Christoph MallonSlightly change whitespace when printing for-statements.
2008-12-07 Christoph MallonImplement -Wparentheses.
2008-12-07 Michael Beck- select_addr() must create an constant in constant...
2008-12-07 Michael Beck- fixed assertiton (used ENTIFY_PARAMETER yet)
2008-12-06 Christoph Mallon| needs to be escaped, too.
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-12-05 Christoph MallonPrint scalar initialisers as assignment expressions...
2008-12-05 Christoph MallonAdd print_assignment_expression() as shortcut for print...
2008-12-05 Christoph MallonOne more declaration-with-no-declarators-null-pointer...
2008-12-04 Christoph MallonSimplify array_access_addr() by using adjust_for_pointe...
2008-12-04 Christoph MallonConvert the value before taking the shortcut in adjust_...
2008-12-03 Matthias Braunremove output in error case
2008-12-03 Christoph MallonAccept the undocumented GCC extension escape sequence...
2008-12-03 Christoph MallonRepair semantic of return-statements for C and implemen...
2008-12-03 Christoph MallonIndentation.
2008-12-03 Christoph MallonProperly print parameters, which have no type (identifi...
2008-12-03 Christoph MallonParameter identifier lists are no prototypes.
2008-12-03 Christoph MallonWhen parsing k&r parameter identifier lists, do not...
2008-12-03 Christoph MallonBefore setting volatility, check that FIRM did not...
next