tv: Remove mul_table[][][] and simply use * and <<.
[libfirm] / ir / lower / lower_copyb.c
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-27 Manuel MohrAdded option to prevent creation of misaligned loads...
2011-09-22 Manuel MohrAdded callback mechanism to determine compilerlib funct...
2011-09-16 Andreas Zwinkaufix warning
2011-09-14 Manuel MohrMinor indentation fix.
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-03 Michael BeckBugFix: Always invalidate loop-info if data flow was...
2011-04-28 Matthias Braunfix lower_copyB not invalidating irn_outs
2011-04-08 Andreas Zwinkaumerge kaps
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-03-10 Michael Beck- Do not produce Loads WITHOUT memory
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-03-07 Michael BeckRemoved edges ...
2008-03-07 Matthias Braundisable edges after lowering for now...
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-03-07 Michael Beckinitial copyb lowerer