bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / be / bepbqpcoloring.c
2012-12-17 Christoph Mallonbecopyopt: Replace is_Reg_Phi() by just is_Phi().
2012-12-17 Christoph Mallonbepbqpcoloring: Remove duplicate macros.
2012-12-15 Christoph Mallonbecopyopt: Use the set of admissible registers from...
2012-12-14 Christoph Mallonbesched: Add and use sched_foreach_safe().
2012-12-12 Matthias Braunremove license stuff from files
2012-12-07 Christoph Mallondump: Remove extra leading dashes from dump suffixes.
2012-11-28 Christoph Mallonbearch: Add and use be_foreach_value().
2012-11-27 Christoph Mallonbearch: Replace is_2addr_code(req) by arch_register_req...
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn has constraints.
2012-11-24 Christoph Mallonbeinsn: Remove the attribute next_insn from struct...
2012-11-24 Christoph Mallonbe: Remove the indirection via chordal_scan_insn()...
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-06-13 Matthias Braunremove extended basic block support
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunbelive: use sparse hashmap for block->data mapping
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-04-15 Matthias Braunfix cparser warnings
2011-04-09 Michael BeckC99 features removed.
2011-04-09 Michael BeckBugFix: fixed type name.
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Andreas ZwinkauRemove ifdef FIRM_KAPS
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
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 Sebastian BuchwaldAdapt to coding conventions.
2010-08-06 Sebastian BuchwaldPanic in case of an invalid solution.
2010-08-06 Sebastian BuchwaldFixed warning.
2010-08-04 Thomas BerschNow bipartite matching can be used for pre-coloring...
2010-07-30 Sebastian BuchwaldDisable timer.
2010-07-30 Sebastian BuchwaldUnify output format.
2010-07-21 Sebastian BuchwaldDo not use late decisions as default.
2010-07-18 Sebastian BuchwaldAdapt to r27653.
2010-07-05 Matthias Braunconvert a few more place that mention birg into generic...
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-05-12 Thomas Berschprint out times and reverse perfect elimination order...
2010-05-12 Thomas Berschignore last scheduled node on reordering after a perm...
2010-05-07 Thomas BerschFirst scheduled node after a perm will now only be...
2010-05-06 Thomas BerschNew option and functionality added to use the late...
2010-03-15 Sebastian BuchwaldFixed some warnings related to FIRM_KAPS.
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-12-28 Sebastian BuchwaldAdapted to previous commit.
2009-12-21 Matthias Braunadapt to timer changes
2009-12-16 Thomas Berschconsider all interference edges for reverse perfect...
2009-12-14 Thomas Berschexec_freq support added
2009-11-27 Thomas BerschComments and file header added.
2009-11-27 Matthias Braunonly compile pbqpcoloring when FIRM_KAPS is enabled
2009-11-27 Thomas BerschChange bechordal_constraints.h to bechordal_common.h
2009-11-27 Thomas BerschInitial Version of pbqp coloring algorithm