fix trailing whitespaces and tabulators in the middle of a line
[libfirm] / ir / adt /
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
2007-05-10 Sebastian HackAdded btset intersection test and a "fast" bitset empty...
2007-05-05 Matthias Braunadd pkgconfig stuff, always build libfirm_xmalloc separ...
2007-05-02 Matthias Braunadded doxygen comments
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckTypo fixed.
2007-04-26 Michael BeckBugFix: rbitset_alloca() cannot be implemented as a...
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckFixed memory leak
2007-04-26 Michael BeckUsed unsigned arithmitic to speed up /
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Michael BeckRenamed all this into self for C++ compatibility
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-04-25 Michael BeckNew files added
2007-04-20 Christian Würdigkey is int again
2007-04-19 Christian Würdigfixed off-by-one error
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigchanged key to double
2007-04-19 Christian Würdigfixed CRLF
2007-04-18 Matthias Braunnew pset implementation
2007-04-18 Christian Würdiginitial checkin of priority queue implementation
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-30 Andreas Schösserfixed inline to INLINE
2007-03-30 Andreas Schösserremoved ";"
2007-03-30 Christian Würdigfixed inline to INLINE
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-27 Christian Würdigadded comments
next