- reserve the IR_RESOURCE_PHI_LIST resource
[libfirm] / ir / opt /
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
2008-09-27 Michael BeckVarious Fixes:
2008-09-26 Christoph MallonIndentation.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonSymConsts represent constant entities irrespective...
2008-09-26 Michael Beckremoved C99 code
2008-09-24 Matthias Braunpush functions into a priority queue and inline in...
2008-09-24 Matthias Braunmore debuginfo
2008-09-24 Matthias Braunfix error introduced by r22215
2008-09-24 Matthias Braunfix warning
2008-09-24 Matthias Braunimproved? inlining heuristic
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-23 Michael Beck- detected const methods with possible endless loops...
2008-09-23 Michael Beck- implemented mtp_property_weak
2008-09-23 Matthias Braunreenable floatin of const functions (don't care about...
2008-09-23 Matthias Braunalways remove critical edges before doing code placement
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
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- BugFix: fixed -r22093
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Braunkill stores to never read entities
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Matthias Braunfix optimize build
2008-09-19 Michael BeckFixed r22124:
2008-09-19 Matthias Braunexperimental load-store improvement
2008-09-19 Michael Beck- BugFix: transform_polymorph_Load() returns the origin...
2008-09-18 Michael BeckMore refactoring:
2008-09-18 Michael Beck- factor out and simplify some code
2008-09-18 Michael Beck- simplify the code, check atomic entities for reinterp...
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-18 Michael Beck- removed redundant checks
2008-09-18 Michael Beck- improved rec_find_compound_ent_value(): handle missin...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-16 Christoph MallonFix comments.
2008-09-15 Michael Beck- preliminary support for loads from constant entities...
2008-09-11 Christoph MallonDo not mark functions with kept basic blocks (endless...
next