cparser
2007-12-07 Michael Beck- implement __alignof__
2007-12-06 Michael Beckadd print_offset_expression(), print_statement_expression()
2007-12-06 Michael Becktypo fixed
2007-12-06 Michael Beckmore const's added
2007-12-06 Michael Beck- fixed some typos
2007-12-06 Michael Beckrenamed initializer_type_t enums to initializer_kind_t
2007-12-06 Michael Beckrenamed *_type_t enums to *_kind_t
2007-12-06 Michael Beckremove some unneccessary casts
2007-12-06 Michael Beckhandle __assume only on Confirms are NOT disabled
2007-12-06 Michael BeckFully implemented __assume()
2007-12-06 Michael Beckadd preliminary support for __assume()
2007-12-06 Christoph MallonFix signed/unsigned warning.
2007-12-05 Michael Beckcollect the known runtime functions for the rts optimizer
2007-12-05 Michael Beckfixed icc warnings
2007-12-05 Michael Beckinclude config.h for __attribute__()
2007-12-05 Christoph MallonAdd a (partial) format string checker for wide string...
2007-12-05 Christoph MallonPut some diagnostic functions into a separate file.
2007-12-05 Christoph MallonMissing files.
2007-12-05 Christoph MallonMake types globally visible, add more type(def)s.
2007-12-05 Christoph Mallonconst.
2007-12-05 Matthias Brauna bug
2007-12-05 Matthias Braunconstant folding for && and ||
2007-12-05 Matthias Braunmore cases where we have to count declarations
2007-12-05 Matthias Braunimplement __builtin_expect, fix _Bool in ast2firm,...
2007-12-05 Matthias Braunenum entries are constant, transform -fomit-frame-point...
2007-12-05 Matthias Braunadd an is_constant_expression, only try to fold express...
2007-12-05 Michael BeckBugFix: expression may be NULL in count_decls_in_expr()
2007-12-05 Michael Beckfixed output of function types
2007-12-05 Michael Beckrevision seems to work now
2007-12-05 Christoph MallonBetter revision handling.
2007-12-05 Michael Beckadd --version
2007-12-05 Michael BeckAdd options:
2007-12-05 Michael Beckfixed calculation of local variables number
2007-12-05 Michael Beck- add debug info to entities
2007-12-05 Michael Beck- WIN32 compile fixes
2007-12-04 Michael Beck- BugFix: initialize the parser after command line...
2007-12-04 Michael Beckfinished implementation of __func__ and _PRETTY_FUNC__
2007-12-04 Michael Beck- add mostly all GCC/MSVC keywords
2007-12-04 Matthias Braunfix print ast and print fluffy
2007-12-04 Matthias Braunfix type generation for flexible arrays in structs
2007-12-04 Matthias Braunonly get mode if needed
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-04 Matthias Braunimprove error messages in commandline parsing
2007-12-04 Matthias Braunadd list of warnings to TODO
2007-12-04 Matthias Brauninitialize backend after parsing arguments
2007-12-04 Matthias Braunaccept -ofilename instead of just -o filename
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
2007-12-02 Matthias Braunfix a few segfaults
2007-12-02 Matthias Braunadd a mode that compiles and dumps 1 irg as result
2007-12-02 Matthias Braunupdated TODO, improved driver stuff a bit to use more...
2007-11-30 Matthias Braunimplement builtin_isgreater and friends
2007-11-30 Matthias Braunmerge UNEXPR and BINEXPR enums with EXPR enum
2007-11-30 Christoph MallonBe more permissvive in what is accepted syntactically...
2007-11-30 Christoph MallonAdd support for variadic arguments.
2007-11-30 Matthias Braunupdated Makefiles
2007-11-30 Christoph MallonNext wchar_t step: Initialization with wide string...
2007-11-30 Matthias Braunfurther improve initializers
2007-11-30 Matthias Braunfix deref address again
2007-11-30 Matthias Braunfix dereferncing of pointer+compound types
2007-11-30 Matthias Braunignore some more options
2007-11-30 Matthias Braunadd a bunch of missing skip_typerefs...
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-29 Matthias Braunfix character literals in initializer hierarchies
2007-11-29 Matthias Braunrelated fix about unspecified parameters -> () on funct...
2007-11-29 Matthias Braundeclaration with unspecified parameters can follow...
2007-11-29 Christoph MallonMissing file.
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-29 Matthias Braunkr tests
2007-11-29 Matthias Braunimplement K&R style function definitions, code cleanup...
2007-11-28 Matthias Braunintroduce some builtin types
2007-11-28 Matthias Braunfix my last commit
2007-11-28 Matthias Braunimplemented builtin_nan, nand
2007-11-28 Matthias Braunadd some tests/stuff that was lying around here
2007-11-28 Matthias Braunadd missing file
2007-11-28 Matthias Braun- create strict convs where necessary
2007-11-27 Matthias Braunadd parsing of asm statements, avoid some statement...
2007-11-27 Matthias Braunfix compound returning functions
2007-11-27 Matthias Braunfix duplicate_type, improve a comment
2007-11-27 Christoph Mallons/true/false/, fix a typo: a function definition with...
2007-11-27 Christoph MallonHandle TLS.
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-27 Matthias Brauntest some detail about unspecified parameters
2007-11-27 Christoph MallonA function declaration with unspecified parameter list...
2007-11-27 Matthias Braunfix a bunch of icc warnings
2007-11-27 Matthias Braundo double compilation with gcc+icc in the Makefile
2007-11-27 Matthias Braunimplemented struct return
2007-11-27 Matthias Braunconvert statements and expression to new union style...
2007-11-26 Matthias Braunavoid even more casts of type structs
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunavoid more casts of type structs
2007-11-26 Matthias Braunput Type types into a union again, but so that all...
2007-11-26 Matthias Braunmore asserts
2007-11-26 Matthias Braunadd some assert where typedef/typeof types should not...
2007-11-26 Matthias Braunfix array_access in ast2firm
2007-11-26 Matthias Braunbuild unknown if return value is missing
2007-11-26 Matthias Braunhandle automatic type conversion of array and function...
2007-11-26 Christoph MallonSkip typerefs when comparing the pointed-to types of...
2007-11-26 Christoph MallonRespect the signedness of char.
2007-11-26 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Christoph MallonImplement enums.
next