make firm compile again
[libfirm] / include / libfirm / adt /
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-11-19 Matthias Braunmemset is needed by some macros and defined in string.h
2009-09-05 Matthias Braunallow final_cost pointer to be NULL
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-28 Matthias Braunclarify comment
2009-08-24 Sebastian BuchwaldFixed more doxygen warnings and typos.
2009-08-24 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldUse @version tag
2009-08-24 Sebastian Buchwald@note instead of @Note
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-24 Sebastian Buchwaldtypo
2009-08-16 Matthias Braunfix double typedef of ir_prog
2009-08-12 Matthias Braunfix rbitset_is_empty; put opening brace of functions...
2009-08-11 Matthias Braunadd rbitsets_have_common function
2009-07-31 Matthias Braunless abreviations: rebitset_cpy => rebitset_copy
2009-03-19 Michael Beck- add rbitset_set_all()
2009-03-02 Matthias Braunsimplify hungarian interface
2009-02-18 Matthias Braunsmall changes to make unionfind a tiny bit more efficie...
2009-02-02 Michael Beck- add doxygen comments to all functions
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Christoph MallonInclude alloca.h only, if HAVE_ALLOCA_H is set.
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Moritz KrollMade xmalloc.h C++ compatible
2008-10-11 Matthias Braunavaoid gcc extensions here
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
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-09-24 Matthias Braunrename key to priority in pqueue
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-08-05 Michael Beck- add two more (void *) casts to should up MSVC const...
2008-08-03 Michael Beck- add a cast to suppress DEL_ARR_F() warnings when...
2008-06-30 Michael Beck- can build without iterator
2008-04-30 Matthias Braunforgot to commit rbitset_requal
2008-04-02 Michael Beckadd list_head typedef
2008-03-30 Matthias Braunremove duplicated obstack.h declare obstack_printf
2008-03-16 Sebastian HackAdded functions to set a range of bits to 1 or 0
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-02-18 Matthias Braunno declaration of free needed
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-21 Matthias Braunadd missing #include
2008-01-15 Michael Beckrenamed pmap_foreach to foreach_pmap, like other foreac...
2008-01-02 Michael Beckupdate copyright message
2007-12-31 Michael Beckadded rbitset_clear_all()
2007-12-17 Michael Beckuse xmalloc instead of malloc
2007-11-18 Michael Beckadded rbitset_malloc()
2007-11-18 Michael Beckadd rbitset_w_size_obstack_alloc(), rbitset_is_empty()
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-08-17 Sebastian Hackmore on array sets
2007-08-02 Sebastian HackRemoved the "specializable" arrayset
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-11 Sebastian HackAdded sorted array sets.
2007-07-05 Matthias Braundeclare an NULL_OBST
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-22 Matthias Braunattribute is pointless here and should have been __attr...
2007-06-21 Sebastian HackAdded string hashing function
2007-06-21 Sebastian HackAdded GCC memset inline hint
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-15 Sebastian Hackbitset_min and _max where either buggy or slow. I remov...
2007-06-13 Sebastian HackFiddled around some more
2007-06-10 Sebastian HackFixed a typo
2007-06-05 Sebastian HackSlimified the bitset implementation a little bit
2007-06-04 Sebastian HackAdded compiler.h for compiler hints, etc.
2007-06-04 Sebastian HackChanged the implementation of nlz in bitfiddle.
2007-06-01 Matthias Braunmove adt headers