bepeephole: Inline be_peephole_new_node() into its only caller.
[libfirm] / ir / be / bepeephole.h
2012-12-15 Christoph Mallonbepeephole: Inline be_peephole_new_node() into its...
2012-12-12 Matthias Braunremove license stuff from files
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-08-02 Matthias Braunsparc: rework emitter/delayslot handling
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 Braunbe: factor out can_move_to function from sparc_emitter
2011-10-17 Matthias Braunbepeephole: use global register indices
2011-10-11 Matthias Braunsparc: peephole - fold copy into restore
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunsparc: improved IncSP/Save/Restore handling
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-07-30 Christoph MallonReplace be_peephole_before_exchange()+sched_remove...
2008-06-27 Michael Beckadded be_peephole_before_exchange_and_kill() to fix...
2008-06-19 Michael Beck- be_peephole_IncSP_IncSP() must return the new node
2008-05-28 Michael Beck- moved peephole_IncSP_IncSP() to bepeephole.c, as...
2008-04-20 Michael Becktypo fixed
2008-01-02 Michael Beckupdate copyright message
2007-10-21 Matthias Braun- fix a conceptual bug in peephole, we need a callback...
2007-10-15 Matthias Braunimprove peephole API, do IncSP stuff as peephole opts...
2007-10-03 Michael Beckremoved C99 features
2007-09-30 Matthias BraunImproved docu
2007-09-30 Matthias Braun- first real peephole optimisation mov 0, reg -> xor...
2007-09-30 Matthias Braunstarted working on a peephole phase