- change enum to have an underlying atomic type
[cparser] / ast2firm.c
2008-12-14 Matthias Braun- change enum to have an underlying atomic type
2008-12-14 Moritz KrollAdjusted for latest firm
2008-12-13 Matthias Braunfirst implementation of aligned attribute
2008-12-13 Matthias Braunfix subtle implicit cast problem
2008-12-13 Matthias Braunmissing skip_typeref
2008-12-13 Christoph MallonFix typo in lazy op constant folding.
2008-12-13 Matthias Braunmore skip_typerefs
2008-12-13 Matthias Brauntype might be a struct
2008-12-13 Matthias Braunwe have to convert assign ops back up to mode_arithmetic
2008-12-13 Matthias Braunalways fold consts
2008-12-13 Matthias Braun- build float arithmetic ops in backend arithmetic...
2008-12-13 Christoph MallonRemove the unused STATEMENT_LOCAL_LABEL/struct local_la...
2008-12-12 Matthias Braunfix for latest firm
2008-12-10 Michael Beck- recognize __attribute__((returns_twice)) and __declsp...
2008-12-09 Christoph MallonCalculate the size of a typedefed VLA right where the...
2008-12-08 Christoph MallonRemove trailing \n from panic messages.
2008-12-08 Christoph Mallon- Repair evaluating && with constant left hand side...
2008-12-08 Christoph MallonRemove false_block != NULL tests, which never can be...
2008-12-08 Christoph MallonAllow sizeof(void) and __alignof__(void) as GCC extension.
2008-12-07 Christoph MallonEvaluate the argument of va_end for its side effects.
2008-12-07 Christoph MallonCompound literals are lvalues.
2008-12-07 Michael Beck- select_addr() must create an constant in constant...
2008-12-06 Christoph MallonAdd partial support for C++ wchar_t.
2008-12-04 Christoph MallonSimplify array_access_addr() by using adjust_for_pointe...
2008-12-04 Christoph MallonConvert the value before taking the shortcut in adjust_...
2008-12-03 Christoph MallonIndentation.
2008-12-03 Christoph MallonBefore setting volatility, check that FIRM did not...
2008-12-03 Matthias Brauncreate mode from cparser type not from ir_nodes which...
2008-12-03 Matthias Braunfix bad construction of logical binops with constant...
2008-12-03 Christoph MallonRemove incorrect assertion. It is perfectly valid for...
2008-11-29 Christoph MallonResolve several null pointer accesses, when encounterin...
2008-11-28 Matthias BraunI give up with modulo shift - doing the right thing...
2008-11-27 Moritz KrollAdjusted code to mode-less Const and Const_type constru...
2008-11-27 Matthias Braunfix builting expect handling and implement taking addre...
2008-11-25 Matthias Braun- Introduce ENTITY_PARAMETER
2008-11-21 Matthias Braunreduce not supported error to a warning
2008-11-20 Christoph MallonRemove unreachable statements.
2008-11-19 Christoph MallonHandle static __thread local variables in ast2firm.
2008-11-19 Christoph MallonImprove storage class handling:
2008-11-18 Christoph MallonParse C++ references.
2008-11-16 Matthias Braunkeep it simple and stupid: cast to unsigned instead...
2008-11-16 Michael Beck- %zu is not supported on windows
2008-11-15 Christoph MallonImprove linkage specification
2008-11-15 Christoph MallonThe calling convention is orthogonal to the linkage...
2008-11-15 Christoph Mallonstatic.
2008-11-14 Matthias Braunfix string initializer when implicitely going down...
2008-11-14 Matthias BraunMore work for C++ mode:
2008-11-14 Matthias Braunmissing break
2008-11-14 Matthias Braunmost of the options are handled in main.c now
2008-11-13 Matthias Braunpass correct modes to 64bit lowerer
2008-11-11 Matthias Braunc frontend doesn't case about modulo_shift, rename...
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...
next