long double alignment is 4, implement wide character constant parsing, add another...
[cparser] / ast2firm.c
2007-12-04 Matthias Braunlong double alignment is 4, implement wide character...
2007-12-03 Michael BeckBugFix: entity allocation set for global/tls vars
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 MallonAdd support for variadic arguments.
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 Braunadd a bunch of missing skip_typerefs...
2007-11-30 Matthias Braunimplemented several type compatibility rules, renamed...
2007-11-29 Christoph MallonFirst iteration in adding wide string literal support...
2007-11-29 Matthias Braunimplement K&R style function definitions, code cleanup...
2007-11-28 Matthias Braunfix my last commit
2007-11-28 Matthias Braunimplemented builtin_nan, nand
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 Christoph MallonHandle TLS.
2007-11-27 Matthias Brauneliminate more casts, () in a function definition means...
2007-11-27 Matthias Braunfix a bunch of icc warnings
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 Braunput Type types into a union again, but so that all...
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 Matthias Braunchange back union stuff and expriment with new union...
2007-11-26 Christoph MallonImplement enums.
2007-11-26 Michael Beckreplaced the different type types by one union type...
2007-11-25 Michael Beckreplaced the different statement types by one union...
2007-11-25 Michael Beckreplaced the different initializer types by one union...
2007-11-25 Michael Beckfixed some warnings
2007-11-23 Matthias Braunstring literals as array intiailizers are supported now
2007-11-23 Matthias Braunmore missing skip_typerefs
2007-11-23 Matthias Braunsupport initializers for local variables with struct...
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 Christoph MallonDivide by the element size in pointer - pointer express...
2007-11-21 Christoph MallonUse new_tarval_from_double() to create floating point...
2007-11-21 Matthias Braunimprove number lexing even more
2007-11-20 Matthias Braunimplement array intiailizers
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-19 Matthias Braunstarted working on correct initializer support (still...
2007-11-19 Christoph MallonHandle Bad nodes in create_conv().
2007-11-18 Christoph MallonImplement the GCC insani^Wextension __builtin_classify_...
2007-11-18 Christoph MallonArray as last part of a paramter type is just syntactic...
2007-11-18 Christoph MallonAdd missing skip_typeref() in array_access_to_firm().
2007-11-18 Christoph MallonAlso count arrays as local variables, because parameter...
2007-11-18 Christoph MallonCount local variables for IR generation.
2007-11-18 Christoph MallonFix typos in comment.
2007-11-17 Michael Beckrenamed (reserved C++ keyword) namespace into namespc
2007-11-17 Christoph MallonDo no generate body blocks in the first place, when...
2007-11-17 Christoph MallonThe then-part of an if-statement can be empty, too.
2007-11-17 Christoph MallonThe bodies of do-while- and for-loops can be empty...
2007-11-17 Christoph MallonThe body of a while statement can be empty.
2007-11-17 Christoph MallonHandle array + integer.
2007-11-17 Christoph MallonAdd missing skip_typeref() in select_to_firm().
2007-11-17 Christoph MallonGenerate IR for calling function pointers.
2007-11-17 Christoph MallonImplement pointer arithmetic for += and -=. (Hopefully...
2007-11-17 Christoph MallonInline load_from_expression_addr() into its only user.
2007-11-17 Christoph MallonHandle IR generation for dereferencing pointers to...
2007-11-17 Matthias Braunuse short-circuit evaluation like the master taught us
2007-11-17 Christoph MallonHandle IR generation for selection of non-scalar types...
2007-11-17 Christoph MallonHandle IR generation for access to global variables...
2007-11-17 Christoph MallonHandle IR generation for subscription of arrays with...
2007-11-17 Matthias Braunimplement ++ and -- for pointers
2007-11-17 Christoph MallonGenerate IR for /= and %=.
2007-11-17 Michael Beck__typeof__ is a GNU extension
2007-11-16 Michael Beckuse new TYPE_QUALIFIER_NONE to suppress warning
2007-11-16 Christoph MallonHandle fallthrough when generating IR for case labels.
2007-11-16 Christoph MallonMake sure to generate a default ProjX for switch()es...
2007-11-16 Matthias Braunfix bug in my last commit
2007-11-16 Matthias Braunfix some struct as local variable problems
2007-11-16 Matthias Braunimplement LOCAL_VARIBALE_ENTITY in reference_expression...
2007-11-16 Christoph MallonHandle the derefence operator in expression_to_addr().
2007-11-16 Matthias Braunimplemented/fixed EXPR_SEL
2007-11-16 Matthias Braunfix cond block in do-while loops
2007-11-16 Matthias Braunfix local array allocation
2007-11-16 Matthias Braunfix shift operations
2007-11-16 Matthias Brauninline is not a type qualifier anymore, fix function...
2007-11-16 Matthias Braunimprove array support, start doing some driver stuff
2007-11-15 Matthias Braunfix some goto/label bugs
2007-11-15 Matthias Braunimplement gotos and labels
2007-11-15 Matthias Braunskip empty declarations
2007-11-14 Christoph MallonHandle empty condition in for statements when building IR.
2007-11-14 Matthias Braundo correct semantic check/adjustment for initializers...
2007-11-14 Christoph MallonHandle empty step in for statements when building IR.
2007-11-14 Matthias Braunfix left-right, right-left association, make sure globa...
2007-11-14 Matthias Braunimplement atomic entity initialisation
next