cleanup: Remove duplicate MIN/MAX macros.
[libfirm] / ir / lower / lower_hl.c
2012-12-21 Christoph Malloncleanup: Remove unnecessary #include.
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove Cast node
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-06-13 Matthias Braunfix warning
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2011-12-14 Matthias Braunremove more pointless end-brace comments
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-16 Andreas ZwinkauAPI Change: Use graph state instead of parameter
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-04-28 Matthias Braunfix warnings
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunsimplify Sel lowering code
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-02-09 Michael BeckFurther spread size_t.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Olaf Liebelower_highlevel didn't invalidate outedges, code_placem...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-19 Michael Beck- do not lower Sels to outer frame
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
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-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-07 Michael Beck- Do not set phase_low here. currently ssa-construction...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Becksome comments added and fixed
2008-03-07 Matthias Brauna better version of a copyb lowerer
2008-02-18 Michael BeckBugFix: assertion fixed
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-01-07 Michael BeckFix assert
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-11 Matthias Braunmake it possible to not lower bitfields
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-11-20 Michael Beckreally do what r16812 promises
2007-11-20 Michael Becklower_highlevel_graph() added
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-11 Michael Beckremove Cast node
2007-08-02 Michael Beckpreliminary code for unaligned Load/Store lowering...
2007-08-02 Michael Beckuse the new bitfield types to check for bitfield access...
2007-08-01 Michael BeckAdded again the ptr Add, removing was wrong
2007-07-31 Michael Beckfixed bitfield lowering: do not touch Load/Store that...
2007-07-31 Michael Beckremoved the load/store smaller optimization
2007-07-24 Michael Beckadd symconst_label
2007-07-19 Michael Beckfixed bitfield loads: mode must be adjustedir/lower...
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-12 Michael Beckproperties updated
2007-05-04 Michael BeckMoved simple loweing from firmlower, making firmlower...