libfirm
2004-07-08 Michael BeckRemoved old and unused debug.[ch] support
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 Beckadded constant for Read-After-Write optimization
2004-07-08 Michael Beckchanged last assert into ASSERT_AND_RET
2004-07-08 Götz Lindenmaierinlinening of functions
2004-07-08 Götz Lindenmaier*** empty log message ***
2004-07-07 Michael Beckfixed position parameters for the default_initialize_lo...
2004-07-07 Michael Beckstructs and classes can have a mode, iff they are layou...
2004-07-07 Michael Beckadded firmstat and tr_vrfy.h again ;-)
2004-07-07 Florian Liekwegtolerate Bad nodes in cg_walk
2004-07-07 Florian LiekwegWS change
2004-07-07 Michael Beckadded stat to include path
2004-07-07 Michael Beckadded stat subdirectory to include path
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 Lindenmaierloop boudary test optimized
2004-07-05 Götz Lindenmaieroptimized construction of const nodes: time critical...
2004-07-05 Götz Lindenmaiercomment
2004-07-01 Michael BeckFixed Dic/Mod nodes optimized more than once, optimizat...
2004-07-01 Götz Lindenmaiercomment
2004-07-01 Götz Lindenmaiercomments
2004-06-30 Michael Beckallow to set negative values for type sizes
2004-06-30 Götz Lindenmaierbugfix
2004-06-30 Michael BeckType size can now be in bits or bytes
2004-06-30 Michael Beckthe type size is now stored in bits, but only primitive...
2004-06-30 Michael Beckis_mode should not assert, as it is used in the dumper
2004-06-30 Michael Beckentity offset is now in bits
2004-06-30 Michael Beckused right include for memset
2004-06-30 Michael Beckimproved dumper, checks more modes now...
2004-06-30 Michael Beck*** empty log message ***
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-29 Michael Beckstdlib.h include added
2004-06-29 Michael BeckAdded block info calculation (output only in .txt file...
2004-06-29 Michael Beckadded ump_new_pattern, finish_new_pattern
2004-06-28 Michael BeckRemoved useless misc.h
2004-06-28 Michael BeckAdded doxygen comments.
2004-06-27 Florian LiekwegAdded comment
2004-06-25 Florian Liekwegobserve stickyness; minor refactoring
2004-06-25 Florian Liekwegrefine free_irg to avoid breakage in set_ent_irg
2004-06-25 Florian Liekwegremoved some error checking to avoid errors
2004-06-25 Florian LiekwegAdded stickyness
2004-06-25 Florian LiekwegBetter checking in set_entity_irg; added stickyness
2004-06-25 Michael Beckirgraph: can be interrogated for initial mem
2004-06-25 Götz Lindenmaiernumbers changed again
2004-06-25 Michael BeckAdded pattern_dmp to separate the pattern dumper
2004-06-24 Michael Beckinclude irmode_t.h to speed up mode access
2004-06-24 Michael BeckAn ir_node may be even smaller than a struct ir_node...
2004-06-24 Götz Lindenmaiershow use of exceptions
2004-06-24 Götz Lindenmaierphase handling
2004-06-24 Götz Lindenmaiertest of firm flags
2004-06-24 Götz Lindenmaiercomments, freeing routine
2004-06-22 Michael Beckfirst working version of pattern history
2004-06-22 Michael Beck*** empty log message ***
2004-06-22 Michael Beckadded pattern history
2004-06-22 Michael Beckremoved counter, added pattern_history, added enable...
2004-06-22 Michael BeckAdded cnt_cmp() function
2004-06-22 Michael BeckFixed expansion again (hopefully last time :-)
2004-06-22 Michael BeckAdded functionality:
2004-06-22 Michael BeckBugFix: when a table was expanded, the new segment...
2004-06-21 Götz LindenmaierBugfix: lost starting loop in endless recursions.
2004-06-21 Michael Beckmoved counter functions to own file
2004-06-18 Florian Liekweg/* nix */
2004-06-18 Florian LiekwegRemoved field checks --flo
2004-06-18 Götz LindenmaierTest phis in nested loops
2004-06-18 Götz Lindenmaierphi construction for fragile ops repaired
2004-06-18 Götz Lindenmaier*** empty log message ***
2004-06-18 Florian Liekwegminor bug fix (go forward, not backward) --flo
2004-06-18 Götz Lindenmaiergrrrrrrrr.
2004-06-18 Florian Liekwegfinal bug fix (calls via consts)
2004-06-18 Götz Lindenmaierless nodes because of changed opts
2004-06-18 Götz Lindenmaiermore test cases
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 Lindenmaieranother try
2004-06-18 Götz Lindenmaierstill trying to fix irscc error
2004-06-17 Florian Liekwegremoved DD*s
2004-06-17 Florian Liekwegminor bug fix
2004-06-17 Florian Liekwegmajor bugfix
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 Lindenmaierless phi node, other node numbers.
2004-06-17 Götz Lindenmaiernew example
2004-06-17 Götz Lindenmaier*** empty log message ***
2004-06-17 Götz Lindenmaiermore headers
2004-06-17 Götz Lindenmaierirscc: bugfix, can now deal with loops not reachable...
2004-06-17 Florian LiekwegFixed typos in comments
2004-06-17 Florian LiekwegFixed comments (goetz); turn bad calls into tupels...
2004-06-17 Florian LiekwegAdded comments; added remove_irg
2004-06-17 Florian LiekwegInclude ir/opt in includes
2004-06-17 Florian LiekwegFenced n_outs and out_valid into DEBUG_libfirm
2004-06-17 Florian Liekwegir_graph.n_outs fenced into DEBUG_libfirm
2004-06-17 Florian LiekwegDisabled include tailrec.h until tailrec.h is in CVS
2004-06-17 Florian LiekwegMade exchange more robust
2004-06-17 Florian LiekwegMade get_atomic_entity_value more robust
2004-06-16 Michael BeckAdded option to switch of precise exception context
next