beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / ir / adt /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-03 Sebastian BuchwaldFixed some typos.
2012-11-27 Christoph Mallonutil: Remove duplicate definitions of the macros MAX...
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-26 Matthias Braundon't grow the hashset if it just clobbered with delete...
2012-11-25 Christoph Mallonrbitset: Handle the edge case that the start position...
2012-11-25 Christoph Mallonbeinsn: Avoid copying bitsets by using a raw bitset...
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-07-19 Christoph MallonLet panic() print file, line and function.
2012-07-16 Matthias Braunrename hashset.c to hashset.c.inl
2012-07-16 Matthias Braunrework hashset
2012-07-16 Matthias Braunuse bool as return value in XXX_insert and ID_HASH
2012-07-16 Matthias Braunmake cpset, pset_new API private
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 MallonUse foreach_pset().
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
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 MallonDo not access memory after the end of an object.
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-03-25 Christoph MallonTurn if (x) assert(y); into assert(!x || y);
2012-03-09 Christoph MallonFix typo in comment.
2012-01-10 Christoph MallonEnsure that the noreturn function xnomem() does not...
2012-01-10 Christoph MallonInclude <stdio.h> for fputs().
2012-01-09 Andreas ZwinkauFix bug with panic("out of memory")
2011-12-22 Matthias Braunplug memory leaks
2011-12-14 Matthias Braunremove deprecated eset
2011-12-14 Matthias Braunremove STATS code alternative
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-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-06-25 Michael BeckFixed windows build after lpp merge.
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-03-04 Matthias BraunFix some -Wmissing-declarations warnings
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-06 Christoph MallonRemove surplus {}.
2011-01-31 Christoph MallonRemove pointless assert: size_t nelts is always >= 0.
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 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-19 Christoph MallonRemove assert, which generates a warning, because a...
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
2011-01-17 Christoph MallonRemove NOP-cast.
2011-01-06 Michael BeckPartly revert r28208 by using ir_printf with %zu format...
2011-01-05 Matthias Braunfix warnings about wrong format specifiers for size_t
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-11-05 Matthias Braunremove obsolete/unused debug stuff in ADTs
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
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-05-21 Michael BeckFixed Win32 DLL support.
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-19 Matthias Braunforgot to remove #include
2010-05-19 Matthias Braunwe can do without the odd align.h
2010-04-26 Christoph Mallons/full\>/ful/.
2010-04-19 Matthias Braundon't hardcode 31
2010-04-19 Matthias Braunbitset size calcuation was broken (uhoh)
2010-04-06 Matthias Braunadd a bitset_copy_into function and use it in belive...
2010-03-16 Michael BeckC99 feature removed, fixed indentation.
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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 MallonPut opening curly brace of functions on a separate...
2009-09-05 Matthias Braunallow final_cost pointer to be NULL
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-24 Sebastian BuchwaldUse @version tag
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
2009-03-02 Matthias Braunsimplify hungarian interface
2008-11-28 Christoph MallonUnconditionally include stdio.h
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config.h includes removed
2008-10-11 Matthias Braun- remove some now unnecessary firm_config.h
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-29 Matthias Braunhere it is
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
next