libfirm
2008-09-28 Matthias Braundisable some expensive statevs
2008-09-28 Matthias Braunfix warning
2008-09-28 Matthias Braunfix warning
2008-09-28 Matthias Braunfix warning in optimized build
2008-09-28 Moritz KrollUpdated Visual Studio 2005/2008 project
2008-09-28 Michael Beck- add and fix some comments
2008-09-27 Christoph MallonTeach Mr. Gauß, Mr. Seidel and Mr. Grund to ignore...
2008-09-27 Christoph MallonRemove wrong constlike flags from PPC32 Addi, Ori and...
2008-09-27 Michael Beckadd missing exception attribute
2008-09-27 Christoph MallonDo not choke on Bad nodes while transforming for PPC32.
2008-09-27 Christoph MallonUse set_transformed_and_mark() instead of mark_irn_visi...
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 Sebastian Buchwaldtypo
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-26 Michael Becksimplified code, fixed comments
2008-09-26 Sebastian BuchwaldRemoved senseless assert.
2008-09-26 Christoph MallonFix crash in debug output.
2008-09-26 Christoph MallonRespect stickyness, when calculating entity usage.
2008-09-25 Christoph MallonUse be_put_ignore_regs() instead of duplicating its...
2008-09-25 Christoph MallonResolve warning.
2008-09-25 Christoph MallonRemove unnecessary assure_dom_front().
2008-09-25 Christoph MallonKick beraextern.c.
2008-09-25 Christoph Mallonpanic() instead of assert(0).
2008-09-25 Sebastian BuchwaldFixed compile error and moved cse en/disabling into...
2008-09-25 Sebastian BuchwaldAdded getter for non address mode heuristic.
2008-09-25 Sebastian BuchwaldSet cse_opt to old value instead of enabling it.
2008-09-25 Matthias Braunjust a few random mips fixes
2008-09-24 Matthias Braunpush functions into a priority queue and inline in...
2008-09-24 Matthias Braunrename key to priority in pqueue
2008-09-24 Matthias Brauncleanup pqueue a little bit
2008-09-24 Matthias Braunmore debuginfo
2008-09-24 Matthias Braunhack to make it possible to mark spill,reload and remat...
2008-09-24 Christoph MallonDo not forcefully rebuild outedges in compute_execfreq...
2008-09-24 Matthias Braunfix error introduced by r22215
2008-09-24 Matthias Braunfix warning
2008-09-24 Matthias Braunimproved? inlining heuristic
2008-09-24 Matthias Braunfix the assert(0)->panic commit
2008-09-24 Matthias Braunremoved outdated comment
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-23 Christoph Mallonpanic() instead of assert(0)ing.
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 Braunmove declaration of inline functions around
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 Christoph MallonFix comment.
2008-09-23 Sebastian BuchwaldFixed test case.
2008-09-23 Sebastian BuchwaldAdded test case for pbqp construction: There seems...
2008-09-23 Matthias Braunrevert 22196
2008-09-23 Matthias Braunfree_methods was a bad base for callgraph walks, use...
2008-09-23 Matthias Braunallocate callee list on nodes obstack
2008-09-23 Matthias Braunrevive and improve callgraph dumper
2008-09-23 Matthias Braunwork around callgraph/cgana problems
2008-09-22 Sebastian BuchwaldAdded PBQP mapping with random costs.
2008-09-22 Sebastian BuchwaldSimplified test case.
2008-09-22 Michael Beck- fixed indentation
2008-09-22 Sebastian BuchwaldShort example of graph, which needs RN reduction.
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Michael Beck- fixed comment
2008-09-22 Matthias Brauntoposort callgraph when inlining
2008-09-22 Michael Beckfixed -r22133
2008-09-22 Christoph MallonCorrectly caclulate the register use in the Op(x, x...
2008-09-22 Christoph MallonRemove long commented out assert(), which is not true...
2008-09-22 Christoph MallonSmall simplification.
2008-09-22 Christoph Mallonia32_Leave does not need esp as input operand, it only...
2008-09-22 Matthias Brauncorrecly increase frame alignment when adding types...
2008-09-22 Michael Beck- Add code for the rare case of not yet optimized
2008-09-21 Michael Beck- fixed indentation
2008-09-21 Michael Beck- BugFix: fixed -r22093
2008-09-21 Matthias Braunuse mallonscheduler(aka listsched-select=normal) as...
2008-09-21 Matthias Brauntesting upper_bits in constants is easy too
2008-09-21 Matthias Braunfix old bug in irmemory: external_allocated stuff is...
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Braunfix
2008-09-21 Matthias Brauncrafty problem
2008-09-21 Matthias Braunkill stores to never read entities
2008-09-21 Matthias Braunrevert accidental commit of makereport
2008-09-21 Matthias Braundemonstrate killing of unnecessary stores
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-21 Matthias Braunfix for const commit
2008-09-21 Matthias Braunintroduce a IR_SEGMENT_FIRST
2008-09-21 Matthias Braunmore consts
2008-09-21 Matthias Braunfix typo in get_segment_type
2008-09-21 Matthias Braunexample where type based alias analysis helps
2008-09-21 Matthias Brauntransform optimization: leave out some convs and use...
2008-09-21 Matthias Braunfix some problems with PIC symbols
2008-09-20 Sebastian BuchwaldAdded assertion to assure that we don't run into an...
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-09-20 Michael Beck- fixed typos and some comments
2008-09-20 Michael BeckImproved memory disambiguator:
2008-09-20 Matthias Braunattempt to fix broken type based alias analysis
2008-09-19 Matthias Braunfix optimize build
next