libfirm
2007-11-19 Michael Beckremoved useless spaces, improved doxygen comments
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-11-18 Michael Beckadded rbitset_malloc()
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-11-18 Michael Beckadd rbitset_w_size_obstack_alloc(), rbitset_is_empty()
2007-11-18 Christoph Mallonreturn 0;
2007-11-18 Christoph MallonRename heapsort(). FreeBSD has a heapsort().
2007-11-17 Christoph Mallonde-bash-ify.
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
2007-11-16 Matthias Braunported to modern debug interface
2007-11-16 Matthias Braunfix warnings
2007-11-16 Matthias Braunmissing firm_config.h
2007-11-16 Matthias Braunmove ircgopt.c to ir/opt, use new style debug functions...
2007-11-16 Michael Beck- add additionally checks for MacroBlock header
2007-11-16 Michael Beckfree cdep allocated memory
2007-11-16 Michael Beckrenamed cdep type to ir_cdep and placed it into firm_ty...
2007-11-16 Michael Beckadd doxygen comments
2007-11-16 Michael Beckremoved unused proj_args of a graph
2007-11-16 Sebastian HackSome tweaks
2007-11-16 Sebastian HackChanges to the Appel dumper
2007-11-16 Sebastian HackSmaller changes in statistic output bechordal_main.c
2007-11-16 Sebastian HackThe tables can now also have other names.
2007-11-15 Matthias Braunfehler001 problem with endless loops
2007-11-14 Matthias Braundump consts local and keepalive by default
2007-11-14 Matthias Braunassert that no entity with wrong mode is used as initia...
2007-11-14 Michael Beck- added mapper for hyperbolic functions
2007-11-14 Michael Beck- added more classification functions for floating...
2007-11-14 Michael Beck- i_mapper_cbrt added
2007-11-13 Matthias Braunfix handling of default pns in the backend (they don...
2007-11-13 Michael Becki_mapper_log() added
2007-11-11 Matthias Braunfix my last commit
2007-11-11 Matthias Braunno need to include iroptimize.h in be.h
2007-11-11 Matthias Brauninclude iroptimize.h
2007-11-11 Matthias Braunuse set_using_irn_link and set_using_visited
2007-11-09 Christoph MallonAdd crude tests for bool simplifications.
2007-11-09 Christoph MallonAdd a phase for bool optimisation.
2007-11-08 Matthias Braunadd an get_irg_idx
2007-11-08 Matthias Braunadd support for graph_idx
2007-11-08 Sebastian HackSupport ignore nodes
2007-11-08 Michael Beckmore tests added
2007-11-07 Sebastian HackGet rid of some get_irn_node_nr() which are still there.
2007-11-07 Sebastian HackFixed a bug with ofg iteration.
2007-11-07 Michael Beck- removed useless spaces
2007-11-06 Michael Beckadd missing \n at end
2007-11-06 Michael Beckfixed svn properties
2007-11-06 Michael Becksimplified code
2007-11-06 Michael Becktype finalization added
2007-11-06 Michael Beckcleanup a bit: remove unnecessary calculations
2007-11-06 Michael Beck- added missing skip_tid()
2007-11-06 Michael Beckmore libc mapper functions added
2007-11-06 Michael Beck- made some arguments const
2007-11-05 Matthias Braunrename RELNOTES to the more gnuish NEWS
2007-11-05 Matthias Braunadd RELNOTES file
2007-11-05 Matthias Braunadd missing files
2007-11-05 Matthias Braunanother fix for disable statistics
2007-11-05 Matthias Braunwe can't be sure that phis aren't used anymore when...
2007-11-05 Matthias Braunmore people were including bespillbelady.h
2007-11-05 Matthias Braunfix after bespillbelady.h is removed
2007-11-05 Matthias Braunprefer rematerializable values when spilling, fix bug...
2007-11-05 Matthias Brauncopy the belady3 changes to belady (only cleanups so...
2007-11-05 Matthias Braunfix warning
2007-11-05 Michael Beckmore libc mapper functions added
2007-11-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-11-04 Matthias Braunremoved unfinished and unused code (we don't want that...
2007-11-03 Matthias Braunstarted updating the automake files
2007-11-03 Matthias Braunfix compilation with statistics disabled
2007-11-03 Matthias Braunmake get_Block_matured get_Block_cfgpred_block accept...
2007-11-03 Matthias Braunget rid of benodesets (in favour of ir_nodeset), report...
2007-11-03 Matthias Braunreport nextuse place in beuses, add a function which...
2007-11-03 Christoph MallonAdd missing return 0 in the Pow mapper.
2007-11-01 Christoph MallonHandle mode_b Unknowns in the mode_b lowerer.
2007-11-01 Michael Beckremoved unused variable
2007-11-01 Michael BeckAdd mapper for strcmp and memcpy
2007-11-01 Matthias Braunuse putchar so the thing links
2007-11-01 Matthias Braunexit with 0 so makereport is green
2007-11-01 Matthias Braunuse is_Const_0 not is_Const_null in fucom creation
2007-11-01 Michael Beckclear the tarval buffer before fc_val_from_ieee754...
2007-11-01 Matthias Brauncheck that Psi flags input doesn't depend on load when...
2007-11-01 Matthias Braunanother fehler
2007-10-31 Michael Beckfixed one testcase
2007-10-31 Michael Beckadd i_mapper_Sqrt() and i_mapper_Pow() for some constants
2007-10-31 Christoph MallonConv_A(Unknown_B) -> Unknown_A.
2007-10-31 Michael Becktarval_is_minus_one() added
2007-10-31 Michael Becktarval_is_minus_one() added
2007-10-31 Michael Beckadd doxygen comments
2007-10-29 Matthias Braunfix remove_empty_blocks (don't use a generic walker...
2007-10-29 Matthias Braunpeephole optimisation: reuse zero flag from previous...
2007-10-29 Matthias Braunfix bugs when exchanging nodes to projs in bepeephole
2007-10-29 Christoph Mallonfehler103: Unusual 64bit shift triggers assert in const...
2007-10-29 Michael Beckadd special case for lowering: x==/!=0 ==> l|h ==/!=0
2007-10-28 Michael Becktestcase for rts library call optimization
2007-10-28 Matthias Braunfix bug introduces in last commit
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Brauncompile without warnings when WITH_JVM is not set
2007-10-28 Matthias Braunremove (x*A + A -> (x+1) * A) optimisation. As reassoc...
2007-10-28 Matthias Braunmore interesting lea problems
2007-10-28 Matthias Braunend block can also have 0 predecessors
2007-10-28 Matthias Braunimprove asm test
2007-10-26 Michael Beckfixed handling of pn_Call_X_regular
next