Use simple assignment instead of memcpy() when possible.
[libfirm] / ir / stat /
2011-05-10 Christoph MallonUse simple assignment instead of memcpy() when possible.
2011-04-15 Matthias Braunfix mismatched decl/implementation
2011-04-15 Matthias Braunassume regex.h exists
2011-04-15 Matthias Braunavoid zlib dependency
2011-04-15 Matthias Braunminimize number of build variants: always enable statistics
2011-04-15 Matthias Braunremove unused code
2011-04-15 Christoph MallonChange use of rdtsc so it works with AMD64, too.
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-18 Michael BeckFixed some size_t related warnings.
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-12-21 Michael BeckAdd support for Win64.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-02 Matthias Braunremove odd mode->index, index->mode API for statistics...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-15 Matthias Braunonly compile statev code if enabled
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-23 Michael Beck- fixed pass manager
2009-08-06 Matthias Braunfix
2009-08-05 Matthias Braunfix read from uninitialized memory
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-06-02 Michael Beck- fixed Win32 build after r26081
2009-06-01 Matthias Braunrework architecture specific timer code
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-08 Michael Beck- changed handling of Mux nodes: these are now optimize...
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
next