remove unused PDEQ_VRFY
[libfirm] / ir / adt /
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...
2008-09-24 Matthias Braunrename key to priority in pqueue
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-07-14 Matthias Braunresize should be declared INLINE
2008-07-09 Michael Beck- fixed warnings
2008-07-03 Michael Beckallow derived hashsets to have an own resize
2008-07-01 Matthias Braunfix warning
2008-06-30 Michael Beck- can build without iterator
2008-04-29 Michael Beckfix 64bit warnings
2008-03-05 Matthias BraunDEL_ARR_F should not use a const pointer
2008-03-04 Michael Beckindentation changed
2008-02-14 Matthias Braunremove empty describing files
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-09-17 Michael BeckC99 features removed
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-08-02 Sebastian HackRemoved the "specializable" arrayset
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-11 Sebastian HackAdded sorted array sets.
2007-06-25 Matthias Braun- Introduce nodemap
2007-06-18 Michael BeckFixed non-standard C initializer
2007-06-17 Matthias Braunfixed warnings
2007-06-15 Sebastian HackDon't use bitset_min anymore
2007-06-12 Matthias Braunslightly increase hashset iterator speed
2007-06-08 Matthias Braundon't shrink a set below its minimum size
2007-06-01 Matthias Braunmove adt headers
2007-05-17 Matthias Braunfixed the 'reformatting' of the last committ which...
2007-05-15 Christian Würdigbitset_popcnt returns number of set bits as unsigned
2007-05-10 Michael Beckneed firm_config.h include because of __attribute__...
2007-05-10 Michael BeckFixed header
2007-05-10 Michael BeckAdd declarations for bitset_andnot(), bitset_or() and...
2007-05-10 Michael Beckused bitset_pos_t type to suppress warnings
next