Add ALLOCAN() and ALLOCANZ().
[libfirm] / ir / external / read.c
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonDo not bother zeroing an object just before freeing it.
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-01-02 Michael Beckupdate copyright message
2007-12-07 Michael Beckused new SymConst constructor
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-04-27 Matthias Braunnormalized 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
2007-02-02 Matthias Braunentity is ir_entity now
2006-12-15 Matthias Braunfix warnings
2006-06-09 FIRM Projekt Accountrenamed type to ir_type
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2005-11-18 Michael Beckremoved depency of bool type and stdbool.h (not C89)
2005-08-16 Michael Beckcreate_abstraction() now returns an error code if the...
2005-03-10 Götz Lindenmaierchanmged method name
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2004-12-10 Michael Beckused xmalloc instead of malloc
2004-12-02 Michael Beckfixed config.h include
2004-11-23 Florian Liekwegfenced out currently unneeded static functions
2004-11-11 Götz Lindenmaierfixes
2004-11-11 Götz Lindenmaiertreat pseudo irgs special
2004-11-10 Boris Boeslerbe more helpful if a method does not exist
2004-11-05 Florian Liekwegadded raise
2004-11-02 Florian Liekwegfixed multi-input join (thx, Boris) --flo
2004-10-29 Florian LiekwegAdded Join
2004-10-25 Boris Boeslerseperated read.h (public interface) and read_t.h (types)
2004-10-22 Boris Boeslerprohibit inlining of pseudo ir_graphs
2004-10-22 Boris Boeslerreplaced char* by idents, minor fix in Firm codegen...
2004-10-21 Boris Boesleradded lots of stuff:
2004-10-21 Florian Liekwegstrdup fix
2004-10-18 Florian Liekwegavoid warning
2004-10-14 Florian Liekweg...
2004-10-13 Rubino Geißfix for strdup
2004-10-11 Florian LiekwegCleanup, comments ...
2004-10-11 Florian LiekwegFirst Import of XML reading procs --flo