make firm compilable with a c++ compiler
[libfirm] / ir / be / beschedrss.c
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-10-08 Matthias Braunfix wrong types
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-09 Matthias Brauncleanup, simplify hungarian algorithm implementation
2010-07-26 Matthias Brauncleanup/refactor bipartite matching with hungarian...
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
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-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-03-02 Matthias Braunsimplify hungarian interface
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonTurn alloca() with fixed size into array.
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
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-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-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-11-26 Christoph MallonFixed warning regarding incompatible types in return.
2007-11-25 Michael BeckFixed warning regarding const
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-08-17 Sebastian HackChanged API of listscheduler
2007-08-16 Sebastian HackAdded computation of live sets
2007-07-03 Michael Beckbackend part is always WITH_LIBCORE :-)
2007-07-03 Michael Beckadd sopport for compile without WITH_LIBCORE
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunuse ir_nodeset in scheduler
2007-03-02 Matthias Braun- No #ifdef WITH_LIBCORE anymore in backend, compilatio...
2007-01-25 Michael BeckOpcodes for rss_Sink and rss_Source are created only one
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-11 Matthias Braun- Several warning fixes
2006-10-24 Matthias Braunwarnign fixes
2006-10-17 Christian WürdigPhi as consumer of normal node is out edge
2006-10-16 Christian WürdigBugFix: Phi as user of normal node is no descendant...
2006-10-13 Christian Würdigfixed endless loop
2006-10-11 Christian Würdigadded several bugfixed and code changes
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-09-28 Christian Würdigfixed serialization: cfops are not allowed as serializa...
2006-09-27 Christian Würdigdo not add dependency edges for Keeps and Barriers
2006-09-26 Christian Würdigfixed descendant collector, causing an endless loop...
2006-09-25 Christian Würdigfixed dvg update
2006-09-25 Christian Würdigfixed bipartite decomposition
2006-09-25 Christian Würdigadded descendent walk visited flag, due to Phi loops
2006-09-25 Christian Würdigadded options
2006-09-21 Christian Würdigchanged behaviour, use real nodes instead of projs
2006-09-20 Christian Würdigremoved debug mask set
2006-09-20 Christian Würdigfinalized code
2006-09-15 Christian Würdigcompleted code, added tons of bugfixes but still not...
2006-09-13 Christian Würdiginitial checkin of rss scheduler (still unfinished!)