besched: Add and use sched_replace().
[libfirm] / ir / be / ia32 / ia32_address_mode.c
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-19 Matthias Braunia32: free between type in ia32_finish
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-05-30 Matthias Braunimprove our 'don't use AM' heuristic: immediates do...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2010-11-21 Michael BeckSimplified code, decrease register pressure, add some...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
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-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2008-10-13 Christoph MallonRemove an unnecessary global variable, use the walker...
2008-10-13 Christoph MallonUse ia32_mark_non_am().
2008-10-13 Christoph MallonUse ia32_is_non_address_mode_node().
2008-10-13 Christoph MallonImprove AM folding heuristic for dest AM when it is...
2008-10-13 Christoph MallonTurn the parameter force of ia32_create_address_mode...
2008-10-13 Christoph MallonWhitespace.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-25 Sebastian BuchwaldAdded getter for non address mode heuristic.
2008-09-23 Christoph MallonFix comment.
2008-08-22 Christoph MallonDo not split string literals.
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-01-02 Michael Beckupdate copyright message
2007-10-24 Christoph MallonRestore the AM fold behavior of prior to r16324. It...
2007-10-24 Christoph MallonActually implement what r16324 promised.
2007-10-23 Christoph MallonImprove the AM folding heuristics: Do not fold AM if...
2007-10-23 Christoph MallonRemove dead code, remove pointless marking of memory...
2007-10-23 Christoph MallonRemove the unused function mode_needs_gp_reg().
2007-10-23 Christoph MallonClarify a comment.
2007-10-21 Matthias Braundon't aggressively fold some nodes when we know it...
2007-10-21 Matthias Braunfix address mode calculation: we can not eat immediates...
2007-10-17 Matthias Braunimprove float->int conversion
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-16 Matthias Braunfix AM matcher seeing add x, x as value with scale 2
2007-10-16 Michael Beck- removed identical is_downconv()
2007-10-16 Michael Beckadd doxygen comments
2007-10-16 Michael Becksome comments added
2007-10-12 Matthias Braunreenable conv skipping in address mode code
2007-10-08 Matthias Braunimprove mode/conv handling in backend (should result...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-25 Michael BeckC99 feature removed
2007-09-25 Matthias Braun- never use (broken) sequential load/store in abi
2007-09-18 Matthias Braunfix warning, disable negative symconsts
2007-09-05 Michael Beckadd svn:keywords
2007-08-31 Matthias Braunforgot these 2 files in my last committ