Add ALLOCAN() and ALLOCANZ().
[libfirm] / ir / be / betranshlp.c
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