becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / bessaconstr.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-05 Christoph Mallonbessaconstr: Move code, which is only needed for statis...
2012-11-28 Christoph Mallonbessaconstr: Factorise common code.
2012-11-28 Christoph Mallonbessaconstr: Avoid duplicate map lookups.
2012-11-28 Christoph Mallonbessaconstr: Remove the unused function be_ssa_construc...
2012-11-26 Christoph Malloncleanup: Remove unnecessary #include from belive_t.h.
2012-10-24 Matthias Braunmake statev API public
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodemap_get(), which has...
2012-07-13 Christoph MallonGet rid of an anonymous union.
2012-07-13 Matthias Braunmove domfront from be to ana
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-02-09 Matthias Braunbe: fix phi constraints double width values
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-20 Sebastian BuchwaldThe constructor initializes the array.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Sebastian BuchwaldUse a more scalable algorithm for SSA reconstruction.
2011-04-08 Sebastian BuchwaldRevert "Prepared for diff."
2011-04-08 Sebastian BuchwaldPrepared for diff.
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Brauncleanup listscheduler code
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-14 Matthias Braundon't rewire keep_alive edges as they often violate...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-09-28 Michael Beck- removed C99 features
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-07-31 Christoph MallonGC attributes left over by r20834.
2008-07-31 Matthias Braun- reverted the "small, very small" optimisation, because:
2008-02-29 Michael Beck- fixed typos
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-11 Matthias Braunrefactor time measurement
2008-01-02 Michael Beckupdate copyright message
2007-10-09 Michael Becktypo fixed
2007-10-05 Sebastian HackA small (very small) optimization
2007-08-27 Matthias Braunremove unused be_FrameLoad and be_FrameStore
2007-07-12 Matthias Braunthe Anchor is not a (real) user
2007-05-20 Michael BeckC99 construct removed
2007-05-16 Matthias Braunmore asserts
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigremoved unused code
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-04 Michael BeckC99 feature removed
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...