libfirm
2006-10-11 Michael BeckAllow empty in and out requierements for nodes
2006-10-11 Christian Würdigadded several bugfixed and code changes
2006-10-10 Christian WürdigBugFix: crashed when gen_imm_Sub got SymConst instead...
2006-10-10 Christian WürdigBugfix: add eax resp. edx proj for MulS if missing
2006-10-10 Christian Würdigfixed assertion in Const emitter (tarval mode_P and...
2006-10-10 Christian WürdigBugFix: retrieve Proj-based out flags only for datab...
2006-10-09 Michael BeckBugFix:
2006-10-09 Christian Würdigadded printf for better debugging
2006-10-09 Christian Würdigadded some testcases
2006-10-09 Christian Würdigadded another test case
2006-10-09 Christian Würdigadd dependency to barrieri if load is in start block
2006-10-09 Christian Würdigremoved memory input from consts
2006-10-09 Christian Würdigadded attribute and function to retrieve barrier from...
2006-10-09 Christian Würdigdo not schedule node having no users
2006-10-09 Matthias Braunfix blocksched for blocks with arity==0
2006-10-09 Christian Würdigomit copies from virtual registers
2006-10-09 Christian Würdigadded suppoprt for virtual registers
2006-10-09 Christian Würdigadded new register type "virtual"
2006-10-09 Christian Würdigfixed gen_Load (add Proj for unused volatile Loads...
2006-10-09 Christian Würdigfixed Proj renumbering
2006-10-07 Christian Würdigchanged printf to DBG output
2006-10-06 Christian Würdigfixed requirements for ShrD and ShlD
2006-10-06 Christian Würdigadded support for requirements: different from all in
2006-10-06 Christian Würdigfixed n_res calculation
2006-10-06 Christian Würdigfixed main structure init
2006-10-06 Christian Würdigfixed constraint insn walker
2006-10-06 Christian Würdigfixed sel entity collector
2006-10-06 Christian Würdigremoved redundant comment
2006-10-06 Matthias Braunno need to recalculate liveness and loop tree for each...
2006-10-06 Christian Würdigfixed flags
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
next