fix duplicate_type, improve a comment
[cparser] / main.c
2007-11-27 Matthias Braunfix a bunch of icc warnings
2007-11-27 Matthias Braunimplemented struct return
2007-11-21 Matthias Braunfix case/default labels with statement, add a dump...
2007-11-21 Matthias Braunimprove number lexing even more
2007-11-20 Christoph MallonFix warning.
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-19 Christoph MallonThere is no need to pass -o - to the preprocessor.
2007-11-19 Christoph MallonInitialise the backend only once.
2007-11-19 Christoph Mallons/be_set_debug_retrieve/ir_set_debug_retrieve/.
2007-11-18 Christoph MallonIgnore -std=*.
2007-11-18 Christoph MallonDo a localopt and cf opt after 64bit lowering to please...
2007-11-17 Michael Becklet PREPROCESSOR and LINK to be defined from outside
2007-11-17 Christoph MallonDo 64bit lowering.
2007-11-17 Christoph MallonIgnore parameters beginning with -D, -O or -f for now...
2007-11-17 Christoph MallonDo not set options which do not exist anymore.
2007-11-16 Michael Beckpreliminary Win32 support added
2007-11-16 Matthias Braunwe need _GNU_SOURCE for popen
2007-11-16 Christoph MallonCommunicate via popen() with the preprocessor, to avoid...
2007-11-16 Matthias Braunimplemented/fixed EXPR_SEL
2007-11-16 Matthias Braunfix cond block in do-while loops
2007-11-16 Matthias Brauninline is not a type qualifier anymore, fix function...
2007-11-16 Matthias Braunimprove array support, start doing some driver stuff
2007-11-15 Matthias Braunfix some goto/label bugs
2007-11-15 Matthias Braundetect and handle errors when '}' is missing at end...
2007-11-14 Christoph MallonRun control flow optimisation once, because the backend...
2007-11-14 Matthias Braundump keepalive edges
2007-11-14 Matthias Braunmore work on semantic analysis
2007-11-12 Matthias Braunfix while statement_to_firm
2007-11-12 Matthias Braunlink output
2007-11-12 Matthias Braunmore work on firm backend
2007-09-28 Matthias BraunMore work on cparser:
2007-09-08 Matthias Braunadd --print_ast option
2007-09-06 Matthias Braunmore bugfixes, started working on a fluffy declaration...
2007-07-21 Matthias Braunrefactored lexer code
2007-07-14 Matthias Braunmore work on parser, stdio.h is fully parsed now
2007-06-19 Matthias Braunchanged the way preprocessing directives are parsed
2007-06-17 Matthias Braunmore work on parser
2007-06-16 Matthias Braunmore work on parser
2007-06-16 Matthias Braunno enviornment passing around anymore in lexer, more...
2007-06-09 Matthias BraunInitial import of c parser