Use simple assignment instead of memcpy().
[libfirm] / ir / ir /
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()
2008-09-29 Michael Beck- add a combo flag again, so inlining can use combo...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-28 Matthias Braunfix warning
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-23 Matthias Braunrevert 22196
2008-09-23 Matthias Braunallocate callee list on nodes obstack
2008-09-23 Matthias Braunrevive and improve callgraph dumper
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 Michael Beck- fixed indentation
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-21 Matthias Braunfix typo in get_segment_type
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-12 Michael Beckreverted r21775: too restrictive because ieee 754 uses...
2008-09-11 Michael Beck- fix for r21852: do not remove ALL Conv optimizations,
2008-09-11 Andreas ZwinkauRemoving conv-on-Phi local opt
2008-09-11 Christoph MallonIndentation, braces.
2008-09-11 Christoph MallonRemove unused variable.
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-10 Michael Beckremove assert in keepalive()
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-09 Michael Beck- finally kicked size_t, both calls return unsigned
2008-09-09 Michael Beck- even more restrictive: we only know that twos-complem...
2008-09-09 Michael Beck- currently we support IEEE 754 only, so change the...
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-09-09 Christoph Mallon80bit floats have no implicit 1. Remove unnecessary...
2008-09-09 Christoph MallonSlightly reduce code duplication.
2008-09-05 Matthias Braundon't compare attributes but their addresses
2008-09-02 Matthias Braundon't forget to check the sign of a float number, this...
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
2008-08-25 Christoph MallonDo not use && in assert().
2008-08-24 Michael Beck- converted get_irn_n(*, -1) back into get_nodes_block()
2008-08-24 Michael Beckadded skip_Pin()
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
next