First implementation of lowering for calls with compound return values
[libfirm] / testprograms / if_while_example.c
2006-02-08 FIRM Projekt AccountFixed construction of constants (new verifyer detects...
2006-01-02 FIRM Projekt Accountrenamed NODE_VERIFICATION_* to newer FIRM_VERIFICATION_*
2005-03-11 Götz Lindenmaierfixed finalize_cons
2005-02-23 Götz Lindenmaierpn numbers
2004-12-15 Michael Beckdumper settings now always want a value
2004-08-13 Beyhannormalized names of functions, enums ...
2004-06-08 Götz Lindenmaiera bunch of comments
2004-05-03 Götz Lindenmaierrepaired removed C++ comments
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2003-11-14 Götz Lindenmaierbetter output of testprograms, warning removed,
2003-08-20 Götz Lindenmaieradded copyright info
2003-03-26 Götz LindenmaierAdapted to changes in tv and irmode
2003-02-26 Michael Beckinit_firm() takes now a parameter, the old behavior...
2003-01-21 Till Riedelchanged so that vcg output is not overwritten
2003-01-13 Sebastian Felisadded doxygen comments
2002-12-04 Matthias HeilChanged testprograms to work with new tarval interface
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-02-14 Götz Lindenmaieras always I forgot to check the testprograms ...
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...
2001-12-21 Götz LindenmaierAsserts in irvrfy that verify the mode of Proj nodes...
2001-12-10 Götz LindenmaierAdded support for constant entities. A new example...
2001-11-27 Götz Lindenmaierminor imporvements: comments, output
2001-03-14 Götz LindenmaierChanged implementation of tr module.
2001-03-13 Götz Lindenmaierend block can not be optimized away any more.
2001-03-12 Götz Lindenmaierexplored why cse makes if_while_example abort: It's the
2001-02-12 Götz Lindenmaier*** empty log message ***
2000-12-05 Götz Lindenmaier*** empty log message ***
2000-09-04 Götz Lindenmaier*** empty log message ***
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-08-16 Götz Lindenmaier*** empty log message ***
2000-07-31 Christian Schäfer*** empty log message ***
2000-07-06 Christian Schäferchanged ir_vrfy and vrfy_graph to irn_vrfy and irg_vrfy!
2000-07-06 Boris Boesleradded vrfy_graph() after maturing the end block
2000-05-16 Christian SchäferInitial revision