bescripts: Remove unused execution unit specification.
[libfirm] / ir / be / bespillslots.c
2012-11-29 Christoph Mallonbespillslots: Use be_get_end_of_block_insertion_point...
2012-11-28 Christoph Mallonbelive: Clean up be_values_interfere() and its cousin...
2012-11-28 Christoph Mallonbelive: Change all users of _value_strictly_dominates...
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-10-24 Matthias Braunmake statev API public
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonFix indentation.
2012-07-13 Christoph MallonLet foreach_set() declare the iterator variable.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd the * for the type in foreach_set() automatically.
2012-06-21 Matthias Braunbespillslots: cleanup, make it deterministic
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-27 Matthias Braunfix frame_alloc_area not setting a type size
2011-07-27 Christoph MallonActually assert on mode M, as the comment says. We...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
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-16 Matthias Braunallocate spillslots at beginning/end of stackframe...
2011-03-16 Matthias Braunremove old spillslot coalescing API
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
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-06-23 Matthias Braunremove arch_irn_class_is macro as it hides usages of...
2010-04-15 Matthias Braunavoid excessive use of alloca -- it doesn't work on...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-02 Matthias Braunmerge preferences along congruence classes
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-02-18 Matthias Braunsmall changes to make unionfind a tiny bit more efficie...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Christoph MallonRemove the unused parameter const arch_env_t *env from...
2008-10-11 Matthias Braunremove support for java stuff (was broken and nobody...
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-06 Matthias Braunmore debug info
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-07-23 Matthias Braunplace spill entities at other end of frame
2008-05-23 Matthias Braun- Aus arch_isa_t wird arch_env_t sonst ändert sich...
2008-05-14 Michael BeckBugFix: the spillslot coalescer need the ProjM nodes ...
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-03-07 Matthias Brauna bit of code cleanup and reformating
2008-01-02 Michael Beckupdate copyright message
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-08-08 Matthias Brauncatch bad spillslot/memory networks
2007-08-08 Matthias Braun- Fix unsigned->double, double->unsigned convs
2007-06-21 Sebastian HackAdapted to stat events
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-01 Matthias Braunmoved external headers into include dir
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-16 Matthias Braunadded some special cases so spilled unknown get handled...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ:
2007-02-23 Christian Würdigremoved dependency on chordal_env
2007-02-22 Matthias Braundisabled a verify warning which wasn't always correct
2007-01-24 Matthias Braunmake projs of calle/caller save register and call retur...
2006-12-18 Matthias Braunthe spillslot coalescer is now a general frame entity...
2006-12-18 Matthias BraunAdd a variant of the spillslot coalescing API where...
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Christian Würdigremoved assertion (spill value can have another class...
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-12 Matthias Braunput bespill options into separate file
2006-09-11 Matthias Braunspillslot coalescing statistics
2006-09-09 Sebastian HackAdded some statistics events
2006-09-08 Matthias Braunrandom scheduler, fix no spillslot coalescing flag
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-28 Matthias Braunfix wrong sorting of affinity edges
2006-08-14 Matthias Brauncorrect fix
2006-08-14 Matthias Braunfix for looping memphis
2006-08-14 Matthias Braunfix typo
2006-08-14 Matthias Braun- Spillslot coalescing now collects all nodes that...
2006-08-10 Matthias Braun- lower MemPerms into a series of pushs and pops
2006-08-09 Matthias Braun- place memperms in the predblocks of the memphi, not...
2006-08-09 Matthias Braun- Fixed bugs in schedule verifier
next