Fix fehler138.
[libfirm] / ir / ir /
2008-08-24 Michael Beck- converted get_irn_n(*, -1) back into get_nodes_block()
2008-08-24 Michael Beckadded skip_Pin()
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-22 Christoph MallonRemove unnecessary cast.
2008-08-21 Christoph MallonAdd is_Carry(), get_Carry_left(), get_Carry_right().
2008-08-16 Michael Becksmall improvement
2008-08-15 Michael Beck- clear the descriptions if SSA construction is restarted
2008-08-14 Michael Beckadded FS_OPT_SUB_TO_NOT and FS_OPT_SUB_TO_CONV
2008-08-14 Christoph MallonLocal opt: -1 - x -> ~x.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-10 Michael Beck- ifconv builds Muxb nodes, so allow mode datab for Mux
2008-08-07 Christoph MallonTransform a - (b - c) into (a - b) + c instead of a...
2008-08-07 Christoph MallonDisallow Sub(int, pointer).
2008-08-07 Michael BeckBugFix: fixed stupid Alloc != NULL case
2008-08-06 Christoph MallonOptimise strct Conv after strict Conv with same mode.
2008-08-06 Christoph MallonFix transform_node_Cmp() (r20946): Transform Cmp(-a...
2008-08-06 Michael Beckop_Min and op_Max always exists
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-03 Michael Beck- add missing transform_Proj_Bound()
2008-08-03 Michael Beck- More restructureation:
2008-08-03 Michael Beckfixed warnings
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beckmore fixes for r20946
2008-08-02 Michael Becktypo fixed
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-08-02 Christoph MallonConvI(ConvF(I)) -> I, iff float mantissa >= int mode
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-07-31 Sebastian BuchwaldDeactivate edges before freeing an irg.
2008-07-31 Sebastian BuchwaldFixed revision 20864.
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Michael Beck- allow add and sub with reference values
2008-07-31 Sebastian Buchwaldtypo
2008-07-31 Matthias Braungeneralize support for segments
2008-07-30 Matthias Braunirprofile fix
2008-07-28 Michael Beck- add an assert tat checks for backend phase when added...
2008-07-26 Michael Beck- BugFix: Dep-Edges where calculated WRONG if the node...
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-23 Michael Beckdo NOT overwrite custom hash function
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-22 Matthias Braundon't break vcg compatibility
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-21 Matthias Braundeactivate/activate are also called for EDGE_KIND_DEP...
2008-07-17 Moritz KrollFixed and simplified rot matcher
2008-07-15 Matthias Braun'fix' comment
2008-07-15 Matthias Braunlocalopts for bitoperations in combinations with shifts...
2008-07-14 Michael Beckvalue_of() is now a simple wrapper around a function...
2008-07-14 Matthias Brauninclude our own header file
2008-07-09 Matthias Braunsome rot/shift by constant optimisations
2008-07-09 Michael Beck- fixed warnings
2008-07-09 Michael Beck- BugFix: *__remove_iterator(): after _next(), the...
2008-07-08 Michael Beck- small indentation changes
2008-07-08 Michael Becknew GVN-PRE implementation
2008-07-08 Michael Beck- ir_node_hash() now takes a const ir_node *
2008-07-03 Michael Becklinked versions of irnodeset and irnodemap
2008-07-03 Michael Beckfixed doxygen comment
2008-06-27 Michael Beckdo a correct rounding when calculating 70%, or small...
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-19 Michael Beck- reduce complexity of remove_End_keepalive()
2008-06-19 Michael Beckfixed indentation
2008-06-11 Michael Beck- relax partBlock check in phase_backend
2008-06-09 Michael Beck- BugFix: fixed the part-block list splicing, inlining...
2008-06-07 Michael Beck- split the old constant_folding flag into constant_fol...
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beckis_self_recursive_Call() added
2008-06-02 Michael Beckadd missing condition
2008-06-02 Michael Beck- better handling for strictConv's, optimized conv_orgi...
2008-06-01 Michael BeckDo NOT ignore Bad Phi predecessors. Otherwise
2008-05-31 Matthias BraunAlloc is not a binop
2008-05-31 Michael Beckupdated for latest libFirm changes
2008-05-31 Michael Beckallow x + 0.0 = x even in strict mode
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-28 Michael Beckbock marker can be dumped in the block title
2008-05-28 Michael Beck- dump the block mark
2008-05-28 Michael Beck- added is_Id, is_CallBegin, is_Free
2008-05-28 Michael Beck- added is_Filter()
2008-05-27 Michael Beckadd missing non-inline versions
2008-05-26 Michael Becksmall BugFix
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-26 Michael Beckused new add_Block_phi()
2008-05-26 Michael Becktypo fixed
2008-05-26 Michael Beckadd_Block_phi() implemented
2008-05-25 Matthias Braunfix a few warnings
2008-05-25 Michael Beckget rid of most Optimisation warning: found add/sub...
2008-05-25 Michael Beck- do not optimize away Confirms with Constants
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-23 Michael BeckBugFix: wrong condition for Abs (this fixes Queens.c)
2008-05-22 Michael Beck- normalize Muxes a bit: this hopefully improves the...
2008-05-22 Michael Beckuse is_Const()
2008-05-22 Michael Beck- add more Mux optimization cases
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Becktypos fixed
2008-05-19 Michael Beck- small code cleanup
2008-05-18 Michael Beck- BugFix of the last fix ...
2008-05-18 Michael Beck- BugFix: we really have to check both sides independen...
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-18 Christoph MallonImplement (a ^ b) ^ a -> b (in all four commutative...
2008-05-18 Michael BeckAllow safe x/y = x * (1.0/y) for exact 1.0/y even if...
next