libfirm
2005-04-15 Götz LindenmaierChanged comments,
2005-03-31 Daniel GrundAdded ILP module. Integrated it. Some old TODOs in...
2005-03-31 Daniel Grundadded include
2005-03-31 Daniel GrundAdded getter for if-graph
2005-03-18 Sebastian HackBug fixes
2005-03-14 Sebastian HackAdded the bearch files to the makefile
2005-03-14 Götz Lindenmaierremoved causes for warnings
2005-03-14 Sebastian HackAdded be arch reflection/backend support infrastructure.
2005-03-02 Michael Becksupressed more warnings
2005-03-02 Michael Beckremoved C99 features
2005-03-02 Michael Beckadded needed ctype.h
2005-03-02 Michael Beckremoved C99 features
2005-03-01 Hannes Jakschitschheader file fixes
2005-02-28 Sebastian Hackadded missing files
2005-02-28 Hannes Jakschitschthe partly done generic assemblerdumper
2005-02-02 Michael Beckconfig.h added
2005-02-02 Sebastian HackFixed a typo
2005-02-01 Daniel Grund3 essential bugfixes...
2005-01-31 Sebastian HackAdded access for border_head of block.
2005-01-31 Sebastian HackFixed liveness in loops an phi functions.
2005-01-31 Daniel GrundBugfixes
2005-01-26 Sebastian HackNew internal regalloc header
2005-01-26 Michael Beckconfig.h included
2005-01-26 Michael Becklittle fix added, config.h included
2005-01-26 Sebastian HackSplitted in two phases pressure/liveness and assignment
2005-01-26 Sebastian Hackremoved ugly Windows newlines (please no more!!)
2005-01-26 Sebastian HackAdded missing inlclude
2005-01-26 Sebastian HackChanged __ to _
2005-01-26 Sebastian HackAdded spilling file
2005-01-24 Daniel GrundBugfixes
2005-01-24 Daniel Grundphi opt deactivated due to bug.
2005-01-24 Sebastian HackFixed color assignment
2005-01-24 Daniel GrundImproved phicoal/phiopt.
2005-01-24 Daniel GrundRemoved old stuff and moved phi class to ana dir.
2005-01-21 Michael Beckadded config.h
2005-01-21 Sebastian HackFixed a portability bug concerning the preprocessor
2005-01-19 Sebastian HackAdded prototype for phi_ops_interfere
2005-01-19 Daniel GrundVersion before changing to better algo.
2005-01-17 Daniel Grund*** empty log message ***
2005-01-17 Daniel Grundbugfix, removal of unneccessary code
2005-01-17 Daniel GrundComments, bugfix
2005-01-17 Sebastian HackBuild the IFG completely, if desired.
2005-01-15 Daniel Grund*** empty log message ***
2005-01-15 Daniel Grundbugfixes
2005-01-15 Daniel GrundComments, beautify, and new header
2005-01-15 Daniel GrundComments, beautify
2005-01-15 Daniel GrundHeavy changes. 1st attempt for 1-phi-algo implemented.
2005-01-15 Daniel Grundremoved call to my funcs. had to check in but couldn...
2005-01-15 Daniel GrundComments
2005-01-15 Daniel Grundfixed #ifndef _BERA_T_H
2005-01-15 Daniel Grundremoved obsolete function. fixed comment.
2005-01-13 Sebastian HackModified color assignment.
2005-01-13 Sebastian HackCall new interference function in phi_ops_interfere
2005-01-13 Sebastian HackAdded interference test function
2005-01-13 Daniel Grund*** empty log message ***
2005-01-13 Daniel Grund*** empty log message ***
2005-01-13 Daniel GrundAdded phi stat dump option
2005-01-10 Sebastian HackUncommented missing function
2005-01-08 Daniel Grundchanged localize_consts
2005-01-07 Daniel Grund*** empty log message ***
2005-01-07 Daniel Grundincluded phi stat in normal main loop.
2005-01-05 Sebastian HackMerged with checked in stuff.
2005-01-05 Sebastian HackFixed a bug.
2005-01-05 Sebastian HackElaborated ra info struct.
2005-01-05 Sebastian HackAdded used colors bitset per block.
2005-01-05 Sebastian HackFixed constant placement walker
2005-01-05 Daniel GrundAdded basics of phi optimize phase.
2005-01-05 Daniel GrundBugfix
2005-01-04 Michael Beckused enum
2004-12-23 Michael Beckused xcalloc instead of calloc
2004-12-23 Michael Beckused xcalloc instead of calloc
2004-12-22 Michael Beckmake allocation C-like
2004-12-22 Michael Beckadded some needed includes
2004-12-21 Michael Beckconfig.h added
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 construct
2004-12-17 Sebastian HackAdded workaround for end block keepalive edges.
2004-12-16 Sebastian HackAdapted to new debug interface.
2004-12-16 Daniel Grund*** empty log message ***
2004-12-16 Daniel GrundAdded more phi statistics. Fixed bug in phi congruence...
2004-12-15 Sebastian HackAdded register allocator.
2004-12-10 Daniel GrundAdded construction of phi congruence classes.
2004-12-10 Daniel GrundAdded phi statistics
2004-12-09 Florian Liekwegdo C99 compliance
2004-12-08 Sebastian HackAdded some backend stuff. nothing big, just a basis.