made allocations C-like
[libfirm] / ir / ana / irouts.c
2004-12-22 Michael Beckmade allocations C-like
2004-12-02 Michael Beckfixed config.h include
2004-11-16 Beyhanimproved strength reduction
2004-11-10 Michael Beckindentation fixed
2004-11-05 Florian Liekwegcopied comment to where it might be useful
2004-09-15 Michael Becklittle optimization
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-25 Florian Liekwegremoved some error checking to avoid errors
2004-06-17 Florian LiekwegFenced n_outs and out_valid into DEBUG_libfirm
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-14 Götz Lindenmaierbugfixesbug
2004-06-14 Michael BeckReplaced bzero and fixed type
2004-06-12 Florian LiekwegDebug instrumentation for outedges --flo
2004-06-08 Götz Lindenmaiera bunch of comments
2004-05-19 Götz Lindenmaierfreeing of outs datastructures improved, mem leak removed
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-27 Götz Lindenmaierbugfix
2004-04-27 Florian LiekwegFixed ir/ana/irouts.c ir/ir/ircons.h ir/ir/irdump.c...
2004-04-22 Till Riedelminor fixes
2004-04-02 Andreas SchösserImplemented the computation of outedges in interprocedu...
2004-03-12 Andreas SchösserImplemented computation of out edges for interprocedura...
2004-02-27 Götz Lindenmaiersome simple optimizations for execution speed
2004-02-18 Andreas SchösserImplemented "compute_ip_outs" which computes out edges...
2003-11-21 Michael BeckAdded config.h
2003-08-19 Götz LindenmaierAdded copyright headers
2003-01-27 Michael BeckFixed function pointer declarations (and make identical...
2003-01-13 Sebastian Felis*** empty log message ***
2002-12-19 Götz LindenmaierAdded static to many static routines
2002-11-04 Götz Lindenmaiernormalized various syntactic constructs for firm jni.
2002-07-05 Götz LindenmaierCode review to compile with -ansi
2002-07-03 Götz LindenmaierChanges to avoid compiler warnings.
2002-06-11 Götz Lindenmaierunused var removed
2002-04-26 Götz LindenmaierBugfix in get_Block_cfg_out: treatment of keep alive...
2002-02-28 Götz Lindenmaierblock walk in irouts.
2002-02-14 Götz Lindenmaierminor changes to help with making the ajacs-jikes backend
2002-02-13 Florian Liekwegfixed bug in equivalent_node (store/store elimination...
2002-01-31 Götz Lindenmaier New directory: ana for analyses. Adapted configure...