- BugFix: GCC allows arithmetic on function pointers
[cparser] / ast2firm.c
2008-08-31 Michael Beck- BugFix: GCC allows arithmetic on function pointers
2008-08-31 Michael Beck- implemented -Wswitch-enum
2008-08-31 Michael Beck- fixed some "enumerated type mixed with another type...
2008-08-29 Michael BeckMAGIC_DEFAULT_PN_NUMBER is gone away ...
2008-08-28 Michael BeckFixed handling of case labels:
2008-08-24 Christoph MallonProperly detect unreachable code and when control flow...
2008-08-24 Christoph MallonDo not use && in assertions.
2008-08-23 Michael Beckreplaced malloc by VLA
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Christoph MallonWhen a calling convention is specified via attribute...
2008-08-20 Christoph MallonCheck whether the declaration is not NULL before issuin...
2008-08-16 Michael Beckfixed support for calling conventions:
2008-08-15 Christoph MallonAdd support for global assembler statements.
2008-08-13 Christoph MallonProcess MS and GNU attributes for specifying the callin...
2008-08-13 Michael Beck- factor out setting of entity attributes
2008-08-13 Christoph MallonHandle __attribute__((used)) for functions, i.e. make...
2008-08-12 Matthias Brauncall set_store first before (potentially) creating...
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 Christoph Mallonskip_typref().
2008-08-07 Matthias Braunfix error43
2008-08-07 Matthias Braunhacky implementation of transparent union
2008-08-05 Christoph MallonFix cp_error041.c.
2008-08-05 Moritz KrollFixed visibility of inline functions
2008-08-01 Matthias Braunmark constants as variability_constant
2008-08-01 Matthias Braunfix cp_error037, fix noconst.c
2008-07-31 Matthias Braundo something with some of the gnu attributes
2008-07-30 Matthias Braundo correct semantic check for pointer arithmetic, suppo...
2008-07-29 Matthias Braunimprovements/fixes for asm statement
2008-07-29 Matthias Braunimplement asm nodes
2008-07-14 Matthias Braunreally fix cp_error035
2008-07-14 Matthias Braunfix cp_error035
2008-07-14 Matthias Braunfix warnings, fix gasmode selection on linux
2008-06-25 Matthias Braunfix do_while
2008-06-25 Matthias Braunadd space after if, improve while_statement_to_firm
2008-06-06 Matthias Braunavoid enum constant folding problems in ast2firm
2008-06-04 Matthias Braunfix entities
2008-06-04 Matthias Braunbuild assign from left to right
2008-06-04 Matthias Braunupdate hashset, try to identify all global function...
2008-06-03 Matthias Brauncomma is a passthrough and might produce mode_b
2008-06-03 Matthias Braunprototypes should override non-prototypes
2008-06-02 Matthias Braunfix double transformation of expressions in var_arg_exp...
2008-06-02 Matthias Brauncleanup code
2008-06-02 Matthias Braunfix kr2.c
2008-06-02 Matthias Braunuse size_t or ssize_t for array offsets
2008-06-02 Matthias Braunfix handling of kr style functions
2008-06-02 Michael Beckadd option -Wreturn-type
2008-06-02 Matthias Braunonly build switch fallthrough block when needed
2008-06-02 Michael Beckwarn if missing return
2008-06-02 Matthias Braunonly construct fallthrough block if needed for an if
2008-06-02 Matthias Braun- make sure no expression is built twice
2008-06-01 Michael Beck- fixed typos
2008-06-01 Michael Beck- used MINGW instead of Win32 again
2008-05-31 Matthias Braunfix for handling of for scope handling
2008-05-31 Matthias Braunrework local variable handling:
2008-05-31 Matthias Braunremove debug printfs
2008-05-31 Matthias Braunfix rts_mapping code, add alloca mapping
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 Braunvalues can be bad, local static vars must have unique...
2008-05-30 Matthias Braunimprove creation of call nodes
2008-05-30 Matthias Braunadd missing strict conv for variable initialisation
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 Braunrework struct/union type creation, fix error 26
2008-05-26 Matthias Braunadd a panic for unimplemented initializer creation
2008-05-25 Matthias Braunimplement null initializers for types on the stack
2008-05-03 Michael Beckset the floating point model for the firm graph
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-22 Michael Beckintroduce distinct complex and imaginary types
2008-03-22 Michael Beck- renamed modifier to decl_modifier
2008-03-22 Matthias Brauntest commit
2008-03-22 Matthias Braun- make use of new atomic_type_properties in ast2firm
2008-03-20 Michael Beck__leave implemented
2008-03-20 Michael Beck- fixed parse_error_expected()
2008-03-19 Michael Beckalways transmit const source_position_t * instead of...
2008-03-19 Matthias Braunmark entities as volatile where needed
2008-03-19 Matthias Braunrespect volatile type uqlaifiers in ast2firm
2008-03-18 Michael Beckremoved all EXPR_FUNCTION-alikes and replaced by EXPR_F...
2008-03-18 Sebastian Hackchanged printf format for size_t printing
2008-03-18 Michael Beck- completed __FUNCSIG__ and __FUNCDNAME__
2008-03-18 Michael Beckmicrosoft types are just synonyms for default types
2008-03-17 Michael Beckimplement MS type extension types
2008-03-14 Michael Beck- add empty and invalid statements
2008-03-13 Matthias Braunadd missing skip_typeref, fixing 255.vortex
2008-03-13 Matthias Braunimprove declaration counting code
2008-03-13 Matthias Braunsmall fixes
2008-03-06 Michael Beck- fixes memory leak
2008-02-25 Michael BeckBugFix:
2008-02-19 Matthias Braunsome refactoring in preparation for a preprocessor
2008-02-18 Matthias Braunadd license comments
2008-02-17 Matthias Braunimplement VLAs (just the Free nodes aren't constructed...
2008-02-16 Matthias Braunimprove bootstrap rule, align long long to 4 bytes
2008-02-15 Matthias Braunconstruct 0/1 instead of mode_b->int convs
2008-02-15 Matthias Braunadd bootstrap target, don't set frame_type to fixed...
2008-02-15 Matthias Braun- implemented non-constant initializers
next