condeval is called jump threading now
[cparser] / main.c
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
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
next