libfirm
2006-10-06 Christian Würdigadded support for separate outflags
2006-10-06 Christian Würdigfixed indent
2006-10-05 Michael BeckDo not allow algorithms heur3 and ilp if not compiled in
2006-10-05 Adam Szalkowskienumaration of possible enum values is now done by...
2006-10-05 Christian Würdigfixed missing include
2006-10-04 Matthias Braunfix
2006-10-04 Matthias Braunforgot to add beblockschedule to makefile
2006-10-03 Christian Würdigreturn real x87 register (st0-st7) if node is patched...
2006-10-03 Christian Würdigremoved firm proj num translation function, existing...
2006-10-02 Michael BeckC99 feature removed
2006-09-30 Matthias Braunfixes, use new blockscheduler
2006-09-30 Matthias Braun- Added 2 new blockschedulers, a greedy algorithm and...
2006-09-28 Sebastian HackInserting copies for constrained inputs which have...
2006-09-28 Christian Würdigadded support for joker register
2006-09-28 Christian Würdigfixed serialization: cfops are not allowed as serializa...
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Michael Beckfixed type name
2006-09-27 Michael Beckrenamed exec_freq_t to ir_exec_freq
2006-09-27 Christian Würdigallow register of type joker
2006-09-27 Christian Würdigadded register type joker
2006-09-27 Christian Würdigmade unknown a joker register
2006-09-27 Christian Würdigdo not add dependency edges for Keeps and Barriers
2006-09-27 Matthias Braundon't emit +0 offsets
2006-09-26 Christian Würdigdo not make memory operands dependend on number of...
2006-09-26 Christian Würdigcheck for BAD input
2006-09-26 Christian Würdigset correct noreg register when assimilating loads
2006-09-26 Christian Würdigremove keepalive edge
2006-09-26 Matthias Braunmore handoptimisation
2006-09-26 Christian Würdigfixed descendant collector, causing an endless loop...
2006-09-26 Matthias Braunfix regdiff
2006-09-25 Christian Würdigtweaked heuristic selector
2006-09-25 Christian Würdigmake memory nodes immediatly ready
2006-09-25 Christian Würdigfixed dvg update
2006-09-25 Christian Würdigset correct register for SetST0
2006-09-25 Christian Würdigfixed SetST0 register settings
2006-09-25 Matthias Braunfix bad modes for some Float2Int convs
2006-09-25 Christian Würdigfixed bipartite decomposition
2006-09-25 Christian Würdigadded descendent walk visited flag, due to Phi loops
2006-09-25 Christian Würdigadded options
2006-09-25 Christian Würdigmoved scheduler options to scheduling module
2006-09-22 Christian Würdigfixed SSE returns
2006-09-21 Christian Würdigset register for SetST0 on creation
2006-09-21 Christian Würdigremoved is_Start macro, there exists a firm function now
2006-09-21 Christian Würdigadded missing include
2006-09-21 Christian Würdigchanged behaviour, use real nodes instead of projs
2006-09-21 Christian Würdiginvalidate outs when removing empty blocks
2006-09-21 Michael BeckFixed warning
2006-09-20 Matthias Braunmore tweaking...
2006-09-20 Matthias Braunforgot to committ this
2006-09-20 Matthias Braun- Properly support AM for push and pop nodes
2006-09-20 Matthias Braunextend verifier to check all register constraints
2006-09-20 Christian Würdigremoved debug mask set
2006-09-20 Christian Würdigadded rss scheduling preparation
2006-09-20 Christian Würdigfinalized code
2006-09-20 Christian Würdigadded scheduling preparation switch
2006-09-20 Christian Würdigadded macro to retirve register class name
2006-09-20 Matthias Braunimprove alignment emitting for athlon
2006-09-20 Matthias Braunsmarter policy for emitting alignments
2006-09-20 Matthias Braunfix typo
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-09-20 Matthias Braunsort spill candidates by spill costs in morgan spiller...
2006-09-20 Michael Beckspeed up a bit
2006-09-20 Michael Beckremoved useless my_skip_Proj()
2006-09-20 Michael BeckWhen the Pop instruction is handled, only change the...
2006-09-20 Michael Beckbe_abi_omit_fp() added
2006-09-19 Michael BeckFixed generation of Pop with frame pointer enabled
2006-09-19 Matthias Braunxchg is slow on athlons, so use 3 xors instead
2006-09-18 Matthias Braunfix warnings
2006-09-18 Matthias Braundo aggressive addressmode optimisation
2006-09-18 Matthias Braunemit less alignment on athlon
2006-09-18 Michael BeckIA32: align the stack at 32bit
2006-09-18 Matthias Braunfix
2006-09-18 Matthias Braunphis are really uses in the pred blocks and not in...
2006-09-18 Michael Beckdo not matrialize nodes with two results
2006-09-18 Michael BeckAdded support for include files
2006-09-18 Michael Beckfixed type handling for circular dependencies
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-17 Michael BeckAdded support for SymConst(ofs_ent)
2006-09-15 Christian Würdigcompleted code, added tons of bugfixes but still not...
2006-09-15 Michael BeckFixed build without libcore
2006-09-15 Michael BeckFixed be_ra_t structure if libcore is deactivated
2006-09-14 Matthias Braunfix unused loads removing, fix warning
2006-09-14 Michael BeckPush/Pop/AddSP/SubSP always modify ESP
2006-09-14 Michael Beckadd code to handle character modes for Unknoen node
2006-09-14 Matthias Braunwarning fix
2006-09-13 Matthias Braunfixes to compile with -O0
2006-09-13 Matthias Braunfix typo
2006-09-13 Michael Beckadded support for static variables
2006-09-13 Michael BeckFixed order of function parameters, enabled stabs by...
2006-09-13 Christian Würdiginitial checkin of rss scheduler (still unfinished!)
2006-09-13 Michael Beckupdated debugging support
2006-09-13 Michael Beckadd local vars (crashes gdb yet :-(
2006-09-13 Michael Beckadd option to switch stabs support on/off
2006-09-13 Matthias Braunstore bug
2006-09-13 Matthias Braunremove debug printf
2006-09-13 Matthias Braunremove debug printf
2006-09-13 Matthias Braunfix
next