fix out flags for mode_T nodes
[libfirm] / include /
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-06 Matthias Braunremove old buggy code
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-03-03 Michael BeckImproved tail recursion optimization:
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckclone_frame_type() implemented
2008-02-28 Michael Beckset_Block_MacroBlock() added
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-02-20 Michael BeckRemove the unsafe overflow opt flag again :-( It does...
2008-02-20 Michael Beckadd prototype for set_opt_overflow_unsafe_transform()
2008-02-20 Michael BeckAdd cc_frame_on_caller_stk calling convention for alloc...
2008-02-19 Michael BeckHopefully better version of osr:
2008-02-18 Matthias Braunno declaration of free needed
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braundon't mention LIBCORE in public headers
2008-02-13 Matthias Braunlibfirm timing code adapted from libcore
2008-02-07 Christoph Mallonsvn:eol-style native, svn:keywords Id.
2008-02-06 Andreas SchösserAdded standalone grgen dumper for firm graphs
2008-01-23 Michael Beckadd prototypes for *_Phi_next(), _Block_phis()
2008-01-21 Matthias Braunadd missing #include
2008-01-21 Matthias Braunfix using_irn_visited in optimized mode
2008-01-21 Matthias Braunimprove docu, use using_block_visited debug help
2008-01-17 Michael Beckfixed wrong variable usage
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-15 Michael Beckrenamed pmap_foreach to foreach_pmap, like other foreac...
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-10 Michael Beck- is_Bound added
2008-01-06 Michael Beckfixed detection of malloc property:
2008-01-06 Michael Beck- removed skip_HighLevel()
2008-01-06 Michael Beck- edges_assure_kind() added
2008-01-06 Michael Beckget_irn_MacroBlock() added
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael Beckchanged the projection numbers of Raise to match the...
2008-01-01 Michael Beckcleaned up code:
2008-01-01 Michael BeckImproved implementation:
2007-12-31 Michael Beckadded rbitset_clear_all()
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-30 Michael Beckeven more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade more function parameters const
2007-12-30 Michael Beckmade some function parameters const
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-29 Michael Beck- allow the macroblock edge to be dumped
2007-12-17 Michael Beckuse xmalloc instead of malloc
2007-12-14 Michael Beckclone method can add a prefix
2007-12-11 Matthias Braunmake get_inversed_pnc and get_negated_pnc return pn_Cmp...
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-10 Michael BeckAdd clone_type_method()
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-04 Matthias Brauntry to not make public API dependent on WITH_LIBCORE
2007-12-02 Matthias Braunrefactor some dumping code and add some functions that...
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-28 Michael Beckadd prototyp to get_ir_alias_relation_name89
2007-11-23 Michael Beckrenamed ird_color_side_effects to ird_color_uses_memory
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Michael Beckadd mapper for strlen()
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-20 Michael Becklower_highlevel_graph() added
2007-11-19 Michael Beckmoved be_retrieve_dbg_info() into middleend and rename...
2007-11-19 Michael Beckimproved doxygen comments
2007-11-19 Michael Beckremoved useless spaces, improved doxygen comments
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckadded rbitset_malloc()
2007-11-18 Michael Beckadd rbitset_w_size_obstack_alloc(), rbitset_is_empty()
2007-11-16 Matthias Braunmissing firm_config.h
2007-11-16 Michael Beckfree cdep allocated memory
2007-11-16 Michael Beckrenamed cdep type to ir_cdep and placed it into firm_ty...
2007-11-16 Michael Beckadd doxygen comments
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- added more classification functions for floating...
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Michael Becki_mapper_log() added
2007-11-11 Matthias Braunno need to include iroptimize.h in be.h
2007-11-09 Christoph MallonAdd a phase for bool optimisation.
2007-11-08 Matthias Braunadd an get_irg_idx
2007-11-08 Matthias Braunadd support for graph_idx
2007-11-07 Michael Beck- removed useless spaces
2007-11-06 Michael Becktype finalization added
2007-11-06 Michael Beck- added missing skip_tid()
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-06 Michael Beck- made some arguments const
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunstarted updating the automake files
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-10-31 Michael Becktarval_is_minus_one() added
2007-10-31 Michael Beckadd doxygen comments
2007-10-19 Michael BeckFixed broken indentation of r16286
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
2007-10-19 Michael Beckrenamed type_state to ir_type_state
2007-10-19 Matthias Braunmake it possible to specify custom mode for set lowering
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-10 Michael Beckadded statistic events for Cmp optimizations
2007-10-10 Michael Becktypo fixed
next