- BugFix: do NOT destroy the value_param type, cparser merges the type
[libfirm] / ir / ir /
2008-12-29 Michael Beck- add ir_bk_outport and ir_bk_inport
2008-12-25 Moritz KrollMake get_idx_irn(irg, idx) public (useful for debugging...
2008-12-25 Michael Beck- add missing ir_bk_debugbreak case
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-18 Michael Beck- more simplification in skip_Tuple
2008-12-18 Michael Beck- always skip tuple, its useless to prevent that
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Matthias Braunredefine mode_E to 96 bits
2008-12-13 Matthias Braunfix new_Block users
2008-12-13 Matthias Braunnew_Block should not set curr_block too
2008-12-13 Matthias Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Christoph MallonClean up new_const_code_irg() a bit.
2008-12-12 Michael Beck- remove NoMem from keep list
2008-12-12 Michael Beck- Do not remove keep-alives during optimize_graph_df...
2008-12-12 Michael Beck- implemented remove_End_Bads_and_doublets()
2008-12-12 Matthias Braundon't have new_immBlock set the current block
2008-12-11 Matthias Braunkeep the API consistent with other enable functions
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
2008-12-10 Michael Beck- add a currently non-functioning mtp_property_returns_...
2008-12-09 Matthias Brauninclude be.h in firm.h, assert that get_value/set_value...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-12-05 Michael Beck- BugFix: NEVER skip BAD nodes when creating Phi's...
2008-12-05 Michael Beck- BugFix: wrong assertion fixed
2008-12-03 Moritz KrollAdded first version of partial specification for IR...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-28 Matthias Braunfix warning
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-27 Michael Beck- BugFix: use mode_is_reference() instead of != mode_P
2008-11-26 Michael Beck- replce parameter type from size_t to unsigned, so...
2008-11-22 Michael Beck- implemented firm_clear_node_and_phi_links()
2008-11-18 Christoph Mallons/new_r_Const_long(current_ir_graph, /new_Const_long(/.
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-14 Matthias Braunfix problems when folding constants of different mode
2008-11-12 Christoph MallonFix r23461: Kick non-strict Convs with op mode == mode.
2008-11-11 Matthias Braunmake Consts look like other nodes to avoid confusion
2008-11-11 Matthias Braunfix node colors for some local constants
2008-11-11 Matthias Braunavoid using explicit modes
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-11-07 Michael Beck- fixed comment
2008-11-07 Moritz KrollAdded optimization Cmp((x >> c1) & c2, c3) = Cmp(x...
2008-11-06 Michael Beck- Fixed: do not kick predecessors on non-current nodes
2008-11-06 Michael Beck- neither Abs nor Minus change the precision, so we...
2008-10-31 Michael Beck- removed rest of already unsupported USE_EXPLICIT_PHI_...
2008-10-31 Michael Beck- indentation
2008-10-31 Michael Beck- fixed typo
2008-10-31 Michael Beck- fixed _get_irp_irg()
2008-10-31 Michael Beck- removed some constant ARR_LEN's
2008-10-31 Sebastian Buchwald- reserve necessary resources before collect phiprojs
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-28 Michael Beck- add block Phi list resource
2008-10-28 Michael Beck- renamed normalize_node() into ir_normalize_node(...
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-25 Michael Beck- BugFix: a - a is NOT 0 for NaN's
2008-10-24 Christoph MallonLet edges_assure() only activate edge kinds, which...
2008-10-24 Andreas ZwinkauClear private data, when creating new out edges
2008-10-24 Michael Beck- add a hook for normalizing a node
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-20 Michael Beck- old code probably crashes in the edge set contains...
2008-10-20 Michael Beck- fixed memory leak: delete edges when a graph is deleted
2008-10-19 Moritz KrollI like zombies, but not millions of them in a hash...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-17 Sebastian BuchwaldFree a little more memory than before.
2008-10-16 Moritz Krolladd missing inlucde
2008-10-16 Moritz Krolladd some asserts/switch to panics
2008-10-15 Michael Beck- move the helper irms_is_ to an extra enum to prevent...
2008-10-15 Michael Beck- removed old comment
2008-10-15 Michael Beck- speed up mode_is_*() calls
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-12 Michael Beck- fixed iterator handling
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunno need for firm_config.h anymore
2008-10-11 Michael Beck- removed unused irhooks.h include
2008-10-11 Michael Beck- BugFix: even if a Phi has Unknown predecessors, they...
2008-10-11 Matthias Braunhooks are always enabled now -> one less option
2008-10-11 Matthias Braunremove heap analysis hooks - they're not used anymore
2008-10-10 Christoph MallonAdd missing returns.
2008-10-07 Michael Beck- we need irg_walk_blkwise_dom_top_down() instead of
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list: these arise...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Michael Beck- implemented irg_walk_blkwise_dom_graph()
2008-10-06 Michael Beck- indentation fixed
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-10-02 Michael Beckadd global_null_ptr_elimination flag
2008-10-02 Michael BeckBugFix of r22380 (fixes 176.gcc):
2008-09-30 Moritz KrollPush ConvP through AddI
2008-09-30 Moritz KrollMallon: Fixed smaller_mode()
next