becopyilp: Do not advertise the switch to dump the solution, because this is not...
[libfirm] / ir / be / betranshlp.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-02 Christoph Mallonirgraph: Put the obstack into ir_graph instead of deleg...
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-24 Christoph Mallonbetranshlp: Simply crash with on null pointer instead...
2012-10-29 Matthias Braunshare common phi code, fix missing phi input reqs
2012-10-24 Matthias Braunia32: cleanup handling of 8/16bit operations
2012-08-27 Matthias Braunfactorize upper_bits_clean and use in sparc+ia32
2012-08-21 Matthias Braunremove unused dead_node_elim_subst hook
2012-08-21 Matthias Braunsimplify by using C99
2012-08-02 Matthias Braunfix bugs in execfreq rework commit
2012-07-13 Matthias Braunmove domfront from be to ana
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-19 Matthias Braunmake opcode list global
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-05-31 Matthias Braunmove integer abs optimisation from backend to the middleend
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-16 Matthias Braunbetranshlp: avoid current_ir_graph, fix missing node_el...
2011-03-16 Matthias Braunbetranshlp: cleanup, pretransform end node so keep_aliv...
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-18 Matthias Braunremove lots of unnecessary and dangerous current_ir_gra...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-09 Michael BeckC99 feature removed.
2010-07-09 Matthias Braunduplicate more be nodes by default
2010-07-08 Matthias Braunchange betranshelp semantic to panic instead of duplica...
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-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-03-17 Matthias Brauninvalidate phase info before starting the code selectio...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Sebastian BuchwaldStart block isn't a special case anymore (and now get...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2008-11-13 Michael Beck- let be_liveness() take the irg, not the birg which...
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-09 Christoph MallonAdd be_dep_on_frame() to let a node depend on the frame...
2008-10-09 Christoph MallonDo not pass the cg to transform_nodes().
2008-10-08 Christoph MallonRemove be_get_old_anchor(), it is not necessary.
2008-10-08 Christoph MallonRemove the attribute int visited from struct be_transfo...
2008-10-08 Christoph MallonMark the old node as visited in be_set_transformed_node().
2008-10-08 Christoph MallonDo not mark the node as visited before transforming...
2008-10-08 Christoph MallonDo not mark the transformed as visited. It makes no...
2008-10-08 Christoph MallonRemove redundant be_set_transformed_node() in transform...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-01-14 Matthias Braunmake be_transform_node slightly more efficient
2008-01-02 Michael Beckupdate copyright message
2007-10-22 Michael Becktransform the macro block header
2007-10-21 Matthias Braundon't aggressively fold some nodes when we know it...
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-12 Matthias Braundon't worry about IP view in backend
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-18 Matthias Braunrehash fixed loop nodes in betranshelp
2007-08-30 Matthias Braunfix Proj blocks in trans helper fix_loops phase
2007-08-17 Sebastian HackChanged API of listscheduler
2007-07-16 Matthias Braunfix allocas, fix Tls transform
2007-07-12 Matthias Braunrevert transformation tactics to old style
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-06 Matthias Braunimprove assert
2007-06-21 Sebastian HackAdapted to stat events
2007-06-15 Michael BeckMoved the transform functions for Block and End nodes...
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-14 Michael Becktypo fixed
2007-06-14 Michael Beckextracted transform framework from the ia32 backend