libfirm
2007-02-08 Matthias Braunadd be_is_SubSP and fix some oparities
2007-02-08 Matthias Braunmake code a bit more readble
2007-02-08 Matthias Braunsupport empty emitter (in contrast to no emitter if...
2007-02-07 Matthias Braunreturn 0
2007-02-07 Matthias Braunreturn 0
2007-02-07 Matthias Braunreturn 0
2007-02-07 Michael Beckvandrunen exmple
2007-02-07 Michael Beckfixed dump_compound_init again, still bitfield problems
2007-02-07 Michael BeckPhi example
2007-02-07 Christian WürdigUnknowns don't need a register assigned
2007-02-07 Michael Beckconversion test
2007-02-07 Christian Würdigadded fix for be_dump (start with 1 when suffix is...
2007-02-07 Michael Beckfixed dump_compound_init again
2007-02-07 Michael Beckdump_compound_init(): can handle initialiezer bigger...
2007-02-07 Matthias Braunfix backend script generating wrong oparity
2007-02-07 Michael Beckrenamed type entity to new ir_entity
2007-02-07 Michael Beckspeed up iteration
2007-02-07 Matthias Braunfix testapp
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-02-06 Christian Würdigdo not schedule Unknown
2007-02-05 Matthias Braunimprove and fix some test apps
2007-02-05 Matthias Braunset frame of reloads to bad when killing them
2007-02-05 Matthias Braunmagic only needed in debug mode
2007-02-02 Christian Würdigonly schedule Projs having at least one user
2007-01-31 Michael Beckreorder some expressions to reduce register usage
2007-01-31 Michael Beckbe_remove_empty_blocks() now return non-zero if the...
2007-01-31 Michael Beckbe_remove_empty_blocks() now return non-zero if the...
2007-01-31 Michael Becktypo fixed
2007-01-31 Michael Beckremoved unused parameter pos
2007-01-31 Christian Würdigchanged some default values (dead vs alive node constra...
2007-01-31 Christian Würdigadded some debug output
2007-01-30 Matthias Braunreconstruct looptree for belady spiller when needed
2007-01-30 Matthias Braunno need for bechordal_env in spiller interface anymore
2007-01-30 Matthias Brauncorrectly remove some nodes from graph in beabi, thus...
2007-01-30 Matthias Braunrelax outedge verifier a bit: anchor nodes are actually...
2007-01-29 Michael Becktypo fixed
2007-01-29 Michael BeckUpdated for new architecture
2007-01-28 Christian Würdigextended lpp-matrix statistics
2007-01-27 Christian Würdigremoved debug setmask
2007-01-26 Christian Würdigre-added stack pointer to spills and reloads
2007-01-26 Christian Würdigadded additional dump
2007-01-26 Christian Würdigmoved macro to iterate over link field from beilpsched...
2007-01-26 Christian Würdigfix stack nodes only once if spiller is provided by...
2007-01-26 Michael Beckfixed #if PLUGIN_IR_BE_STA
2007-01-25 Michael BeckOpcodes for rss_Sink and rss_Source are created only one
2007-01-25 Michael Beckrenamed opcode to ir_opcode
2007-01-25 Michael Beck- speed up sched_skip()\n- fix and add doxygen comments
2007-01-25 Michael Becknew_nodeset_default() added
2007-01-25 Michael Beck- dominance frontier now uses lists instead of sets...
2007-01-24 Christian Würdigbe_add_remat does not take register class any longer...
2007-01-24 Christian WürdigBugFix: when a node in schedule got exchanged, it is...
2007-01-24 Christian Würdigadded: one can set register class of a be_node to NULL...
2007-01-24 Christian Würdigadded some comments
2007-01-24 Christian Würdigif a node input has none as requirement, it is given...
2007-01-24 Christian Würdigadded "none" option for chordal dumping
2007-01-24 Christian Würdigset default register class of call address to SP class...
2007-01-24 Matthias Braunmake projs of calle/caller save register and call retur...
2007-01-24 Matthias Braunassure doms when calculating liveness
2007-01-19 Christian WürdigUnknowns don't need to be scheduled
2007-01-19 Christian Würdigadded CVS id
2007-01-19 Christian Würdigcheck constraints only for scheduled nodes
2007-01-19 Christian Würdigfix Unknown handling
2007-01-19 Christian Würdigadded new abi callback (fix stack phis)
2007-01-16 Christian Würdigadded be_kill_node function
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-16 Michael BeckFixed output on different compilers
2007-01-15 Christian Würdigremoved debugging printf
2007-01-15 Christian Würdigremoved dependencies on chordal_env
2007-01-15 Christian Würdigfixed wrong heights_recompute (block walk inside block...
2007-01-13 Christian Würdigremoved chordal_env from be lowering
2007-01-12 Michael BeckFixed for GCC and MS
2007-01-12 Matthias Braunmake spillremat independent from chordal_env
2007-01-12 Christian Würdigspecial case handling for startblock succesor no longer...
2007-01-12 Christian Würdigplace an explicit jump into the start block
2007-01-12 Matthias Braunadded some comments
2007-01-12 Matthias Braunmake belady and morgan spillers independent from chorda...
2007-01-12 Matthias Braunfix warnings
2007-01-12 Matthias Braunreverted my last fix attempt and just commented out...
2007-01-11 Matthias Brauntry to fix remat spiller for cases where the inverse...
2007-01-11 Christian Würdigadded function to get frame offset
2007-01-11 Christian Würdigremoved empty line
2007-01-11 Christian Würdigcall can now produce ignore registers
2007-01-11 Christian Würdigadded comment
2007-01-11 Matthias Braunno need for a custom put_ignore_regs in bechordal_main
2007-01-11 Matthias Braunthere is no be_chordal_open anymore, don't call init_ar...
2007-01-11 Matthias Braunsome cleanups to ifg code, move ifg specific code to...
2007-01-11 Matthias Braunsta is not there by default
2007-01-11 Christian WürdigBugFix: callback must return true if everything was ok
2007-01-10 Michael BeckAdd missing $ for CVS keyword expansion
2007-01-10 Matthias Braunfix my latest committ
2007-01-10 Matthias Braunisas and spillers register themselfes in the module...
2007-01-10 Matthias Braunfix
2007-01-10 Matthias Braunwarning fix
2007-01-10 Christian Würdigadd nodes remated by backend into schedule
2007-01-10 Matthias Braunadded possibility to place explicitely rematted nodes...
2007-01-10 Christian Würdigconsider node latency now when sorting nodes for scheduling
2007-01-10 Christian Würdigadded function declaration
2007-01-05 Christian Würdigadded missing include
2006-12-22 Michael Beckadded missing commend_string_end
2006-12-22 Michael Beckremoved deprecated function
next