Clean up need_constraint_copy().
[libfirm] / ir / be /
2008-10-05 Christoph MallonClean up need_constraint_copy().
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Christoph MallonPlug memory leak.
2008-10-04 Michael Beck- BugFix: fixed effect of r22470: Immediate is always...
2008-10-04 Michael Beck- fixed r22480: Proj numbers are now different
2008-10-04 Christoph MallonMicro optimisation of the day: Remove ia32_Test, which...
2008-10-04 Christoph Mallonpeephole_ia32_Test() would due to a bug only remove...
2008-10-04 Christoph MallonUse turn_back_am() to implement peephole_ia32_Imul_split().
2008-10-04 Christoph MallonOnly deactivate AM support for a node with an immediate...
2008-10-04 Christoph Mallonfehler157: Wrong mode for lower half of lowered 64bit...
2008-10-04 Christoph MallonUse gen_binop() in gen_Mulh().
2008-10-04 Christoph MallonEnsure that empty functions get their ret $0 by skippin...
2008-10-04 Christoph MallonSimplify node construction in gen_Mulh().
2008-10-04 Christoph MallonMerge ia32_am_type_t and ia32_am_arity_t, because ...
2008-10-04 Christoph Mallonset_ia32_op_type() want ia32_AddrModeS, not ia32_am_Sou...
2008-10-04 Christoph MallonMake ia32_get_admissible_noreg() static.
2008-10-04 Christoph Mallonfehler156: aligning the stack does not work.
2008-10-04 Christoph MallonEnable folding reloads into unary ia32 instructions...
2008-10-04 Christoph MallonRemove ia32_am_ternary. The only users were Div an...
2008-10-04 Christoph MallonUse ia32_copy_am_attrs() for splitting IMul reg, mem...
2008-10-04 Christoph MallonClean up turn_back_am(), panic on unknown arity.
2008-10-04 Christoph MallonSmall simplification.
2008-10-04 Christoph MallonPut the flags, which are modified by Inc/Dec, into...
2008-10-03 Christoph MallonImprove upper_bits_clean(): Recurse on Projs and failed...
2008-10-03 Matthias Braunconvert bitfield initializer tarvals before using them
2008-10-03 Matthias Braunfix firm outputting additional .skips after .string
2008-10-03 Matthias Braunmac assembler doesn't know .skip, use .space
2008-10-02 Andreas ZwinkauTest case for historical reasons
2008-10-02 Michael Becktest for a rather simply gcc optimization
2008-10-02 Sebastian BuchwaldReuse prevents_AM check in PBQP transformer.
2008-10-01 Andreas ZwinkauPanic if proj num is unexpected
2008-10-01 Matthias Braunfix endless loops
2008-10-01 Matthias Braunsimplify and speedup belady/loopana a bit
2008-10-01 Sebastian BuchwaldPBQP now doesn't find a solution, if we modified the...
2008-09-30 Sebastian BuchwaldAdded users for symconst.
2008-09-30 Sebastian BuchwaldAdd users for symconst.
2008-09-30 Matthias Brauncleanup statistics stuff
2008-09-30 Matthias Braunput memory operand folding to spill_apply time
2008-09-30 Sebastian BuchwaldRemoved dependency that prevents full address mode.
2008-09-30 Sebastian BuchwaldRight nodes, right order but still not crashing...
2008-09-30 Sebastian BuchwaldAnother variant without index, but shifts with differen...
2008-09-30 Sebastian BuchwaldAll heuristic applications at right place, but there...
2008-09-30 Sebastian BuchwaldUse PBQP heuristic at shift const and afterwards at...
2008-09-30 Sebastian BuchwaldProvoke heuristical PBQP decision for computed value.
2008-09-30 Matthias Braunpush compilation unit in context
2008-09-29 Sebastian BuchwaldAdded more users to calculated value, but there are...
2008-09-29 Sebastian BuchwaldDon't try to use address multiple times, use calculated...
2008-09-29 Sebastian BuchwaldTried to create a PBQP graph with can't be solved heuri...
2008-09-28 Michael Beck- removed C99 features
2008-09-28 Sebastian Buchwald- setted store value to symconst + const which can...
2008-09-28 Sebastian Buchwald- added missing base in two test cases
2008-09-28 Sebastian BuchwaldAdded test with all (?) address mode variants.
2008-09-28 Matthias Braunoutput register pressure in register class context
2008-09-28 Matthias Braunalso count remats
2008-09-28 Matthias Braunimprove fix some statistics in bechordal
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-28 Matthias Braundisable some expensive statevs
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-26 Sebastian Buchwaldtypo
2008-09-26 Sebastian BuchwaldRemoved senseless assert.
2008-09-25 Christoph MallonUse be_put_ignore_regs() instead of duplicating its...
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 Brauncleanup pqueue a little bit
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 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 Christoph MallonFix comment.
2008-09-23 Sebastian BuchwaldFixed test case.
2008-09-23 Sebastian BuchwaldAdded test case for pbqp construction: There seems...
2008-09-22 Sebastian BuchwaldAdded PBQP mapping with random costs.
2008-09-22 Sebastian BuchwaldSimplified test case.
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 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-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 Brauncrafty problem
2008-09-21 Matthias Braunrevert accidental commit of makereport
2008-09-21 Matthias Braundemonstrate killing of unnecessary stores
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-19 Michael Beckadd example for constant load replacementx
2008-09-18 Michael Beckfixed indentation
2008-09-18 Michael BeckC99 feature removed
next