fix optimize build
[libfirm] / ir / ir /
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-12 Michael Beckreverted r21775: too restrictive because ieee 754 uses...
2008-09-11 Michael Beck- fix for r21852: do not remove ALL Conv optimizations,
2008-09-11 Andreas ZwinkauRemoving conv-on-Phi local opt
2008-09-11 Christoph MallonIndentation, braces.
2008-09-11 Christoph MallonRemove unused variable.
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-10 Michael Beckremove assert in keepalive()
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-09 Michael Beck- finally kicked size_t, both calls return unsigned
2008-09-09 Michael Beck- even more restrictive: we only know that twos-complem...
2008-09-09 Michael Beck- currently we support IEEE 754 only, so change the...
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-09-09 Christoph Mallon80bit floats have no implicit 1. Remove unnecessary...
2008-09-09 Christoph MallonSlightly reduce code duplication.
2008-09-05 Matthias Braundon't compare attributes but their addresses
2008-09-02 Matthias Braundon't forget to check the sign of a float number, this...
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
2008-08-25 Christoph MallonDo not use && in assert().
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
next