amd64: Spell amd64 as AMD64 in macro names.
[libfirm] / ir / stat /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-07 Christoph Mallondump: Remove extra leading dashes from dump suffixes.
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove #if 1
2012-12-04 Matthias Braunremove commented out code
2012-12-02 Christoph Malloncleanup: Remove end-of-if/for/function comments.
2012-11-26 Matthias Braunquery firmstat options through lc_opt system
2012-11-25 Christoph Malloncleanup: Remove several uses of current_ir_graph.
2012-11-04 Christoph MallonCorrect name: OP(OP(x)) = x is involution, not idempotence.
2012-10-24 Matthias Braunmake statev API public
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-08-08 Christoph Mallonuse is_$KIND(n) instead of get_irn_op(n) == op_$KIND.
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonAdd wrapper macros for pset_first() and pset_next(...
2012-07-13 Christoph MallonAdd the * for the type in foreach_pset() automatically.
2012-07-13 Christoph MallonMake the pointer in the dump_*_FUNC typedefs explicit.
2012-07-13 Christoph MallonLet foreach_pset() declare its iterator variable.
2012-07-13 Christoph MallonUse foreach_pset().
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonDo not access memory after the end of an object.
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-13 Matthias Braunremove extended basic block support
2011-12-23 Matthias Braunfix warnings
2011-12-19 Matthias Braunmake modelist global
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove more pointless end-brace comments
2011-12-14 Matthias Braunmove iterator/fourcc to private API
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-12-05 Matthias Braunirdump: dump interfaces take const ir_node* now
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-08-17 Matthias Braunfix warnings reported by cparser
2011-07-27 Matthias Braunfix double free in regex stuff
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-17 Matthias Braunfix cparser warnings
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...
next