becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / be / beutil.h
2012-12-12 Matthias Braunremove license stuff from files
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from beutil.h.
2012-07-13 Matthias Braunmove domfront from be to ana
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-08 Andreas Zwinkaumerge kaps
2010-09-22 Matthias Braunremove unused functions
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-23 Matthias Braunmove long64 stuff from beutil to its only user becopyopt.h
2010-05-31 Matthias Braunremove unnecessary and unused be_empty_set
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-04 Matthias Braunnew heursitic for good coloring order; add utility...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Michael Beck- removed unused (and outdated) be_collect_phis()
2008-10-11 Matthias Braunremove old unused function
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Matthias Braunno need for firm_config.h includes anymore
2008-08-01 Matthias Braunavoid long long in public API
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-01-02 Michael Beckupdate copyright message
2007-10-14 Matthias Braunmore intelligent spill placement, should move spills...
2007-06-08 Matthias Braunremove unnecessary function
2007-05-01 Michael Beckremoved useless includes
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-02-12 Christian Würdigadded function to get a user Proj with a certain proj...
2007-01-26 Christian Würdigmoved macro to iterate over link field from beilpsched...
2007-01-16 Christian Würdigadded be_kill_node function
2006-12-13 Matthias Braunremoved obsolete function
2006-06-23 Christian Würdigadded function to retrieve number of reachable nodes...
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-05-24 Matthias BraunInitial commit of morgans spilling algorithm (spill...
2006-03-19 Michael Beckdump_ir_extblock_graph_sched() implemented
2006-03-16 Christian Würdigadded new dump wrapper
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-25 Daniel GrundAdded a dom-tree-upwards search
2005-12-05 Michael Beckheaders should include "firm_config.h" instead of config.h
2005-10-10 Daniel GrundBugfixes, Unknown-stuff, Heuristic for maximum independ...
2005-10-05 Daniel Grundhalf a ton of bugfixes.
2005-09-29 Daniel Grunda new better version.
2005-09-29 Sebastian HackFixed a bug
2005-09-29 Daniel Grundbelady spiller, initial version
2005-08-10 Sebastian HackAdded is_firm_be_node
2005-07-15 Sebastian HackSmall bugfixes
2005-06-16 Sebastian HackRecent version :-)
2005-05-11 Sebastian HackAdded new arch interface
2005-04-19 Daniel Grundadded ffopen
2005-01-24 Daniel GrundBugfixes
2005-01-05 Sebastian HackMerged with checked in stuff.
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.