backend: created a (not so nice) macro to iterate over all values defined by an instr...
[libfirm] / ir / be / bechordal.c
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...
2007-09-18 Matthias Braunuse register class flags to determine which classes...
2007-07-23 Matthias Braunwarning fix
2007-07-11 Sebastian HackRemoved alternative assign: borders are too present...
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-07-11 Michael Becksimplified code
2007-07-11 Michael BeckC99 features reoved
2007-07-11 Matthias Braunuse bipartite solver again, as it doesn't silently...
2007-07-05 Michael BeckC99 feature removed
2007-07-04 Matthias Braunbe sure to not add a node twice to the bipartite matching
2007-07-04 Matthias Brauncleaner fix by Sebastian
2007-07-04 Matthias Braunfix for register allocation on constrained nodes with...
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-18 Matthias Braunfixed warnings
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-11 Christoph MallonDo not generate a Copy node for an operand if the is...
2007-05-10 Sebastian Hack* Added a new file: beintlive_t.h which subsumes all...
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigunified header
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckFixed bad memory leak:
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-02 Matthias Braunno strange stuff for including alloca anymore, use...
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-23 Christian WürdigAllow any class when there is no special register requi...
2007-03-19 Matthias BraunThe big committ:
2007-02-23 Christian Würdigremoved C99 style
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-22 Matthias Braunmake code a little bit nicer, don't create copies for...
2007-02-05 Matthias Braunmagic only needed in debug mode
2006-12-14 Matthias Braunmove birg to an own file, use more of the birg analysis...
2006-12-11 Matthias Braunoops, now benumb is really unused
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-11-27 Christian Würdigswitched bipartite matching to hungarian method
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-06 Christian Würdigfixed constraint insn walker
2006-09-28 Sebastian HackInserting copies for constrained inputs which have...
2006-09-09 Sebastian HackAdded some statistics events
2006-09-03 Sebastian HackAdded statistics events in several files
2006-08-28 Sebastian HackSeveral bug fixes
2006-08-14 Sebastian HackAdding copies for arguments that occur multiple times...
2006-08-14 Sebastian HackMore precise copy insertion for constrained instructions
2006-08-04 Matthias Braunfix a few more warnings
2006-08-03 Christian Würdigfixed constrain handling
2006-08-01 Sebastian HackFixed some bugs
2006-07-31 Sebastian HackAdapted to new liveness
2006-07-23 Christian Würdigremoved defines which are in irtools.h now
2006-06-22 Sebastian HackFixed a memory leak
2006-05-08 Michael Beckused new assure_doms() function
2006-05-02 Sebastian HackSmall changes
2006-04-21 Michael BeckFixed creation of Copy before Call
2006-04-20 Michael Beckused foreach_pset() for clearness
2006-04-06 Sebastian HackAdded included support for be_insn_t
next