remove #ifdef HAVE_CONFIG_Hs
[libfirm] / ir / common / firm.c
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config includes removed
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-08-24 Michael Beckmore tarval cleanup
2008-07-31 Sebastian BuchwaldFixed revision 20864.
2008-07-31 Sebastian BuchwaldCall firm_be_finish, but who calls me?
2008-05-30 Michael Beck- no more be_init(): backend is initialised in init_firm
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-05 Michael Beckswitch scalar replacement to new style debug output
2008-04-05 Michael Beck- init function for inlining added
2008-03-03 Michael Beck- renamed init_cons() to firm_init_cons()
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-01-02 Michael Beckupdate copyright message
2007-12-10 Michael Beck- use firm debug facility instead of old verbosity
2007-12-04 Matthias Brauntry to not make public API dependent on WITH_LIBCORE
2007-10-04 Matthias Braunfirm revision and build changed to strings
2007-09-11 Matthias Braunmul fix
2007-07-20 Matthias Braunadd missing includes, makefile updates
2007-07-20 Matthias Brauntypo fix
2007-07-20 Matthias Braunautomake updates, set version number from configure...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-11 Michael Becktypo fixed
2007-04-26 Matthias Braunadded license information, cleaned up doxygen comments
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-20 Matthias Braunreindent
2006-12-11 Matthias Braun- Several warning fixes
2006-11-17 Christian Würdigmoved ycomp debugger extension init to edg frontend
2006-11-17 Christian Würdigadded firm_ycomp debugger extension
2006-10-05 Michael Beckfirm_init_options() is now a separate function that...
2006-08-01 Sebastian HackAdapted to changes in libcore
2006-07-31 Michael Beckmoved reading of ini file to libcore
2006-07-31 Sebastian HackAdded ini file support
2006-07-26 Sebastian HackActivated ini file parsing for libcore.
2006-04-03 Michael Beckrenamed init_hooks() and init_stat() into firm_*()
2006-03-22 Michael BeckThe ir_op's are stored inside the irp, so don't kill...
2006-03-18 Michael Becktarval_init_1() expects now the null_value. Bad things...
2006-02-22 Michael Beckadded firm version number
2005-12-02 Sebastian HackRemoved call to lc_opt_init
2005-11-30 Sebastian HackAdded opts initialization
2005-11-24 Sebastian HackAdded options handlingof libcore
2005-11-08 Michael Beckthe calling conventions are now part of the type (as...
2005-10-17 Michael Beckadded default calling convention
2005-10-12 Michael Beckdebugger extension added
2005-08-24 Michael BeckBugFix:
2005-08-11 Michael Beckrenamed init_type() to firm_init_type() with additional...
2005-08-03 Michael Becksplit init_ir_prog() so part 1 can be called before...
2005-06-08 Michael Becktypo fixetypo fixed
2005-03-30 Michael Beckarch ops initialized
2005-02-14 Michael Beckrenamed init_reflect
2005-02-10 Sebastian HackAdded support for out edges
2005-01-11 Michael Beckadded call to init_hooks
2004-12-02 Michael Beckfixed config.h include
2004-11-10 Götz Lindenmaieradded init_entity
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-10-22 Michael Beckchanged constant names
2004-10-06 Michael Beckenable all architecture dependant optimizations by...
2004-10-04 Sebastian HackAdded initializer for the architecture dependent optimi...
2004-09-27 Michael BeckAdded a "virtualization" layer for the ident module.
2004-09-14 Sebastian HackAdded reflection initialization
2004-09-02 Michael Beckadded options to statistic functions
2004-08-13 Götz Lindenmaieradded includes
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaierinclude callgraph header
2004-07-20 Michael BeckAdd parameter struct to init_firm()
2004-07-16 Michael Beckadded needed header
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-06-11 Götz Lindenmaiertype identify
2004-06-08 Michael Beckstatistic module needs idents now
2004-05-26 Michael Beckinitialization of sttaistic modul added
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-26 Götz Lindenmaieradded routines to free memory
2003-08-19 Götz Lindenmaieradded copyright information
2003-08-19 Götz LindenmaierAdded copyright headers
2003-06-23 Till Riedelelimated warnings
2003-06-18 Götz LindenmaierAdded support for passing compound types by value.
2003-05-01 Till Riedelremoved xprint stuff completely
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-02-26 Michael Beckinit_firm() has now a parameter default_initialize_loca...
2003-02-25 Götz LindenmaierAdded initialization of irgraph module
2003-01-13 Sebastian Felis*** empty log message ***
2002-07-03 Götz LindenmaierAvoiding more warnings.
2001-11-28 Boris Boesler*** empty log message ***
2001-05-28 Götz LindenmaierRemoved bug in xgprintf.c
2001-03-14 Götz LindenmaierChanged implementation of tr module.
2001-03-05 Boris Boesleradded
2000-11-30 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-08-25 Götz Lindenmaier*** empty log message ***
2000-07-10 Götz Lindenmaier*** empty log message ***
2000-07-05 Götz Lindenmaier*** empty log message ***
2000-05-31 Christian Schäfer*** empty log message ***
2000-05-16 Christian SchäferInitial revision