ia32_Leave does not need esp as input operand, it only overwrites it.
[libfirm] / ir / ana /
2008-09-21 Matthias Braunfix old bug in irmemory: external_allocated stuff is...
2008-09-21 Matthias Braunfix
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-21 Matthias Braunfix for const commit
2008-09-21 Matthias Braunmore consts
2008-09-20 Michael BeckBugfix: restructured so memory disambiguator can switch...
2008-09-20 Michael Beck- fixed typos and some comments
2008-09-20 Michael BeckImproved memory disambiguator:
2008-09-20 Matthias Braunattempt to fix broken type based alias analysis
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-11 Christoph Mallons/get_irn_op(x) == op_Block/is_Block(x)/.
2008-08-23 Michael Beck- BugFix: fix_start_proj() erronously assumed the start...
2008-08-21 Michael Beck- sticky methods can be called from outside (by inline...
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-01 Matthias Braunsmall optimisation (avoids edges_notify_edge)
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-07-31 Michael Beck- removed a now superfluous function
2008-07-31 Sebastian BuchwaldFixed more memory leaks.
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Matthias Braunfix warning
2008-07-25 Michael Beck- out edges now preserve the input position, needed...
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Michael Beck- use is_Confirm() instead of old style compare
2008-07-24 Michael Beck- BugFix: the effective use block is the predecessor...
2008-07-23 Michael Beck- fixed a stupid Bug: the marks are not cleared at...
2008-07-22 Matthias Braunconst changes and enhancements to irouts
2008-06-23 Matthias Braunanchor nodes are not real liveness users
2008-06-20 Michael Beck- make is_arg_Proj() global
2008-06-06 Michael Beckrenamed node type Rot to Rotl to make clear that this...
2008-06-06 Michael Beck- export classify_pointer()
2008-05-30 Michael Beck- removed assertion() it is allowed to ask for non...
2008-05-25 Michael BeckSpecial handling seems not to work, remove critical...
2008-05-25 Michael Beck- simplified get_effective_use_block()
2008-05-17 Michael Beck- Removed a big performance hit: The MARKS for visiting...
2008-05-13 Michael Beckignore Bad control flow predecessors when calculating...
2008-05-09 Michael Beck- improve doxygen comments
2008-05-09 Michael BeckBugFix r19562: get_nodes_block(skip_Proj(get_irn_n...
2008-05-07 Michael Beck- added assure_cf_loop()
2008-05-07 Michael Beckreordered struct for smaller memory print on 64bit
2008-05-07 Michael Becktypos fixed
2008-05-06 Michael Beckoutputs the layout type for yComp, makes nicer yComp...
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-05-06 Michael Beck- add ir_graph to loop element, preventing the ugly...
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-05 Michael Beckcompletely removed old verbosity based debug output
2008-04-04 Michael BeckImproved param weights: handle Id and Tuple nodes
2008-04-04 Michael Beckfixed warnings
2008-04-04 Michael Beck- improced param weight calculation
2008-04-02 Michael Beckused new is_Global() and get_Global_entity() instead...
2008-04-02 Michael Beckskip Bitfield Sels when doing memory disambiguation
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...
next