simplify begnuas.c by not sorting entities into sections
[libfirm] / ir / ana /
2008-03-30 Matthias Braunremove pointless continues
2008-03-30 Matthias Braunadd missing include
2008-03-20 Michael Beckwhen propagating constants in the x == Const case,...
2008-03-11 Michael Beckfind_address_taken_state() handle CopyB like a set...
2008-03-10 Michael BeckFixed:
2008-03-09 Matthias Braun- rewrite and cleanup of memory disambiguator code...
2008-03-09 Matthias Braunfix debug message, always check for same base address...
2008-03-06 Matthias Braunremove old buggy code
2008-03-06 Matthias Braunadd author
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-14 Matthias Braunremove empty describing files
2008-01-22 Michael Beck- Phi nodes are now collected by collect_phiprojs(...
2008-01-17 Michael Beckadd support for malloc-like routines
2008-01-14 Michael Beckcosmetic changes
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-14 Michael Beckused new generic irloop functions
2008-01-14 Michael Beckadd new generic irloop functions
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-14 Michael Beck- fixed some memory leaks by maturing the generated...
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-10 Michael Beckimproved doxygen comment
2008-01-04 Matthias Braunfix some warnings, represent mode size as unsigned...
2008-01-02 Michael Beckupdate copyright message
2008-01-01 Michael Beckcleaned up code:
2008-01-01 Michael BeckImproved implementation:
2007-12-30 Michael Beckis_SymConst_addr_ent() added
2007-12-14 Michael Beckfixed criation of private properties and calls
2007-12-14 Michael Beckclone method can add a prefix
2007-12-10 Michael BeckImproved mark_private_methods():
2007-12-02 Matthias Braunrefactor some dumping code and add some functions that...
2007-11-28 Michael BeckImproved handling of special nodes: add value_param_bas...
2007-11-22 Matthias Braunchange color handling in dumper, tweak colors
2007-11-22 Sebastian HackChanged phase node initializer to take const ir_node
2007-11-20 Michael Beckdisable different_sel_offsets(), seems to be broken
2007-11-20 Michael Beckimproved check for differnt variables
2007-11-18 Michael Beck- reenabled callgraph
2007-11-18 Michael Beckcaller backedges uses raw_bitsets
2007-11-18 Michael Beckmake backedge arrays raw bitsets
2007-11-16 Matthias Braunremove some flags, ported some phases to new debug...
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-04 Matthias Braunfixed a bunch of warnings (in OPTIMIZE mode)
2007-10-22 Michael Beckadd a short cut to the disabiguator: pointer and non...
2007-10-19 Michael BeckMake the ir_loop link field permanent. The other behavi...
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...
next