remove obsolete files
[libfirm] / ir / ir /
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias Braunforgot to add new files
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-14 Matthias BraunImplement get_irg_graph_nr in release mode
2008-01-14 Matthias Braunavoid warnings in release mode
2008-01-12 Michael Beckmore INTERPROCEDURAL_VIEW #ifdef's
2008-01-12 Michael Beckupdate gigo():
2008-01-12 Michael Beckwhen setting a block to dead, set its dom_depth to...
2008-01-12 Michael Beckcosmetic changes
2008-01-10 Michael BeckImproved checking of partBlocks()
2008-01-10 Michael BeckBugFix: equivalent_node_Bound() was too greedy, reduced...
2008-01-10 Michael Beck- is_Bound added
2008-01-09 Michael Beckadd two assertion to detect uninitialised variables
2008-01-09 Michael Beckfixed release build
2008-01-09 Michael Beck- fixed typo
2008-01-09 Michael Becktypo fixed
2008-01-08 Michael BeckFixed is_exception_flow(), Raise has only "regular...
2008-01-08 Michael Beckdo not use new_Bad(), as this depends on current_ir_gra...
2008-01-08 Matthias Braunfix warning
2008-01-07 Michael Beckget_irn_MacroBlock(): if the Block of a node is Bad...
2008-01-07 Michael Beckensure, that every Block has a MacroBlock header
2008-01-06 Michael Beck- removed skip_HighLevel()
2008-01-06 Michael BeckDo not mark Sel as an high-level op.
2008-01-06 Michael Beck- edges_assure_kind() added
2008-01-06 Michael BeckCSE now uses MacroBlock() instead of Block for performi...
2008-01-06 Michael Beckget_irn_MacroBlock() added
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-04 Matthias Braunfix warnings
2008-01-02 Michael Beckupdate copyright message
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 Beckadd missing include
2007-12-30 Michael Beckmade some function parameters const
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-12-29 Michael BeckHandle MacroBlock edges: These are Block->Block edges...
2007-12-29 Michael BeckFixed critical edges construction: Ignore real exceptio...
2007-12-28 Michael Beck- allow the macroblock edge to be dumped
2007-12-28 Michael Beckuse edges_assure() where appropriate
2007-12-20 Christoph MallonAssert that only float Cmps have unordered Projs.
2007-12-16 Michael Becksome comments added
2007-12-14 Michael Beckimproved verify message
2007-12-11 Matthias Braunmake get_inversed_pnc and get_negated_pnc return pn_Cmp...
2007-12-11 Matthias Braundo not skip convs from mode_b before Cmp
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-03 Michael Beckfixed unary minus on unsigned warning
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 Beckfixed backedge array handling for Filter nodes (hopefully)
2007-11-28 Michael Beckadd a panic to a not fully ported function, backarrays...
2007-11-23 Michael Beckuse dump_ir_block_graph_sched() for assert graph's
2007-11-23 Michael Beckuse dump_ir_block_graph_sched() for assert graph's
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 Sebastian HackAdded two missing files
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-19 Michael BeckMoved beprofile to irprofile
2007-11-19 Michael Beckimproved partBlock check
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-11-16 Matthias Braunmove ircgopt.c to ir/opt, use new style debug functions...
2007-11-16 Michael Beck- add additionally checks for MacroBlock header
2007-11-16 Michael Beckremoved unused proj_args of a graph
2007-11-14 Matthias Braundump consts local and keepalive by default
2007-11-08 Matthias Braunadd an get_irg_idx
2007-11-08 Matthias Braunadd support for graph_idx
2007-11-06 Michael Beck- added missing skip_tid()
2007-11-06 Michael Beck- made some arguments const
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-10-31 Christoph MallonConv_A(Unknown_B) -> Unknown_A.
2007-10-28 Matthias Braunremove (x*A + A -> (x+1) * A) optimisation. As reassoc...
2007-10-25 Michael Beckfixed typo in Phi optimization
2007-10-25 Michael BeckFixed Sub(Conv, Conv) optimization
2007-10-25 Michael Beckbugfix: the Op(Phi,Phi) optimization require both Phis...
2007-10-24 Michael Beckmore Phi optimizations for Div, Mod, DivMod
2007-10-24 Michael Beckadd Op(Phi(const, const, ...), Phi(const, const, ....
2007-10-23 Michael Beckeven better fix for r16314
2007-10-23 Michael Beckinitialize variable to supress (wrong) warning
2007-10-22 Michael Beckadd CopyB support to get_op_fragile_mem()
2007-10-22 Michael BeckTreat Start as a forking op in remove_critical edges...
2007-10-19 Christoph MallonGeneralise (and fix) sorting of operands by constness...
2007-10-19 Matthias Braunfix Cmp input normalisation
2007-10-19 Michael Beckfixed warnings in release mode
2007-10-19 Michael Beckrestrict some Cmp related optimizations to integer...
2007-10-19 Matthias BraunA+X == A -> X==0 optimisations
2007-10-18 Christoph MallonSmall cleanup.
2007-10-17 Michael Beckfixed _is_Phi()
2007-10-17 Matthias Braunadd inline versions of is_Phi and is_Proj
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-17 Michael Beckadd some comments, DBG_OPT call
2007-10-17 Michael Beckenable Minus(Iu) const folding
2007-10-16 Christoph MallonDecompose Mul(x, 2**b + 2**a) into y = x + x << (b...
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-11 Michael Beckallow get_mode_all_one() for mode_b
next