cleanup backend: make pre_spill_prepare_constraint independent of chordal allocator...
[libfirm] / ir / opt /
2009-07-31 Matthias Braununnecessary include
2009-07-31 Matthias Braunfix last commit
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-10 Matthias Brauncondeval is called Jump Threading now
2009-07-06 Michael Beck- hopefully fixed the lftr now
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-02 Michael Beck- C99 features removed
2009-06-01 Matthias Braunadd note/error message about critical edge splitting...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-30 Michael Beck- fixed warning
2009-05-30 Michael Beck- lftr() is still buggy
2009-05-30 Michael Beck- removed permanent debug output
2009-05-30 Michael Beck- BugFix: when a P<->I conversion for an induction...
2009-05-19 Michael Beck- BugFix: add missing check for frame entities. This...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-14 Matthias Braunwhen inlining and return types of method-type/call...
2009-05-14 Michael Beck- removed unused header attribute from node_entry
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
2009-05-08 Michael Beck- fixed memory leaks
2009-05-08 Michael Beck- let loop run backwards
2009-04-18 Michael Beck- BugFix: assure out edges are valid (may be invalid...
2009-04-17 Sebastian Buchwalduse environment also in non-debug mode.
2009-04-06 Michael Beck- constify
2009-03-31 Michael Beck- reserve used resources
2009-03-21 Michael Beck- BugFix: wrong end index fixed
2009-03-21 Michael Beck- register ALL possible addresses yet
2009-03-21 Michael Beck- get_Block_cfgpred_arr() IS supported, but should...
2009-03-20 Michael Beck- added Phi-translation for addresses
2009-03-19 Michael Beck- simplified memop flags: we NEVER must kill solely...
2009-03-17 Michael Beck- BugFix: the end block might be unreachable, check...
2009-03-17 Michael Beck- BugFix: use env.rbs_size everywhere
2009-03-17 Michael Beck- BugFix: initialize blocks using teh normal block...
2009-03-13 Michael Beck- BugFix: initialize memop->mem
2009-03-10 Michael Beck- BugFix: new Loads might be removed later, but we...
2009-03-10 Michael BeckNew still buggy version:
2009-03-09 Michael Beck- C99 feature removed
2009-03-09 Michael Beck- deleted old (and imcomplete) implementation: the...
2009-03-08 Matthias Braunanalysis of address_tkane for union types is not that...
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-27 Michael Beck- fixed comments
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-10 Michael Beck- ensure that the end block is always last/first
2009-02-10 Michael Beck- skip Confirm and Cast for address calculation
2009-02-10 Michael Beck- BugFixes: WAW can inly be done immediately if both...
2009-02-04 Michael Beck- add missing Load and Builtin support for opcode()
2009-02-02 Michael BeckBugFixes:
2009-02-02 Michael BeckBugFix:
2009-02-01 Michael Beck- switch off debug mask
2009-02-01 Michael Beck- fixed exchange
2009-02-01 Michael Beck- new dataflow driven load/store optimization, inspired...
2009-01-20 Matthias Braunfix warnings
2009-01-20 Michael Beck- when control flow is changed, invalidate the entity...
2009-01-20 Michael Beck- say debug message BEFORE the irg is killed
2009-01-20 Michael Beck- check for entities on the frame only (no more value_p...
2009-01-20 Michael Beck- set the entity state to NOT computed after inlining
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-18 Michael Beck- fixed typos
2009-01-14 Michael Beck- add support for statistics and merge debug info
2009-01-14 Michael Beck- fixed signed/unsigned warning
2009-01-03 Michael Beck- BugFix: not all users of the frame are Sel nodes...
2009-01-02 Michael Beck- BugFix: not all users of the frame are Sel nodes
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-15 Michael Beck- fixed warning
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Michael Beck- BugFix: the mode of a Load must be its load_mode...
2008-12-13 Matthias Braunfix new_Block users
2008-12-12 Michael Beck- do not remove keeps for now, only Bads, NoMem and...
2008-12-09 Michael Beck- fixed assertion
2008-12-09 Michael Beck- do not move the return out of labeled blocks, this...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-12-08 Christoph MallonBefore deconving a node, make sure it is a downconv.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-25 Christoph MallonRetain debug info in normalize_one_return(), if all...
2008-11-25 Michael Beck- handle strictConv and remainderlessDiv for in opcode map
2008-11-24 Christoph MallonRetain debug info in normalize_n_returns().
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-11 Michael Beck- do not read the link of an exchanged node (although it
2008-11-11 Michael Beck- cosmetic changes
2008-11-11 Michael Beck- keep ALL mode_M nodes that have only unreachable...
2008-11-07 Michael Beck- fixed opcode(): Const and SymConst can happen through...
2008-11-06 Michael Beck- BugFix: cmp_nodes gets an ir_node **
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-05 Michael Beck- refactored code for generic block shaping
2008-11-05 Michael Beck- BugFix: remove critical edges to ensure that Phi...
2008-10-31 Michael Beck- calling normalize_n_returns() improve greatly the...
2008-10-31 Michael Beck- fixed allocation of resources even more
next