updated for new hooks
[libfirm] / ir / ana /
2005-02-10 Sebastian HackMade the tree and subtree_max pre num unsigned
2005-02-10 Sebastian HackFixed a buf in block_dominates()
2005-01-28 Beyhanimplemented loop unrolling optimization
2005-01-26 Sebastian HackFixed domtree walker
2005-01-24 Daniel GrundMoved phi congruence class analysis herein.
2005-01-21 Michael Beckremoved C99 features
2005-01-18 Götz Lindenmaieradded and fixed comments
2005-01-18 Götz Lindenmaieradded computation of interprocedural execution frequency.
2005-01-18 Götz Lindenmaieradded trivial access function
2005-01-17 Götz Lindenmaiercomments
2005-01-13 Sebastian HackFixed a typo
2005-01-13 Sebastian HackInitialized the dom_info's to 0
2005-01-13 Sebastian HackAdded iteration macro
2005-01-13 Sebastian HackAdded dom tree traversal
2005-01-11 Michael Beckused new hooks instead of firmstat
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-04 Michael Beckremoved INLINE before global functions
2005-01-04 Michael Beckremoved C99 construct
2005-01-04 Michael Beckremoved wrong INLINE
2005-01-04 Michael Beckrenamed none_type and unknown_type
2004-12-23 Michael Beckused new xcalloc
2004-12-23 Michael Beckused xcalloc instead of calloc
2004-12-22 Michael Beckmade allocations C-like
2004-12-22 Michael Beckclean up code
2004-12-22 Michael Becktypo fixed
2004-12-22 Michael Beckmore doxygen docu
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael BeckC99 contructs removed
2004-12-07 Boris Boesler*** empty log message ***
2004-12-06 Michael BeckFixed configure: should work now in a build directory...
2004-12-02 Michael Beckfixed config.h include
2004-11-30 Götz Lindenmaieradded new accessers
2004-11-26 Michael Becktypo fixed
2004-11-26 Götz Lindenmaieradded test whether loop invariant
2004-11-19 Götz Lindenmaierchanged output
2004-11-16 Beyhanimproved strength reduction
2004-11-12 Götz Lindenmaiernew analyses for cache optimization
2004-11-12 Götz Lindenmaierbugfix, removed dead code
2004-11-11 Götz Lindenmaiermade pseudo irg aware
2004-11-11 Götz Lindenmaierremoved allirg calls
2004-11-11 Götz Lindenmaierchange semantics of cgana: collect also external entiti...
2004-11-11 Götz Lindenmaieradded path to external
2004-11-10 Michael Beckindentation fixed
2004-11-10 Michael Becktypo fixed
2004-11-10 Michael BeckMore doxygen comments, typos fixed, clear some code
2004-11-10 Michael BeckAdded macro for hashing addresses
2004-11-10 Götz LindenmaierCall_callees now with unknown_entity
2004-11-08 Michael Beckused macros from iropt_dbg.h
2004-11-05 Florian Liekwegcopied comment to where it might be useful
2004-11-03 Michael Beckremoved gloval intraprocedural_view variable and replac...
2004-11-02 Götz Lindenmaierout edges for entities and types
2004-10-29 Götz Lindenmaierconsider also calls: disptab
2004-10-29 Götz Lindenmaiermodified function name, SymConst supprot
2004-10-29 Götz Lindenmaierrenames access rouitne, SymConst support
2004-10-22 Boris Boeslerminor change for pseudo graphs
2004-10-21 Götz Lindenmaiercomments
2004-10-20 Florian LiekwegRemoved ecg
2004-10-18 Florian Liekwegavoid warning
2004-10-18 Florian Liekwegminor fix
2004-10-14 Florian LiekwegSHUTUP_GCC
2004-10-12 Florian Liekwegwtf?
2004-10-12 Michael BeckUsed new get_irn_pinned() function
2004-10-12 Michael Beckfixed: added missing return
2004-10-06 Michael Beckfixed format string
2004-09-30 Florian Liekwegminfix
2004-09-29 Florian LiekwegAdded ecg mod
2004-09-25 Götz Lindenmaierconstruction now returns depth of loop tree.
2004-09-25 Götz Lindenmaiermore...
2004-09-24 Michael Beckremoved an assert which fails in the C compiler current...
2004-09-24 Michael Beckfixed doxygen comments, removed initialization for...
2004-09-24 Michael Beckremoved cgana parameter
2004-09-24 Michael Beckfixed some comments, replace loop by memcpy
2004-09-24 Götz Lindenmaierremoved whole flag:
2004-09-15 Michael Becklittle optimization
2004-09-08 Michael Beckblocks without dominators (i.e. dead blocks) return...
2004-09-03 Götz Lindenmaierchecked in the dumper, that requires this
2004-09-02 Götz Lindenmaiermore analyses for cache optimization
2004-08-31 Götz Lindenmaierremoved old code
2004-08-31 Götz Lindenmaiermode loop analyses
2004-08-19 Götz Lindenmaierthe inevitable inconsistencies removed
2004-08-19 Götz Lindenmaierfixed some errors, pushed closer to inteded firm semantics
2004-08-19 Götz Lindenmaierfixed complicated code, commented out one optimization...
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-22 Götz Lindenmaiercallgraph analyses
2004-07-14 Götz Lindenmaiernormalized various stuff
2004-07-14 Florian LiekwegOptionally do whole-program assumption; (OBEY)
2004-07-14 Florian LiekwegOptionally do whole-program assumption; obey stickiness...
2004-07-08 Götz Lindenmaierfirmstat added
2004-07-08 Götz Lindenmaier*** empty log message ***
2004-07-07 Michael Beckadded stat subdirectory to include path
2004-07-06 Beyhannew SymConst semantics
2004-07-05 Götz Lindenmaierloop boudary test optimized
2004-06-27 Florian LiekwegAdded comment
2004-06-25 Florian Liekwegobserve stickyness; minor refactoring
2004-06-25 Florian Liekwegremoved some error checking to avoid errors
2004-06-24 Michael Beckinclude irmode_t.h to speed up mode access
2004-06-24 Götz Lindenmaiertest of firm flags
next