libfirm
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael Beckremoved unnecessary include
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckTypo fixed.
2007-04-26 Michael BeckBugFix: rbitset_alloca() cannot be implemented as a...
2007-04-26 Michael BeckTypo fixed
2007-04-26 Michael BeckFixed includes.
2007-04-26 Michael BeckMore doxygen comments added
2007-04-26 Michael BeckMore doxygen comments added
2007-04-26 Michael BeckFixed ASCII art :-)
2007-04-26 Michael Beckremoved unnecessary include
2007-04-26 Michael Beckdoxygen comments added
2007-04-26 Michael Beckincomplete offset calculation added
2007-04-26 Michael Beckfixed fprintf
2007-04-26 Christian Würdigchache interfering neighbours for speed reasons
2007-04-26 Michael BeckFixed the fix for the memory leak
2007-04-26 Michael BeckFixed memory leak
2007-04-26 Michael BeckUsed unsigned arithmitic to speed up /
2007-04-26 Michael BeckMemory leak fixed
2007-04-26 Matthias Braunadded license information, cleaned up doxygen comments
2007-04-26 Michael BeckMemory leak fixed
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Michael BeckFixed bad memory leak:
2007-04-26 Matthias Braunadd license information
2007-04-26 Matthias Braunadd license info to ana2
2007-04-26 Michael BeckEnsure that allocated sets are freed in post_spill()
2007-04-26 Michael Beckmoved iterator allocation outside loop
2007-04-26 Michael BeckBugFix: get_next_neighbour(): free the nodeset allocate...
2007-04-26 Michael BeckRenamed all this into self for C++ compatibility
2007-04-26 Michael Beckadded comment
2007-04-26 Matthias Braunadded license infos
2007-04-26 Michael BeckBugFix:
2007-04-26 Matthias Braunlicense note added, cleaned up per-file doxygen comment...
2007-04-25 Michael BeckNew files added
2007-04-25 Michael BeckBugFix: use the maximum as the comments says, NOT the...
2007-04-25 Michael BeckBugFix: sort affinity edges by its weight
2007-04-24 Michael Beckadded more comments
2007-04-23 Michael Beckdo not coalesce ignore nodes: additional case fixed
2007-04-23 Michael Beckallow character mode constants
2007-04-23 Michael BeckFixed: gen_Proj_be_Call() handles only data Projs ...
2007-04-23 Michael Beckdecorate_win32_c_fkt() now gets the initial id as a...
2007-04-23 Michael BeckAllow casts from character mode in the same way as...
2007-04-23 Michael Becksimplified mode_is_data()
2007-04-23 Matthias Braunimprove/fix wrong alignment in block emitting
2007-04-20 Christian Würdigadded copyheur3 init
2007-04-20 Christian Würdigkey is int again
2007-04-20 Christian Würdigadded debug stuff
2007-04-20 Matthias Braunassert that in and out entities of memperms have the...
2007-04-20 Matthias Braunfix wrong registers assigned to some float constants
2007-04-20 Matthias Braunadded testprogs from ack compiler
2007-04-20 Christian Würdigfixed some Bugs
2007-04-19 Christian Würdigsome minor bugfixes
2007-04-19 Matthias Braunuse own mode for fpcw, fix constants for shift, xmm...
2007-04-19 Christian Würdigfixed off-by-one error
2007-04-19 Christian Würdigfixed more signed vs unsigned warnings
2007-04-19 Christian Würdigremoved unused include
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-19 Christian Würdigfixed signed vs unsigned warning
2007-04-19 Christian Würdigadded new heur4
2007-04-19 Christian Würdigfinished implementation, will compile but is untested yet
2007-04-19 Matthias Braungenerate C89
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigadded cast to avoid compiler warning
2007-04-19 Christian Würdigchanged key to double
2007-04-19 Christian Würdigfixed CRLF
2007-04-19 Andreas SchösserTransformation from ProjIs to ProjIu now also works...
2007-04-19 Matthias Braunanother fix
2007-04-19 Matthias Braunfix
2007-04-19 Matthias Braunrevert accidentaly mode change of xmm registers
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-19 Matthias Braunbespilloc is outdated, unfinished and broken. You can...
2007-04-18 Michael Beckbe_node_get_irn_reg(): nodes of mode_T do NOT return...
2007-04-18 Michael BeckFixed misplaced assert
2007-04-18 Matthias Braunnew pset implementation
2007-04-18 Matthias Braunforgot to add this back
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-04-18 Matthias Braunsome workaround to avoid condeval creating Phibs which...
2007-04-18 Christian Würdiginitial checkin of priority queue implementation
2007-04-18 Christian Würdiginitial checkin of heur4
2007-04-18 Christian Würdigremoved unused include
2007-04-16 Matthias Braunadded some special cases so spilled unknown get handled...
2007-04-16 Matthias Braun- Fix address_mode optimizer not removing nodes
2007-04-16 Christian Würdigfixed assure constraint (skip Proj)
2007-04-16 Christian Würdigremoved unitialized used vartiable
2007-04-16 Michael Beckmissing files added
2007-04-16 Michael Beckremoved obsolete irphase.h
2007-04-10 Christian Würdigadded newline at end of file
2007-04-10 Michael Beckremoved double ir_phase definition
2007-04-10 Michael Beckirg_reg_walk_func() added
2007-04-10 Michael Beckadded ir_region and ir_reg_tree
2007-04-10 Michael Beckadded natural loop
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckadded initialization of block attributes
2007-04-09 Michael Beckadd structural region attribute to block nodes
2007-04-09 Michael Beckfixed IfThen
2007-04-09 Michael Beckcomments added
2007-04-09 Michael Beckremoved flexible array and set, use lists in implementation
next