becopyheur4: Clean up co_mst_irn_init().
[libfirm] / ir / be / bechordal.c
2012-12-16 Christoph Mallonbechordal: Fully use the information provided by the...
2012-12-14 Christoph Mallonbesched: Add and use sched_foreach_safe().
2012-12-12 Matthias Braunremove license stuff from files
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: Avoid copying bitsets by using a raw bitset...
2012-11-25 Christoph Mallonbeinsn: Remove attribute irn from struct be_operand_t.
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn has constraints.
2012-11-25 Christoph Mallonbechordal: Remove remnants of the long gone split phase.
2012-11-25 Christoph Mallonbechordal: Remove struct be_chordal_alloc_env_t.
2012-11-25 Christoph Mallonbechordal: Simplify get_next_free_reg() by priming...
2012-11-25 Christoph Mallonbechordal: Remove the write-only bitset live.
2012-11-25 Christoph Mallonbechordal: Cleanup.
2012-11-25 Christoph Mallonbeinsn: Do not store, whether an insn is pre-coloured.
2012-11-24 Christoph Malloncleanup: Remove has_reg_class().
2012-11-24 Christoph Mallonbechordal: Remove the write-only attribute colors_n...
2012-11-24 Christoph Mallonbechordal: Remove the write-only bitset in_colors from...
2012-11-24 Christoph Mallonbechordal: Remove unused macro.
2012-11-24 Christoph Mallonbechordal: Simplify get_decisive_partner_regs().
2012-11-24 Christoph Mallonbechordal: Remove impossible case from get_decisive_par...
2012-11-24 Christoph Mallonbechordal: Remove unnecessary bitset copies from get_de...
2012-11-24 Christoph Mallonbechordal: Remove invalid cases from assertion.
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-11-24 Christoph Mallonbechordal: Make be_ra_chordal_color() static.
2012-11-24 Christoph Mallonbechordal: Use foreach_border_head() instead of the...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-10-24 Matthias Braunmake statev API public
2012-07-20 Christoph MallonLet list_for_each_entry(), list_for_each_entry_reverse...
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonRemove the unused ir/adt/iterator.[ch].
2012-07-13 Christoph MallonLet bitset_foreach() and bitset_foreach_clear() declare...
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...
2012-03-01 Matthias Braunsimplify splitting for double-width values
2012-03-01 Quentin ColombetAdd a phase before coloring thats split all live variab...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-14 Matthias Braunremove irbitset.h
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-17 Christoph MallonRemove dead assignment und subsequently unused macro...
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
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 Braunmake sparc+arm backend completely independent from...
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-06 Christoph MallonIndent.
2010-08-06 Christoph MallonRemove redundant bitset_clear_all() before bitset_copy().
2010-08-06 Christoph MallonDirectly remember the pointer instead of an index to...
2010-08-06 Christoph MallonRemove a loop invariant summand from finding a minimum.
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
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-04-26 Christoph Mallons/full\>/ful/.
2010-04-26 Matthias Braunaccidently enable debug code
2010-04-26 Matthias Braunadd a note so the next person doesn't have to dig so...
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-01 Michael Beck- removed C99 features
2009-11-27 Thomas Berschout comment function removed.
2009-11-27 Thomas BerschSome functions moved to bechordal_common.c
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
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-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
2008-12-01 Christoph MallonSmall cleanup.
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonRemove unused variables.
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
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-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-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-09-25 Christoph MallonRemove unnecessary assure_dom_front().
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-21 Michael Becktypos fixed
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-01-14 Matthias Braunmeasure chrodal constraints with constraint timer
2008-01-02 Michael Beckupdate copyright message
2007-10-18 Michael Beckfixed release build with assertions enabled
2007-10-17 Christoph MallonIn the RA constraint handler insert no copy when an...
next