cparser
2011-09-03 Christoph MallonThe struct alignment of (unsigned) long long on 32...
2011-08-31 Manuel MohrAdapted cparser to CopyB lowering changes.
2011-08-26 Manuel MohrPass -msoft-float to linker so that the correct librari...
2011-08-24 Andreas ZwinkauEnable the usage of different firm variants
2011-08-24 Andreas ZwinkauDownload libfirm release if no submodule present
2011-08-24 Andreas ZwinkauUse submodule for libfirm binding
2011-08-24 Andreas ZwinkauGenerate revision from git describe
2011-08-22 Matthias Braunadapt to firm va_start changes
2011-08-19 Christoph MallonSimplify sizeof(x) / sizeof(x[0]) to lengthof(x).
2011-08-19 Christoph MallonSimplify iterating over opts[].
2011-08-19 Christoph MallonMerge timers[] into opts[].
2011-08-18 Christoph MallonCorrect size, alignment and rank of long long and unsig...
2011-08-17 Christoph MallonPrevent duplicate entity for variadic paramters.
2011-08-17 Christoph MallonSelect n+1st parameter for va_start.
2011-08-17 Matthias Braunsimplify builtin infrastructure
2011-08-16 Matthias Braunrework atomic and related types
2011-08-16 Christoph MallonAdd missing operand promotion of unary integer expressions.
2011-08-16 Sebastian BuchwaldAdapt cpu_arch after processing a target tripel.
2011-08-16 Andreas ZwinkauAdapt to libFirm API
2011-08-16 Christoph MallonCorrect integer conversion rank of _Bool.
2011-08-13 Matthias Braunfix write_only{12,13}.c testcases
2011-08-13 Matthias Braunremove more unnecessary XXX_INVALID constants
2011-08-13 Matthias Braunremove ENTITY_INVALID
2011-08-13 Matthias Braunrename STATEMENT_INVALID to STATEMENT_ERROR
2011-08-13 Matthias Braunremove EXPR_INVALID, EXPR_ERROR is enough
2011-08-13 Matthias Braunremove TYPE_INVALID, TYPE_ERROR is enough
2011-08-12 Matthias Braundo not crash when printing implicit union/struct selects
2011-08-12 Matthias Braunperform an additional CopyB lowering step as lower_call...
2011-08-12 Matthias Braundifferentiate between EXPR_INVALID and EXPR_ERROR
2011-08-12 Matthias Braungive stray-semicolon warning a name
2011-08-12 Sebastian BuchwaldWe now support -msoft-float.
2011-08-12 Matthias Braunimplement some missing builtin variants
2011-08-12 Matthias Braunimplement -Wempty-body and -Wignored-qualifiers and...
2011-08-12 Matthias Braunfix walking code trying to dereference some NULL pointers
2011-08-11 Matthias Braunrework input logic to allow parsing from strings
2011-08-11 Matthias Braunimprove ast-walk infrastructure
2011-08-11 Matthias Braunremove old EXPR_UNKNOWN artifact
2011-08-11 Matthias Braunfix bug: not all unixes are ia32
2011-08-11 Andreas ZwinkauFix C/folderror
2011-08-10 Matthias Braunrework architecture specific type handling
2011-08-09 Matthias Braunbitfields are an entity attribute now, not a type
2011-08-09 Matthias Braunpreprocessor: escape sequence, octal parsing in utf32
2011-08-09 Matthias Braunmove grow_symbol function into unicode.h
2011-08-09 Matthias Brauntransform token_t into a union (similar to ast-nodes)
2011-08-09 Matthias Braunstart working on include searchpath management
2011-08-09 Matthias Braunfix pp_definition not being initialized in a symbol
2011-08-09 Matthias Braunredo preprocessor output concerning spaces,newlines
2011-08-09 Matthias Braundo not add searchpath stuff into parse_headername
2011-08-09 Matthias Braunfix preprocessing token registration
2011-08-09 Matthias Braunupdate preprocessor tests
2011-08-09 Matthias Braunadapt preprocessor to coding standards
2011-08-09 Matthias Braunpreprocessor: cleanup, use new input functions
2011-08-09 Matthias Braunfactor out input-reading code from lexer.c into input.c
2011-08-09 Matthias Braunremove support for compiler-builtin c-code (it was...
2011-08-05 Matthias Braunadapt to firm taking of parameter address changes
2011-07-30 Christoph MallonGCC compatibility: Parse attributes after labels in...
2011-07-29 Christoph MallonIncrease size of anchor token counters.
2011-07-29 Christoph MallonRemove unused macro.
2011-07-28 Matthias Braunuse bool flag instead of UNARY_CAST_IMPLICIT
2011-07-14 Matthias Braunfix a few warnings reported by cparser
2011-07-14 Matthias Braun-Winit-self is useless (and produces wrong warnings...
2011-07-08 Christoph MallonSupport maximum field width in scanf() check.
2011-07-08 Christoph MallonRemove dead assignment.
2011-07-08 Christoph MallonSupport '*' (suppress assignment) in scanf() check.
2011-07-08 Christoph Mallonscanf({"%c","%lc"}) requieres a pointer to {char,wchar_...
2011-07-08 Christoph MallonRemove duplicate test.
2011-07-08 Christoph MallonReduce code duplication.
2011-07-08 Sebastian BuchwaldOoops, streq is the right function here.
2011-07-08 Sebastian BuchwaldOops, fixed compile error.
2011-07-08 Sebastian BuchwaldUse an example from the list above.
2011-07-08 Sebastian BuchwaldDo not parse meaningless fno-... options.
2011-07-08 Sebastian BuchwaldAdded missing help entry.
2011-07-08 Sebastian BuchwaldConsistently use upper case in help text.
2011-07-08 Sebastian BuchwaldReplaced n't by not.
2011-07-07 Sebastian BuchwaldImproved help message.
2011-07-07 Sebastian BuchwaldOne help entry for -ffp-precise is sufficient.
2011-07-07 Sebastian BuchwaldFixed error message.
2011-07-07 Christoph MallonProperly handle %{h,hh}{d,u} in the printf format checker.
2011-07-07 Christoph MallonWarn that the '0' flag is ignored, if the precision...
2011-07-05 Christoph MallonParse __extension__ like GCC: It must not appear in...
2011-07-05 Christoph MallonParse __extension__ like GCC: It must not appear at...
2011-07-05 Christoph MallonParse __extension__ like GCC: It must not appear in...
2011-07-05 Christoph MallonParse __extension__ like GCC: Compound entry declaratio...
2011-07-05 Christoph MallonParse __extension__ like GCC: External declarations...
2011-07-05 Christoph MallonAdd PUSH_EXTENSION()/POP_EXTENSION() to reduce code...
2011-06-30 Christoph MallonC99: Declarations are not allowed as inner statements...
2011-06-29 Christoph MallonWrap switching scopes in the macros PUSH_SCOPE() and...
2011-06-29 Christoph MallonAssert in POP_PARENT() that the statement pushed in...
2011-06-29 Christoph MallonConsistently use PUSH_PARENT()/POP_PARENT().
2011-06-29 Christoph MallonTurn POP_PARENT into a function-like macro for visual...
2011-06-27 Christoph MallonImprove error handling: Do not jump to the error_label...
2011-06-27 Christoph MallonRecord correct source position for compound literals.
2011-06-27 Christoph MallonDo not redundantly set the source position again after...
2011-06-27 Christoph MallonSimplify is_octal_digit().
2011-06-27 Christoph MallonPrevent endless loop parse_compound_type_entries().
2011-06-27 Christoph MallonCorrect off-by-one-token error when allocating attributes.
2011-06-27 Christoph MallonRecord the position of attributes.
2011-06-27 Christoph MallonCorrect token encoding: wide string literals L"" and...
2011-06-27 Christoph MallonAdd missing TYPE_REFERENCE to get_type_struct_size().
2011-06-27 Christoph MallonCorrect off-by-one-token error in parse_return().
next