implemented loop unrolling optimization
[libfirm] / ir / ana2 /
2005-01-27 Florian Liekwegwhitespace change
2005-01-26 Michael Beckgnu_ext.h included
2005-01-14 Florian Liekweginstall gnu_ext.h too
2005-01-14 Florian LiekwegSupport GNU extensions on non-GNU platforms
2005-01-14 Florian Liekwegfix gnu extension
2005-01-14 Florian Liekwegfix gnu extension, fix fprintf's
2005-01-14 Florian Liekwegfix gnu extension, fix fprintf's, fix allocs
2005-01-14 Florian Liekwegprepare gnu extension fix
2005-01-14 Florian LiekwegInsert purpose descr
2005-01-14 Florian Liekwegfix allocation (size); don't cast malloc
2005-01-14 Florian Liekwegdon't put environments on the stack; handle consts
2005-01-14 Florian Liekwegfix malloc, fix "initialisation"
2005-01-14 Florian LiekwegDon't cast malloc
2005-01-14 Florian LiekwegFactor out call_info_t ctor; fix mallocs; fix initialis...
2005-01-14 Florian LiekwegUse only public irnode interface
2005-01-10 Florian Liekwegfixup printfs, don't put environments on the stack
2005-01-05 Michael Beckrenames all is_x*_type() functions to is_X*_type()...
2005-01-05 Michael Beckadded Win32 "support"
2004-12-23 Michael Beckremoved uneeded allocations
2004-12-23 Michael Beckremoved unneeded allocations
2004-12-23 Michael Beckused new xcalloc
2004-12-22 Michael Beckmade allocations C-like
2004-12-21 Michael Beckremoved GNUC constructs
2004-12-21 Michael Beckmoved struct timing_env to .c file, added config.h
2004-12-21 Michael Becksimplifyed
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckadded config.h include
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 contructs
2004-12-21 Michael Beckremoved C)) and GNUC constructs, add default returns
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-21 Michael Beckremoved C99 constructs
2004-12-20 Florian Liekweg__unused -> _unused
2004-12-20 Florian Liekwegfix recursion handling
2004-12-15 Florian Liekwegremove debugging stuff
2004-12-15 Florian Liekwegstore ctx idx in names
2004-12-15 Florian Liekwegprint yet nicer names
2004-12-15 Florian Liekweguse DBGEXE correctly; print yet nicer names
2004-12-15 Florian Liekwegpto_name.c
2004-12-06 Michael BeckFixed configure: should work now in a build directory...
2004-12-06 Florian Liekwegactually iterate
2004-12-06 Florian Liekwegcolorize name dump
2004-12-06 Florian Liekwegvirtually no change
2004-12-02 Michael Beckfixed config.h include
2004-12-02 Michael Beckadded missing include directory
2004-11-30 Florian Liekweginclude 'dump'
2004-11-30 Florian LiekwegInclude pto_mod
2004-11-30 Florian Liekwegfix initialisation; do correct iteration
2004-11-30 Florian Liekweginsert report changes
2004-11-30 Florian LiekwegCorrectly reset main graph; remove dbugging stuff
2004-11-30 Florian Liekwegfix graph dumping, remove 'HERE's
2004-11-26 Rubino Geiß**************************************************...
2004-11-26 Florian Liekwegdebugging annotations
2004-11-26 Florian Liekwegrecognize class consts vs. ptr-to-class consts
2004-11-26 Florian Liekwegverify pto_{load,store}
2004-11-26 Florian Liekwegrecognize dummy loads
2004-11-26 Florian Liekwegdon't free inside obstacks (thx, michael)
2004-11-24 Florian LiekwegAdded pto.c as main entry point
2004-11-24 Florian LiekwegBugfixes
2004-11-24 Florian Liekwegadd pto.c pto.h
2004-11-22 Michael Beckremoved double entered header file
2004-11-20 Florian LiekwegFinalise initialisation
2004-11-20 Florian LiekwegAdd pto_ctx_allocs
2004-11-20 Florian LiekwegAdded iterator functions
2004-11-19 Florian Liekwegalso test for NoMem
2004-11-18 Florian Liekwegrewrite
2004-11-18 Florian Liekwegrewritten
2004-11-18 Florian LiekwegAdded unique ids for debugging, added access functions
2004-11-18 Florian LiekwegAdded unique ids for debugging
2004-11-18 Florian LiekwegDo not touch Proj nodes at all
2004-11-09 Florian Liekwegfix SymConst handling
2004-11-09 Florian Liekwegnew DBGEXE macro
2004-11-09 Florian Liekwegprint pointers
2004-11-08 Florian Liekweginitialisation; sanitize print levels, misc fixes
2004-11-08 Florian LiekwegMoved q_* methods into private section
2004-11-04 Florian Liekwegadded initialisation
2004-11-04 Florian Liekwegexpanded pto, added initialisation, added debugging...
2004-11-04 Florian Liekwegfixed end block handling
2004-11-04 Florian Liekwegadded qset
2004-11-04 Florian LiekwegNicer Colors
2004-10-29 Florian Liekweg(mostly) generic timimg
2004-10-25 Florian LiekwegCopy Only works
2004-10-22 Florian Liekwegmoved utils to pto_util
2004-10-22 Florian Liekwegexecute 'pre' for a change. Also, add CVS log
2004-10-22 Florian LiekwegCorrectly handle proj_args
2004-10-21 Florian Liekwegwhitespace fix
2004-10-21 Florian LiekwegMoved memwalk stuf into irmemwalk
2004-10-20 Florian Liekwegadd ana2
2004-10-20 Florian LiekwegAdded ana2, added ecg and pto