- removed rest of already unsupported USE_EXPLICIT_PHI_IN_STACK
[libfirm] / ir / ir / irtypes.h
2008-10-31 Michael Beck- removed rest of already unsupported USE_EXPLICIT_PHI_...
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-20 Michael Beck- put freed edges into a free-list, reducing memory...
2008-10-15 Michael Beck- removed old comment
2008-10-11 Matthias Braunremove heap analysis hooks - they're not used anymore
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-07-31 Matthias Braungeneralize support for segments
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-05-30 Michael Beckrenamed modecode, mode_sort, mode_arithmetic to ir_*
2008-05-26 Michael Beckadd *_Block_mark() api to mark easily Blocks in the...
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-03 Michael Beck- fixed r19477: pin_state MUST be the first attribute
2008-04-30 Michael Beck- renamed SymConst num attribute into more logical...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-02-22 Michael BeckAdd an DivRL for remainderless div nodes (we don't...
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-16 Matthias Braunrename set_using_visited to set_using_irn_visited,...
2008-01-14 Matthias Braunuse new hashset for edges, making the compiler 5% faste...
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-29 Michael Beckrenamed where_alloc to ir_where_alloc
2007-11-23 Michael Beck- renamed irop_flag_side_effect to irop_flag_uses_memory
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-11-16 Michael Beckremoved unused proj_args of a graph
2007-11-08 Matthias Braunadd support for graph_idx
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-09-15 Matthias Braun- always sign extend in get_tarval (this fixes results...
2007-08-02 Michael Beckadd unaligned Load/Stores
2007-07-24 Michael Beckadd label attribute to blocks, ir_prog
2007-07-11 Michael Beckuse the new Anchor node instead of old anchors
2007-07-11 Michael Becktype type definitions to new irtype.h