improve peephole API, do IncSP stuff as peephole opts, add IncSP -4 -> Pop opt
[libfirm] / ir / ana /
2007-10-12 Matthias Braunfixed/warnings make it possible to build without interp...
2007-10-04 Matthias Braun- introduce an "end-block" to the absgraph, so the...
2007-09-27 Michael Beckfixed indentation
2007-09-25 Christoph MallonFix grammo in comment.
2007-09-17 Sebastian HackDisabled matrix dumping.
2007-09-17 Sebastian HackWorks now with endless loops.
2007-09-17 Christoph MallonRemove classify_tarval(). Use tarval_is_null(), tarval_...
2007-09-15 Sebastian HackAdded the fabulous Gauss-Seidel linear equation solver...
2007-09-10 Sebastian HackAdapted to new statev
2007-08-22 Michael Beckdebug handle must be static
2007-08-21 Michael BeckBugFix: handle the method initializer right
2007-08-17 Sebastian HackDropped some consts
2007-08-17 Sebastian HackRemoved old implementaion of fast liveness checks
2007-08-07 Michael Beckhandle indeces with different modes
2007-08-06 Michael BeckMark all entities used in initializers for global varia...
2007-08-06 Michael Beckfixed comment
2007-08-06 Michael Beckindentation changed
2007-07-30 Michael Beckchanged indentation
2007-07-25 Michael Beckfixed handling of keep-alive edges
2007-07-24 Michael Beckdon't assume mode_X nodes have only one successor,...
2007-07-23 Sebastian HackAdded if for unreachable blocks
2007-07-19 Matthias Braunuse automake instead of homebrewn makefiles
2007-07-17 Christoph MallonGC unused variables.
2007-07-16 Michael Beckremoved the new get_block/set_block stuff; not working...
2007-07-13 Michael BeckReplaced set_irn_n(*, -1, *) and get_irn_n(*, -1) by...
2007-07-12 Matthias Braundisable dumping (we need a flag for this)
2007-07-11 Sebastian HackAdded a new version of the live chk
2007-07-11 Sebastian HackMade a nicer dumper
2007-07-11 Michael Beckadd last newline
2007-07-11 Michael Beckcommented out JACk support stuff: move to the jack...
2007-07-06 Michael Beckmissing include added
2007-06-30 Matthias Braunmakefile updates
2007-06-27 Christoph MallonFix non-debug build of FIRM.
2007-06-21 Sebastian HackFixed a bug and added stat events
2007-06-21 Michael Beckupdate_calls() fixed hopefully last time :-)
2007-06-21 Christoph MallonFix r14644 (fast call).
2007-06-19 Matthias Braunfixed broken mark_private_methods
2007-06-18 Michael Beckmoved opt_calling_conventions() to mark_private_methods()
2007-06-18 Michael Beckremoved C99 feature
2007-06-18 Matthias Braunfixed warnings
2007-06-18 Michael BeckRemoved C99 construct
2007-06-17 Matthias Braunfix warnings
2007-06-13 Sebastian HackFixed some bugs and started statistic code
2007-06-13 Michael Beckadded strictly_dominate functions
2007-06-12 Sebastian HackMade it more sensible concerning endless loops
2007-06-12 Matthias Braunworkaround problems when comparing bitfield types
2007-06-05 Michael Beckcalculates now the address_taken flag for methods,...
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-29 Michael Beckfixed turn_into_tuple()
2007-05-23 Matthias Braunfix height computation for phi nodes
2007-05-23 Christoph MallonUse the more verbose comment on the edges-execfreq...
2007-05-22 Matthias Braunworkaround
2007-05-13 Christoph MallonFix typos and remove stale comment.
2007-05-13 Matthias Braundon't spam source folders with graphs, warn when execut...
2007-05-11 Christian WürdigBugFix: declare as extern, otherwise linker will create...
2007-05-11 Matthias Braunfix when debug mode is disabled
2007-05-11 Sebastian HackChanged edge classification:
2007-05-10 Michael Beckupdated header
2007-05-10 Michael BeckAdded new header
2007-05-10 Michael BeckAdded new header
2007-05-10 Michael BeckFixed header
2007-05-10 Sebastian HackAdded generic Depth First Search facility
2007-05-04 Michael Beckdifferent_pointer() improved
2007-05-03 Michael Beckadd some initial debugging support
2007-05-02 Michael BeckRestructured a bit
2007-05-02 Michael Beckclean up a bit
2007-05-02 Michael Beckused new is_Add(), is_Sub()
2007-05-02 Michael Beckimplemented different_sel_offsets() for arrays
2007-04-26 Michael Beckincomplete offset calculation added
2007-04-26 Michael BeckFixed the fix for the memory leak
2007-04-26 Michael BeckMemory leak fixed
2007-04-26 Matthias Braunfor i in *.[ch]; do sed -e 's/Copyrigth/Copyright/g...
2007-04-26 Michael Beckadded comment
2007-04-26 Matthias Braunadded license infos
2007-04-25 Michael BeckBugFix: use the maximum as the comments says, NOT the...
2007-04-19 Christian Würdigremoved unused include
2007-04-19 Christian Würdigphase takes now additional param on init
2007-04-10 Christian Würdigadded newline at end of file
2007-04-10 Michael Beckadded natural loop
2007-04-09 Michael Beckrenamed dom_info type to ir_dom_info
2007-04-09 Michael Beckfixed IfThen
2007-04-09 Michael Beckcomments added
2007-04-09 Michael Beckremoved flexible array and set, use lists in implementation
2007-04-08 Michael BeckStructure Analysis initial version, current limitations:
2007-04-06 Christoph MallonRemove the obsolete .cvsignore files.
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckrenamed phase_t to ir_phase
2007-04-05 Michael Beckindentation changed
2007-04-02 Christoph MallonMove includes for alloca() to xmalloc.h, so not everyon...
2007-03-29 Christian Würdigswitched to ir_nodeset
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-22 Matthias Brauna bunch of fixes to make firm work with NDEBUG and...
2007-02-21 Matthias Braunfix warning
2007-02-16 Christian Würdigextended debug output
2007-02-11 Christian Würdigadded option for pure Phi classes
2007-02-09 Christian WürdigBugFix: ARR_F may be relocated when resized, so there...
2007-02-09 Christian WürdigBugFix: use phase_get_or_set_irn_data for getting phi...
2007-02-09 Christian Würdigadded asserts
2007-02-09 Christian WürdigBugFix: fixed wrong include
next