cparser
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
2008-06-02 Matthias Braun- make sure no expression is built twice
2008-06-02 Christoph Mallon- Add missing skip_typeref()
2008-06-01 Matthias Braunmore fixes for bitfield type
2008-06-01 Matthias Braunbitfield is a complete type
2008-06-01 Michael Beck- add option -version (in contrast to --version)
2008-06-01 Michael Beck- fixed typos
2008-06-01 Matthias Brauntestcase for sideeffects problems
2008-06-01 Christoph MallonRecord the source position of alignof and sizeof. Disal...
2008-06-01 Michael BeckBugFix: add erronously deleted break
2008-06-01 Christoph MallonFix typo in parse_alignof(): s/EXPR_SIZEOF/EXPR_ALIGNOF/.
2008-06-01 Christoph Mallonsizeof(function_designator) is not allowed.
2008-06-01 Michael Beck- used MINGW instead of Win32 again
2008-06-01 Michael Becksynchronize with eccp
2008-06-01 Michael Beckreturn the status code of the preprocessor on -E
2008-06-01 Michael Beckadd option -E
2008-05-31 Matthias Braunfix for handling of for scope handling
2008-05-31 Matthias Braunrework local variable handling:
2008-05-31 Matthias Braunimprove/cleanup some tests
2008-05-31 Matthias Braunremove debug printfs
2008-05-31 Matthias Braunfix rts_mapping code, add alloca mapping
2008-05-31 Matthias Braunset alignment for long double
2008-05-31 Matthias Braunfix cp_error032
2008-05-31 Matthias Braunadd bunch of testapps
2008-05-31 Matthias Braunshouldfail tests for prototype checking
2008-05-31 Matthias Braundo not print uninitialized stuff
2008-05-31 Matthias Braunadd shouldpass directory to testscript
2008-05-31 Matthias BraunK&R style parameter lists are not a prototype...
2008-05-31 Matthias Braunfix for firm changes, bugfix: reset saw_default_label
2008-05-30 Matthias Braunfix extern inline handling, implement __builtin_huge_val
2008-05-30 Matthias Braunhugeval test
2008-05-30 Matthias Braunvalues can be bad, local static vars must have unique...
2008-05-30 Matthias Braunimprove creation of call nodes
2008-05-30 Matthias Braunfix crash
2008-05-30 Michael Becksynchronized with eccp
2008-05-30 Matthias Braunadeclar printf
2008-05-30 Matthias Braunadd new shouldpass category
2008-05-30 Matthias Braunwe dont have an lvalue test, oops
2008-05-30 Matthias BraunC can do such stupid things...
2008-05-30 Matthias Braunadd missing strict conv for variable initialisation
2008-05-30 Matthias Braunfix for last commit
2008-05-30 Matthias Braununion init test (copied from firm)
2008-05-30 Matthias Braunreorganized some test programs
2008-05-30 Matthias Braunbetter approach towards the parsing problems
2008-05-30 Matthias Braunmake parser more robust against invalid declarations
2008-05-30 Matthias Braunmake parser more robust against invalid declarations
2008-05-29 Michael Beck- Moved cp_errot030.c to shouldfail/wrongtype.c, as...
2008-05-28 Michael Beckcparser crashes...
2008-05-28 Michael Beckfixed handling of -b
2008-05-28 Michael Beckfixed warning for 64bit build
2008-05-27 Michael Becknon-existing entities must have peculiarity_description
2008-05-27 Matthias Braunfix bug with big octal sequences
2008-05-27 Matthias Braunone more
2008-05-27 Matthias Braunmake extensions starting with __ available for all...
2008-05-27 Matthias Braunmake extensions starting with __ available for all...
2008-05-27 Matthias Braunrework struct/union type creation, fix error 26
2008-05-27 Matthias Braunmore errors
2008-05-27 Matthias Braunwe have to skip the expected type as well in some cases
2008-05-27 Matthias Braunnew error
2008-05-26 Matthias Braunadd a panic for unimplemented initializer creation
2008-05-26 Matthias Braunimprove mode attribute parsing/skipping
2008-05-25 Matthias Braunimplement null initializers for types on the stack
2008-05-25 Matthias Braunadd mode attribute parsing
2008-05-25 Matthias Braunadd mode attribute parsing
2008-05-12 Michael Beckadd -mcpu option
2008-05-05 Michael Beckchanged for new inline I/F
2008-05-03 Michael Beckset the floating point model for the firm graph
2008-05-03 Michael Beckadded -march, -mtune, -mfpu
2008-04-14 Michael Beckadd -pg support, globals removed
2008-04-11 Michael Becksynchronized with edgfe, using new inline heuristic
2008-04-04 Christoph Mallon__attribute__((sentinel)) is first available in GCC 4.
2008-04-03 Michael Beckwe can safely enable set_opt_sel_based_null_check_elim...
2008-04-02 Michael Beck- fixed ld_name for Win32 and Mach-O
2008-04-02 Matthias Braunuse new id_unique
2008-04-02 Michael Beckswitch off usage of global_pointer again: globals are...
2008-04-02 Michael Beck-fpic implemented
2008-03-25 Matthias Braunfix wrong usage of idx_fmt (detected by a compiler...
2008-03-22 Michael Beckimproved is_type_arithmetic()
2008-03-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Michael Beckfixed indentation
2008-03-22 Michael Beck- removed useless symbol from reference expression
2008-03-22 Michael Beck- renamed modifier to decl_modifier
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Braunanother test
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias Brauntestcommit
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias BraunTODO update
2008-03-22 Matthias Braunfloat type alignment will be set later
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-22 Matthias Braunavoid warning
2008-03-22 Matthias Braunuse global table for atomic type properties
next