cparser
2008-10-23 Matthias Braunasm_name is not used
2008-10-21 Christoph Mallonskip_typeref().
2008-10-21 Christoph MallonImprove unused variable check.
2008-10-21 Christoph MallonImprove unused variable check.
2008-10-21 Christoph MallonImplement a statement walker.
2008-10-20 Christoph MallonRemove a variable, which was found by the new, shiny...
2008-10-20 Christoph MallonAnother attempt to solve the halting problem: Detect...
2008-10-20 Christoph MallonMake check_unreachable() more tail recursion friendly.
2008-10-20 Christoph MallonResolve assertion, when using -fsyntax-only.
2008-10-19 Christoph MallonRemove stale (since r21011) comment.
2008-10-19 Christoph MallonFix r23014.
2008-10-19 Christoph MallonDo not generate an error message about incompatible...
2008-10-19 Christoph MallonResolve some warnings.
2008-10-19 Christoph MallonAdd forgotten conversion specifiers.
2008-10-19 Christoph MallonResolve some warnings.
2008-10-14 Christoph Mallon-fopt-foo means activate, not deactivate.
2008-10-13 Christoph MallonAdd debug info to implicitly created != 0 tests in...
2008-10-11 Matthias Braunno need for bitfiddle here
2008-10-07 Christoph MallonPrint AST and error/warning summary even in the presenc...
2008-10-07 Christoph MallonRemove unreachable statement.
2008-10-07 Christoph MallonShow the number of the conversion specification in...
2008-10-07 Christoph MallonRemove pointless local variable.
2008-10-07 Christoph MallonRemove redundant assignment.
2008-10-06 Michael Beck- improve error message even more ;-)
2008-10-06 Michael Beck- improve error message
2008-10-06 Michael Beck- allow '-' for s and S format
2008-10-06 Matthias Braunonly query primitive types for their base type
2008-10-06 Matthias Braunfix missing skip_typeref buf
2008-10-06 Matthias Braundisable fix for parsetest/fehler053.c for now (as it...
2008-10-03 Matthias Braunfix bitfield2.c
2008-10-03 Matthias Brauntricky bitfield test from gcc (extended)
2008-10-03 Christoph MallonImplement reference_addr() for DECLARATION_KIND_FUNCTION.
2008-10-02 Christoph Mallonskip_typeref().
2008-10-02 Christoph MallonFix assertion failure introduced in r22072.
2008-10-02 Christoph Mallonskip_typeref().
2008-10-02 Christoph MallonTreat expressions with error type as lvalues. There...
2008-10-02 Christoph MallonImprove error recovery for if-statements.
2008-10-02 Christoph MallonParse __builtin_inf{,f,l} and correct __builtin_nand...
2008-09-29 Michael Beck- set the new combo flag
2008-09-28 Matthias Braunuse firm array to avoid name/symbol clashes
2008-09-26 Christoph MallonProcess declaration modifiers for variables in ast2firm...
2008-09-26 Michael Beck- add -finline-max-size= and -finline-threshold= parameter
2008-09-24 Matthias Braunincrease inline limit
2008-09-23 Christoph MallonGenerate AST for some semantically invalid initializers.
2008-09-23 Michael Beck- add missing initialization of have_const_functions
2008-09-23 Matthias Braunhandle DM_CONST, lower inline limit, force optimize_fun...
2008-09-23 Christoph MallonTreat size_constant like a bool should be, i.e. do...
2008-09-23 Matthias Braundisable builtins by default
2008-09-22 Matthias Braunpossibility to disable builtin functions
2008-09-21 Matthias Braunmake -fsync default
2008-09-20 Christoph Mallonright_to_left() now returns 0 for left-to-right associa...
2008-09-19 Matthias Braunfix gcse
2008-09-19 Christoph MallonResolve off-by-one (and off-by-two) errors in the sourc...
2008-09-19 Christoph MallonSet the source position in allocate_statement_zero().
2008-09-18 Christoph MallonMake stray ; outside of functions an error in strict...
2008-09-18 Christoph MallonResolve compile error.
2008-09-18 Michael Beck- BugFix: unitializer must be created using qualifiers...
2008-09-18 Michael Beck- add get_type_qualifiers() allowing to get the type...
2008-09-18 Christoph MallonThe standard calls it "file scope", so rename global_sc...
2008-09-18 Christoph MallonResolve unreachable statement warnings.
2008-09-18 Christoph MallonPut T_EOF into the anchor set.
2008-09-18 Matthias Braundepend on libfirm (if path is specified in config.mak)
2008-09-18 Christoph MallonSlightly simplify stack_pop_to().
2008-09-18 Christoph Mallonenvironment_top() and local_label_top() return size_t...
2008-09-18 Christoph MallonSlightly simplify stack_push().
2008-09-18 Michael Beckfixed parameter redeclaration error
2008-09-18 Michael Beckenhanced
2008-09-18 Michael Beck- functions cannot be lvalues
2008-09-18 Michael Beck- add more attributes to support inner functions
2008-09-18 Michael Beck- added outer function jump to example
2008-09-17 Michael Beckshould warn about struct inside parameter scope definition
2008-09-17 Michael Beck- replaced set_scope by scope_push()/scope_pop()
2008-09-17 Christoph MallonAdd { as anchor while parsing k&r declaration list.
2008-09-17 Christoph MallonImplement -Waddress.
2008-09-17 Christoph MallonRestore value of in_gcc_extension using old_gcc_extension.
2008-09-17 Christoph MallonAdd { as anchor while parsing external declaration.
2008-09-17 Michael Beckfixed comments
2008-09-17 Michael Beck- BugFix: typeof operator must set the in_type_prop...
2008-09-17 Christoph MallonReduce anchor scope.
2008-09-17 Michael Beckadd support for gcc nested functions
2008-09-17 Michael Beckadd missing print_indent() (now correctly prints nsted...
2008-09-17 Christoph Malloneat_statement() is dead, long live eat_until_anchor()!
2008-09-17 Michael Becknested function example
2008-09-17 Christoph MallonSmall simplification.
2008-09-17 Michael Beckdo not record empty declarations by default
2008-09-17 Michael Beck- type property expressions are NOT self-initializer
2008-09-17 Christoph MallonAlways return a non-null pointer from parse_array_decla...
2008-09-17 Christoph MallonThe element type of an array shall not be an incomplete...
2008-09-17 Christoph MallonStill record the element type of arrays and the return...
2008-09-16 Christoph MallonWarn about type qualifiers in the return type of functi...
2008-09-16 Christoph MallonDo not warn about the return type of main(), if it...
2008-09-16 Christoph MallonUse the real error type instead of ATOMIC_TYPE_INVALID...
2008-09-16 Christoph MallonAvoid segfault when encountering a parse error while...
2008-09-16 Christoph MallonDo not warn about excess initialisers, when trying...
2008-09-16 Christoph MallonSlightly simplify printing binary operators.
2008-09-16 Christoph MallonUse fputc() instead of fputs() to print a single char.
2008-09-16 Christoph MallonPrint no " " between the ")" and the "{" of a compound...
2008-09-16 Christoph Mallonabort() instead of exit(1) in case of anchor token...
2008-09-16 Christoph MallonWhen printing AST for asm statements first print output...
2008-09-16 Christoph MallonImprove parse_va_start():
next