add license comments
[cparser] / main.c
2008-02-18 Matthias Braunadd license comments
2008-02-16 Matthias Braundisable some optimisations in debug mode
2008-02-16 Matthias Brauncrude -g implementation
2008-02-15 Matthias Braunimplement -O switch
2008-02-14 Christoph MallonNUL-terminate strings on obstacks before finishing.
2008-02-08 Matthias Braunfix optimized build, add benchmark mode
2007-12-19 Michael Beck- restored last missing checkin: fixed precedence and...
2007-12-18 Michael Beck- add option --no-implicit-cast to supres printing...
2007-12-14 Michael Beckadd option -l and -L, reorganize option handler
2007-12-14 Matthias Braun-W switches are not allowed to have a whitespace after -W
2007-12-13 Christoph MallonImplement a new agile warning framework.
2007-12-12 Matthias Braunabort if preprocessing fails
2007-12-11 Michael Beckoptions -w and -Wfatal-errors implemented
2007-12-11 Michael Beck-Werror implemented
2007-12-11 Michael Beckfixed output of warnings count
2007-12-11 Matthias Braunsupport for bitfields completed
2007-12-08 Matthias Braunstarted working on bitfields
2007-12-08 Michael Beckadd -U option
2007-12-08 Michael Beckadd --strict option (replacing STRICT_C99 define)
2007-12-08 Michael Beck- some doxygen comments added
2007-12-05 Michael Beckcollect the known runtime functions for the rts optimizer
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Matthias Braunenum entries are constant, transform -fomit-frame-point...
2007-12-05 Michael Beckadd --version
2007-12-05 Michael BeckAdd options:
2007-12-05 Michael Beck- WIN32 compile fixes
2007-12-04 Michael Beck- BugFix: initialize the parser after command line...
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-12-04 Matthias Braunfix print ast and print fluffy
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-04 Matthias Braunimprove error messages in commandline parsing
2007-12-04 Matthias Brauninitialize backend after parsing arguments
2007-12-04 Matthias Braunaccept -ofilename instead of just -o filename
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
2007-12-02 Matthias Braunfix a few segfaults
2007-12-02 Matthias Braunadd a mode that compiles and dumps 1 irg as result
2007-12-02 Matthias Braunupdated TODO, improved driver stuff a bit to use more...
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-30 Matthias Braunignore some more options
2007-11-30 Matthias Braunadd a bunch of missing skip_typerefs...
2007-11-28 Matthias Braun- create strict convs where necessary
2007-11-27 Matthias Braunfix compound returning functions
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