libfirm
2006-07-11 Sebastian HackAdapted to exec_freq
2006-07-11 Sebastian HackAdded support for exec freq
2006-07-11 Sebastian HackAdded/modified exec freq
2006-07-11 Sebastian HackAdapted to changes in exec_freq.h
2006-07-10 Christian Würdigemit correct condition codes for xmm compares
2006-07-10 Christian Würdigfixed am candidate checker (handle special case loops...
2006-07-10 Christian Würdigadded recursion break to descent
2006-07-08 Matthias Braunfixed ll_call.c, removed fehler1.c which was a duplicat...
2006-07-08 Matthias Braunfixed more testapps
2006-07-08 Matthias Braunfixed some more testapps
2006-07-07 Matthias Braun- Normalized some more testapps
2006-07-07 Christian Würdigadded ia32_util.[ch]
2006-07-07 Christian Würdigchanged ir_printf call into DBG output
2006-07-07 Christian Würdigcommented out unused function
2006-07-07 Matthias Braun- Normalized some testprograms so that they have a...
2006-07-07 Christian WürdigBugFix: can handle Div/Mod with Memory proj now
2006-07-07 Christian Würdigadded new util module
2006-07-07 Michael BeckRemoved some warnings due to missing const
2006-07-07 Christian Würdigadded missing include
2006-07-07 Christian Würdigturn bacck source addressmode to fulfill two address...
2006-07-06 Christian Würdigfixed SSE Psi CMov (cannot use AM source)
2006-07-06 Christian Würdigremoved function parameter
2006-07-06 Christian Würdigremoved some unused variables
2006-07-06 Christian Würdigadded some debug stuff
2006-07-06 Christian Würdigfixed call lowering (determine correct call building...
2006-07-06 Christian Würdignew irg finish module
2006-07-06 Christian Würdigadded extra finish module
2006-07-06 Matthias Braun- fix problems when phi values where spilled by morgan...
2006-07-06 Sebastian HackFixed dependence walker to respect Phis
2006-07-05 Johannes SpallekMade everything new and bugfree.
2006-07-04 Adam SzalkowskiAdded max recursion depth
2006-07-04 Christian Würdigfixed load+store generation, handly symconst as base...
2006-07-04 Christian Würdigfixed const generation: create const+load for fp symconsts
2006-07-04 Christian Würdigfixed Set emitter: clear target after compare
2006-07-03 Adam Szalkowskidumping execfreqs in pressure graph
2006-07-03 Christian Würdigfixed assert condition
2006-07-03 Christian Würdiguse the correct mode for DIV
2006-07-03 Christian Würdigdo not try to kill compares on AMD architectures
2006-07-03 Christian Würdigemit missing OFFSET FLAT for symconsts (otherwise gas...
2006-07-03 Christian Würdigcopy optimization settings from isa to codegenerator...
2006-07-03 Christian Würdigfixed regalloc timer usage (use only when timing on)
2006-07-03 Matthias Braun- gcd and quicksort retrieve data from commandline...
2006-07-03 Christian Würdigadded additional timer
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
next