cleanup: Remove unnecessary #include "beirg.h".
[libfirm] / ir / be / beschedtrace.c
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd ir_nodeset_first() to return the "first" node in...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-04 Matthias Braunremove mostly unused/broken liveness tracking in scheduler
2011-03-04 Matthias Braunrework schedulers to register similar like regallocator...
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckFixed some size_t related warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-17 Sebastian Buchwaldtypo
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused attribute const arch_env_t *arch_env...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-01-02 Michael Beckupdate copyright message
2007-12-28 Michael BeckIgnore Block->Block out edges when iterating over all...
2007-10-14 Matthias Braunir_livecheck shows quadratic behaviour in number of...
2007-08-18 Christoph MallonRemove an unnecessary layer of indirection from the...
2007-08-17 Sebastian HackChanged API of listscheduler
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael Beckremoved c++ comment
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-26 Matthias Braunuse ir_nodeset in scheduler
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-09-26 Matthias Braunfix regdiff
2006-09-25 Christian Würdigtweaked heuristic selector
2006-09-13 Matthias Braunfix
2006-09-13 Matthias Braunfix warning and potential bug
2006-08-29 Christian Würdigfixed backend callback
2006-08-29 Christian Würdigadded different scheduling node selector modules