Simplify do_while_statement_to_firm() a bit, which can be done since new_immBlock...
[cparser] / main.c
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
2008-12-09 Matthias Braunadapt to latest firm changes
2008-12-09 Matthias Braunadapt for latest firm changes
2008-12-08 Christoph MallonMap a few more GCC builtin functions to libc equivalents.
2008-12-08 Christoph Mallon"Support" more GCC builtin functions, i.e. tell the...
2008-12-06 Christoph Mallon| needs to be escaped, too.
2008-12-03 Matthias Braunremove output in error case
2008-11-28 Matthias Braunnewer gcc need filetype for preprocessing .s apparently
2008-11-28 Christoph MallonEscape ;, too. Sort.
2008-11-28 Matthias Braunmore gcc compatibility flags
2008-11-28 Matthias Braunimplement -print-file-name
2008-11-28 Matthias Braunmore escaping needed
2008-11-28 Matthias Brauncrude implementation of -Wp
2008-11-19 Christoph MallonCounter-fix add_flag().
2008-11-19 Michael Beck- fixed Win32 version of add_flag again
2008-11-17 Christoph Mallons/puts("")/putchar(n)/.
2008-11-17 Christoph MallonImprove r23717, because it broke non-WIN32 (cpp is...
2008-11-17 Michael Beck- windows does not handle \_, use quotes
2008-11-14 Michael Beck- fixed a lot of 'enum type mixed with ...' warnings
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-14 Matthias Braundelete temp files
2008-11-14 Matthias Braunuse ushort wchar_t on mingw
2008-11-14 Matthias Braun- Try to move OS/target specific stuff to lang_features...
2008-11-03 Matthias Braunif(n)def implementation
2008-11-02 Matthias Braunadd beginnings of preprocessor code (and ugly hack...
2008-10-26 Christoph MallonAdd support for C++ in the compiler driver.
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
next