Remove arch_get_allocatable_regs().
[libfirm] / ir / opt / data_flow_scalar_replace.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-05-25 Matthias Braunfix a few warnings
2008-03-06 Matthias Braunremove old buggy code
2008-01-02 Michael Beckupdate copyright message
2007-06-18 Matthias Braunfixed warnigns
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-02 Matthias Braunadded doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2006-12-13 Michael Beckrename type entity into ir_entity
2006-09-15 Michael Beckrename fucntion due to a name clash
2006-09-12 Matthias Brauneven more warning fixes
2006-09-08 Matthias Braunwarning fixes
2006-07-02 Michael BeckFix attribute access
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-05 Michael Beckdo not remove volatile entities
2006-03-28 BeyhanCode structured and some bug fixed, but not tested...
2006-03-07 BeyhanImplementation completed. The documentation must be...
2006-02-22 BeyhanA new alternative of scalar_replacement. The implementa...