new_d_defaultProj fails if its argument is already a Bad. Do not use it anymore ...
[cparser] / ast2firm.c
2010-11-29 Matthias Braunnew_d_defaultProj fails if its argument is already...
2010-11-25 Andreas ZwinkauFix Bug 62 aka C_struct_init testcase
2010-11-04 Matthias Braunadapt to latest libfirm
2010-10-12 Matthias Brauninitial implementation of builtin_object_size
2010-10-08 Matthias Braunadapt to libfirm (rename tarval to ir_tarval)
2010-10-06 Matthias Braunadapt to latest libfirm
2010-10-06 Matthias Braunadd -mtriple= to specify target architecture; refactor...
2010-08-07 Michael BeckFixed icc warning by using enum instead of (equivalent) 0.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-06-17 Matthias Braunsome more builtins
2010-05-25 Matthias Braunmake use of the new possibility to avoid firm_parameter_t
2010-05-21 Matthias Braunfix for latest libfirm
2010-05-03 Matthias Braunonly use rts_entities when number of parameters and...
2010-04-26 Christoph MallonThe memory output for asm nodes uses proj N, not N+1.
2010-03-03 Matthias Braunfix warning
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-25 Christoph MallonSimplify.
2010-02-24 Matthias Braunno need to use alloca on C99
2010-02-24 Matthias Braun- Rework the way literals are handled, these are now...
2010-02-20 Christoph MallonRemove variables, which are only used in assert()ions.
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-17 Christoph MallonMake string literals and shadow copies of initialisers...
2010-02-15 Matthias Brauncleanup builtin handling and put it into an own file...
2010-02-12 Matthias Braunlocals are not linkage merge
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Matthias Braunput zero initialized entities into bss section (not...
2010-02-05 Matthias Braunconstructors/destructors must not have a name
2010-02-05 Christoph MallonImplement __builtin_huge_valf and __builtin_huge_vall.
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfurther corrections on 'COMMON' semantic
2010-02-03 Matthias Braunfix 'COMMON' variables in cparser
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Matthias Braunfix strangeattr.c
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Matthias Braunfix
2010-01-04 Matthias Braunset dbg_retrieve in ast2firm where it is defined
2010-01-02 Matthias Braundbg_snprint is no more
2009-12-29 Matthias Braunfix incorrect type size for wide string literals
2009-12-29 Matthias Braundon't use compound_graph_path stuff anymore
2009-12-11 Matthias Braunfixes for M_except changes
2009-11-03 Michael BeckFixed doxygen comments.
2009-07-05 Michael Beck- updated for libFirm w/O irg parameters
2009-06-19 Matthias Braunfix default proj getting constructed in wrong block
2009-06-15 Matthias Braun64bit compile fix
2009-06-13 Matthias Braunuse real (firm) output positions instead of C one ...
2009-06-08 Matthias Braunsome more work towards (c++) namespace support
2009-06-03 Matthias Braunfix C/bool2.c
2009-06-03 Matthias Braunrefactor some cast code, use Convb instead of Mux to...
2009-06-01 Matthias Braunadapt to latest libfirm
2009-05-29 Matthias Braunfix int->bool conversion
2009-05-29 Matthias Braunfix switch generation for dead case
2009-05-28 Matthias Braunfix remaining bitfield initializer problems
2009-05-27 Matthias Braunfix union init problems
2009-05-14 Matthias Braundon't mark functions without prototype as variadic
2009-05-14 Matthias Braunfix fehler127 (again)
2009-05-08 Michael Becknew attempt to fix the prototyped kr function problem
2009-05-07 Matthias Braunadapt to latest Builtin changes
2009-05-03 Christoph MallonRemove unnecessary special case: sizeof expressions...
2009-04-07 Michael Beck- fixed handling of variadic types/calling conventions
2009-04-07 Michael Beck- 2009 patch
2009-04-07 Michael Beck- BugFix: make_function_1_type_variadic() must hash...
2009-03-20 Matthias Braunstrings are visibility local
2009-03-09 Matthias Braunattempt to fix bug #40
2009-03-08 Matthias Braunpacked struct implementation, attribute assignment...
2009-03-08 Matthias BraunRework compound type handling:
2009-03-08 Matthias Brauncreate fold_constant_to_bool function to avoid some...
2009-03-07 Matthias Braunwe have to be able to fold EXPR_INVALID since we report...
2009-03-07 Matthias Braunrewrite of attribute handling
2009-02-27 Matthias Braundon't emit dead initializers
2009-02-20 Christoph MallonTypos.
2009-01-28 Christoph MallonDocument evaluation of typedef with VLA declarator...
2009-01-20 Matthias Braunmissing skip_typeref
2009-01-19 Michael Beck- fixed access to outer variables
2009-01-19 Michael Beck- corerctly transform inner functions to firm
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- some doxygen info for the changed routines
2009-01-18 Michael Beck- add __based support
2009-01-03 Christoph MallonRemove unused variable.
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-03 Michael Beck- implemented va_copy(), needed for C99
2009-01-02 Michael Beck- typo fixed
2009-01-02 Michael Beck- va_start/va_arg uses now the stack parameter alignment
2008-12-31 Christoph MallonFix logic error in is_builtin_expect() introduced in...
2008-12-29 Michael Beck- more MS intrinsics
2008-12-27 Michael Beck- more builtins
2008-12-27 Michael Beck- fixed warnings
2008-12-27 Michael BeckRemoved EXPR_BUILTIN_SYMBOL: Builtins are now predefine...
2008-12-24 Michael Beck- fixed implementation of various __builtin functions
2008-12-24 Michael Beck- implemented __builtin_trap()
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-21 Christoph Mallon?: with omitted true-expression needs special handling...
2008-12-21 Christoph MallonHandle pointer arithmetic with variable sized types...
2008-12-21 Christoph MallonUnify the form of references to the standard.
2008-12-21 Michael Beck- implemented __builtin_prefetch()
2008-12-21 Christoph MallonRemove two redundant get_dbg_info() which were found...
2008-12-18 Michael Beck- implement builtin_(frame|return)_address() firm repre...
next