libfirm
2006-05-31 Michael Beckrenamed get_peculiarity_string() to get_peculiarity_name()
2006-05-31 Michael BeckAdd interface and abstract flags to class types.
2006-05-30 FIRM Projekt... BugFix: Predecessors of blocks can be even Jmp and...
2006-05-30 Michael BeckBugFix: added forgotten typedef
2006-05-30 Michael Beckadded missing header for firmjni
2006-05-30 Michael Beckremoved copy_irn() declaration, not supported anymore
2006-05-30 FIRM Projekt... Ircons.irgFinalizeCons() not supported anymore, use...
2006-05-29 Michael Beckadded missing include directory
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-29 Michael Becksupress GCC warnings
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-29 Michael BeckAdd macros to use a pdeq as a stack
2006-05-29 Michael Beckmake two local variables static
2006-05-29 Michael Beckadded xmalloc.h include
2006-05-25 Michael BeckFixed typos, improved docu
2006-05-25 Michael BeckBugFix: free_cfloop_information() cleared current_ir_gr...
2006-05-25 Michael BeckFixed wrong array declaration
2006-05-25 Michael Becktransform_node_Phi() implemented, moved Confirm nodes...
2006-05-25 Michael BeckFixed return type of get_op_attr_size()
2006-05-25 Michael Beckadd_Sync_pred() implemented
2006-05-25 Michael BeckSync() constructors updated
2006-05-25 Michael Beckmissing const added
2006-05-24 Christoph MallonAvoid endless recursion while walking to a projX in...
2006-05-24 Christoph MallonImplement better magic to handle changing control depen...
2006-05-24 Christoph Mallonadd exchange_cdep()
2006-05-24 Christoph MallonHandle multiple control dependencies in a more sophisti...
2006-05-24 Christoph MallonAdd is_cdep_on
2006-05-24 Christoph MallonPlay it safe
2006-05-24 Michael BeckFirm inplace edges are needed for the firm backend...
2006-05-24 Michael Beckremoved copied form ../win32 directory
2006-05-24 Christian Würdigupdated project file
2006-05-23 Michael BeckAdd more special cases for Shift operations
2006-05-23 Michael BeckBugFix: lower_Start
2006-05-22 Kimon HoffmannAdded opt_osr.h to header.list
2006-05-22 Christian Würdigadded missing header
2006-05-19 Michael Beckadded vtable size attribute to class types
2006-05-19 Christian Würdigadded ability to register additional dumper functions...
2006-05-19 Michael Beckrenamed CMP to QSORT_CMP to avoid name clash
2006-05-19 Michael Beckremoved german umlaut, firmjni stuff cannot handle it
2006-05-19 Michael Beckrenamed parameter "super", cannot handled by crecoder...
2006-05-19 Michael Beckadded most include files
2006-05-19 Michael Beckcorrectly handle multi-line declarations by containg...
2006-05-19 Sebastian HackNormalized Output-Directory
2006-05-19 Christoph MallonUse exact_copy() instead of copy_irn_to_irg()
2006-05-19 Michael BeckFixed method attribute access
2006-05-19 Michael BeckFixed method attribute access
2006-05-19 Michael Beckmake #ifndef at header start cannonical
2006-05-19 Michael Beckmissing includes added
2006-05-19 Michael Beckmake #ifndef at header start cannonical
2006-05-19 Michael Beckplaced method and compound entities into private attributes
2006-05-19 Michael Beckis_method_entity() added
2006-05-19 Michael Beckremoved unused includes
2006-05-18 Michael Beckfixed typo
2006-05-18 Michael Beckused ir_type instead of type
2006-05-18 Michael Beckused xrealloc instead of realloc
2006-05-18 Michael Beckdoxygen docu added
2006-05-18 Michael Beck*** empty log message ***
2006-05-18 Michael Beckremoved useless files
2006-05-18 Michael Beckcall abort() instead of exit()
2006-05-18 Michael Beckstill buggy, but some typos fixed
2006-05-18 Michael BeckAdded support for statistics
2006-05-18 Michael Beckstat_strength_red() updated
2006-05-18 Michael Beckremoved useless includes
2006-05-18 Michael BeckFixed hook_strength_red()
2006-05-18 Michael Beckused assure_*() functions
2006-05-18 Michael Beckrenamed CONST_EXPR into REGION_CONST (a la OSR)
2006-05-18 Michael Beckused new assure_*() functions
2006-05-18 Michael Becksupress warning in gcc -Wall
2006-05-18 Michael Beckchanged output for loops
2006-05-18 Michael BeckLet %+F print node number and index for ir-nodes
2006-05-18 Michael BeckAdded macros to use a pdeq as a wait queue
2006-05-18 Michael Beckopt_osr.h added
2006-05-17 Michael BeckBugfixes:
2006-05-17 Christian Würdigadded extra shift lowering
2006-05-16 Michael Beckexact_copy() added
2006-05-16 Sebastian Hack*** empty log message ***
2006-05-16 Sebastian HackAdded verifying for irn idx map
2006-05-16 Sebastian HackAdded CMP macro for qsort(3) and so on.
2006-05-16 Christian Würdigfixed include path
2006-05-16 Christian Würdigdisable deprecated warning
2006-05-16 Christian Würdiginitial checkin of Visual Studio 2005 project files
2006-05-16 Michael BeckAdded opt_osr
2006-05-15 Michael BeckFirst full implementation with LFTR
2006-05-15 Michael Beck.setlvl command added
2006-05-15 Christian Würdigremoved debug setmask
2006-05-15 Michael BeckBugFix:
2006-05-15 Michael BeckFixed really slow overflow handling ;-)
2006-05-12 Michael Beckfirst part of the new Operator Strength Reduction imple...
2006-05-11 Michael Beckinstall ir\lower\lower_dw.h and ir\be\be.h
2006-05-11 Christian Würdigbugfix: remove redundant gert nodes block
2006-05-10 Sebastian HackConvenience macros for node bitmaps
2006-05-10 Sebastian HackAdded index -> node map to irgs
2006-05-10 Sebastian HackAdded idx number dumping
2006-05-10 Michael Beckhonor the get_opt_if_conversion() flag
2006-05-10 Christian Würdigadded two functions:
2006-05-10 Christian Würdigadded new function to determine the predecessor positio...
2006-05-10 Christoph Mallon-If both data inputs of a new Psi are equal don't gener...
2006-05-10 Michael BeckFixed memory leaks
2006-05-10 Michael BeckBugFix: Do not build edges for not yet live anchors
2006-05-09 Michael Beckfixed memory leak
next