bechordal: assert(), instead of test, that the remaining nodes are live-in in create_...
[libfirm] / ir / be / bechordal_common.c
2012-12-15 Christoph Mallonbechordal: assert(), instead of test, that the remainin...
2012-12-15 Christoph Mallonbechordal: Use an ir_nodeset_t instead of a bitset_t...
2012-12-12 Matthias Braunremove license stuff from files
2012-11-28 Christoph Mallonbearch: Make the register requirements an output parame...
2012-11-28 Matthias Braunintroduce be_foreach_use and use it
2012-11-28 Matthias Braunmore be_foreach_definition usage
2012-11-28 Matthias Braunintroduce be_lv_foreach_cls and use it
2012-11-25 Christoph Mallonbechordal: Put the chordal obstack into be_chordal_env_...
2012-11-25 Christoph Mallonbeinsn: Do not store the register requirements in struc...
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn has constraints.
2012-11-25 Christoph Mallonbeinsn: Do not store, whether insn operands are constra...
2012-11-25 Christoph Malloncleanup: Remove unnecessary #include "beirg.h".
2012-11-25 Christoph Mallonbeirgmod: Do not set registers for the Perm results...
2012-11-24 Christoph Malloncleanup: Remove has_reg_class().
2012-11-24 Christoph Mallonbechordal: Remove the write-only bitset out_constr...
2012-11-24 Christoph Mallonbe: Change insert_Perm_after() to insert_Perm_before().
2012-11-24 Christoph Mallonbe: Remove the indirection via chordal_scan_insn()...
2012-11-24 Christoph Mallonbechordal: Merge the macro chordal_has_class() and...
2012-10-24 Matthias Braunmake statev API public
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
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-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
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-07-02 Matthias Braunchange register allocator and related interfaces to...
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-11-27 Thomas BerschComments and file header added.
2009-11-27 Thomas BerschInitial Version