cparser
2008-08-09 Christoph MallonFix comment.
2008-08-09 Christoph MallonWarn about extra { before a scalar initialiser at the...
2008-08-08 Christoph MallonAccept (but ignore and warn about) MS-style declaration...
2008-08-08 Christoph MallonAllow attributes before/between/after * in declarators...
2008-08-08 Moritz Krollcp_error045: winnt.h needs a pointer type to a stdcall...
2008-08-07 Christoph MallonDo not pretend being __STRICT_ANSI__.
2008-08-07 Christoph MallonAllow perverted case: Be lenient when a function is...
2008-08-07 Christoph MallonFix typo.
2008-08-07 Christoph MallonUse local variables for better readability.
2008-08-07 Matthias Brauninvalid use of inline (which gcc handles anyway)
2008-08-07 Christoph Mallonskip_typref().
2008-08-07 Christoph MallonCorrectly handle the result type of conditional express...
2008-08-07 Christoph MallonThe attribute __align__ may be used without an argument.
2008-08-07 Matthias Braunbetter fix
2008-08-07 Matthias Braunfix for error44
2008-08-07 Matthias Braunerror44
2008-08-07 Matthias Braunfix error43
2008-08-07 Matthias Braunone more error
2008-08-07 Matthias Braunadd & fix constexpr4
2008-08-07 Matthias Braunmore constexpr fun
2008-08-07 Matthias Braunfix error42
2008-08-07 Matthias Braunerrro42
2008-08-07 Matthias Braunfix missing skip_typerefs
2008-08-07 Matthias Braunfix for last commit
2008-08-07 Matthias Braunfix crashs in error case
2008-08-07 Christoph MallonSlightly simplify token declarations.
2008-08-07 Matthias Braunfix parsing of attributes with keyword names
2008-08-07 Matthias Braunhacky implementation of transparent union
2008-08-06 Matthias Braunimplement transparent_union
2008-08-06 Matthias Braunimprove tester
2008-08-06 Matthias Braunsimplify testcase
2008-08-06 Christoph MallonImprove type checking for conditional expressions with...
2008-08-06 Matthias Braunmore tests
2008-08-06 Christoph MallonImprove type constraint checking in semantic_sub()...
2008-08-06 Christoph MallonAlways set the result type of pointer - pointer to...
2008-08-06 Christoph MallonCorrect references to the C99 standard.
2008-08-05 Christoph MallonAdd #include <stdbool.h>.
2008-08-05 Moritz Krollnew cp_error040: Input of asm node becomes a NULL pointer
2008-08-05 Christoph MallonFix cp_error041.c.
2008-08-05 Christoph Mallonfix shouldfail/paramerror.c: Do not crash when a parame...
2008-08-05 Christoph MallonSimplify testcase.
2008-08-05 Christoph MallonRemove cp_error040.c: The error message is correct...
2008-08-05 Moritz Krollcp_error041: Pointer arithmetic with pointer to an...
2008-08-05 Moritz KrollFixed '-Wl,<option>' support (only works when gcc is...
2008-08-05 Moritz KrollWrong 'static decl after non-static decl' error
2008-08-05 Moritz KrollFixed regression of .S support
2008-08-05 Moritz KrollFixed visibility of inline functions
2008-08-04 Moritz Krollparamerror: crashing shouldfail with missing parameter...
2008-08-04 Moritz KrollAdded support for .a and .so files. Added gcc-style...
2008-08-04 Matthias Braunfix result in error case
2008-08-04 Matthias Braunadd support for -x
2008-08-04 Matthias Braunnew exprimental phase handling
2008-08-04 Matthias Brauntypo fix
2008-08-04 Matthias Braunrework commandline handling
2008-08-02 Moritz KrollIgnore some VC 'security' warnings
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
next