transform token_t into a union (similar to ast-nodes)
[cparser] / main.c
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
2011-06-04 Christoph MallonFeature: Show the column number in diagnostic messages.
2011-05-31 Andreas ZwinkauIgnore -fvisibility= arguments
2011-05-30 Matthias Braunadded --help texts which document most options
2011-05-30 Matthias Braunremove unsupported option omit-leaf-frame-pointer option
2011-05-30 Matthias Braunoption was parsed twice
2011-05-05 Christoph MallonDo not compare boolean values with false/true, just...
2011-05-04 Matthias BraunOS/X headers expect __INTMAX_TYPE__ to be defined
2011-04-28 Matthias Braunimplement -fprofile-generate -fprofile-use similar...
2011-04-28 Matthias Braunfix some -fno-XXX options
2011-04-14 Matthias Braunfix target-triple handling
2011-04-14 Julius NeufferAdded .i file extension. Changed behaviour for .ii...
2011-04-08 Christoph MallonInline function, which consists of a single call, into...
2011-04-07 Matthias Braunfix for last commit
2011-04-07 Matthias Braunrefactor machine/os initialisation part so it can be...
2011-04-05 Matthias Braunavoid apple specific assembler invocation
2011-03-31 Christoph MallonSimplify/Clean up firm_option().
2011-03-31 Christoph MallonActivate fp-vrp at -O2.
2011-03-30 Matthias Braunadapt to simplified opt_funccall interface
2011-03-30 Matthias Braunremove a bunch of unimplemented/obsolete commandline...
2011-03-15 Matthias Braunremove broken/unused caml export
2011-03-14 Matthias Braundo not force -m32 by default but make -m32 work correctly
2011-03-14 Matthias Braunforward -static and -shared flag to linker (like gcc...
2011-03-09 Matthias Braunfix confusing error message when misspelling -mXXX...
2011-03-04 Matthias Brauncompound parameter lowering is done in lower_for_target now
2011-02-24 Christoph MallonFix another typo in the same comment.
2011-02-24 Christoph MallonFix typo in comment.
2011-02-18 Andreas ZwinkauSupport -pthread argument on Linux
2011-02-09 Andreas ZwinkauAdding some file extensions for detection
2011-02-06 Michael BeckTurn all exits inside main into returns, replace exit...
2010-12-03 Matthias Braunonly write out functions for the main file when generat...
2010-10-28 Michael BeckUse EXIT_SUCCESS and EXIT_FAILURE where appropriate.
2010-10-12 Matthias Braunfix bug on darwn introduced in the '-mtriple' commit
2010-10-06 Matthias Braunadd -mtriple= to specify target architecture; refactor...
2010-09-06 Matthias Braunnew bitfield struct layout code for big-endian (=sparc...
2010-08-18 Andreas ZwinkauCopy gcc behavior: unknown file extension means object...
2010-08-18 Andreas Zwinkaucparser ignores -fmessage-length now
2010-06-25 Matthias Braunadapt to new firm dumper interface
2010-06-23 Matthias Braunimplement a bare-bones cparser --help
2010-06-17 Matthias Braunremove unused dbg_printf function
2010-05-28 Matthias Braunfirm backend is not optional anymore
2010-04-14 Matthias Braunignore -fPIC
2010-04-06 Matthias Braunerror out when compiling multiple source files to firm...
2010-03-09 Matthias Braunimplement -W
2010-02-15 Matthias Braunfix missing skip_tpyeref; add some more gcc compatibili...
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-02-15 Matthias Braunforgot to checkin changes builtin includename
2010-02-13 Matthias Braunfix warning, always use -m32 on mac assembler
2010-01-04 Matthias Braunadd a printing abstraction layer so we can print type...
2009-12-21 Matthias Braunadapt to timer changes
2009-12-16 Matthias Braunmost of the -fopt flags are handled now by looking...
2009-11-23 Christian HelmerOptions for loop optimization added.
2009-09-24 Matthias Braunallow overriding of assembler, linker, preprocessor...
2009-09-09 Matthias Braunwrite an error message if architecture is unknown
2009-08-29 Michael Beck- Bugfix: missing '\0' added
2009-08-07 Matthias Braunextend/fix timing stuff
2009-07-16 Matthias Braunit's called thread-jumps now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-06-25 Michael Beck- moved ansi alias to optimization level 2 (like gcc...
2009-06-19 Matthias Braunimprove/fix preprocessor flag handling for some cases...
2009-06-11 Matthias Braunimprove handling of multiple input files
2009-06-11 Matthias Braunredefine __VERSION__ preprocessor macro
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-04-07 Michael Beck- implement -mrtd
2009-02-06 Moritz KrollAdded --export-ir parameter and support for .ir input...
2009-01-29 Matthias Braunavoid obstack_printf for very large strings (it's cheat...
2008-12-27 Michael Beck- c_mode must be set before init_types()
2008-12-17 Christoph MallonPut { of function on separate line.
2008-12-16 Christoph MallonAdd (harmless) missing else.
2008-12-15 Christoph MallonRename --{,un}sigend-chars to -f{,un}signed-char and...
2008-12-15 Christoph MallonWhen automatically generating a target filename, place...
2008-12-15 Christoph MallonMake the input encoding selectable via −finput‐charset...
2008-12-10 Matthias Braunfirst revision of jna writer
next