cparser
2008-12-24 Michael Beck- implemented __builtin_trap()
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-23 Christoph MallonCorrectly handle qualified floats in get_default_promot...
2008-12-21 Christoph Mallon?: with omitted true-expression needs special handling...
2008-12-21 Christoph MallonImplement -Wshadow.
2008-12-21 Christoph MallonHandle pointer arithmetic with variable sized types...
2008-12-21 Christoph MallonUnify the form of references to the standard.
2008-12-21 Christoph MallonBetter show something (syntactically invalid) when...
2008-12-21 Michael Beck- implemented __builtin_prefetch()
2008-12-21 Michael Beck- some commnets
2008-12-21 Christoph MallonRemove two redundant get_dbg_info() which were found...
2008-12-21 Christoph MallonAvoid double parentheses when AST printing sizeof expre...
2008-12-18 Michael Beck- implement builtin_(frame|return)_address() firm repre...
2008-12-18 Christoph MallonUse revert_automatic_type_conversion() to determine...
2008-12-18 Christoph Mallontypeof() always has a type set, so there is no need...
2008-12-18 Christoph MallonImplement __builtin_types_compatible_p().
2008-12-18 Christoph MallonIndentation.
2008-12-18 Christoph MallonSkip non-parameter entities in parameter lists. This...
2008-12-18 Michael Beck- reimplemented __builtin_frame_address() and __builtin...
2008-12-18 Christoph MallonMerge common cases in print_entity().
2008-12-18 Christoph MallonTwo places did not respect, that the true expression...
2008-12-18 Christoph MallonAdd some more bits for EXPR_BUILTIN_ADDRESS.
2008-12-17 Michael Beck- implemented __builtin_(return|frame)_address() FE...
2008-12-17 Michael Beck- Win32 has no strings.h
2008-12-17 Christoph MallonSlightly simplify traversing declaration lists.
2008-12-17 Christoph MallonDo not set a non-null last declaration for a declaratio...
2008-12-17 Christoph MallonImprove the AST a little: Overwrite the type of a funct...
2008-12-17 Christoph MallonDo not emit an error about different entity kinds for...
2008-12-17 Christoph MallonDo not change the local prev_type in record_entity...
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-17 Christoph MallonLength 1 for global int x[]; is actually required by...
2008-12-17 Christoph MallonAdd the macro lengthof().
2008-12-16 Christoph MallonSLL(3) is too much, SLL(2) is sufficient.
2008-12-16 Christoph MallonSmall cleanup.
2008-12-16 Christoph MallonFix stupid error in r24659.
2008-12-16 Christoph MallonAdd a skip_typeref(). In case of error a typedef could...
2008-12-16 Christoph MallonRestore error check lost in r23661: The type of a funct...
2008-12-16 Christoph MallonSort.
2008-12-16 Christoph MallonDo not consider alignment in the type hash. It is...
2008-12-16 Christoph MallonFix calculation of the value of multi-character charact...
2008-12-16 Christoph MallonAdd (harmless) missing else.
2008-12-16 Christoph MallonTypo.
2008-12-15 Christoph MallonUse .Sq instead of ''.
2008-12-15 Christoph MallonRename --{,un}sigend-chars to -f{,un}signed-char and...
2008-12-15 Christoph MallonBetter check for is_Cond() instead of !is_Bad(): The...
2008-12-15 Christoph MallonBefore setting branch prediction info for a Cond, make...
2008-12-15 Christoph MallonWhen automatically generating a target filename, place...
2008-12-15 Christoph MallonInclude missing header.
2008-12-15 Christoph MallonDo not create bogus wide char initializer from char...
2008-12-15 Christoph MallonFix minor bug in UTF-8 decoder when handling partly...
2008-12-15 Christoph MallonDo not crash on alignof($TYPE).
2008-12-15 Christoph MallonMake the input encoding selectable via −finput‐charset...
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-15 Matthias Braunfix stupid memory error
2008-12-14 Matthias Braunfixed __alignof__ construction, always build constants...
2008-12-14 Christoph MallonUse identify_new_type() instead of duplicating it.
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.
next