cparser
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Sebastian Buchwaldcondeval is called jump threading now
2009-07-14 Matthias Brauncondeval is called jump threading now
2009-07-14 Matthias Braunremove old/unnecessary files
2009-07-06 Michael Beck- icc 11 defines __ptr32
2009-07-05 Michael Beck- updated for libFirm w/O irg parameters
2009-06-25 Michael Beck- moved ansi alias to optimization level 2 (like gcc...
2009-06-19 Matthias Braunfix default proj getting constructed in wrong block
2009-06-19 Matthias Braunimprove/fix preprocessor flag handling for some cases...
2009-06-19 Matthias Braunavoid warnings in the produced jna output
2009-06-15 Matthias Braun64bit compile fix
2009-06-13 Matthias Braunuse real (firm) output positions instead of C one ...
2009-06-11 Matthias Braunimprove handling of multiple input files
2009-06-11 Matthias Braunfix cp_error059
2009-06-11 Matthias Braunredefine __VERSION__ preprocessor macro
2009-06-11 Christoph MallonHandle ?: in is_address_constant().
2009-06-08 Matthias Braunadd a gitignore file (no direct converion between svn...
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-06-03 Christoph MallonDeclarations with empty parentheses are incompatible...
2009-06-03 Christoph MallonEmit an error, if a non-variadic function contains...
2009-06-03 Christoph MallonIf a K&R function definition has a variadic prototype...
2009-06-03 Matthias Braunfix C/bool2.c
2009-06-03 Matthias Braunrefactor some cast code, use Convb instead of Mux to...
2009-06-01 Matthias Braunadapt to latest libfirm
2009-05-29 Matthias Braunfix int->bool conversion
2009-05-29 Matthias Braunfix switch generation for dead case
2009-05-28 Matthias Braunfix remaining bitfield initializer problems
2009-05-27 Matthias Braunfix union init problems
2009-05-27 Matthias Braunsync with edgfe
2009-05-15 Matthias BraunNEWS update, fix type compatibility check for k&r functions
2009-05-14 Matthias Braundon't mark functions without prototype as variadic
2009-05-14 Matthias Braunmissing skip_typerefs
2009-05-14 Matthias Braunnext iteration of kr handling after a discussion with...
2009-05-14 Matthias Braunfix fehler127 (again)
2009-05-11 Matthias Braununspecified_parameters, are set by kr parameter parser...
2009-05-08 Michael Becknew attempt to fix the prototyped kr function problem
2009-05-07 Matthias Braunadapt to latest Builtin changes
2009-05-07 Matthias Braunssize_t is no C99 :-(
2009-05-03 Christoph MallonRemove unnecessary special case: sizeof expressions...
2009-05-02 Christoph MallonWhen doing format string checking handle ?: as format...
2009-05-02 Christoph MallonRemove unnecessary special case: sizeof expressions...
2009-04-07 Michael Beck- fixed handling of variadic types/calling conventions
2009-04-07 Michael Beck- 2009 patch
2009-04-07 Michael Beck- implement -mrtd
2009-04-07 Michael Beck- fixed handling of calling convention in function_type...
2009-04-07 Michael Beck- BugFix: use CC_DEFAULT as the default calling convent...
2009-04-07 Michael Beck- fixed function type calling convention
2009-04-07 Michael Beck- BugFix: make_function_1_type_variadic() must hash...
2009-04-07 Michael Beck- do NOT warn about "unnecessary static forward declara...
2009-04-06 Moritz KrollFixed assertion on C/gnu99/attributes5.c
2009-03-20 Matthias Braunfix
2009-03-20 Matthias Braunanother bugfix
2009-03-20 Matthias Braunbugfix
2009-03-20 Matthias Braunanother iteration of the struct layout code
2009-03-20 Matthias Braunstrings are visibility local
2009-03-10 Matthias Braunanother bitfield fix
2009-03-10 Matthias Braunfix packed bitfield handling, long double is 16bytes...
2009-03-09 Matthias Braunattempt to fix bug #40
2009-03-09 Matthias BraunTODO update
2009-03-09 Matthias Brauncorrectly fix calling convention problems from bug #42
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-08 Matthias BraunRework compound type handling:
2009-03-08 Michael Beck- do not expand the frame size for inner functions...
2009-03-08 Matthias Brauncreate fold_constant_to_bool function to avoid some...
2009-03-08 Matthias Braundon't output calling convention warnings on non-functio...
2009-03-07 Matthias Braunfix
2009-03-07 Matthias Braunsupport attribute(__const) because it is used in glibc...
2009-03-07 Matthias Braunfix __extension__ in for statement
2009-03-07 Matthias Braunimprove deprecated handling, parse attributes after...
2009-03-07 Matthias Braunwe have to be able to fold EXPR_INVALID since we report...
2009-03-07 Matthias Braunfix for last commit
2009-03-07 Matthias Braunrewrite of attribute handling
2009-02-27 Matthias Braundon't emit dead initializers
2009-02-27 Matthias Braunreport an error on static function declarations in...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-20 Christoph MallonMarginally simplify parse_goto().
2009-02-20 Christoph MallonTypos.
2009-02-20 Christoph MallonSupress the error message that the array size must...
2009-02-19 Sebastian Buchwald- fixed semantic of compound assign operator
2009-02-06 Christoph Mallonskip_typeref().
2009-02-06 Christoph MallonRemove unnecessary assignment.
2009-02-06 Christoph MallonIn strict mode set the error type for a k&r parameter...
2009-02-06 Moritz KrollAdded --export-ir parameter and support for .ir input...
2009-02-04 Christoph MallonImprove error recovery: Gracefully handle type names...
2009-02-04 Christoph MallonBefore testing the kind of an entity, make sure we...
2009-02-04 Christoph MallonMinor correction of error message.
2009-01-30 Christoph MallonReference the standard.
2009-01-30 Matthias Braunalthough the literals, label addresses are not constant...
2009-01-29 Matthias Brauncosmetics
2009-01-29 Matthias Braunarray size must be integer
2009-01-29 Matthias Braunsome things aren't constant
2009-01-29 Matthias Braunavoid obstack_printf for very large strings (it's cheat...
2009-01-28 Christoph MallonDocument evaluation of typedef with VLA declarator...
2009-01-28 Christoph MallonC99 §6.2.3:1 24) There is only one name space for...
2009-01-27 Christoph MallonIndendation.
2009-01-27 Christoph Mallonfputs() + fputc() -> fputs().
2009-01-20 Matthias Braunfix of by 1 error, add a hack for pointer arrays
2009-01-20 Matthias Braunmissing skip_typeref
2009-01-20 Matthias Braunadd missing directories to Makefile
2009-01-19 Michael Beck- fixed access to outer variables
next