parser: Remove the unused attribute alignment from struct declaration_specifiers_t.
[cparser] / main.c
2012-12-27 Christoph Malloncleanup: Correct wrong usage of feof().
2012-12-27 Christoph Malloncleanup: Remove unnecessary #include.
2012-12-20 Sebastian BuchwaldFixed indentation.
2012-12-20 Sebastian BuchwaldUse SINGLE_OPTION macro.
2012-12-20 Sebastian BuchwaldFixed typo.
2012-12-17 Christoph Malloncleanup: Resolve warnings about shadowed variables.
2012-12-12 Matthias Braunsimplify license header similar to libFirm
2012-12-10 Matthias Braunfix coding style
2012-12-06 Christoph MallonAdapt to latest libfirm: "nooptcc=yes" is "optcc=false...
2012-12-01 Matthias Braunrename source_position_t to position_t, rename members...
2012-11-27 Matthias Braunimplement -Wa, -Xlinker, -Xpreprocessor, -Xassembler
2012-11-21 Matthias Braunmain: rework preprocessor invocation
2012-11-13 Christoph Mallondiagnostic: Use errorf(NULL, "[...]") instead of fprint...
2012-10-30 Matthias Braunuse statev in cparser
2012-10-30 Matthias Braunadapt to new timer API
2012-10-30 Matthias Braunexplicitely set long long/unsigned long long/double...
2012-09-13 Sebastian Hackadded undefine of __BLOCKS__ macro that is set by cpp...
2012-08-10 Matthias Brauncparser knowns unroll loops
2012-07-26 Matthias BraunNew output mode to generate size (in bytes) of some...
2012-07-23 Matthias Braunfix memory error
2012-07-18 Matthias Braunfix -fsyntax-only
2012-07-09 Christoph MallonAdd the option c11 to -std and add the C11 keywords.
2012-07-09 Christoph MallonImplement -idirafter.
2012-07-09 Christoph MallonRecord and handle, whether a search path is a system...
2012-07-09 Matthias Braunbetter search paths handling; respect -I
2012-07-06 Christoph MallonImplement #include_next.
2012-07-06 Christoph MallonRemove pointless local variable.
2012-07-06 Christoph MallonRemove redundante fclose(), which is handles by close_i...
2012-07-06 Christoph MallonAlways reset unit->input in close_input().
2012-07-05 Matthias Braunrework compilation loop, use our preproc for -E
2012-07-04 Matthias Braundo NOT use #if for target platform decisions
2012-07-03 Matthias Braunslightly simplify wchar_t handling
2012-07-03 Christoph MallonProperly support -ansi.
2012-07-03 Sebastian BuchwaldAdded documentation for -std=c90.
2012-07-03 Christoph MallonAdd -std=c90 as alias for -std=c89.
2012-07-03 Christoph MallonFactorise conversion from lang_standard_t to a string...
2012-07-03 Sebastian BuchwaldFixed warning for -std=iso9899:199409.
2012-07-03 Sebastian BuchwaldRenamed enum entry.
2012-07-03 Christoph MallonRemove _ANSI.
2012-06-20 Christoph MallonReplace the old lexer by the new preprocessor.
2012-05-09 Matthias Braunalso pass language standard to the preprocessor
2012-05-05 Christoph MallonPass -x instead of incorrectly -std to the preprocessor.
2012-04-25 Matthias Braunadjust to latest libfirm debugoutput
2012-03-01 Matthias Braunfix -O0 still performing local optimizations
2012-02-29 Matthias Braunignore -msse2
2012-02-29 Matthias Braunrework os classification
2012-02-29 Matthias Braunignore TARGET environment variable (Makefiles tend...
2011-12-22 Matthias Braunimplement -dumpversion for gcc compatibility
2011-12-07 Matthias Braunignore gcc --unroll-loops
2011-11-28 Matthias Braunfix warnings
2011-11-18 Matthias Brauncleanup driver interface a bit
2011-11-17 Matthias Braunuse ir_export_file so we can also export to stdout
2011-11-17 Matthias Braundo not continue if program import failed
2011-11-10 Matthias Braunfix indentation
2011-10-27 Matthias Braunadapt to firm ir_mode changes
2011-10-26 Andreas ZwinkauDisplay libfirm revision on --version
2011-10-20 Matthias Braunfix typo on systems with unsigned short as wchar_t
2011-10-13 Matthias Braunpass -ansi flag to preprocessor
2011-09-13 Sebastian BuchwaldPass -s flag to linker.
2011-09-13 Sebastian BuchwaldFixed typo.
2011-09-12 Matthias Braunpass -w flag on to preprocessor
2011-09-03 Christoph MallonCorrect copy&paste error.
2011-09-03 Christoph MallonThe struct alignment of long double on 32 bit Darwin...
2011-09-03 Christoph MallonThe struct alignment of (unsigned) long long on 32...
2011-08-26 Manuel MohrPass -msoft-float to linker so that the correct librari...
2011-08-16 Matthias Braunrework atomic and related types
2011-08-16 Sebastian BuchwaldAdapt cpu_arch after processing a target tripel.
2011-08-12 Sebastian BuchwaldWe now support -msoft-float.
2011-08-12 Matthias Braunimplement -Wempty-body and -Wignored-qualifiers and...
2011-08-11 Matthias Braunrework input logic to allow parsing from strings
2011-08-11 Matthias Braunfix bug: not all unixes are ia32
2011-08-10 Matthias Braunrework architecture specific type handling
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunremove support for compiler-builtin c-code (it was...
2011-07-14 Matthias Braun-Winit-self is useless (and produces wrong warnings...
2011-07-08 Sebastian BuchwaldOoops, streq is the right function here.
2011-07-08 Sebastian BuchwaldOops, fixed compile error.
2011-07-08 Sebastian BuchwaldUse an example from the list above.
2011-07-08 Sebastian BuchwaldDo not parse meaningless fno-... options.
2011-07-08 Sebastian BuchwaldAdded missing help entry.
2011-07-08 Sebastian BuchwaldConsistently use upper case in help text.
2011-07-08 Sebastian BuchwaldReplaced n't by not.
2011-07-07 Sebastian BuchwaldImproved help message.
2011-07-07 Sebastian BuchwaldOne help entry for -ffp-precise is sufficient.
2011-07-07 Sebastian BuchwaldFixed error message.
2011-06-24 Andreas ZwinkauMerge branch 'makefilefix'
2011-06-22 Christoph MallonImplement -f[no-]diagnostics-show-option.
2011-06-22 Christoph Mallon"For example" is "e.g." (exempli gratia), not "i.e...
2011-06-21 Christoph MallonImprove diagnostic handling: Add [-Wfoo] and -Werror...
2011-06-17 Matthias Braunfix cparser warnings
2011-06-17 Matthias Braunfix a bunch of warnings (reported by cparser)
2011-06-17 Matthias Braunquery firm backend for machine_size and long double...
2011-06-15 Christoph MallonAccept -W as alias for -Wextra.
2011-06-10 Matthias Braunamend to --help
2011-06-10 Matthias Braunreorganize firm_cmdline, implement --help-optimization
2011-06-10 Matthias Braunwe (and gcc) have no real -fstrength-reduce
2011-06-10 Matthias Braunmove -ffp-XXX flags handling to main cparser to be...
2011-06-09 Matthias Braunadded elf-visibility handling
2011-06-09 Matthias Braunmove docu comments to header
2011-06-07 Matthias Braunpreprocessor has to be aware of bitwidth too
next