Adapted to stat events
[libfirm] / ir / be / belower.c
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-16 Sebastian HackAdded a first version of a Perm mover.
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-16 Christian Würdigfixed assure constraint (skip Proj)
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-19 Matthias BraunThe big committ:
2007-02-16 Christian Würdigexchange Perm-Proj, instead of rerouting
2007-02-14 Christian Würdiguse be_kill_node when removing nodes
2007-01-19 Christian Würdigcheck constraints only for scheduled nodes
2007-01-13 Christian Würdigremoved chordal_env from be lowering
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-13 Christian Würdigfixed constraint assurance
2006-09-03 Matthias Braunmake sure to set all preds to Bad for removed nodes
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-11 Christian Würdigfixed perm lowering (sometimes perm removed from schedu...
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-10 Christian Würdigfixed comment
2006-07-31 Sebastian HackAdapted to new liveness
2006-05-01 Christian Würdigremoved ununsed function
2006-04-27 Christian Würdigmerged psets for constraints
2006-04-27 Christian Würdigfixed assure_constraints, needs schedule now
2006-04-19 Christian Würdigmoved statitics to bestat
2006-04-19 Michael Becktypo fixed
2006-04-11 Christian Würdigfixed statistic calls
2006-04-11 Michael Beckremoved warnings
2006-04-10 Christian Würdigadded permutation lowering statistics
2006-04-02 Christian Würdigadded statistics for perm lowering
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Christian Würdigfixed CopyKeep register class bug
2006-03-22 Michael Beckfixed config stuff
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-21 Christian Würdigfixed perm lowering again
2006-03-20 Christian Würdigfixed assure constraints
2006-03-20 Christian Würdigfixed bug
2006-03-17 Christian Würdigfixed CopyKeeps
2006-03-17 Christian Würdigfixed assure_constraints
2006-03-17 Christian Würdigadded comment sign
2006-03-12 Christian Würdigfixed phase to assure register constraints
2006-03-11 Christian Würdiginsert Keeps to assure should_be_different constraint
2006-03-07 Christian Würdigadapted to new abi calls
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-31 Christian Würdigfixed perm lowering again
2006-01-28 Christian Würdigchanged function signature to stop gcc from moaning
2006-01-27 Christian Würdiguse xmalloc/xcalloc instead of normal functions
2006-01-27 Christian Würdigchanged "call lowering"
2006-01-26 Christian Würdigchanged perm lowering
2006-01-25 Sebastian HackMinor changes
2006-01-25 Christian Würdigfixed perm lowering
2006-01-25 Christian Würdigsplittet be lowering into two phases (before and after...
2006-01-24 Sebastian HackSome minor changes
2006-01-24 Christian Würdigadded spill/reload lowering
2006-01-20 Christian Würdigfixed call lowering
2006-01-19 Christian Würdigadded call-projnum-magic
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-11 Daniel Grundchanged include
2006-01-11 Christian Würdigupdated comment
2006-01-11 Christian Würdigfixed perm lowering, should be working now
2006-01-09 Christian Würdigadded firm debug module
2005-12-20 Daniel Grundchanged irg_walk_blkwise_graph to irg_block_walk_graph
2005-12-16 Christian Würdigmodule for lowering perm nodes and spill/reload optimiz...