cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x...
[libfirm] / ir / opt / ldstopt.c
2012-12-03 Christoph Malloncleanup: Remove pointless assert(is_${NODE}(x)) just...
2012-12-02 Matthias Braunimplement load after store for different modes in big...
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-12-02 Christoph Mallonldstopt: Remove duplicate comments.
2012-11-19 Matthias Braunldstopt: fix for case of non-const global initializer
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-08-29 Matthias Braunldstopt: don't count keepalives as users
2012-08-27 Matthias Braunmove load mode shrinking into ldst phase
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd a wrapper macro for ir_nodehashmap_get(), which...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2012-06-15 Matthias Braunremove return values from graph transformations
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2011-12-22 Matthias Braunplug memory leaks
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-11-18 Matthias Braunremove opt_polymorphy
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-10-20 Matthias Braunrename ir_phase to ir_nodemap and simplify interface
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 Brauncleanup/fix optimize_graph_df flag handling
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 Zwinkauconvert opts to use the opt_manage framework
2011-08-16 Andreas ZwinkauFix C/bitfield4
2011-08-16 Andreas Zwinkaucleanup
2011-08-16 Andreas Zwinkaufix missing else
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-13 Andreas Zwinkauldstop must deactivate edges after changes
2011-05-09 Andreas ZwinkauRemove obsolete outs invalidation
2011-05-06 Andreas ZwinkauRevert "fix opt/loop_without_phi"
2011-05-06 Matthias Braungive Bad nodes a mode
2011-05-05 Andreas Zwinkaufix opt/loop_without_phi
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-26 Andreas ZwinkauBetter fix for opt/ldst.c
2011-04-26 Andreas ZwinkauFix opt/ldst.c
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-16 Matthias Braunload-after-load and load-after-store with different...
2011-03-16 Matthias Braunremove unused cacheopt code
2011-03-15 Michael BeckHandle unoptimized end block smoothly.
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunremove MacroBlock concept
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braunmerge similar Load von non-null address optimisations...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- add more passes
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-02 Michael Beck- C99 features removed
2009-05-30 Michael Beck- fixed warning
2009-05-14 Michael Beck- removed unused header attribute from node_entry
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-10-28 Michael Beck- small cleanup
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-09 Michael BeckBugFix: works again for RAW with non twos-complement
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Moritz KrollLet some optimizations return non-zero, if they changed...
2008-09-30 Sebastian BuchwaldDon't panic, the train is waiting for you...
2008-09-30 Moritz KrollOptimize store after stores with partial overwrites...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-26 Christoph MallonIndentation.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonFix comments.
2008-09-26 Christoph MallonSymConsts represent constant entities irrespective...
2008-09-21 Michael Beck- BugFix: fixed -r22093
2008-09-21 Matthias Braunfix
next