becopyheur2: Cache the admissible registers eagerly.
[libfirm] / ir / common / irtools.h
2012-12-12 Matthias Braunremove license stuff from files
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-04 Matthias Braunlocalopt: simple associativity optimisation
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-05-10 Michael BeckMoved some helper functions from irgopt to irtools...
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-19 Michael BeckLet PTR_TO_INT return ptrdiff_t now instead of int.
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-10-11 Matthias Braunmore firm_config includes removed
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-09-27 Christoph MallonAdd the famous ENDOF() macro which calculates the addre...
2007-04-26 Matthias Braunadded license information, cleaned up doxygen comments
2007-03-29 Matthias Braunmove backend into libfirm
2006-08-31 Sebastian HackAdded Firm object pset dumper for debugging
2006-08-01 Christoph MallonConstify
2006-06-01 Michael Becktypo fixed
2006-05-19 Michael Beckrenamed CMP to QSORT_CMP to avoid name clash
2006-05-16 Michael Beckexact_copy() added
2006-05-16 Sebastian HackAdded CMP macro for qsort(3) and so on.
2006-04-11 Sebastian HackAdded MIN und MAX
2005-12-18 Michael Beckcopy_irn_to_irg() added
2005-11-24 Sebastian HackAdded libcore option handling
2005-08-31 Michael BeckINT_TO_PTR() and PTR_TO_INT() macros added
2005-07-22 Michael BeckAdded itrools, a (currently small) collection of often...