Updated header
[libfirm] / ir / opt /
2007-04-27 Christian Würdigadded new licence header
2007-04-18 Matthias Braunsome workaround to avoid condeval creating Phibs which...
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-25 Matthias Braungeneralize the inside_walk flags: we have using_visited...
2007-03-22 Christoph MallonOnly reconstruct SSA for the users of the first value...
2007-03-22 Christoph MallonSmall cleanup
2007-02-26 Matthias Brauncorrectly handle bad predecessors
2007-02-07 Michael Beckdo not optimize dead blocks preventing endless loops ...
2007-02-06 Michael BeckBugFix: if a Load-after-Load is a hidden Conv, Conv...
2007-02-06 Michael BeckChanged handling of switch-Conds. Now collected and...
2007-02-02 Matthias Braunentity is ir_entity now
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-12 Michael Beck- allow implicit cast from two-complements signed/unsig...
2007-01-07 Michael BeckBugFix: find_constant_entity() now checks global entiti...
2007-01-07 Michael Beckrenamed get_entity_final() to is_entity_final()
2006-12-15 Matthias Braunquad_t is defined by glibc headers (because of _GNU_SOU...
2006-12-14 Matthias Braunfix warnings
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-11 Matthias Braun- Several warning fixes
2006-12-10 Matthias Braunadded several missing #include config.h
2006-11-15 Christian Würdigadded missing function return type
2006-10-18 Christian Würdigchanged comment
2006-10-18 Christoph MallonChange the if conversion backend hook
2006-10-17 Christian Würdigfixed src dir
2006-10-17 Christian Würdigonly create Psi if allowed by backend
2006-10-17 Christian Würdigadded some comments
2006-10-17 Michael BeckFixed more problems due to hidden conversion in Store...
2006-10-16 Michael BeckHandle a bad case: Load nodes can contain a hidden...
2006-10-16 Michael Beckused is_final_ent() instead of *_n_overwrites == 0
2006-10-12 Michael Beckset current_ir_graph
2006-10-12 Michael Beckwhen doing cf_opt, automatically optimize Blocks
2006-10-11 Michael Beckreport removed cycles
2006-10-09 Michael Beckuse the final flag to remove polymorphic calls
2006-10-09 Michael BeckAdd code to remove useless Phi cycles using the osr...
2006-09-20 Michael Beckadded get_opt_closed_world() where appropriate
2006-09-17 Michael BeckFixed the type of the visit number
2006-09-15 Michael Beckrename fucntion due to a name clash
2006-09-15 Michael Beckrenamed function due to a name clash
2006-09-15 Michael BeckBugFix:
2006-09-14 Matthias Brauncondeval can evaluate phis on phis on constants now
2006-09-13 Michael BeckBugFix:
2006-09-13 Matthias Braundon't fail on switches
2006-09-12 Matthias Braunuse edges_reroute instead of exchange
2006-09-12 Matthias Brauneven more warning fixes
2006-09-11 Matthias Braunsome opts don't like edges
2006-09-11 Matthias Braunfirst version of condeval optimisation
2006-09-11 Christoph MallonRestructure and improve
2006-09-11 Matthias BraunSSA construction code for condeval optimisation
2006-09-10 Michael Beckadd config.h to allow Win32 compile
2006-09-09 Christoph MallonBeginning of implementation of partial condition evaluation
2006-09-08 Matthias Braunwarning fixes
2006-08-30 Michael Beckfixed debug output string
2006-08-21 Michael BeckSome minor speed up by rearanging if's
2006-08-16 Michael BeckAdded osr_flag_ignore_x86_shift flag that ignores multi...
2006-08-15 Michael BeckMinor BugFix:
2006-08-14 Michael Beckprotect against cycles in dead code
2006-08-11 Michael BeckBugFix:
2006-08-04 Christoph MallonFix warnings
2006-07-31 Michael Beckuse assure_irg_outs()
2006-07-10 Michael BeckBugFix: wrong nodes was followed in exception case
2006-07-07 Michael BeckBugFix: we have two list now, so checking the links...
2006-07-06 Michael Beckadd code to detect pure function
2006-07-05 Michael BeckChanged the interface of value_not_zero() and value_not...
2006-07-05 Michael Beckdisable the floating of pure functions for now until
2006-07-03 Michael BeckBugFix: Memory Proj from pure function calls was not...
2006-07-02 Michael BeckFix attribute access
2006-07-02 Michael BeckMake fp optimization dependent on the fp model.
2006-06-29 Michael Beckif conversiopn currently cannot cope with Bad control...
2006-06-29 Michael BeckBugFix:
2006-06-29 Michael BeckFixed and enhanced movement of Store operation through...
2006-06-29 Michael Beckprefer arithmethic over pointer constants
2006-06-27 Michael BeckBugFix:
2006-06-14 Michael BeckBugFix:
2006-06-14 Michael BeckBugFix: SubI(P,P) cannot be transformed into an Add
2006-06-13 Michael Beckdoxygen docu improved
2006-06-13 Michael BeckImprovement: Do NOT do OSR of nodes that are not inside
2006-06-09 Michael BeckBugFix: The mode of new induction variables created...
2006-06-09 Michael Beckmake osr_flag_default a define, because "simple-minded...
2006-06-08 Michael Beckrenamed type to ir_typrenamed type to ir_type
2006-06-08 Michael Beckrenamed all type to ir_type
2006-06-07 Michael BeckLitte bugfix form older errors: use irg instead of...
2006-06-07 Michael Beckmake the Load/Store Optimization more greedy: if a...
2006-06-06 Michael Beckuse xmalloc instead of malloc
2006-06-05 Michael Beckdo not remove volatile entities
2006-06-01 Michael Beckhandle Sync nodes
2006-05-30 FIRM Projekt AccountBugFix: Predecessors of blocks can be even Jmp and...
2006-05-30 Michael BeckBugFix: added forgotten typedef
2006-05-30 Michael Beckremoved copy_irn() declaration, not supported anymore
2006-05-29 Michael Beckrenamed symconst_size to symconst_type_size
2006-05-29 Michael Becksupress GCC warnings
2006-05-25 Michael BeckFixed wrong array declaration
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 MallonHandle multiple control dependencies in a more sophisti...
2006-05-19 Christoph MallonUse exact_copy() instead of copy_irn_to_irg()
2006-05-19 Michael BeckFixed method attribute access
2006-05-18 Michael BeckAdded support for statistics
2006-05-18 Michael Beckrenamed CONST_EXPR into REGION_CONST (a la OSR)
next