becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / besched.c
2012-12-14 Christoph Mallonbesched: Change sched_foreach_from(sched_next(x), y...
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallonbesched: Add and use sched_replace().
2012-11-24 Christoph Malloncleanup: Remove unnecessary #include from besched....
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-13 Matthias Braunremove extended basic block support
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-03-04 Matthias Brauncleanup besched header
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunremove impl.h - stupid concept leading to unreadable...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
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-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-05-15 Matthias Braunimprove sched_info datastructure, saving space and...
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-01-02 Michael Beckupdate copyright message
2007-12-14 Michael Beckrestored old behavior of dump_ir_*_sched() functions...
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-07-11 Michael Beckrenamed register_additional_node_data() to firm_registe...
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed fpu problems, several x87 fixes
2007-06-18 Matthias Braunfixed warnings
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-22 Matthias Braunmore verification of the final graph, always kill nodes...
2007-02-16 Matthias Braunremove old unused code from belady, improve schedule...
2007-02-14 Matthias Braunfix warning
2007-02-14 Christian Würdiguse be_kill_node when removing nodes
2007-01-25 Michael Beck- speed up sched_skip()\n- fix and add doxygen comments
2007-01-24 Christian WürdigBugFix: when a node in schedule got exchanged, it is...
2006-12-21 Matthias Braun- All backend modules use module constructors for regis...
2006-12-18 Michael Beckremoved two warnings
2006-12-18 Matthias Braun- Added a few asserts to the besched API, so you can...
2006-09-30 Matthias Braun- Added 2 new blockschedulers, a greedy algorithm and...
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-06 Christian Würdigadded missing header
2006-09-06 Matthias Braun- commented out be_ra_chordal_verify, an algorithm...
2006-09-05 Matthias Braun- Split bemain to first prepare all irgs, then instrume...
2006-08-11 Christian Würdigirn classify is now a mask
2006-06-27 Sebastian HackPerhaps some things work better when the first node...
2006-05-31 Matthias Braun- oops, debug code was in cvs
2006-05-26 Matthias Braun- Added a function that finds and removes dead nodes...
2006-05-15 Christian Würdigadded CVS Id
2006-04-19 Michael BeckBugFix:
2006-03-30 Christian Würdigremoved explicit set for debug mask
2006-03-30 Christian Würdigremoved some unused variables
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-26 Michael Beckadded sched_create_block_schedule() to create a simple...
2006-03-20 Michael Beckdoxygen docu added
2006-03-17 Daniel GrundBugfixes
2006-01-24 Sebastian HackSome minor changes
2006-01-20 Sebastian HackList schedule selectors have new function which allows...
2006-01-19 Christian Würdigfixed bug
2006-01-18 Sebastian HackAdapted to new benode.c
2005-12-08 Sebastian HackMade everything really kaputt
2005-09-29 Daniel Grunda new better version.
2005-09-29 Daniel Grundbelady spiller, initial version
2005-07-29 Sebastian HackModified everything
2005-07-27 Sebastian HackFixed beirgmod and introduced some debugging prints...
2005-07-26 Sebastian HackFixed several bug and introduced some others
2005-07-15 Sebastian HackSmall bugfixes
2005-06-15 Michael Beckconfig.h include added
2005-06-15 Sebastian HackFixed a bug in scheduling and adapted coloring
2005-06-14 Sebastian HackChanged semantics of sched_prev and sched_next.
2005-06-02 Sebastian HackAdded beirgmod and benode
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.
2005-01-26 Sebastian HackChanged __ to _
2004-12-15 Sebastian HackAdded register allocator.
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.