- implemented get_irg_value_param_type()
[libfirm] / ir / opt /
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-18 Michael Beck- fixed typos
2009-01-14 Michael Beck- add support for statistics and merge debug info
2009-01-14 Michael Beck- fixed signed/unsigned warning
2009-01-03 Michael Beck- BugFix: not all users of the frame are Sel nodes...
2009-01-02 Michael Beck- BugFix: not all users of the frame are Sel nodes
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-15 Michael Beck- fixed warning
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Michael Beck- BugFix: the mode of a Load must be its load_mode...
2008-12-13 Matthias Braunfix new_Block users
2008-12-12 Michael Beck- do not remove keeps for now, only Bads, NoMem and...
2008-12-09 Michael Beck- fixed assertion
2008-12-09 Michael Beck- do not move the return out of labeled blocks, this...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-12-08 Christoph MallonBefore deconving a node, make sure it is a downconv.
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-25 Christoph MallonRetain debug info in normalize_one_return(), if all...
2008-11-25 Michael Beck- handle strictConv and remainderlessDiv for in opcode map
2008-11-24 Christoph MallonRetain debug info in normalize_n_returns().
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-11 Michael Beck- do not read the link of an exchanged node (although it
2008-11-11 Michael Beck- cosmetic changes
2008-11-11 Michael Beck- keep ALL mode_M nodes that have only unreachable...
2008-11-07 Michael Beck- fixed opcode(): Const and SymConst can happen through...
2008-11-06 Michael Beck- BugFix: cmp_nodes gets an ir_node **
2008-11-06 Michael Beck- generalized end-block melting into generic block...
2008-11-05 Michael Beck- refactored code for generic block shaping
2008-11-05 Michael Beck- BugFix: remove critical edges to ensure that Phi...
2008-10-31 Michael Beck- calling normalize_n_returns() improve greatly the...
2008-10-31 Michael Beck- fixed allocation of resources even more
2008-10-31 Michael Beck- fixed allocation of resources
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-30 Michael Beck- invalidate tr_outs because Calls might be removed
2008-10-30 Michael Beck- do not treat Constants as live-ins: this assures...
2008-10-30 Michael Beck- BugFix: kill partitions with 0 blocks either
2008-10-28 Michael Beckdeactivate debug output
2008-10-28 Michael Beck- implemented apply phase
2008-10-28 Michael Beck- small cleanup
2008-10-28 Michael Beck- analysis part of an block merging optimization
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-27 Michael Beck- BugFix: ensure that Convs are created in the right...
2008-10-25 Michael Beck- removed useless checking of control flow input for...
2008-10-24 Michael Beck- handling of Top mode can be switched on/off at runtim...
2008-10-23 Michael Beck- better solution for the "mode_M node computes Top...
2008-10-23 Michael Beck- more special Top handling: it is NOT allowed to repla...
2008-10-23 Michael Beck- Call nodes computes always bottom, even if they have...
2008-10-23 Michael Beck- more work on the Unknown problems: the only
2008-10-23 Michael Beck- fixed r23120
2008-10-22 Michael Beck- put verify_type() again after the "type changed"...
2008-10-22 Michael Beck- kill keep-alive edges to dead blocks before doing...
2008-10-22 Michael Beck- BugFix: fixed monotony checker, now enabled
2008-10-21 Michael Beck- activated WITH_UNKNOWN
2008-10-20 Michael Beck- BugFix: we need an extra compute_Return(), else compu...
2008-10-20 Michael Beck- comaparation of x and Top produces True, as Top is...
2008-10-20 Michael Beck- typos fixed
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-17 Michael Beck- add comment explaining the connection betwenn the...
2008-10-17 Michael BeckBugFix for a rare case:
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunhooks are always enabled now -> one less option
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-10 Michael Becktypo
2008-10-09 Michael BeckBugFix: works again for RAW with non twos-complement
2008-10-08 Michael Beck- BugFix: fix the rare case where two nodes a congruent...
2008-10-08 Michael Beck- fixed some comment typos
2008-10-08 Michael Beck- Add support for commutative congruences: Add(a,b...
2008-10-07 Michael Beck- fixed strange code: when did it break?
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list
2008-10-07 Michael Beck- used new irg_walk_blkwise_dom_top_down() to calculate...
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 Matthias Braunfix last fix (+ optimisation: don't do anything if...
2008-10-06 Matthias Braunfix condeval ssa recondstruction
2008-10-06 Christoph MallonTypo in comment.
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-04 Christoph MallonTreat conversions between the same size as downconv...
2008-09-30 Michael Beck- BugFix: cleanup cannot work with a precalculated...
2008-09-30 Sebastian BuchwaldDon't panic, the train is waiting for you...
2008-09-30 Moritz KrollOptimize store after stores with partial overwrites...
2008-09-30 Matthias Braunold version was correct...
2008-09-30 Matthias Braunwhen we can do it for tuples, we can do it for Ids too
2008-09-29 Michael Beck- add a combo flag again, so inlining can use combo...
2008-09-29 Michael Beck- Look through Tuple when checking for address taken...
2008-09-29 Michael Beck- BugFix: removed missing debugging artefact, causing...
2008-09-29 Matthias Braunwe WANT to push forced graphs on the prioqueue
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-27 Michael Beck- revert big benefice for irg_inline_forced methods,
2008-09-27 Michael Beck- BugFix: irg_inline_forced is not a bit
2008-09-27 Michael Beck- fixed some typos
2008-09-27 Michael Beck- add missing initializations
next