introduce be_foreach_use and use it
[libfirm] / ir / be / bespilldaemel.c
2012-11-28 Matthias Braunintroduce be_foreach_use and use it
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-13 Christoph MallonLet be_foreach_definition() declare the value variable.
2012-08-21 Matthias Braunsimplify by using C99
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
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...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-08 Matthias Braunfix warning
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-08-09 Matthias Braunadapt daemelspiller to wide register values
2010-08-09 Matthias Brauncleanup spill code; assert that no wide values are...
2010-08-05 Matthias Braunbackend: created a (not so nice) macro to iterate over...
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-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-24 Matthias Braunfix daemel spiller accessing flags of Proj nodes
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-12 Michael Beck- typos fixed
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-13 Matthias Braunfix debug name
2008-01-11 Matthias Braunrefactor time measurement
2008-01-02 Michael Beckupdate copyright message
2007-10-08 Matthias Brauncleaned up, fixed and commented daemelspiller a bit
2007-09-30 Matthias Braundon't reload before anchor node
2007-06-22 Matthias Braunadjusted daemel spiller to non-scheduled projs
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-20 Michael Beckreplaced malloc by xmalloc
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-11 Matthias Braundon't cound backwards with size_t variables
2007-06-11 Michael BeckC99 features removed
2007-06-09 Matthias Braundaemel spiller seems to work now (tests, gzip and bzip2...
2007-06-08 Matthias Braunfix wrong panic
2007-06-08 Matthias Braunwe temporarily need registers for reloaded values
2007-06-08 Matthias Brauncorrectly? handle phi spilling in daemelspiller
2007-06-06 Michael Beckfixed signed/unsigned warning
2007-05-31 Matthias Braunmore work on daemel spiller