Fixed funcCall parameter offset
[libfirm] / ir / ir /
2004-07-21 Michael BeckFixed funcCall parameter offset
2004-07-20 Michael Beckdoxygen cokmnets updated
2004-07-20 Michael Beckadded prototypes from irgwalk_blk.c
2004-07-20 Michael Beckirgwalk_blk.c added
2004-07-20 Michael Beckadded comments, removed out-commented code
2004-07-15 Hannes Jakschitsch*** empty log message ***
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Florian Liekwegbraces, whitespace
2004-07-13 Beyhanremoved empty entries from arrays
2004-07-13 Michael BeckDeactivated WAR opts
2004-07-12 Michael BeckFixed function naming
2004-07-12 Götz Lindenmaierbugfix: too many stores removed
2004-07-12 Götz Lindenmaierfix for firmjni
2004-07-08 Götz Lindenmaiervarious changes to get firm faster
2004-07-08 Michael Becked ircons_t.h now
2004-07-08 Michael Beckverify is NOT done in RELEASE mode, add inline header
2004-07-08 Michael Beckused ircons_t.h now
2004-07-08 Michael BeckAdded Load-after-Store and Store-after-Store optimizati...
2004-07-08 Michael BeckAdded DBG_OPT_RAW (Read after write optimization)
2004-07-08 Michael Beckchanged last assert into ASSERT_AND_RET
2004-07-08 Götz Lindenmaier*** empty log message ***
2004-07-07 Michael Beckfixed position parameters for the default_initialize_lo...
2004-07-07 Florian Liekwegtolerate Bad nodes in cg_walk
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
next