Use edges_reroute_except() instead of edges_reroute() + set_irn_n().
[libfirm] / ir / be / sparc / sparc_finish.c
2012-11-10 Christoph MallonUse edges_reroute_except() instead of edges_reroute...
2012-11-04 Christoph MallonUse be_get_Copy_op().
2012-08-13 Manuel Mohrsparc: Use be_peephole_exchange instead of exchange...
2012-08-09 Matthias Braunsparc: split128 bit float loads into 2x64bit load
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
2012-03-01 Matthias BraunRoute stackpointer through Restore node
2012-02-09 Matthias Braunsparc: fix too short Save offsets
2011-12-19 Matthias Braunmake opcode list global
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-09 Matthias Braunbepeephole: reachability check in can_move_before
2011-10-17 Matthias Braunsparc: implement more fold-into-restore peephole optimi...
2011-10-11 Matthias Braunsparc: peephole - fold copy into restore
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-08 Sebastian BuchwaldFix offsets for Loads and Stores.
2011-09-08 Sebastian BuchwaldUse additional register instead of multiple immediate...
2011-09-08 Sebastian BuchwaldFixed some typos.
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunsparc: fix spilling+reloading of float values
2011-08-15 Matthias Brauncustom stack bias code for sparc
2011-08-15 Matthias Braunsparc: fix wrong incsp in omit-fp mode
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-04-13 Matthias Braunadapt sparc backend to new prolog/epilog handling
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braunsparc: to avoid trouble, move all nodes before sparc_Re...
2011-03-16 Matthias Braunfix sparc_finish missing Ldf/Stf
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling