cparser
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-10-26 Matthias Braunmore warning testcases
2008-10-26 Matthias Braunsource-position doesn't make any sense for types:
2008-10-26 Christoph MallonPrefix operators need no precedence.
2008-10-26 Michael Beck- crashes, but should give an error
2008-10-26 Michael Beck- BugFix: gcc optimizes def_nr + 1 < 0 away, arg\!
2008-10-26 Michael Beck- BugFix: generation of default case number was complet...
2008-10-25 Michael Beck- fixed r23189: the AST-printer doubles the precesion...
2008-10-25 Christoph MallonUnify the precedence lists of the parser and the AST...
2008-10-25 Matthias Braunimproved switch.c
2008-10-25 Christoph MallonReplace magic numbers for expression precedences by...
2008-10-25 Matthias Braunget rid of some fields in ast_t: outer_fkt_jmp, is_oute...
2008-10-25 Christoph MallonFix some precedence stuff for expression parsing.
2008-10-25 Matthias Braunsome testcases I had lying around here
2008-10-24 Christoph MallonWhile our semantics of _Bool are wrong, at least make...
2008-10-24 Christoph MallonUse make_pointer_type().
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.
next