libfirm
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-07-09 Matthias Braunsome rot/shift by constant optimisations
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-07-09 Matthias Braunfix warning
2008-07-09 Matthias Braunfix warnings
2008-07-09 Michael Beck- fixed warnings
2008-07-09 Michael Beck -BugFix: exp_gen sets must be cleaned
2008-07-09 Michael Beck- BugFix: Antic_in computation must always add exp_gen
2008-07-09 Michael Beck- BugFix: *__remove_iterator(): after _next(), the...
2008-07-08 Michael Beck- add a doxygen comment
2008-07-08 Michael Beck- small indentation changes
2008-07-08 Michael Beck- small cleanup
2008-07-08 Michael Beckfixed warnings
2008-07-08 Michael Beckremoved unused (and buggy) trans_set, thios is NOT...
2008-07-08 Michael Beckfor now, deactivate edges, they will crash with this...
2008-07-08 Michael Becknew GVN-PRE implementation
2008-07-08 Michael Beck- ir_node_hash() now takes a const ir_node *
2008-07-03 Michael Becklinked versions of irnodeset and irnodemap
2008-07-03 Michael Beckallow derived hashsets to have an own resize
2008-07-03 Michael Beckfixed doxygen comment
2008-07-01 Matthias Braunfix warning
2008-06-30 Michael Beck- can build without iterator
2008-06-27 Michael Beckchange the costs for multiplication in the size case...
2008-06-27 Michael Beckdo a correct rounding when calculating 70%, or small...
2008-06-27 Michael Beckadded be_peephole_before_exchange_and_kill() to fix...
2008-06-26 Christoph MallonFix transformation, when the load mem proj of a dest...
2008-06-25 Michael Beckfixed stabs primitive types: must use decimal limits
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-25 Michael Beckfixed handling of modifiers (%ld works now)
2008-06-25 Michael Beck- BugFix: do NOT skip Loads generally, they might creta...
2008-06-25 Michael Beck- fixed stabs output
2008-06-25 Michael Beckfixed some bugs in the pop generation, still not all
2008-06-24 Michael Beckadd test for return padding
2008-06-24 Christoph MallonAdd ARM TstBra and use it for comparison with 0.
2008-06-24 Christoph MallonGammelfix: Add a be_Copy in the ARM prologue for the...
2008-06-24 Christoph MallonFix printing shift amount for ARM mov.
2008-06-24 Christoph MallonAdd 0x prefix for printing ARM IncSP amount in hex.
2008-06-24 Michael Beck- added peephole optimization: transform Load->IncSP...
2008-06-24 Michael Beckbetter usage
2008-06-23 Christoph MallonFix parsing of debug commands.
2008-06-23 Matthias Braunanchor nodes are not real liveness users
2008-06-23 Michael Beckconvert rotl x, const into rotr x,32-const
2008-06-23 Michael BeckImproved version of gen_Rotl()
2008-06-23 Michael Beck- add support for Rotl
2008-06-23 Michael BeckBugFix: always emit the block label for labelled blocks...
2008-06-23 Michael BeckBugFix: cannot change the pin state of already pinned...
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-20 Andreas Zwinkaudump the modify_flags flag, too
2008-06-19 Michael Beck- reduce complexity of remove_End_keepalive()
2008-06-19 Michael Beckfixed indentation
2008-06-19 Michael Beck- BugFix: whech checking Blocks, is_Block_dead() must...
2008-06-19 Michael Beck- be_peephole_IncSP_IncSP() must return the new node
2008-06-18 Sebastian Buchwalddisable CSE in PBQP-transform phase, this is necessary...
2008-06-18 Michael Beck- BugFix: add missing reroute
2008-06-18 Michael Beck- BugFix: when peephole combines two IncSP nodes, let...
2008-06-18 Michael Beck- fixed architecture flags
2008-06-18 Christoph MallonAvoid endless iteration when normalising returns.
2008-06-18 Michael Beck- make normalize_n_returns() more aggressive: remove...
2008-06-18 Michael BeckBugFix: must initialize Blocks with removable
2008-06-18 Michael BeckHopefully better version of control flow optimization:
2008-06-18 Michael Beck- removed old if 0'ed code
2008-06-17 Michael Beck- renamed function to clarify its intention
2008-06-17 Michael Beck- useless variable removed
2008-06-17 Michael Beck- Bugfix: peephole_IncSP_Store_to_push(): collect the...
2008-06-16 Michael Beckinvalidate loop-info if blocks were removed
2008-06-13 Michael Beckfixed some warnings
2008-06-12 Andreas Zwinkaudisable the standard transform, if pbqp_transform is...
2008-06-12 Michael Beckworkaround for dead CF: restart the optimization
2008-06-12 Michael Beck- add doxygen comment
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-12 Michael BeckBugFix: schedule the Stc instruction
2008-06-12 Michael Beck- removed critical exception edges, so perm code can...
2008-06-12 Michael Beck- BugFix: fixed ia32_transform_sub_to_neg_add() with...
2008-06-11 Michael Beck- add support for Bound
2008-06-11 Michael Beck- relax partBlock check in phase_backend
2008-06-11 Michael Beck- BugFix: get_pnc_string() can only handle default...
2008-06-11 Michael Beck- add a version of remove_critical_edges() that handles...
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-06-11 Michael Beck- do not use C++ keyword class as variable name
2008-06-11 Sebastian Buchwaldadded non-const getter for ia32_immediate
2008-06-09 Michael Beck- BugFix: fixed the part-block list splicing, inlining...
2008-06-07 Michael Becktest for 64bit rot
2008-06-07 Michael Beck- fixed lowering of Rotl
2008-06-07 Michael Beck- split the old constant_folding flag into constant_fol...
2008-06-07 Michael Beck- make the dot at the start of debugger commands optional
2008-06-07 Michael Beckadd missing include (although not needed, but API used)
2008-06-07 Michael Beck- BugFix: the mode of the lower part of a DW lowered...
2008-06-07 Michael Beckdemonstrates an error in ShrsLs lowering
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beckupdated to current version
2008-06-06 Michael Beckupdated
2008-06-06 Michael Beckupdated
2008-06-06 Michael Beckenhanced version
2008-06-06 Michael Beck- better detection of local addresses
2008-06-06 Michael Beck- export classify_pointer()
2008-06-06 Michael Beckis_self_recursive_Call() added
2008-06-05 Michael Beck- BugFix: do NOT do the copy-return optimization if...
2008-06-04 Michael Beckcurrent version
next