cparser
2008-08-02 Moritz KrollAdded -shared linker flag. Fixed Link mode.
2008-08-02 Moritz KrollAdded support for (one) .s/.S input file
2008-08-02 Moritz Krollcp_error039: Pragma pack not supported
2008-08-02 Moritz Krollcp_error038: Parser does not allow attributes in functi...
2008-08-01 Moritz KrollActivate switch lowering
2008-08-01 Matthias Braunimprove Makefile for release
2008-08-01 Matthias Braunupdate make_release.sh
2008-08-01 Moritz KrollFixed broken Makefile (oops...)
2008-08-01 Matthias Braunmark constants as variability_constant
2008-08-01 Matthias Braunplease disable it if it needs further testing...
2008-08-01 Matthias Braunbe robust against unclosed strings
2008-08-01 Matthias Braunimprove error message a bit
2008-08-01 Matthias Braunfix cp_error037, fix noconst.c
2008-08-01 Matthias Braunsimplify testcase
2008-08-01 Matthias BraunNEWS+TODO update
2008-08-01 Moritz KrollMoved lower_Switch call into irg loop...
2008-08-01 Moritz KrollAdded 'outdefined' call to switch lowering.
2008-07-31 Moritz Krolltestcase: __inline__ declaration without implementation...
2008-07-31 Moritz KrollAdded VC8/9 project with ICC. No config.h in SVN, but...
2008-07-31 Matthias Braunfix parser crash
2008-07-31 Matthias Braundo something with some of the gnu attributes
2008-07-30 Matthias Braunmore obscure constant expressions
2008-07-30 Matthias Braunmore constant expression fun
2008-07-30 Matthias Brauncorrectly escape cpp and ldflags
2008-07-30 Matthias Braunadd support for -M dependency creation modes
2008-07-30 Matthias Braunconst with typeref from an array needs special treatment
2008-07-30 Matthias Braunanother error
2008-07-30 Matthias Braundon't forget to skip typerefs
2008-07-30 Matthias Braundon't forget to skip typerefs
2008-07-30 Matthias Braundo correct semantic check for pointer arithmetic, suppo...
2008-07-30 Matthias Braunignore some gcc options
2008-07-30 Matthias Braunreorganized tests
2008-07-30 Matthias Braunmore pointer arith tests
2008-07-30 Matthias Braunpointer arithmetic only allowed with object types
2008-07-30 Michael BeckSynchronized with edgfe:
2008-07-29 Matthias Braunimprovements/fixes for asm statement
2008-07-29 Matthias Braunimplement asm nodes
2008-07-28 Matthias Brauncorrect fix
2008-07-28 Matthias Braunavoid SIZE_TYPE redefined warning
2008-07-25 Matthias Braunrevert accidental commit
2008-07-25 Christoph MallonFix builtin implementations.
2008-07-25 Matthias Braunmakefile fix
2008-07-25 Matthias Braunmore builtins
2008-07-25 Matthias Braunsupport for libc builtins
2008-07-24 Matthias Braunfix warning
2008-07-23 Matthias Brauntestcase for gc too aggressive
2008-07-14 Matthias Braunprepareations for 0.9.5 release
2008-07-14 Matthias Braunmore tests
2008-07-14 Matthias Braunsome more testcases I had lying around here
2008-07-14 Matthias Braunreally fix cp_error035
2008-07-14 Matthias Braunfix cp_error035
2008-07-14 Matthias Braunsync driver with edgfe
2008-07-14 Matthias Braunsync driver with firm
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-07-14 Matthias Braunerror biting us with 'make bootstrap2'
2008-07-11 Matthias Braunfix input from stdin
2008-06-25 Matthias Braunfix do_while
2008-06-25 Matthias Braunadd space after if, improve while_statement_to_firm
2008-06-25 Matthias Braundon't fail on missing erturn value
2008-06-25 Matthias Braunfix linking mode
2008-06-23 Michael BeckBugFix: return invalid statement for invalid goto
2008-06-20 Michael Becksynchronized with eccp
2008-06-12 Moritz KrollFixed uninitialized empty array descriptor
2008-06-12 Michael Beckwarns as it should, but crashes than
2008-06-06 Matthias Braunavoid enum constant folding problems in ast2firm
2008-06-06 Matthias Braunupdate TODO, fox error33
2008-06-06 Matthias Braunfix error34
2008-06-06 Matthias Braunerror 34
2008-06-06 Michael Becksynchronize with eccp
2008-06-04 Matthias Braunwe're compiling 32bit, use -m32 for cpp
2008-06-04 Matthias Braunfix entities
2008-06-04 Matthias Braunbuild assign from left to right
2008-06-04 Matthias Brauneven simpler
2008-06-04 Matthias Braunsimpler testcase
2008-06-04 Matthias Braunsimpler testcase
2008-06-04 Matthias Brauntestcase
2008-06-04 Matthias Braunadd missing files
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-06-03 Matthias Brauncomma is a passthrough and might produce mode_b
2008-06-03 Matthias Braunprototypes should override non-prototypes
2008-06-03 Matthias Braunvery simplistic linking mode
2008-06-02 Matthias Braunfix double transformation of expressions in var_arg_exp...
2008-06-02 Matthias Brauncleanup code
2008-06-02 Matthias Braunfix kr2.c
2008-06-02 Matthias Braunprecedence of shift was wrong
2008-06-02 Christoph MallonFix incorrect format check warnings.
2008-06-02 Matthias Braunbuiltin_nanf is const
2008-06-02 Matthias Braunuse size_t or ssize_t for array offsets
2008-06-02 Matthias Braunmore tricky kr things
2008-06-02 Matthias Braunfix shouldfail part of testscript
2008-06-02 Matthias Braunfix handling of kr style functions
2008-06-02 Michael Beckadded option -momit-leaf-frame-pointer
2008-06-02 Matthias Braunfix parsing of some struct initializers
2008-06-02 Michael Beckadd option -Wreturn-type
2008-06-02 Matthias Braunonly build switch fallthrough block when needed
2008-06-02 Michael Beckwarn if missing return
2008-06-02 Michael Beckadd test for missing returns
2008-06-02 Michael Beckchecks for missing return are done in ast2firm yet
2008-06-02 Matthias Braunonly construct fallthrough block if needed for an if
2008-06-02 Michael Beckadd checks for missing return statement
next