ir_mode: simplify interface, improve float-mode handling
[libfirm] / ir / ana / irmemory.c
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-27 Matthias Braunremove a bunch of comments marking end of blocks
2011-10-20 Matthias Braunremove is_Global/get_GlobalEntity
2011-09-14 Andreas ZwinkauMerge branch 'opt_manage'
2011-09-14 Andreas ZwinkauRemove entity_usage_state attribute
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 Matthias Braunadd a new aliasing rule (struct access != variable)
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-11 Michael BeckSome size_t related fixes.
2011-02-09 Michael BeckFurther spread size_t.
2010-11-17 Michael BeckPut definition of get_base_sc() into .c file to remove...
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 Braunfix trailing whitespaces and tabulators in the middle...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-02-20 Christoph MallonPrefer tarval_is_negative(x) over tarval_cmp(x, get_mod...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
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.
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-08-20 Michael BeckAdd passes for inlining, private methods.
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-04-06 Michael Beck- fix 25793
2009-04-06 Michael Beck- constify
2009-03-31 Matthias Braunremove pointless sc_argument class, cleanup
2009-03-30 Michael Beck- BugFix: arguments AND globals are not automatically...
2009-03-08 Matthias Braunfix
2009-03-08 Matthias Braunanalysis of address_tkane for union types is not that...
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-16 Matthias Braunfix warning
2008-11-03 Moritz KrollAdded new storage class for pointer constants
2008-10-27 Michael Beck- completely get rid of useless assertion (skip_Id...
2008-10-27 Michael Beck- fixed (useless) assertion
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-30 Michael Beckplace FIRM_DBG_REGISTER into the init function
2008-09-30 Matthias Braunwe have code duplication in determine_entity_usage...
2008-09-26 Michael Becksimplified code, fixed comments
2008-09-26 Christoph MallonFix crash in debug output.
2008-09-26 Christoph MallonRespect stickyness, when calculating entity usage.
2008-09-22 Michael Beckfixed -r22133
2008-09-21 Matthias Braunfix old bug in irmemory: external_allocated stuff is...
2008-09-21 Matthias Braunfix
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-09-20 Michael Beck- fixed typos and some comments
2008-09-20 Michael BeckImproved memory disambiguator:
2008-09-20 Matthias Braunattempt to fix broken type based alias analysis
2008-08-21 Michael Beck- sticky methods can be called from outside (by inline...
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-06 Michael Beck- export classify_pointer()
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckskip Bitfield Sels when doing memory disambiguation
2008-03-30 Matthias Braunremove pointless continues
2008-03-11 Michael Beckfind_address_taken_state() handle CopyB like a set...
2008-03-10 Michael BeckFixed:
2008-03-09 Matthias Braun- rewrite and cleanup of memory disambiguator code...
2008-03-09 Matthias Braunfix debug message, always check for same base address...
2008-01-17 Michael Beckadd support for malloc-like routines
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Michael Beckfixed criation of private properties and calls
2007-12-14 Michael Beckclone method can add a prefix
2007-12-10 Michael BeckImproved mark_private_methods():
2007-11-20 Michael Beckdisable different_sel_offsets(), seems to be broken
2007-11-20 Michael Beckimproved check for differnt variables
2007-10-22 Michael Beckadd a short cut to the disabiguator: pointer and non...
2007-09-25 Christoph MallonFix grammo in comment.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-08-21 Michael BeckBugFix: handle the method initializer right
2007-08-07 Michael Beckhandle indeces with different modes
2007-08-06 Michael BeckMark all entities used in initializers for global varia...
2007-06-21 Michael Beckupdate_calls() fixed hopefully last time :-)
2007-06-21 Christoph MallonFix r14644 (fast call).
2007-06-19 Matthias Braunfixed broken mark_private_methods
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods()
2007-06-18 Matthias Braunfixed warnings
2007-06-12 Matthias Braunworkaround problems when comparing bitfield types
2007-06-05 Michael Beckcalculates now the address_taken flag for methods,...
2007-05-04 Michael Beckdifferent_pointer() improved
2007-05-03 Michael Beckadd some initial debugging support
2007-05-02 Michael BeckRestructured a bit
2007-05-02 Michael Beckclean up a bit
2007-05-02 Michael Beckimplemented different_sel_offsets() for arrays
2007-04-26 Michael Beckincomplete offset calculation added
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Matthias Braunadded license infos
2007-04-25 Michael BeckBugFix: use the maximum as the comments says, NOT the...
next