fix warning
[libfirm] / ir / ir /
2007-08-25 Christoph MallonRemove printf()s left over from debugging.
2007-08-25 Christoph MallonIn smaller_mode() state that mode_b can be converted...
2007-08-25 Christoph MallonRemove unnecessary conversions to wider modes as operan...
2007-08-25 Christoph MallonAllow mode_b as operand mode for Cmp as comments there...
2007-08-23 Matthias Braunoptimize and,or,eor with Projs from same Cmp
2007-08-22 Matthias Braunfix abs creation after recent reassoc changes
2007-08-21 Michael Beckirg_block_edges_walk() implemented
2007-08-20 Michael BeckAdd - (a - b) = b - a transformation
2007-08-17 Sebastian HackSmall cosmetic
2007-08-14 Michael BeckAdd x - (a+x) = -a
2007-08-06 Michael Beckskip Pin nodes if Div/Mod/DivMod/Qout are removed
2007-08-06 Michael BeckDo not optimize a+a into 2*a for non-integer modes
2007-08-03 Michael Beckallow Pin nodes as predecessors for unpinned nodes
2007-08-03 Michael Beckdump the result modes of Div,Mod,DivMod
2007-08-03 Michael Beckhandle a/-1 and a%-1 right
2007-08-03 Matthias Braunadd is_Shl, is_Shr, is_Shrs, is_Rot
2007-08-02 Michael Beckadded support for unaligned entities
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-08-02 Sebastian HackRemoved the "specializable" arrayset
2007-08-01 Matthias Braunfix bad mode in a%a optimisation
2007-08-01 Michael Beckdump the new base type attribute
2007-07-31 Matthias Braunfix copy&paste error
2007-07-31 Michael Beckadd one more Or/And related case
2007-07-25 Michael Beckadd more cases for integer division
2007-07-25 Michael Beckdo some transformation only for two complement, allow...
2007-07-25 Michael Beckadded ieee754 exact flag which allows more cases to...
2007-07-24 Michael Beckadd 2.0*x = x+x and x/c = x*(1.0/c) for some constants
2007-07-24 Michael Beckdon't keep IJmps, not needed anymore
2007-07-24 Michael Beckdump the block label
2007-07-24 Michael Beckadd label attribute to blocks, ir_prog
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beck add symconst_label, node constructors have pin state
2007-07-24 Michael Beckadd symconst_label
2007-07-24 Michael Beckstart label number with 1, reserve the 0
2007-07-24 Michael Beckget_irp_next_label_nr() added
2007-07-23 Matthias Braunyou can store mode_b now
2007-07-23 Michael BeckCleaned up the tarval handling:
2007-07-20 Matthias Braunmore missing includes
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-19 Christoph MallonImplement constant folding for Psib.
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Michael Beckget_mode_arithmetic() returns a mode_arithmetic now
2007-07-19 Michael Beckremoved the annoying assert() in get_nodes_block()
2007-07-18 Michael Becksome optimization of strict conv's
2007-07-17 Andreas SchösserRemoved modes that were not registered.
2007-07-17 Michael Beckfixed dumping with anchors
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael Beckmove() does not try to move Projs anymore
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-13 Michael Beckadded attribute for anchor edges
2007-07-13 Michael Beckimproved safety: added a assert() if proj's are placed
2007-07-13 Michael BeckAdd get_block and set_block operations.
2007-07-13 Michael Beck_ir_nodeset_find() returns already an int
2007-07-13 Michael Beckfixed typo
2007-07-11 Sebastian HackAdded sorted array sets.
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-11 Michael Beckdump keep-alive edges in purple
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-07-11 Michael Becktype type definitions to new irtype.h
2007-07-11 Michael Beckcosmetic change
2007-07-11 Michael Beckop_Anchor added
2007-07-11 Christoph MallonFix typos in comments.
2007-07-11 Michael Beckmoved the fixpoint iteration of the current node from...
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael Beckimproved fixpoint iteration for optimize_graph_df()
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-10 Matthias Brauncorrect fixpoint iteration
2007-07-10 Michael Beckadded is_Not(), added missing is_Psi() declaration
2007-07-10 Matthias Braunmore distributive laws
2007-07-10 Matthias Braunadd is_Eor
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-06 Michael Beckrenamed structures containing settings to ir_settings_...
2007-07-06 Michael Beckmoved get_*_dbg_info() and set_*_dbg_info() to logical...
2007-07-06 Matthias Braunallow bool as method parameter
2007-07-05 Michael Beckindentation fixed
2007-07-05 Michael Beckmoved is_Psi() to irnode
2007-07-05 Michael Beckindentation fixed
2007-07-05 Matthias Braunwe want convs in both directions
2007-07-04 Matthias Braunalways do if conversion when opt_if_conv is called
2007-07-04 Matthias Braunmode_b support for Phis, Nots. Working but needs some...
2007-07-02 Matthias Braunone more assert
2007-06-30 Matthias Braunmakefile updates
2007-06-27 Michael Beckfixed fehler24.c: check the result of tarval operation...
2007-06-25 Michael Beckinitial implementation
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-20 Michael Beckreplaced malloc by xmalloc
2007-06-20 Michael Beckget_*_attr() functions now return a pointer
2007-06-19 Christoph MallonManual CSE.
2007-06-18 Michael Beckcleaned up code
2007-06-18 Matthias Braunfixed warnings
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-18 Michael Beckremoved old code artefact
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-17 Matthias Braunfix warnings
2007-06-15 Matthias Braunverfy that nodes have a sensible pin state
2007-06-15 Matthias Braunadded is_And and is_Or
2007-06-13 Michael BeckMoved the Sub Optimization into transform (changes...
2007-06-13 Michael BeckOptimize SubInt(ConvInt(aP), ConvInt(bP)) into SubInt...
next