- implemented get_irg_value_param_type()
[libfirm] / ir / stat /
2009-01-14 Michael Beck- add support for cond_eval statistics
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-22 Christoph MallonMake it work, when FIRM_STATISTICS is disabled.
2008-11-13 Christoph MallonResolve warnings.
2008-11-13 Michael Beck- a stripped down version of liveness for register...
2008-11-12 Michael Beck- improve doxygen docu
2008-10-24 Michael Beck- fixed output
2008-10-24 Michael Beck- add a hook for normalizing a node
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-10 Michael Beck- detect non-strict functions
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-28 Matthias Braundisable some expensive statevs
2008-09-19 Matthias Braunalways emit push/pop in statev
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-07 Matthias Braunfix warnings
2008-09-02 Michael Beckextending r21638: check sign when classifying float...
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael Beckfixed meanings of optimizations
2008-08-26 Michael Beckdo NOT allocate an entry for Constants if they are...
2008-08-24 Michael Beckbetter count constants as operands of instructions
2008-08-24 Michael BeckBugFix: treat 0 as 0.0, not 1.0
2008-08-24 Michael Beckbeware of NaN's
2008-08-24 Michael Beck- add QuotC
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-14 Michael Beckadded FS_OPT_SUB_TO_NOT and FS_OPT_SUB_TO_CONV
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
2008-05-07 Michael Beckdo not count Const/SymConst CSE
2008-05-07 Michael Beck- add dumping of indirect/external calls
2008-05-06 Michael Beckmark start end end blocks
2008-05-05 Michael Beckmissing entry added
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-03 Matthias Braunfix warnings
2008-04-02 Michael Beckfixed Win32 build
2008-03-29 Matthias Braunfix check for posix realtime extensions
2008-02-13 Matthias Braunrename timing* to stat_timing* to avoid name clashes
2008-01-02 Michael Beckupdate copyright message
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-22 Michael Beckadd statistic to runtime call mapper
2007-11-21 Michael Beckadd Abs(-x) = Abs(x)
2007-11-05 Matthias Braunanother fix for disable statistics
2007-11-03 Matthias Braunfix compilation with statistics disabled
2007-10-10 Michael Beckcount executed optimization
2007-10-10 Michael Beckadded statistic events for Cmp optimizations
2007-10-05 Michael Beckpreliminary added missing *stat_ev_int()
2007-09-15 Sebastian HackFixed a "bug"
2007-09-14 Michael Becka & (a ^ b) ==> a & ~b added
2007-09-14 Michael Beck- added DBG_OPT for various transformations
2007-09-13 Michael Beckadd DeMorgan rules that reduce the number of instructions
2007-09-13 Michael Beckadded -(x >>u 31) and -(x >>s 31)
2007-09-13 Michael Beckadd more algebraic optimizations
2007-09-12 Michael Beckadd code to let it compile under _Win32 (x86)
2007-09-10 Sebastian HackImproved statev stuff:
2007-08-31 Michael Beck- C99 features removed
2007-08-30 Matthias Braunadd support to print some events in a human readable...
2007-08-20 Michael BeckAdd - (a - b) = b - a transformation
2007-08-17 Sebastian HackMinor changes
2007-07-23 Michael BeckFS_OPT_FP_INV_MUL added
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-19 Matthias Braunfix for disabled statistics
2007-07-11 Sebastian HackAdded an if around a critical place
2007-07-11 Michael Beckremoved character modes, use integer modes instead
2007-07-10 Michael BeckAdd ~x + 1 = -x algebraic simplification
2007-07-10 Michael BeckAdd ~(x-1) = -x algebraic simplification
2007-07-10 Michael BeckAdd -(~x) = x + 1 algebraic simplification
2007-07-09 Michael Beckadd optimizations for Or,And,Eor and Shift
2007-07-06 Michael Beckmissing include added
2007-06-30 Matthias Braunmakefile updates
2007-06-21 Sebastian HackAdded statistic events
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-11 Christian WürdigBugFix: pass dumper object instead of FILE pointer
2007-04-29 Michael Beckupdated Header
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Christian Würdigfixed signed vs unsigned warning
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Michael Becknewer version (still seems to be buggy)
2007-03-02 Michael Beckadd dumper for call parameter disatribution table
2007-03-02 Michael Beckanalyse kind of Call parameters
2007-03-02 Michael Beckstat_get_count_distrib_tbl(): uses now counter_t for...
2007-03-02 Michael BeckZERO_CNT initializer added
2007-01-17 Michael Beckadded Load/Store addres counter
2007-01-16 Michael Beckrenamed type opcode to ir_opcode
2007-01-09 Michael BeckFixed a bad bug in stat_merge_nodes: was NOT counting...
2006-12-15 Matthias Braunmissing #include config.h
2006-12-13 Michael Beckrename type entity into ir_entity
2006-12-13 Michael Beckfixed output
2006-12-06 Michael Beckformat the code
2006-11-27 Michael BeckFixed a really nasty bug when computing the hash value...
2006-11-23 Michael BeckFixed pattern load/store but
2006-11-22 Michael Beckupdated doxygen docu
2006-11-22 Michael Beckcomments updated
2006-09-13 Matthias Braunwarning fixes
next