Add the * for the type in foreach_set() automatically.
[libfirm] / ir / be / bessadestr.c
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-07-13 Christoph MallonRemove the unnecessary perm_map.
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-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Brauncleanup besched header
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-10 Matthias Braunremove some unnecessary #defines and unused code
2010-08-09 Matthias Braunallow ignore registers as inputs of Phis; cleanup bessa...
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-27 Christoph MallonCorrect typos in comments.
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-12 Christoph MallonRemove unused macros.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph Mallonsched_skip_cf_predicator() does not need an arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-01-02 Michael Beckupdate copyright message
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-09-10 Sebastian HackAdapted to new statev
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Christoph MallonDo not perm ignored nodes.
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-09-09 Sebastian HackAdded some statistics events
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-04 Matthias Braunplace duplicates after perm
2006-07-31 Sebastian HackAdapted to new liveness
2006-06-28 Christian Würdigcommented out some asserts
2006-06-23 Christian Würdigrespect chordal settings for dumping
2006-06-01 Johannes Spallekchanged ifg->nodes_interfere to values_interfere becaus...
2006-06-01 Christian Würdigchanged assert caused by killed Conv signed <-> unsigned
2006-05-29 Christian Würdigfixed asserting on modes
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-22 Michael Beckreplaced malloc by xmalloc
2006-03-16 Christian Würdigchanged to dump wrapper
2006-03-16 Daniel GrundBugfixed liveness info computation
2006-03-02 Sebastian HackSeveral bugfixes
2006-01-18 Sebastian HackAdapted to new benode.c
2006-01-11 Daniel Grundrefactored changes of yesterday
2006-01-10 Christian Würdigfixed perm placements
2006-01-05 Michael Beckmissing include added
2005-12-20 Daniel GrundRefactored and bugfixed bessadestr.c
2005-12-15 Sebastian HackBuild Proj when the Perm has been built. This is necces...
2005-12-08 Sebastian HackMade everything really kaputt
2005-09-29 Daniel Grundbelady spiller, initial version
2005-08-26 Daniel GrundBugfixes
2005-08-16 Daniel GrundBugfix
2005-08-09 Daniel Grundbug fixes in ssa destruction. some other fixes
2005-08-01 Daniel Grundremoved check_heads assertions
2005-07-29 Daniel GrundCopied register assignments from in's to out's for...
2005-07-29 Sebastian HackModified everything
2005-07-28 Daniel GrundBugfixed the computation of a lower bound for the costs...
2005-07-28 Daniel GrundRemoved phase which elimiated phi interferences.
2005-07-28 Daniel GrundChanged ->link to set_irn_link.
2005-07-22 Michael Beckremoved C99 features
2005-07-22 Daniel GrundChecker now external visible. Bugfixed multiple-column...
2005-06-16 Sebastian HackSome fixes
2005-06-16 Sebastian HackRecent version :-)
2005-06-15 Michael Beckconfig.h include added
2005-06-14 Daniel GrundAdded perm serach in SSA-destruction. changed all usage...
2005-06-09 Daniel GrundAdded SSA destruction. Bugfixes, small improvements.
2005-06-07 Daniel GrundAdded ssa destruction. TODO: Perm placement.