Change -w so that warnings can be activated again later on.
[cparser] / main.c
2008-10-26 Christoph MallonChange -w so that warnings can be activated again later on.
2008-10-20 Christoph MallonRemove a variable, which was found by the new, shiny...
2008-10-20 Christoph MallonResolve assertion, when using -fsyntax-only.
2008-10-07 Christoph MallonPrint AST and error/warning summary even in the presenc...
2008-09-23 Michael Beck- add missing initialization of have_const_functions
2008-09-23 Matthias Braundisable builtins by default
2008-09-22 Matthias Braunpossibility to disable builtin functions
2008-09-11 Michael Beckset the stack alignment to 2^4 on apple
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-09-02 Matthias Braunfurther fixes for MMD handling
2008-09-02 Matthias Braunhack cparser to write output of -MMD to the correct...
2008-08-31 Christoph MallonHandle -fno-strength-reduce.
2008-08-31 Christoph MallonHandle -fno-syntax-only.
2008-08-31 Christoph MallonHandle -falign-loops=, -falign-jumps= and -falign-funct...
2008-08-31 Christoph MallonStore a copy of the original option string pointer...
2008-08-31 Christoph MallonCheck for common, not no-common, because the no- prefix...
2008-08-31 Christoph MallonReplace strcmp(a, b) == 0 and strncmp(a, b, sizeof...
2008-08-31 Christoph MallonMinor cleanup.
2008-08-31 Michael Beck- add -f[no-]short-wchar
2008-08-28 Christoph MallonAdd the GCC options -f(no-)dollars-in-identifiers.
2008-08-28 Michael Beckforgot to save file
2008-08-28 Michael Beck'$' in symbols can be switched off (if someone implemen...
2008-08-27 Christoph MallonPass -MP on to the preprocessor.
2008-08-12 Matthias Braunfirst hacked implementation of mode attribute
2008-08-12 Matthias Braunignore -fPIC, one more missing skip_typeref
2008-08-07 Christoph MallonDo not pretend being __STRICT_ANSI__.
2008-08-06 Matthias Braunimplement transparent_union
2008-08-05 Moritz KrollFixed '-Wl,<option>' support (only works when gcc is...
2008-08-05 Moritz KrollFixed regression of .S support
2008-08-04 Moritz KrollAdded support for .a and .so files. Added gcc-style...
2008-08-04 Matthias Braunfix result in error case
2008-08-04 Matthias Braunadd support for -x
2008-08-04 Matthias Braunrework commandline handling
2008-08-02 Moritz KrollAdded -shared linker flag. Fixed Link mode.
2008-08-02 Moritz KrollAdded support for (one) .s/.S input file
2008-07-30 Matthias Brauncorrectly escape cpp and ldflags
2008-07-30 Matthias Braunadd support for -M dependency creation modes
2008-07-30 Matthias Braunignore some gcc options
2008-07-28 Matthias Brauncorrect fix
2008-07-28 Matthias Braunavoid SIZE_TYPE redefined warning
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-07-11 Matthias Braunfix input from stdin
2008-06-25 Matthias Braunfix linking mode
2008-06-04 Matthias Braunwe're compiling 32bit, use -m32 for cpp
2008-06-03 Matthias Braunvery simplistic linking mode
2008-06-02 Michael Beckadded option -momit-leaf-frame-pointer
2008-06-01 Michael Beck- add option -version (in contrast to --version)
2008-06-01 Michael Beckreturn the status code of the preprocessor on -E
2008-06-01 Michael Beckadd option -E
2008-05-28 Michael Beckfixed handling of -b
2008-05-12 Michael Beckadd -mcpu option
2008-05-03 Michael Beckadded -march, -mtune, -mfpu
2008-04-14 Michael Beckadd -pg support, globals removed
2008-04-02 Michael Beck- fixed ld_name for Win32 and Mach-O
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-19 Michael Beckuse a.exe on windows
2008-03-19 Michael Becksmall changes
2008-03-18 Michael Beckadd option -std=, supporting c99, c89, gnu99, microsoft
2008-03-16 Michael Becktypo fixed
2008-03-14 Michael Beck- add empty and invalid statements
2008-03-06 Matthias Braunremove loop_unrolling opt
2008-03-04 Matthias Braunups it was not unnecessary
2008-03-04 Matthias Brauntest (remove an unnecessary line)
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
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
next