bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / ir / irprofile.c
2012-12-12 Matthias Braunremove license stuff from files
2012-08-08 Christoph MallonReturn the profile init irg from ir_profile_instrument...
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-12-07 Manuel MohrFixed stupid typo.
2011-12-05 Manuel MohrWrite and read FIRM profiling information in little...
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-08-19 Christoph MallonUse new_*_Const(irg, get_mode_$VAL(mode)) instead of...
2011-05-06 Matthias Braunfix compilation in non-debug mode, remove unused #define
2011-04-30 Michael BeckC99 feature removed.
2011-04-28 Matthias Braunimprove firm profiler (based on patch by Steven Schäfer)
2011-04-08 Andreas Zwinkaumerge kaps
2011-01-24 Michael BeckFixed size_t issues.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
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-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
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-03 Matthias BraunRework linkage types in firm.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-09-16 Sebastian BuchwaldSet type state to fixed_layout to make beabi happy.
2009-09-16 Sebastian BuchwaldConnect profile code to initial Memory.
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-27 Michael Beck- BugFix: drop wrong dependency of mode_P
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-07-31 Matthias Braungeneralize support for segments
2008-07-30 Matthias Braunirprofile fix
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-01-02 Michael Beckupdate copyright message
2007-12-07 Michael BeckAdd an ir_mode * parameter to all SymConst constructors...
2007-12-03 Michael Beckfixed unary minus on unsigned warning
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-19 Michael BeckMoved beprofile to irprofile