avoid unnecessary passing around of arch_env_t* in backend APIs
[libfirm] / ir / ana /
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-08 Matthias Braunconstnes and comment improvements for irheights
2010-07-08 Matthias Brauncleanup irphase: phase_reinit is a special case and...
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunremove more commented/unused code
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-05-19 Matthias Braungit rid of old commented-out code
2010-05-19 Matthias Braunconvert 1 user of the deprecated eset
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-04 Matthias Braunfix warning
2010-04-09 Matthias Braunanother case fo missing statistics/missing outedge...
2010-04-09 Matthias Braunfix consconfirm missing nodes in its statistics and...
2010-04-07 Michael BeckC99 feature removed.
2010-03-31 Sebastian BuchwaldFixed typo
2010-03-31 Sebastian Buchwaldir_node already has a loop field
2010-03-18 Jonas Fietzset a few more variables to const to prevent bugs
2010-03-18 Jonas Fietzfix warning about unused variable
2010-03-18 Jonas FietzAdd temporary fix for conv-problems
2010-03-18 Jonas Fietzremove ir_printf and replace with DBG
2010-03-18 Jonas Fietzfix a few subtle bugs in vrp
2010-03-18 Jonas FietzVRP: Adapt meaning of bits_not_set
2010-03-18 Jonas FietzFix bug left over from seperating merging and derivatio...
2010-03-17 Jonas FietzFix bug, where only partial information was set for...
2010-03-16 Jonas FietzFix coding style
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-12 Matthias Braunrework bitset to use raw_bitset
2010-03-10 Matthias Braunfix stupid error in my last commit
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-07 Matthias Braunforgot to check for dead blocks in 1 case
2010-03-07 Matthias Braunthe walking strategy in the dominance calculation doesn...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-06 Matthias Braunfix warning
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Jonas Fietzremove doubly included config.h
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas FietzCode cleanup in VRP code
2010-02-27 Jonas FietzReplace the workqueue list with a waitq in vrp.c
2010-02-27 Jonas Fietzset private functions to static in ir/ana/vrp.c
2010-02-27 Jonas FietzReplace if/else if cascade with switch(opcode)
2010-02-27 Jonas FietzFix extraneous space and add config.h to vrp.c
2010-02-27 Jonas FietzFix comments according to C89
2010-02-27 Michael BeckAdd missing config.h include.
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-20 Christoph MallonPrefer get_mode_all_one() over get_tarval_all_one().
2010-02-20 Christoph MallonPrefer tarval_is_negative(x) over tarval_cmp(x, get_mod...
2010-02-20 Christoph MallonPrefer get_mode_{max,min}() over get_tarval_{max,min}().
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
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-11 Michael BeckKicked complicated but useless if.
2010-02-11 Michael BeckDon't use malloc inside libFirm.
2010-02-11 Michael BeckBugFix: fixed list_for_each_safe() instance.
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd analysis for vrp information
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
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
next