cparser
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunmake sure dirs are constructed in makefile
2008-02-18 Matthias Braunfix bootstrap targets
2008-02-18 Matthias Braunfix bootstrap target in makefile, make_release.sh script
2008-02-18 Matthias BraunREADME for release
2008-02-18 Matthias Braunadd license comments
2008-02-18 Matthias Braunadd license prefix
2008-02-18 Matthias Brauntextfiles for release
2008-02-18 Matthias Braunfix is_constant_expression for conditionals
2008-02-17 Christoph MallonAdd layer 8 semantics to expression_has_effect(), i...
2008-02-17 Christoph MallonList to be created directory names in a variable.
2008-02-17 Matthias Braunwe can do make bootstrap2 now
2008-02-17 Matthias Braunonly make implicit cast if array size expression !...
2008-02-17 Matthias Braunimplement VLAs (just the Free nodes aren't constructed...
2008-02-16 Matthias Braunit gets even more strange
2008-02-16 Matthias Braunit gets even more strange
2008-02-16 Matthias BraunVLA test
2008-02-16 Matthias Braundisable some optimisations in debug mode
2008-02-16 Matthias Brauncrude -g implementation
2008-02-16 Matthias Braundon't print trailing 0 in strings
2008-02-16 Matthias Braunstring literals really have array type, revert_automati...
2008-02-16 Matthias Braunsizeof from string is defect
2008-02-16 Matthias Braunimprove bootstrap rule, align long long to 4 bytes
2008-02-16 Matthias Braunlower const_code nodes
2008-02-16 Matthias Braunerror22
2008-02-16 Matthias Braunadd missing skip_typerefs
2008-02-16 Matthias Braunget char signedness from lang_features.h
2008-02-15 Matthias Braunmore testcases I had lying around here
2008-02-15 Matthias Braunconstruct 0/1 instead of mode_b->int convs
2008-02-15 Matthias Braunadd bootstrap target, don't set frame_type to fixed...
2008-02-15 Matthias Braun- implemented non-constant initializers
2008-02-15 Matthias BraunTODO update
2008-02-15 Matthias Braunarray sizes are determined correctly from initializer...
2008-02-15 Matthias Braunanother compound literal test
2008-02-15 Matthias Braunanother initializer test
2008-02-15 Matthias Braunmore tricky initialiser tests
2008-02-15 Matthias Braunfix string initializers, improve initializer semantic...
2008-02-15 Matthias Braunimplement -O switch
2008-02-15 Matthias Brauncorrect is_const test for compound literals
2008-02-15 Matthias Braunmore parsetests
2008-02-14 Matthias Braunfix cp_error020, fix warning
2008-02-14 Matthias Braunerror20
2008-02-14 Matthias Brauncast enum expressions to enum type if needed
2008-02-14 Matthias Braunselfcheck target for the makefile
2008-02-14 Christoph MallonNUL-terminate strings on obstacks before finishing.
2008-02-14 Christoph MallonUse "obst.h" instead of <obstack.h>.
2008-02-14 Matthias Braunadd obstack to cparser sources
2008-02-14 Matthias Braunimplement compound literals (ineficient code at the...
2008-02-14 Matthias Braunuse new firm timing facilities
2008-02-13 Matthias Braun- first iteration of new initializer code
2008-02-12 Matthias Braunimprove error message when expression is expected
2008-02-08 Matthias Braunfix optimized build, add benchmark mode
2008-01-23 Christoph MallonIndent.
2008-01-22 Matthias Brauncreate invalid expression if reference can't be resolve...
2008-01-22 Matthias Braunuse new firm initializer syntax
2008-01-22 Matthias Braunrename to avoid name clashes with libfirm changes
2008-01-22 Matthias Braunsigned char and unsigned char can be initialized with...
2008-01-09 Matthias Braunuse inline instead of INLINE ;-)
2008-01-08 Michael Beckuse INLINE instead of inline
2008-01-06 Michael Beckopt_funccall() now takes an additional parameter
2007-12-30 Michael Becksynchronize with edgfe:
2007-12-30 Michael BeckFixed broken merge of r846 and added back deleted wide...
2007-12-29 Michael Beckadd preprocessor tokens for STDC pragma and vararg...
2007-12-29 Michael Beck- more doxygen info added
2007-12-29 Matthias Braunanother parse error
2007-12-29 Matthias Braunadd missing skip_typeref
2007-12-29 Matthias Braunadd implicit casts to conditional preds
2007-12-29 Matthias Braunmore tricky error18
2007-12-29 Matthias Braunimprove trinary operator semantics
2007-12-29 Matthias Braunone more parse error
2007-12-29 Matthias Braundeclaration may be NULL for abstract declarators
2007-12-29 Matthias Braunold declaration may be NULL
2007-12-29 Christoph MallonRemember the correct old declaration in stack_push...
2007-12-28 Matthias Braunanother parser problen
2007-12-28 Matthias Braunalso support extern variable declarations in local...
2007-12-28 Matthias Braunsupport functions declared in local scope
2007-12-28 Matthias Brauntry working around/fixing cp_error015
2007-12-28 Matthias Braunanother parse error
2007-12-28 Matthias Braunimprove declaration counter
2007-12-28 Matthias Braunfix default labels missing their statements
2007-12-28 Matthias Braunimplement anonymous struct/union members gcc extension
2007-12-28 Matthias Braunfix some wrong tokens
2007-12-25 Matthias Brauntest for last bug
2007-12-25 Matthias BraunMerry Christmas Everyone (well and I fixed parsing...
2007-12-25 Christoph MallonWarn, when the initialisation or step expression of...
2007-12-20 Christoph MallonAdd missing skip_typeref() when printing constants.
2007-12-20 Christoph MallonImplement wide string literal concatenation (with norma...
2007-12-20 Christoph MallonAlways set the alignment and set the layout_fixed flag...
2007-12-20 Christoph MallonDecide whether to use pn_Cmp_Ne or pn_Cmp_Lg for inequa...
2007-12-20 Christoph MallonReally avoid constructing two struct types for the...
2007-12-19 Michael Beck- -Wmultichar implemented
2007-12-19 Michael BeckMulti-line character constants implemented
2007-12-19 Matthias Braunfix cp_error012
2007-12-19 Matthias Braunanother error
2007-12-19 Matthias Braunavoid construct 2 struct types for the same struct...
2007-12-19 Matthias Braunonly print a warning for asm statements for now...
2007-12-19 Michael BeckAdd debug info for types
2007-12-19 Christoph MallonStrange ast2firm error for initializers.
2007-12-19 Michael Becksome doxygen docu added
2007-12-19 Michael Beck- GCC case A ... E: extention implemented
next