fix warning
[libfirm] / ir / be /
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
2008-09-18 Matthias Braunimprove debug output, increase depth limit to 7
2008-09-18 Matthias Braunadd a bunch of commandline options for easier benchmark...
2008-09-17 Sebastian BuchwaldShift with const 4.
2008-09-16 Christoph MallonFix possible loop in DAG while building start Barrier.
2008-09-12 Michael Beck- C99 features removed
2008-09-12 Matthias Braunadjustements
2008-09-11 Michael Beck- reset the default stack alignment to 2^2
2008-09-11 Christoph MallonFix return value.
2008-09-11 Christoph MallonResolve race condition: First set handler, then call...
2008-09-11 Christoph MallonIn be_get_Proj_for_pn() before getting the proj number...
2008-09-11 Christoph MallonPrevent beuses from choking on basic blocks without...
2008-09-11 Andreas ZwinkauAdding mini testcase for incmem
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-10 Matthias Braunfix testcases, yet another endless loop test
2008-09-10 Matthias Braunmore tricky endless loop stuff
2008-09-10 Michael Beckanother strange endless loop failure
2008-09-10 Michael Beckwrong endless loop handling
2008-09-10 Michael Beckfixed warning
2008-09-10 Michael Beck- use unsigned instead of int where appropriate
2008-09-10 Michael Becksimplified more
2008-09-10 Michael Becktypo fixed
2008-09-10 Michael Beck- fixed comment: bs cannot be NULL anymore (and was...
2008-09-10 Michael Beckarch_register_class_put() is only used locally
2008-09-10 Michael Beck- if 0'ed unused function
2008-09-10 Michael Beckuse panic instead of assert(0 & "...")
2008-09-10 Michael Beck- fixed typo, indentation
2008-09-10 Michael Beck- made the be_stack_layout part of be_abi_irg_t to...
2008-09-09 Matthias Braunfix
2008-09-09 Matthias Braunmatch immediate for SubSP and AddSP
2008-09-09 Matthias Brauntest without alignment
2008-09-09 Matthias Braunintialize initial_bias
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-09-09 Michael Beckchecked in "too much"
2008-09-09 Michael Beckfixed r21771
2008-09-09 Christoph MallonTypo in comment.
2008-09-09 Christoph MallonAdd should_be_same constraint on second input to second...
2008-09-09 Michael Beck- C99 features removed
2008-09-09 Matthias Braunpush unused livethroughs through loops in belady3
2008-09-09 Matthias Braunimproved PIC support
2008-09-09 Christoph MallonDo not warn about wrong register for a Phi input if...
2008-09-09 Christoph MallonMake warning about registers assigned to Phi inputs...
2008-09-08 Christoph MallonCorrectly transform memory for dest AM when Syncs are...
2008-09-08 Michael Becktestcase for failing gvn-pre
2008-09-07 Matthias Braunold_bp should not be part of the between type, this...
2008-09-05 Sebastian Buchwaldtypo
2008-09-05 Matthias Braunvf regs are not virtual (well not for our definition)
2008-09-05 Matthias Braunnew and improved regalloc verifier
2008-09-05 Matthias Braunreset chunk ids for new funtions
2008-09-05 Andreas ZwinkauRemoved -after_pbqp_transform, because it is the same...
2008-09-04 Christoph MallonFix typo in BE_REGISTER_MODULE_CONSTRUCTOR() user.
2008-09-04 Matthias Braunsimplified and improved
2008-09-04 Michael Beckdifferent cparser / eccp code
2008-09-04 Matthias Braunremove a wrong and some unnecessary comments
2008-09-04 Michael Beckstrange difference between eccp and cparser
2008-09-04 Christoph MallonIndentation.
2008-09-04 Matthias Braunfix the reload folding mode stuff in a more correct way
2008-09-04 Matthias Braunrevert last change
next