Teach new_tarval_from_str_int() to parse binary numbers: 0[bB][01]+.
[libfirm] / include / libfirm / adt /
2011-12-23 Matthias Braunadd missing FIRM_API declarations
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-14 Matthias Braunmove FIRM_NOTHROW, FIRM_PRINTF to obstack.h header
2011-12-14 Matthias Braunremove deprecated eset
2011-12-14 Matthias Braunremove STATS code alternative
2011-12-14 Matthias Braunremove unused+unimplemented SET_VRFY()
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias Braunremove unused PDEQ_VRFY
2011-12-14 Matthias Braunmove iterator/fourcc to private API
2011-12-14 Matthias Braunremove DEBUG defines from set/pset
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-22 Matthias Brauncleanup comments in public headers
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunnobody needs alloca.h these days (hopefully) - using...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-08 Matthias Braunavoid some warnings by not using macros
2011-02-03 Julius Neufferadd #include <stddef.h>
2011-01-29 Michael BeckSimplyfied firm arrays by deleting useless macro and...
2011-01-29 Michael Beckpdeq_len() returns size_t now, switch the internal...
2011-01-24 Michael BeckSwitch array to size_t for length parameter ...
2011-01-24 Michael BeckSwitch pqueue to size_t.
2011-01-19 Michael BeckFixed wrong type cast spotted by the intel compiler...
2011-01-19 Christoph MallonInclude stddef.h for size_t.
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
2011-01-08 Michael BeckRemoved old and unused support for sorted arrays.
2011-01-08 Matthias Braunneed to include stdlib.h for size_t
2011-01-08 Michael BeckFixed doxygen comments for ir_printf and friends, fixed...
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-12-21 Michael BeckObstack: Deleted the special windows version, make...
2010-11-08 Michael BeckBetter fix for __attibute__ usage, this is a GCC feature.
2010-11-08 Michael BeckFixed Windows build: Don't use __attribute__ in header...
2010-11-05 Matthias Braunremove obsolete/unused debug stuff in ADTs
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
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-09 Matthias Braunadd documentation for obstack_printf
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-19 Matthias Braunremove impl.h - stupid concept leading to unreadable...
2010-05-19 Matthias Braunwe can do without the odd align.h
2010-05-04 Matthias Braunimplement obstack_vprintf
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonRemove whitespace at EOL, remove empty lines at beginni...
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()
next