fixed CRLF
[libfirm] / ir /
2007-02-09 Christian Würdigadapted to phiclass changes (is a phase now, based...
2007-02-09 Christian Würdigmade phiclass an ir_phase object
2007-02-08 Matthias Braun- avoid unnecessary edges recomputation
2007-02-08 Matthias Braundon't make ignore registers automatically callee-save...
2007-02-08 Matthias Braunloose some restrictions in the ir verifier if the irg...
2007-02-08 Matthias Braunnever set the startblock to bad (even without the self...
2007-02-08 Matthias Braunreformatted/improved some testapps
2007-02-08 Matthias Braunalso walk dependencie edges in outedges verifier
2007-02-08 Matthias Braunreformatted
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 Michael Beckdump more -assert graphs
2007-02-07 Michael Beckdoxygen docu added
2007-02-07 Matthias Braunreturn 0
2007-02-07 Matthias Braunreturn 0
2007-02-07 Matthias Braunreturn 0
2007-02-07 Michael BeckBugFix: TLS variables are Sels, not SymConst
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 Beckdo not optimize dead blocks preventing endless loops ...
2007-02-07 Michael Beckdump_compound_init(): can handle initialiezer bigger...
2007-02-07 Matthias Braunfix some oparities in firm
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 Michael BeckBugFix: if a Load-after-Load is a hidden Conv, Conv...
2007-02-06 Michael BeckChanged handling of switch-Conds. Now collected and...
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-02-06 Matthias Brauncompute_compound_graph_indices is no more
2007-02-06 Christian Würdigsupport negative number, so we can set all bits of...
2007-02-06 Christian Würdigassert if someone tries to exchange a node with itself
2007-02-06 Christian Würdigdo not schedule Unknown
2007-02-05 Michael BeckBugFix: wrong ()
2007-02-05 Matthias Braunimprove and fix some test apps
2007-02-05 Matthias Braunuse ir_vfprintf in the panic() function
2007-02-05 Matthias Braunadd an is_Quot function
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 Michael Beckadd signed and unsigned eq modes for reference modes
2007-02-02 Christian Würdigonly schedule Projs having at least one user
2007-02-02 Matthias Braunentity is ir_entity now
2007-02-02 Matthias Braunentity is ir_entity now
2007-02-02 Michael Beckreformatted
2007-02-02 Michael Beckremoved the old entity type
2007-02-01 Michael Beckadd local and parameter rule
2007-02-01 Michael Beckfixed missing sizeof ...
2007-01-31 Michael Beckreformated
2007-01-31 Michael Beckremoved unused data/functions, reformated
2007-01-31 Michael Beckfixed dumping of callgraph if execution frequency is...
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-31 Matthias Braunadd an is_CopyB
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 Braunenable edge calculation for all anchor nodes
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 Beckcombined two allocations
2007-01-29 Michael Becktypo fixed
2007-01-29 Michael BeckUpdated for new architecture
2007-01-29 Matthias BraunFixed bad memset, which didn't correctly initialize...
2007-01-28 Christian Würdigextended lpp-matrix statistics
2007-01-27 Christian Würdigremoved debug setmask
2007-01-27 Christian WürdigChange: lexer accepts now identifiers composed of any...
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 Matthias Braunadd pset.c to avoid strange hackery in Makefiles
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 Beckdoxygen comment updated
2007-01-25 Michael BeckFixed wrong assert
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-25 Michael Beckfixed decimal number parsing
2007-01-24 Michael Beckoverkill: add parser, allowing ; to separate commands :-)
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 Christian Würdigadded missing include irnode.h
2007-01-24 Christian Würdigclear inside irgwalk flag when dumping (otherwise we...
next