cparser
2011-09-14 Christoph MallonUse streq() instead of strcmp() == 0.
2011-09-14 Christoph MallonUse strstart() instead of strncmp().
2011-09-14 Christoph MallonChange strcmp_underscore() to streq_underscore().
2011-09-14 Christoph MallonMerge the two copies of strcmp_underscore().
2011-09-14 Christoph MallonCorrect checking for well known functions: Properly...
2011-09-14 Christoph MallonFurther correct re-typedef in C++: Even in system heade...
2011-09-14 Christoph MallonMove function descriptions into headers.
2011-09-13 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-13 Matthias Braunadd special treatment for known setjmp/longjmp function...
2011-09-13 Matthias Braunnoreturn, returns_twice, nothrow are method-type attributes
2011-09-13 Sebastian BuchwaldPass -s flag to linker.
2011-09-13 Sebastian BuchwaldFixed typo.
2011-09-12 Matthias Braunfix/improve double typedef exceptions
2011-09-12 Matthias Braunpass -w flag on to preprocessor
2011-09-10 Christoph MallonThe typeof-type is always set, no need to check and...
2011-09-10 Christoph MallonMake get_type_alignment_compound() static.
2011-09-10 Christoph MallonMake sure that get_type_alignment() is not passed a...
2011-09-06 Andreas ZwinkauUpdate libfirm submodule reference
2011-09-05 Matthias Braunparse line-directive flags to detect system headers
2011-09-05 Matthias Braunremove unfinished preproc directive parsing code
2011-09-05 Christoph MallonThe variants of advance_current_object() and descend_in...
2011-09-03 Christoph MallonSkip unnamed bitfield in descend_into_subtype() and...
2011-09-03 Christoph MallonCorrect copy&paste error.
2011-09-03 Christoph MallonThe struct alignment of long double on 32 bit Darwin...
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.
next