include backend headers without "../"
[libfirm] / ir / opt /
2011-09-20 Matthias Brauncfopt: code cleanup
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-09-20 Matthias Braunuse IR_GRAPH_STATE instead of irg_extblk_info_state
2011-09-20 Matthias Braunnormalize_n_returns does produce unreachable code and...
2011-09-20 Matthias Braunchange unreachable code elmination to the simpler remov...
2011-09-20 Matthias Braunchange global optdesc declarations to static
2011-09-20 Matthias Braunremove loopinfo stuff and exclusively use IR_GRAPH_STAT...
2011-09-20 Matthias Braunfix warning because of now ignored invalidate flag
2011-09-20 Matthias Braunremove broken-for-verifier flag
2011-09-20 Matthias Braunrename NO_BAD_BLOCKS to NO_BADS, remove unnecessary...
2011-09-20 Matthias Brauncleanup/fix optimize_graph_df flag handling
2011-09-16 Andreas ZwinkauPerform KeepAlive housekeeping after each opt
2011-09-15 Andreas ZwinkauFix cfopt
2011-09-15 Sebastian BuchwaldFixed inconsistent uses of DEBUG_ONLY.
2011-09-15 Andreas ZwinkauInsert declarations to remove cparser warnings
2011-09-15 Andreas ZwinkauAdd licence header and documentation to opt_manage.h
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove entity_usage_state attribute
2011-09-14 Andreas ZwinkauRemove dom_state and pdom_state attributes
2011-09-14 Andreas ZwinkauRemove outs_state attribute
2011-09-14 Andreas ZwinkauAPI to enable dumping
2011-09-14 Andreas ZwinkauRemoved IR_GRAPH_STATE_BAD_BLOCK symbol
2011-09-14 Andreas Zwinkauconvert opts to use the opt_manage framework
2011-09-14 Andreas Zwinkauintroduce opt_manage framework
2011-09-06 Matthias Braunfunctions with compound parameters are never const...
2011-09-06 Matthias BraunAlternative fix for const functions with aggregate...
2011-09-06 Andreas ZwinkauFix cfopt bug due to infinite loops
2011-09-01 Andreas ZwinkauCmp must not counted as an operation
2011-09-01 Andreas ZwinkauLet collect_nodes cope with Bad nodes
2011-09-01 Manuel MohrDo not regard functions with compound return types...
2011-09-01 Andreas Zwinkaufix warning
2011-09-01 Andreas ZwinkauImprove cfopt
2011-08-16 Andreas ZwinkauFix C/bitfield4
2011-08-16 Andreas Zwinkaucleanup
2011-08-16 Andreas Zwinkaufix missing else
2011-08-15 Andreas Zwinkaucleanup
2011-08-12 Andreas ZwinkauFix size_t related warnings
2011-08-12 Andreas ZwinkauInliner must not inline parameter entities
2011-08-11 Andreas ZwinkauInliner must clear parameter flag of entities
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Brauna few cleanups in scalar replacement code
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-06-28 Julian OppermannDon't combine blocks if the first one ends with a Raise.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-17 Christoph Mallons/threat/treat/.
2011-06-15 Matthias Braunsome cleanups to opt/loop.c
2011-06-10 Andreas Zwinkauimprove jumpthreading comments
2011-06-10 Andreas ZwinkauRevert "jumpthreading must not split edges"
2011-06-08 Andreas Zwinkaujumpthreading must not split edges
2011-06-07 Matthias Braunadapt to firm coding conventions, avoid warnings by...
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-31 Andreas Zwinkauoptimize_blocks ignores unreachable blocks
2011-05-31 Andreas ZwinkauCosmetics in cfopt
2011-05-31 Andreas ZwinkauFix "Some cleanup of cfopt."
2011-05-30 unknownSome cleanup of cfopt.
2011-05-30 Andreas ZwinkauFix opt/inline.c
2011-05-27 Michael BeckFixed calculation of meet blocks broken in 4db6c5b3.
2011-05-27 Andreas Zwinkaucfopt must maintain Bad structure
2011-05-27 Sebastian BuchwaldAdapted some issues noticed during removal of unused...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-05-27 Andreas Zwinkaufp-vrp transfer function ignore Bads
2011-05-26 Andreas ZwinkauAnother Bad mode fix
2011-05-26 Matthias Braunconvopt: fix potential bug with modulo shifts, improve...
2011-05-26 Matthias Braunreindent escape_ana.c in firm style
2011-05-26 Andreas Zwinkauifconv must remove bads first
2011-05-26 Andreas Zwinkausimplify merge_env struct
2011-05-26 Andreas Zwinkaureuse is_switch_Cond function
2011-05-26 Andreas ZwinkauAdditional cfopt: Cond=>Jmp
2011-05-25 Andreas ZwinkauRemove nop optimization
2011-05-25 Andreas ZwinkauRemove goto
2011-05-25 Andreas ZwinkauFix cfopt Bad mode
2011-05-25 Andreas ZwinkauFix comment
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Brauninclude irnode_t.h, irgraph_t.h for better performance
2011-05-18 Andreas Zwinkaufix opt/jumpthreading7
2011-05-17 Andreas Zwinkaucode placement fixes gcse
2011-05-13 Andreas Zwinkauldstop must deactivate edges after changes
2011-05-10 Christoph MallonRemove unused variables, squelch warning about unused...
2011-05-09 Andreas ZwinkauRemove obsolete loopinfo invalidation
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Andreas ZwinkauUse mode from type instead of return value
2011-05-06 Andreas ZwinkauFix ack/t7
2011-05-06 Andreas ZwinkauAdapt cfopt to Bads with modes
2011-05-06 Andreas ZwinkauRevert "fix opt/loop_without_phi"
2011-05-06 Andreas Zwinkaucfopt maintains Bads now
2011-05-06 Matthias Braunopt_inline: fix uninitialized memory usage
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-05 Christoph MallonPrevent endless recursion in if-conv in endless loops.
2011-05-05 Sebastian BuchwaldA function that (indirectly) calls itself is not const...
2011-05-05 Christoph MallonFix embarrassing typo in fp-vrp.
2011-05-05 Christoph MallonUse the bound of ==-Confirms in fixpoint vrp.
2011-05-05 Andreas Zwinkaufix opt/loop_without_phi
2011-05-05 Andreas Zwinkaufix opt/gcse_no_end
2011-05-04 Matthias Brauncfopt: fix countless bugs introduced when changing...
2011-05-04 Matthias Braunfix cfopt not marking all possible blocks as removable...
2011-05-04 Christoph MallonConsider that unreachble blocks might have no bitinfo.
2011-05-04 Christoph MallonAssert monotonicity in set_bitinfo().
2011-05-04 Christoph MallonEnsure that the result of a node is undefined if any...
next