cparser
2008-07-14 Matthias Braunerror biting us with 'make bootstrap2'
2008-07-11 Matthias Braunfix input from stdin
2008-06-25 Matthias Braunfix do_while
2008-06-25 Matthias Braunadd space after if, improve while_statement_to_firm
2008-06-25 Matthias Braundon't fail on missing erturn value
2008-06-25 Matthias Braunfix linking mode
2008-06-23 Michael BeckBugFix: return invalid statement for invalid goto
2008-06-20 Michael Becksynchronized with eccp
2008-06-12 Moritz KrollFixed uninitialized empty array descriptor
2008-06-12 Michael Beckwarns as it should, but crashes than
2008-06-06 Matthias Braunavoid enum constant folding problems in ast2firm
2008-06-06 Matthias Braunupdate TODO, fox error33
2008-06-06 Matthias Braunfix error34
2008-06-06 Matthias Braunerror 34
2008-06-06 Michael Becksynchronize with eccp
2008-06-04 Matthias Braunwe're compiling 32bit, use -m32 for cpp
2008-06-04 Matthias Braunfix entities
2008-06-04 Matthias Braunbuild assign from left to right
2008-06-04 Matthias Brauneven simpler
2008-06-04 Matthias Braunsimpler testcase
2008-06-04 Matthias Braunsimpler testcase
2008-06-04 Matthias Brauntestcase
2008-06-04 Matthias Braunadd missing files
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-06-03 Matthias Brauncomma is a passthrough and might produce mode_b
2008-06-03 Matthias Braunprototypes should override non-prototypes
2008-06-03 Matthias Braunvery simplistic linking mode
2008-06-02 Matthias Braunfix double transformation of expressions in var_arg_exp...
2008-06-02 Matthias Brauncleanup code
2008-06-02 Matthias Braunfix kr2.c
2008-06-02 Matthias Braunprecedence of shift was wrong
2008-06-02 Christoph MallonFix incorrect format check warnings.
2008-06-02 Matthias Braunbuiltin_nanf is const
2008-06-02 Matthias Braunuse size_t or ssize_t for array offsets
2008-06-02 Matthias Braunmore tricky kr things
2008-06-02 Matthias Braunfix shouldfail part of testscript
2008-06-02 Matthias Braunfix handling of kr style functions
2008-06-02 Michael Beckadded option -momit-leaf-frame-pointer
2008-06-02 Matthias Braunfix parsing of some struct initializers
2008-06-02 Michael Beckadd option -Wreturn-type
2008-06-02 Matthias Braunonly build switch fallthrough block when needed
2008-06-02 Michael Beckwarn if missing return
2008-06-02 Michael Beckadd test for missing returns
2008-06-02 Michael Beckchecks for missing return are done in ast2firm yet
2008-06-02 Matthias Braunonly construct fallthrough block if needed for an if
2008-06-02 Michael Beckadd checks for missing return statement
2008-06-02 Matthias Braun- make sure no expression is built twice
2008-06-02 Christoph Mallon- Add missing skip_typeref()
2008-06-01 Matthias Braunmore fixes for bitfield type
2008-06-01 Matthias Braunbitfield is a complete type
2008-06-01 Michael Beck- add option -version (in contrast to --version)
2008-06-01 Michael Beck- fixed typos
2008-06-01 Matthias Brauntestcase for sideeffects problems
2008-06-01 Christoph MallonRecord the source position of alignof and sizeof. Disal...
2008-06-01 Michael BeckBugFix: add erronously deleted break
2008-06-01 Christoph MallonFix typo in parse_alignof(): s/EXPR_SIZEOF/EXPR_ALIGNOF/.
2008-06-01 Christoph Mallonsizeof(function_designator) is not allowed.
2008-06-01 Michael Beck- used MINGW instead of Win32 again
2008-06-01 Michael Becksynchronize with eccp
2008-06-01 Michael Beckreturn the status code of the preprocessor on -E
2008-06-01 Michael Beckadd option -E
2008-05-31 Matthias Braunfix for handling of for scope handling
2008-05-31 Matthias Braunrework local variable handling:
2008-05-31 Matthias Braunimprove/cleanup some tests
2008-05-31 Matthias Braunremove debug printfs
2008-05-31 Matthias Braunfix rts_mapping code, add alloca mapping
2008-05-31 Matthias Braunset alignment for long double
2008-05-31 Matthias Braunfix cp_error032
2008-05-31 Matthias Braunadd bunch of testapps
2008-05-31 Matthias Braunshouldfail tests for prototype checking
2008-05-31 Matthias Braundo not print uninitialized stuff
2008-05-31 Matthias Braunadd shouldpass directory to testscript
2008-05-31 Matthias BraunK&R style parameter lists are not a prototype...
2008-05-31 Matthias Braunfix for firm changes, bugfix: reset saw_default_label
2008-05-30 Matthias Braunfix extern inline handling, implement __builtin_huge_val
2008-05-30 Matthias Braunhugeval test
2008-05-30 Matthias Braunvalues can be bad, local static vars must have unique...
2008-05-30 Matthias Braunimprove creation of call nodes
2008-05-30 Matthias Braunfix crash
2008-05-30 Michael Becksynchronized with eccp
2008-05-30 Matthias Braunadeclar printf
2008-05-30 Matthias Braunadd new shouldpass category
2008-05-30 Matthias Braunwe dont have an lvalue test, oops
2008-05-30 Matthias BraunC can do such stupid things...
2008-05-30 Matthias Braunadd missing strict conv for variable initialisation
2008-05-30 Matthias Braunfix for last commit
2008-05-30 Matthias Braununion init test (copied from firm)
2008-05-30 Matthias Braunreorganized some test programs
2008-05-30 Matthias Braunbetter approach towards the parsing problems
2008-05-30 Matthias Braunmake parser more robust against invalid declarations
2008-05-30 Matthias Braunmake parser more robust against invalid declarations
2008-05-29 Michael Beck- Moved cp_errot030.c to shouldfail/wrongtype.c, as...
2008-05-28 Michael Beckcparser crashes...
2008-05-28 Michael Beckfixed handling of -b
2008-05-28 Michael Beckfixed warning for 64bit build
2008-05-27 Michael Becknon-existing entities must have peculiarity_description
2008-05-27 Matthias Braunfix bug with big octal sequences
2008-05-27 Matthias Braunone more
2008-05-27 Matthias Braunmake extensions starting with __ available for all...
2008-05-27 Matthias Braunmake extensions starting with __ available for all...
next