libfirm
2006-07-03 Matthias Braun- oops
2006-07-03 Matthias Braun- placing be_copies is now an extra spill phase (to...
2006-07-03 Matthias Braun- no phase data needed
2006-07-03 Christian Würdigset AM support for MulS correct (None or Source)
2006-07-03 Christian Würdigfixed Mulh/MulS emitter (support AM source)
2006-07-02 Michael BeckFixed warning
2006-07-01 Michael Beckused new timer push/pop
2006-07-01 Michael BeckBugFix: needed function must be called outside assert...
2006-07-01 Michael BeckFixed indentation
2006-07-01 Michael BeckKahanSum example
2006-06-30 Christian Würdigprint integer tarvals always decimal
2006-06-30 Christian WürdigBugFix: variable was used before initialized
2006-06-30 Christian Würdigmade a local function static
2006-06-30 Michael BeckDo NOT emit code for graphs with the supress body flag set
2006-06-29 Christian WürdigBugFix: create_push: sync memories of IncSP and Store
2006-06-29 Christian Würdigfixed CopyB emitter
2006-06-29 Christian Würdigfixed perm emitter for XMM registers
2006-06-28 Adam Szalkowskiadded function for setting spill context
2006-06-28 Adam Szalkowskiadded fuction for setting spill context
2006-06-28 Christian Würdigfixed options for spill selector
2006-06-28 Adam Szalkowskigammlich
2006-06-28 Christian Würdigcommented out some asserts
2006-06-28 Christian Würdigadded some special cases for addrmode optimizer
2006-06-28 Christian Würdigadded missing "call" statement
2006-06-28 Adam Szalkowskihm, I'm quite happy with this
2006-06-27 Sebastian HackPerhaps some things work better when the first node...
2006-06-27 Johannes SpallekAdded a view initializations
2006-06-27 Adam Szalkowskivalues may die at every use
2006-06-26 Johannes SpallekChanged the use of list_map to an array to allow nested...
2006-06-26 Johannes SpallekMoved the bitsets to the iterator-structs to allow...
2006-06-26 Johannes SpallekAdded be_ifg_check_sorted_to_file().
2006-06-26 Johannes Spallek* Added more debug output for interfering values during...
2006-06-26 Johannes SpallekMoved the bitsets to the iterator-structs to allow...
2006-06-26 Christian Würdigfixed compare with symconsts
2006-06-26 Christian Würdigadded phase: remove unused loads and all unnecessary...
2006-06-23 Christian Würdigfixed handling of unused load results
2006-06-23 Christian Würdigadded function to retrieve number of reachable nodes...
2006-06-23 Christian Würdigrespect chordal settings for dumping
2006-06-23 Christian Würdigchanged to_appear_in_schedule: 1 - yes, 0 - no, -1...
2006-06-23 Christian Würdigadded backend timing facility
2006-06-23 Christian Würdigmoved some macros from bemain to here
2006-06-23 Christian Würdigadded timer convenience macro
2006-06-22 Sebastian HackFixed a memory leak
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-21 Michael Becksimple TLS example
2006-06-21 Michael Beckupdated for gcc version
2006-06-21 Michael Beckmake sure a '\0' is at the end of an snprintf'ed string
2006-06-21 Matthias BraunWe might have Phi-Arguments that should not be consider...
2006-06-21 Johannes SpallekChanged the #ifdef __linux__ parts to the use of the...
2006-06-21 Christian Würdigdump graph only if requested for chordal allocator
2006-06-20 Sebastian HackFixed a bug in node iterator
2006-06-19 Adam Szalkowskiseems to work again and yields better objvals
2006-06-18 Adam Szalkowskiseems to spill again a bit
2006-06-17 Adam Szalkowskimemcopies/interference stuff now in ILP
2006-06-16 Johannes SpallekAdded include of malloc.h under __linux__
2006-06-16 Johannes SpallekCommented check_ifg_implementations to provide function...
2006-06-16 Johannes SpallekChanged output of be_ifg_check_sorted back to console
2006-06-16 Johannes Spallek* Changed Output of be_ifg_check_sorted back to console
2006-06-16 Johannes SpallekAdded bitset_free functions.
2006-06-16 Johannes Spallekadded pointer to the chordal_env the ifg belongs to
2006-06-15 Adam Szalkowskihopefully fixed a bug which caused too high register...
2006-06-14 Michael Beckadded test for valist
2006-06-14 Michael Beckspeed up the FrameAddr attribute compare function
2006-06-14 Michael Beckbe_FrameAddr can now be CSE'd
2006-06-14 Michael BeckAdd code to handle parameters that using the value_base...
2006-06-14 Michael Beckin assign_entities(): do not increase the frame if...
2006-06-14 Johannes Spallekadded be_ifg_check_performance() to check speed and...
2006-06-14 Johannes Spallekmoved the check_performance_test to beifg.c and beifg.h
2006-06-12 Adam SzalkowskiSpilling Unknowns is cheap now
2006-06-12 Matthias Braun- don't place copies between proj cascades
2006-06-12 Matthias Braun- place copies in a separate walk before the belady...
2006-06-12 Christian Würdigspill_env creation changed
2006-06-12 Christian Würdigremoved MAX macro, added irtools.h therefor
2006-06-12 Matthias Braunfibonacci test program
2006-06-12 Matthias Braunfixed bug where morgan spiller was spilling more values...
2006-06-09 Matthias Braun- fix belady bug: don't abort search for phis when...
2006-06-09 Matthias Braun- call be_spill_phi if we remove phis from belady block...
2006-06-09 Matthias Braun- There is a difference between spilling a whole phi...
2006-06-09 Adam Szalkowskipressure stats
2006-06-08 Matthias Braun- Fixed bug in spilling: phi nodes that depend on itsel...
2006-06-08 Matthias Braun- make belady handle dont_spill nodes correctly again...
2006-06-08 Matthias Braun- fix wrong verify warnings about phi nodes using value...
2006-06-08 Michael BeckAdded code to support the value based type (compound...
2006-06-08 Michael Beckbetween type might be a struct, set the layout to fixed
2006-06-08 Michael BeckBugFix: CLD was emitted twice
2006-06-07 Michael Beckinit_sp Unknown node constructed with CSE disabled
2006-06-07 Michael Beckuse save_optimization_state() restore_optimization_state()
2006-06-07 Michael Becktest for compound call
2006-06-07 Matthias Braun- removed some more obsolete code
2006-06-07 Matthias Braun- removed now obsolete code
2006-06-07 Matthias Braun- Don't use a callback for deciding whether to spill...
2006-06-07 Matthias Braunfix a few memory leaks
2006-06-07 Christian Würdigadded space
2006-06-07 Christian Würdigannotate mode to Store link field, to prevent loss...
2006-06-06 Adam Szalkowskiseems to work now (still spill slot splitting to be...
2006-06-06 Michael BeckBugFix: ia32_finish_irg() uses height, that uses new...
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-06 Adam Szalkowskigoodwin gammlich
2006-06-05 Adam Szalkowskirestoring old version - changes were unnecessary
2006-06-05 Adam Szalkowskicomputing execfreq from bb, just to be sure
next