cparser
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.
2007-11-26 Michael Beckworkaround for not allowed construction: [] not on...
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-26 Michael Beckfixed overrun handling
2007-11-26 Michael Beckfixed warning: unix strtold expect char*
2007-11-25 Michael Beckintroduce type_qualifiers_t type and remove a lot of...
2007-11-25 Michael Beckreplaced the different statement types by one union...
2007-11-25 Michael BeckBugFix: a break from a case label does not leave a...
2007-11-25 Michael Beckreplaced the different initializer types by one union...
2007-11-25 Michael Beck- replaced strtoull() function by own implementation...
2007-11-25 Michael Beckuse NORETURN macro instead of gcc like __attribute__...
2007-11-25 Michael Beckfixed some warnings
2007-11-24 Matthias Braunimplement semantic_assign like the C standard describes it
2007-11-23 Matthias Braunstring literals as array intiailizers are supported now
2007-11-23 Matthias Braunthere might be extra commas after } initializer
2007-11-23 Matthias Braunmore missing skip_typerefs
2007-11-23 Matthias Braunsupport initializers for local variables with struct...
2007-11-22 Matthias Braunfix some bugs introduces with my last committ
2007-11-22 Matthias Braunfix array declarator parsing, fix a memory error in...
2007-11-22 Matthias Braunfix printing of array types
2007-11-22 Matthias Braunmake enum entries use an expression instead of an initi...
2007-11-22 Matthias Braunimplement statement expressions
2007-11-21 Matthias Braunsupport for alloca
2007-11-21 Matthias Braunfix my last commit
2007-11-21 Matthias Braunsupport address taken from function parameters
2007-11-21 Matthias Braunfix case/default labels with statement, add a dump...
2007-11-21 Matthias Braunimplement 5[a] type array references
2007-11-21 Matthias Braunadd -lz to libs...
2007-11-21 Christoph MallonDivide by the element size in pointer - pointer express...
2007-11-21 Christoph MallonTest for U and u instead of two times U in parse_intege...
2007-11-21 Christoph MallonParse an integer suffix after a hex number.
2007-11-21 Christoph MallonHexadecimal is base 16, not 36. (;
2007-11-21 Christoph MallonUse new_tarval_from_double() to create floating point...
2007-11-21 Matthias Braunimprove number lexing even more
2007-11-21 Matthias Braunimprovements to number lexing
2007-11-21 Matthias Braunuse strtol/strtod for lexing numbers
2007-11-20 Matthias Braunimplement array intiailizers
2007-11-20 Christoph MallonDo the "usual arithmetic conversions" for the second...
2007-11-20 Christoph MallonHandle void expressions in conditional expressions.
2007-11-20 Christoph MallonImplement __func__, __FUNCTION__ and __PRETTY_FUNCTION__.
2007-11-20 Matthias Braunstarted implementing struct initializers in ast2firm
2007-11-20 Christoph MallonSimplify.
2007-11-20 Christoph MallonFix warning.
2007-11-19 Matthias Braunstrange structs
2007-11-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-19 Matthias BraunC99 has stupid rules sometimes...
2007-11-19 Matthias Braunstarted collecting some parser tests
2007-11-19 Christoph MallonThere is no need to pass -o - to the preprocessor.
next