cparser
2008-03-10 Michael BeckBugFix: compute the layout of the frame types AFTER...
2008-03-07 Michael Beck- add alignment to types and declarations
2008-03-07 Michael Beckmore on MS __declspec
2008-03-06 Matthias Braunremove loop_unrolling opt
2008-03-06 Matthias Braundon't build in profile mode
2008-03-06 Michael Becksome examples for the MS mode
2008-03-06 Michael Beckpreliminary support for MS __declspec()
2008-03-06 Christoph MallonGenerate an error when redeclaring enum entries.
2008-03-06 Michael Beck__w64 keyword added in MS mode
2008-03-06 Michael Beck- fixes memory leak
2008-03-06 Michael BeckMore fixes for initializers:
2008-03-06 Matthias Braunremove expect_void macro, fix scope not being reset...
2008-03-05 Michael BeckFixed segfault3.c:
2008-03-05 Michael Becksome commnets added
2008-03-05 Michael BeckFixing segfault1.c:
2008-03-04 Matthias Braunups it was not unnecessary
2008-03-04 Matthias Brauntest (remove an unnecessary line)
2008-03-04 Matthias Braunanother segfault
2008-03-04 Matthias Braunanother segfault
2008-02-25 Michael BeckBugFix:
2008-02-20 Michael Beckremoved set_opt_overflow_unsafe_transform(), not needed...
2008-02-20 Matthias Brauncommit some files I forgot
2008-02-20 Michael Beckhandle the new overflow_unsafe_transform option right...
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
next