revivie max_irg_visited
[libfirm] / ir / ana /
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-12-30 Michael Beck- use irg instead of current_ir_graph
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-21 Matthias Braunremove some unused code
2009-12-21 Matthias Braunmove phiclass from public to private API
2009-12-21 Matthias Braunmove irlivechk from public to private
2009-12-21 Matthias Braunmake dfs.h private API
2009-12-21 Matthias Braunmake absgraph.h a private API (it never worked in the...
2009-11-06 Matthias Braunfix warning
2009-09-17 Sebastian BuchwaldFixed bug that always sets profiled execfreq to zero.
2009-09-09 Sebastian BuchwaldFixed codegen/wrong_execfreq.c from r26508.
2009-09-04 Sebastian BuchwaldAdded some comments.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-09-01 Matthias Braunimprov execfreq estimation if a loop outedge leaves...
2009-08-24 Sebastian BuchwaldUse @version tag
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-20 Michael BeckAdd passes for inlining, private methods.
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- graph passes can be added to prog managers now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-06-18 Matthias Brauntransform assert to an if, as some students tend to...
2009-05-19 Matthias Braunremove bogus assert
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-08 Michael Beck- removed needless cast
2009-04-06 Michael Beck- fix 25793
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- use firm debug facility instead of printf()
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-05 Michael Beck- fixed handling of Projs from fragile ops: skip only...
2009-04-04 Michael Beck- indentation
2009-04-04 Michael Beck- constify
2009-04-03 Michael Beck- indentation
2009-04-03 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-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-01-30 Michael Beck- BugFix: fixed wrong usage of classify_pointer()
2009-01-22 Michael Beck- Bugfix irg_out_block_walk() was doing wrong things...
2009-01-22 Michael Beck- do not create useless Confirm(x == true) and Confirm...
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- undo erroneous checkin
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-20 Michael Beck- teach the analyzer how to handle inner functions
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-16 Matthias Braunfix warning
2008-12-10 Michael Beck- changed handling of block walks: we might reach a...
2008-12-01 Matthias Braunbad blocks have cf_probability 0
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-20 Michael Beck- fixed insertion loop for the right operand
2008-11-20 Michael Beck- improve Confirm construction: if the right argument...
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-11-11 Michael Beck- BugFix: get the mode from Cmp operand when calculatin...
2008-11-03 Moritz KrollAdded new storage class for pointer constants
2008-10-31 Michael Beck- shorten the lifetime of a variable
2008-10-27 Michael Beck- completely get rid of useless assertion (skip_Id...
2008-10-27 Michael Beck- fixed (useless) assertion
2008-10-24 Andreas ZwinkauJust assure edges, instead of blindly activating them
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-11 Michael Beck- typos fixed
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Michael Beck- add comment
2008-10-11 Matthias Braunmore firm_config includes removed
2008-10-11 Matthias Braunadd more missing config.h includes
2008-10-07 Matthias Braunrevert change for now breaks 255.vortex and 253.perlbmk
2008-10-07 Michael Beck- do not clean up keep-alives here
2008-10-07 Michael Beck- re-enabled global-non-null test, but place Confirms...
2008-10-07 Christoph MallonAdd irn_visited_else_mark(), which combines irn_visited...
2008-10-06 Michael Beck- reenabled modeb handling after condeval fix
2008-10-06 Christoph Mallons/irn_not_visited(x)/!irn_visited(x)/.
2008-10-06 Christoph MallonRemove redundant test.
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-05 Michael Beck- improved is_non_null_Confirm()
2008-10-02 Christoph MallonLet is_non_null_Confirm() work as advertised for SymConsts.
2008-10-02 Michael Beck- reduce the number of created confirms further
2008-10-02 Michael Beckreduce the number of created Confirms
2008-10-02 Michael Beck- BugFix: ensure, that no self-loops are constructed...
2008-10-02 Michael Beck- BugFix: remove_confirms() now does NOT deactivate...
2008-09-30 Matthias Braunfix some warnings in optimized mode
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-28 Michael Beck- removed C99 features
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-28 Matthias Braundisable some expensive statevs
2008-09-28 Matthias Braunfix warning
2008-09-27 Christoph MallonTeach Mr. Gauß, Mr. Seidel and Mr. Grund to ignore...
next