becopyopt: Inline the thin wrapper nodes_interfere(), so we do not need to fetch...
[libfirm] / include / libfirm / adt /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunimprove docu, fix doxygen warnings
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_FZ().
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-11-27 Christoph Mallonarray: Remove the attribute eltsize from struct ir_arr_...
2012-11-27 Christoph Mallonarray: Remove the write-only attribute u.obstack from...
2012-11-25 Christoph Mallonbechordal: Cleanup.
2012-08-28 Matthias Braunremove unused+fragile NULL_OBST
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-20 Christoph MallonRemove __list_for_each().
2012-07-16 Matthias Braunadd missing doxygen docu
2012-07-16 Matthias Braunmake cpset, pset_new API private
2012-07-13 Christoph MallonAdd wrapper macros for pset_first() and pset_next(...
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd wrapper macros for set_first() and set_next(),...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-07-13 Matthias Braunadapt to -std=c99
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
next