libfirm
2006-10-24 Christian Würdiginitial checkin of ILP scheduler, NOT FULLY IMPLEMENTED...
2006-10-24 Christian Würdigadded option to select between schedulers (list or...
2006-10-24 Christian Würdigmoved options fomr group "sched" to group "listsched"
2006-10-24 Christian Würdigadded assertin to check out edges
2006-10-24 Christian Würdigadd dependency from be_RegParam to Start node
2006-10-24 Christian Würdigadded scheduler as backend option
2006-10-24 Christian Würdigmade variable const
2006-10-24 Matthias Braunoops
2006-10-24 Matthias Braunmake statfile available to the whole backend, output...
2006-10-24 Matthias Braunwarnign fixes
2006-10-24 Matthias Braunwarnign fixes
2006-10-24 Matthias Braunwarning fix
2006-10-20 Matthias Braunstart block is allowed to have no cfop as last command
2006-10-19 Christian Würdigdo only 1024 iterations
2006-10-19 Christian Würdigadded additional directory
2006-10-18 Christian Würdigdo not omit compare for PsiCondSet, some note scheduled...
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigadded ir/opt include
2006-10-17 Christian Würdigadded #ifdef __GNUC__
2006-10-17 Christian Würdigremoved some #if 0
2006-10-17 Christian WürdigBugFix: return gcc-like names for st0-st7: %st, %st...
2006-10-17 Christian WürdigPhi as consumer of normal node is out edge
2006-10-16 Matthias Braunfewer runs for max
2006-10-16 Christian WürdigBugFix: Phi as user of normal node is no descendant...
2006-10-16 Christian Würdigfixed transformation SSE2X87 nodes
2006-10-16 Christian Würdigfixed intrinsic mapping (wrong entities were used somet...
2006-10-16 Christian Würdigonly create pushs if requested (default is on)
2006-10-16 Christian Würdigadded new option ia32-nopushargs
2006-10-13 Christian Würdigadded compile only flag to eccp (-c)
2006-10-13 Christian Würdigfixed 64Bit intrinsic mapping
2006-10-13 Christian Würdigfixed emitter (call printf foreach . line)
2006-10-13 Christian Würdigfixed endless loop
2006-10-13 Christian Würdigrecompute edges before scheduling
2006-10-13 Christian Würdigfixed constraint assurance
2006-10-13 Christian Würdigslightly extended test
2006-10-12 Matthias Braunput bespill options into separate file
2006-10-12 Matthias Braun- Improved addressmode optimisation for conv nodes
2006-10-11 Matthias Braunwarning fixes
2006-10-11 Matthias Braunwarning fixes
2006-10-11 Michael BeckUpdated the x87 simulator:
2006-10-11 Michael BeckAllow empty requierements.
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...
next