cparser
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
2008-03-20 Michael Beck__leave implemented
2008-03-20 Michael Beck- fixed parse_error_expected()
2008-03-20 Michael BeckBugFix: fix #k output
2008-03-20 Michael Beckmissing return added
2008-03-20 Michael Becktypo fixed
2008-03-20 Matthias Braunsome struct namespacing tests
2008-03-19 Michael Beckuse a.exe on windows
2008-03-19 Michael Beckadd missing dllimport and dllexport attributes
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-19 Michael Becksmall changes
2008-03-19 Michael Beckcollect GNU attributes in list, not used yet ...
2008-03-19 Michael Beckfixed ICC warning
2008-03-19 Matthias Braunmark entities as volatile where needed
2008-03-19 Michael Beckmore function and type attributes
2008-03-19 Michael Beckadded a lot of attributes
2008-03-19 Matthias Braunadd a few more keyword synonmys found in gcc source
2008-03-19 Matthias Braun__signed is a synonym for signed
2008-03-19 Matthias Braunrespect volatile type uqlaifiers in ast2firm
2008-03-19 Michael Beckadded nothrow,weakref,nonnull attributes
2008-03-19 Michael Beckrenamed format option, added nonnull option
2008-03-18 Michael Beckno more multi-line errors/warnings
2008-03-18 Michael Beckbetter error handling for attributes
2008-03-18 Matthias Braunrelax assignment semantics
2008-03-18 Michael BeckMostly finished parsing of GNU attributes.
2008-03-18 Matthias Braunimprove conditional_expression semantics (and don't...
2008-03-18 Michael Beckbetter GNU attribute parser
2008-03-18 Michael Becksuppress "statement has no effect" warning for ms __noo...
2008-03-18 Michael Beckadded GNU complex keywords
2008-03-18 Michael Beckupdated
2008-03-18 Michael Beckadd option -std=, supporting c99, c89, gnu99, microsoft
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-18 Michael Becktests for __func__ and friends
2008-03-18 Sebastian Hackchanged printf format for size_t printing
2008-03-18 Michael Beck- completed __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckadded __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckadded __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beck- made an extra field for the deprecated attribute...
2008-03-18 Michael Beck- fixed names of MS keywords
next