WS change
[libfirm] / ir / ir /
2004-07-07 Florian LiekwegWS change
2004-07-06 Beyhanadded type field to symconst
2004-07-06 Götz Lindenmaierbetter hasah for symconst
2004-07-06 Beyhannew SymConst semantics
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-07-05 Götz Lindenmaieroptimized construction of const nodes: time critical...
2004-07-01 Michael BeckFixed Dic/Mod nodes optimized more than once, optimizat...
2004-07-01 Götz Lindenmaiercomments
2004-06-30 Michael BeckType size can now be in bits or bytes
2004-06-30 Michael Beckis_mode should not assert, as it is used in the dumper
2004-06-30 Michael Beckimproved dumper, checks more modes now...
2004-06-30 Michael BeckTwo much bad messages for good nodes were produced :-)
2004-06-29 Michael BeckAlignment of modes is now specifyed in bits
2004-06-25 Florian Liekwegrefine free_irg to avoid breakage in set_ent_irg
2004-06-25 Michael Beckirgraph: can be interrogated for initial mem
2004-06-24 Michael BeckAn ir_node may be even smaller than a struct ir_node...
2004-06-24 Götz Lindenmaierphase handling
2004-06-21 Götz LindenmaierBugfix: lost starting loop in endless recursions.
2004-06-18 Florian Liekweg/* nix */
2004-06-18 Götz Lindenmaierphi construction for fragile ops repaired
2004-06-18 Götz Lindenmaiergrrrrrrrr.
2004-06-18 Götz Lindenmaierremove self referencing blocks if cf is Cond
2004-06-18 Götz Lindenmaierremoved a final bug in inlineing, now scc and all follo...
2004-06-18 Michael BeckFixed dead loops (hopefully) the last time
2004-06-18 Götz Lindenmaierstill trying to fix irscc error
2004-06-17 Götz Lindenmaiervarious bugfixes for the unreachable loop problem
2004-06-17 Götz Lindenmaierremove self referencig cotrol loop by turning into Bad
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-17 Florian Liekwegir_graph.n_outs fenced into DEBUG_libfirm
2004-06-17 Florian LiekwegMade exchange more robust
2004-06-16 Michael BeckAdded option to switch of precise exception context
2004-06-16 Michael Beckrename dump_node to dump_irn because of gcc :-(
2004-06-16 Michael BeckAdded pn_Call_max
2004-06-15 Götz Lindenmaierbugfix
2004-06-15 Götz Lindenmaierremoved comments
2004-06-15 Götz Lindenmaiercolors of edges form Id nodes
2004-06-15 Götz Lindenmaieradded new compiler optimization flag
2004-06-15 Götz Lindenmaieraccess routines
2004-06-15 Götz Lindenmaiereven less Phis
2004-06-15 Michael Beckfixed DivMod optimization
2004-06-15 Michael Beckadded doxygen comment
2004-06-15 Michael BeckMore inlining functions
2004-06-15 Michael BeckNew inlining schema implemented:
2004-06-15 Götz Lindenmaierremoved debug output
2004-06-15 Götz Lindenmaiermore optimizations
2004-06-15 Götz Lindenmaieroptimizing more Phi nodes during construction
2004-06-14 Michael Beckallow floating points types to be registered
2004-06-14 Götz Lindenmaier*** empty log message ***
2004-06-12 Florian LiekwegDebug instrumentation for outedges --flo
2004-06-11 Götz Lindenmaierblock based backedbes
2004-06-09 Götz Lindenmaierall rd functions commented
2004-06-09 Götz Lindenmaiercomment
2004-06-09 Götz Lindenmaieradded comments
2004-06-08 Götz Lindenmaiera bunch of comments
2004-06-08 Michael Beckadded stat/opt directory
2004-06-08 Michael Beckremoved assertions for Cond(!= mode_b)
2004-06-08 Michael Beckget_Cond_defaultProj() function added
2004-06-08 Michael Becktail recursion flag added
2004-06-08 Michael BeckTail recursion flag added
2004-06-08 Michael BeckAdded code for identifying defProj's
2004-06-04 Andreas Schössercg_opt now frees interprocedural loop information autom...
2004-06-02 Michael BeckDon't walk over external allocated entities graph,...
2004-06-01 Michael BeckFixed inline_leave_funtions(): can now handle recursive...
2004-06-01 Michael BeckFixed inlining (wrong substitution :-(, fixed wrong...
2004-06-01 Michael Beckused enum values for Tuple creation
2004-06-01 Michael BeckFixed doxygen comments
2004-06-01 Michael BeckAdded istatistic hooks for dead node elimination
2004-05-27 Michael BeckAdd temporary fix code for unsupported inlining cases...
2004-05-27 Michael Beckadded hook for free_ir_graph(), explicitely transmit...
2004-05-26 Michael Beckfixed indentation
2004-05-26 Michael Beckdoxygen comments fixed
2004-05-26 Michael Beckstatistic function hooks added
2004-05-26 Michael BeckDBG_OPT_ALGSIM0 and DBG_OPT_ALGSIM1 calls added
2004-05-26 Michael Beckdoxygen comments fixed,
2004-05-26 Michael BeckAdded statistic function hook for turn into Id
2004-05-26 Michael BeckDBG_OPT_ALGSIM0 macro for constant evaluation added...
2004-05-26 Michael BeckFixed doxygen comment
2004-05-19 Götz Lindenmaieradded flags for ip outs state
2004-05-19 Götz Lindenmaierbugfix
2004-05-18 Florian Liekweg** Test f"ur iro_Load erweitert
2004-05-17 Michael Beckenhanced robustness: don't crash on NULL modes
2004-05-07 Götz Lindenmaieradded test for cast
2004-05-04 Götz Lindenmaierremember all end nodes in irg for dumping convenience.
2004-05-04 Götz Lindenmaieradded empty method implementations -- necessary for...
2004-05-03 Andreas SchösserStandalone loop tree dumper was broken!
2004-05-03 Götz Lindenmaierconfugure for heapanal: bugfix
2004-04-30 Götz Lindenmaieradded configure support for heap analyses
2004-04-29 Florian LiekwegRemoved C++-Style comments --flo
2004-04-29 Götz Lindenmaierinline stuff
2004-04-29 Michael BeckRemoved depency of USE_GCC_INLINE, fixed inlining ...
2004-04-29 Götz Lindenmaierremoved debg output
2004-04-29 Götz Lindenmaierfix for firmjni
2004-04-28 Götz Lindenmaiermake libfirm faster
2004-04-28 Florian LiekwegFixed 'inline' lossage --flo
2004-04-28 Florian LiekwegFixed gcc warnings --flo
2004-04-27 Götz Lindenmaierstate handling for loops
2004-04-27 Götz Lindenmaierproper setting of preprocessor flag
2004-04-27 Florian LiekwegAdded .cvsignore files --flo
2004-04-27 Florian LiekwegFixed ir/ana/irouts.c ir/ir/ircons.h ir/ir/irdump.c...
2004-04-27 Florian Liekweg*** empty log message ***
next