split irg and irp resources, add IRP_RESOURCE_TYPE_LINK
[libfirm] / ir / opt / ldstopt.c
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
2008-09-21 Matthias Braunkill stores to never read entities
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Michael BeckFixed r22124:
2008-09-19 Matthias Braunexperimental load-store improvement
2008-09-19 Michael Beck- BugFix: transform_polymorph_Load() returns the origin...
2008-09-18 Michael BeckMore refactoring:
2008-09-18 Michael Beck- factor out and simplify some code
2008-09-18 Michael Beck- simplify the code, check atomic entities for reinterp...
2008-09-18 Michael Beck- can handle some hidden reinterpret casts when doing...
2008-09-18 Michael Beck- removed redundant checks
2008-09-18 Michael Beck- improved rec_find_compound_ent_value(): handle missin...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-18 Michael Beckimplemented constant load access for pointer arithmetic...
2008-09-15 Michael Beck- preliminary support for loads from constant entities...
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-12 Matthias Braundisable load from static const optimisation for new...
2008-06-06 Michael Beck- export classify_pointer()
2008-05-05 Michael Beckfixed comment
2008-04-18 Matthias Braunfollow_mem_chain_Store should respect alias relation...
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-03-11 Michael Beckuse kill_node() instead of exchange to improve reduce_a...
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-10 Michael Beck- handle pure Calls like Load nodes
2007-12-07 Michael BeckBugFix: missing skip_Proj() added
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-11-06 Michael Becksimplified code
2007-10-23 Michael Beckremoved useless calculation of dominance, debug mask...
2007-10-22 Michael BeckLet dfs() discover only memory nodes
2007-10-22 Michael Beck- check if a Load has a regular exec before chenging it
2007-10-22 Michael Beckbeware of loops without Phis
2007-10-22 Michael Beckfixed the loop optimization
next