liveness variants with ir_nodeset_t
[libfirm] / ir / ana2 /
2007-05-02 Matthias Braunadded doxygen comments
2007-04-26 Michael BeckUse libFirm's obst.h instead of obstack.h
2007-04-26 Michael Beckfixed fprintf
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadd license info to ana2
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2006-12-13 Michael Beckrename type entity into ir_entity
2006-09-12 Matthias Braunmore warning fixes
2006-07-02 Michael BeckFixed warnings on newer VC
2006-06-08 Michael Beckrenamed type to ir_type
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-12-31 Michael Beckadded missing includes
2005-12-16 Daniel Grund*** empty log message ***
2005-12-05 Michael Beckadded missing include <assert.h> (not anymore included...
2005-12-05 Michael Beckneeded include added
2005-07-22 Daniel Grund*** empty log message ***
2005-07-20 Daniel Grundsome .cvsignore files
2005-06-22 Michael Becktypo fixed
2005-06-17 Michael Beckadded doxygen docu
2005-06-17 Michael Beckadded doxygen docu
2005-05-13 Michael Beckmade (void) prototypes
2005-05-06 Michael Beckadded missing includes
2005-03-30 Michael Beckarch directory added
2005-03-22 Florian Liekweg"small" fix for exception b/d
2005-03-22 Florian LiekwegNeed to initialise typalise now
2005-03-02 Michael Beckplaced a return on all execution pathes
2005-02-25 Florian Liekwegfix typo
2005-02-25 Florian Liekwegfix GNU stuff
2005-02-17 Florian LiekwegDon't return a value for an invalid descriptor
2005-02-16 Michael Beckadded needed tv.h include
2005-02-11 Michael Beckget_entry now always returns a value
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
next