remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / be / belower.c
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 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-30 Matthias Brauncleanup statistics stuff
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-25 Christoph MallonRemove unnecessary assure_dom_front().
2008-08-25 Christoph MallonFix fehler138.
2008-08-21 Christoph MallonAdjust the push-through-perm-frontier: It is the proble...
2008-08-21 Michael Beckpush_through_perm():
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-05-21 Michael Beck- fixed doxygen comments
2008-05-21 Michael Beckassure_different_constraints():
2008-01-02 Michael Beckupdate copyright message
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-19 Christoph MallonNow even correct! (see r16284)
2007-10-19 Christoph MallonA do-while loop is nicer than a for loop here.
2007-10-19 Christoph MallonFix fehler99: always skip at least one node and check...
2007-10-19 Michael Beckto shut up gcc in release mode
2007-10-12 Matthias Braunfixed a bunch of warnings
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-26 Matthias Braundont push constrained nodes through perms (fixes fehler82)
2007-09-20 Michael BeckC99 features removed
2007-09-18 Matthias Braunremove debug printf
2007-09-18 Matthias Braunrewrote be_lower to correctly respect schedule on push_...
2007-09-18 Matthias Braunnever move around flag mofying nodes
2007-09-08 Matthias Braunmake sure loops are analysid in loopana, reformatted...
2007-07-11 Michael Beckremoved SCHEDULE_PROJS ifdefs
2007-06-21 Matthias Braun- fix stack bias wrongly calculated with non-scheduled...
2007-06-21 Sebastian HackAdapted to stat events
2007-06-21 Michael BeckSCHEDULE_PROJS patch: Proj nodes are not more scheduled
2007-06-16 Sebastian HackAdded a first version of a Perm mover.
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-05-01 Michael Beckremoved useless includes
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-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-16 Christian Würdigfixed assure constraint (skip Proj)
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-26 Matthias Braunrewritten be_ssa_constr which isn't using sets anymore...
2007-03-19 Matthias BraunThe big committ:
2007-02-16 Christian Würdigexchange Perm-Proj, instead of rerouting
2007-02-14 Christian Würdiguse be_kill_node when removing nodes
2007-01-19 Christian Würdigcheck constraints only for scheduled nodes
2007-01-13 Christian Würdigremoved chordal_env from be lowering
2006-12-10 Matthias Braun- New belady variant (see my diploma thesis + presentation)
2006-10-13 Christian Würdigfixed constraint assurance
2006-09-03 Matthias Braunmake sure to set all preds to Bad for removed nodes
2006-08-31 Matthias Braun- Refactored finish/after_ra phases a bit, stacknode...
2006-08-11 Christian Würdigfixed perm lowering (sometimes perm removed from schedu...
2006-08-11 Christian Würdigirn classify is now a mask
2006-08-10 Christian Würdigfixed comment
2006-07-31 Sebastian HackAdapted to new liveness
2006-05-01 Christian Würdigremoved ununsed function
2006-04-27 Christian Würdigmerged psets for constraints
2006-04-27 Christian Würdigfixed assure_constraints, needs schedule now
2006-04-19 Christian Würdigmoved statitics to bestat
2006-04-19 Michael Becktypo fixed
2006-04-11 Christian Würdigfixed statistic calls
2006-04-11 Michael Beckremoved warnings
2006-04-10 Christian Würdigadded permutation lowering statistics
2006-04-02 Christian Würdigadded statistics for perm lowering
2006-03-30 Christian Würdigwrapped debugging modules with DEBUG_ONLY
2006-03-28 Michael Beckused new FIRM_DBG_REGISTER macro
2006-03-24 Christian Würdigfixed CopyKeep register class bug
2006-03-22 Michael Beckfixed config stuff
2006-03-21 Daniel GrundRemoved arch_irn_is_ignore with generic macro
2006-03-21 Christian Würdigfixed perm lowering again
2006-03-20 Christian Würdigfixed assure constraints
2006-03-20 Christian Würdigfixed bug
2006-03-17 Christian Würdigfixed CopyKeeps
2006-03-17 Christian Würdigfixed assure_constraints
2006-03-17 Christian Würdigadded comment sign
2006-03-12 Christian Würdigfixed phase to assure register constraints
2006-03-11 Christian Würdiginsert Keeps to assure should_be_different constraint
2006-03-07 Christian Würdigadapted to new abi calls
2006-03-02 Sebastian HackSeveral bugfixes
2006-02-28 Christian Würdigremoved unnecessary phases and functions which are...
2006-02-21 Sebastian HackRenamed be_introduce_copies*
2006-01-31 Christian Würdigfixed perm lowering again
2006-01-28 Christian Würdigchanged function signature to stop gcc from moaning
2006-01-27 Christian Würdiguse xmalloc/xcalloc instead of normal functions
2006-01-27 Christian Würdigchanged "call lowering"
2006-01-26 Christian Würdigchanged perm lowering
2006-01-25 Sebastian HackMinor changes
2006-01-25 Christian Würdigfixed perm lowering
2006-01-25 Christian Würdigsplittet be lowering into two phases (before and after...
2006-01-24 Sebastian HackSome minor changes
2006-01-24 Christian Würdigadded spill/reload lowering
2006-01-20 Christian Würdigfixed call lowering
next