Parse C++ bool, false and true.
[cparser] / ast2firm.c
2008-11-02 Matthias Braunimprove flexible array member handling, assign error_ty...
2008-11-01 Matthias Braundeclaration_t -> entity_t
2008-10-26 Matthias Braunsource-position doesn't make any sense for types:
2008-10-26 Michael Beck- BugFix: gcc optimizes def_nr + 1 < 0 away, arg\!
2008-10-26 Michael Beck- BugFix: generation of default case number was complet...
2008-10-25 Matthias Braunget rid of some fields in ast_t: outer_fkt_jmp, is_oute...
2008-10-21 Christoph MallonImplement a statement walker.
2008-10-19 Christoph MallonResolve some warnings.
2008-10-13 Christoph MallonAdd debug info to implicitly created != 0 tests in...
2008-10-11 Matthias Braunno need for bitfiddle here
2008-10-06 Matthias Braunonly query primitive types for their base type
2008-10-06 Matthias Braundisable fix for parsetest/fehler053.c for now (as it...
2008-10-03 Matthias Braunfix bitfield2.c
2008-10-03 Christoph MallonImplement reference_addr() for DECLARATION_KIND_FUNCTION.
2008-10-02 Christoph Mallonskip_typeref().
2008-10-02 Christoph MallonParse __builtin_inf{,f,l} and correct __builtin_nand...
2008-09-26 Christoph MallonProcess declaration modifiers for variables in ast2firm...
2008-09-23 Michael Beck- add missing initialization of have_const_functions
2008-09-23 Matthias Braunhandle DM_CONST, lower inline limit, force optimize_fun...
2008-09-23 Christoph MallonTreat size_constant like a bool should be, i.e. do...
2008-09-18 Michael Beck- BugFix: unitializer must be created using qualifiers...
2008-09-18 Michael Beck- functions cannot be lvalues
2008-09-18 Michael Beck- add more attributes to support inner functions
2008-09-16 Michael Beck- renamed is_empty to is_empty_range
2008-09-15 Michael Beckmore work on type size
2008-09-15 Christoph MallonDo not initialise the variables declared in a for state...
2008-09-15 Christoph MallonFix warn_div_by_zero(): The result of the division...
2008-09-14 Michael Beck- implemented local labels
2008-09-14 Michael Beck- add missing cases
2008-09-14 Michael Beck- implemented computed goto
2008-09-11 Christoph Mallons/imature_blocks/immature_blocks/.
2008-09-11 Christoph MallonUse new_Block() instead of new_immBlock(), when the...
2008-09-11 Christoph MallonHandle DM_NORETURN in ast2firm.
2008-09-11 Christoph MallonIndentation.
2008-09-10 Matthias Braunwe need to keep_alive memory as well for potential...
2008-09-09 Matthias Braunbuild right side of += etc. before left side
2008-09-08 Matthias Braunfix
2008-09-07 Matthias Braunbunch of mac fixes and improvements
2008-09-03 Christoph MallonFix cp_error049.
2008-09-01 Matthias Braunfix problems when a case is INT_MAX
2008-09-01 Michael Beckfixed constant case
2008-09-01 Christoph MallonImplement ast2firm part of the GNU "a ?: b" extension.
2008-08-31 Christoph MallonEmpty line for readability.
2008-08-31 Christoph Mallontype_int and type_void get already initialised by init_...
2008-08-31 Michael Becktype_const_char is now globally available
2008-08-31 Michael Beck- BugFix: function types have not size 0, so condition...
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
next