Some more cleanup: Put the return type and other specifiers on the same line as the...
[libfirm] / ir / opt / combo.c
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2009-09-17 Matthias Braununnecessary map
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-30 Michael BeckChanged splitting of commutative nodes: Instead of...
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- add pass for combo()
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-03-02 Moritz KrollRenamed is_Div_remainderless to get_Div_no_remainder
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-20 Matthias Braunfix warnings
2009-01-20 Michael Beck- when control flow is changed, invalidate the entity...
2009-01-14 Michael Beck- fixed signed/unsigned warning
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-15 Michael Beck- fixed warning
2008-12-13 Michael Beck- BugFix: the mode of a Load must be its load_mode...
2008-12-09 Michael Beck- do not optimize away labeled blocks
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-25 Michael Beck- handle strictConv and remainderlessDiv for in opcode map
2008-11-18 Christoph Mallons/new_r_Const(current_ir_graph, /new_Const(/.
2008-11-18 Moritz KrollRemoved unused block parameter from Const constructors
2008-11-11 Michael Beck- cosmetic changes
2008-11-11 Michael Beck- keep ALL mode_M nodes that have only unreachable...
2008-10-30 Michael Beck- reserve the IR_RESOURCE_PHI_LIST resource
2008-10-25 Michael Beck- removed useless checking of control flow input for...
2008-10-24 Michael Beck- handling of Top mode can be switched on/off at runtim...
2008-10-23 Michael Beck- better solution for the "mode_M node computes Top...
2008-10-23 Michael Beck- more special Top handling: it is NOT allowed to repla...
2008-10-23 Michael Beck- Call nodes computes always bottom, even if they have...
2008-10-23 Michael Beck- more work on the Unknown problems: the only
2008-10-23 Michael Beck- fixed r23120
2008-10-22 Michael Beck- put verify_type() again after the "type changed"...
2008-10-22 Michael Beck- kill keep-alive edges to dead blocks before doing...
2008-10-22 Michael Beck- BugFix: fixed monotony checker, now enabled
2008-10-21 Michael Beck- activated WITH_UNKNOWN
2008-10-20 Michael Beck- BugFix: we need an extra compute_Return(), else compu...
2008-10-20 Michael Beck- comaparation of x and Top produces True, as Top is...
2008-10-20 Michael Beck- typos fixed
2008-10-17 Michael Beck- add comment explaining the connection betwenn the...
2008-10-17 Michael BeckBugFix for a rare case:
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-08 Michael Beck- BugFix: fix the rare case where two nodes a congruent...
2008-10-08 Michael Beck- fixed some comment typos
2008-10-08 Michael Beck- Add support for commutative congruences: Add(a,b...
2008-10-07 Michael Beck- kill Bad nodes from the keep-alive list: these arise...
2008-09-29 Michael Beck- BugFix: removed missing debugging artefact, causing...
2008-09-28 Matthias Braun- split array.h into array.h/array_t.h and make array...
2008-09-19 Matthias Braunfix optimize build
2008-08-23 Michael Beck- removed NO_FOLLOWER
2008-08-19 Michael Beckadd first statistic support for GVN-PRE and combo
2008-08-17 Christoph MallonResolve warning about unused label.
2008-08-15 Michael Beck- handle endless loops now
2008-08-15 Michael Beck- add support for Eor and Shift nodes
2008-08-15 Michael Beck- if all Condb has Cmp predecessors, allow Unknown...
2008-08-15 Michael Beckshould be enough to place the smaller part on the cprop...
2008-08-14 Michael Beckupdated is_real_follower(): handle other cases
2008-08-14 Michael Beck- reverted to 2bit flags
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-11 Michael Beck- special Handling for Confirm/Mux nodes needed:
2008-08-10 Michael Beck- More changed:
2008-08-09 Michael Beck- finally understand HOW n-input nodes made the Followe...
2008-08-08 Michael BeckSome things not stated (or not clear) in Clicks Diss:
2008-08-07 Michael Beck- Add missing case in the identity() function
2008-08-07 Michael Beck- speed-up: if a partition has NO follower we can use...
2008-08-07 Michael Beck- new (hopefully better) version of the "initially...
2008-08-07 Michael Beck- first version with "working" (one example) Leader...
2008-08-06 Michael Beck- preliminary support for followers, currently switched off
2008-08-04 Michael Beck- BugFix: invalidate analyis info in graph was modified
2008-08-02 Michael Beckremoved debug mask setting
2008-08-02 Michael BeckSmall improvements:
2008-08-01 Michael Beckadd comment
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
2008-07-31 Michael Beck- use double-linked lists instead of flexible arrays...
2008-07-31 Michael Beck- BugFix: when splitting by input, ensure than Z is...
2008-07-30 Michael Beck- do not kill the start block when folding control...
2008-07-30 Michael Beck- commented out the wrong line
2008-07-30 Michael Beck- add compute_Confirm(), compute_Bad() and compute_Unkn...
2008-07-29 Michael Beck- BugFix: of by one error
2008-07-29 Michael Beck- using tarval_top as an alias for tarval_unreachable...
2008-07-29 Michael BeckAdd NaN condition to Sub AND Cmp
2008-07-29 Michael Beck- BugFix: constants must be evaluated BEFORE congruence...
2008-07-29 Michael Beck- BugFix: fixed the "type is neither Top nor constant...
2008-07-28 Michael Beck- BugFix: Proj nodes must compute TOP if they are in...
2008-07-26 Michael BeckBugFix:
2008-07-26 Michael Beck- BugFix: must check the input of the user node y,...
2008-07-26 Michael Beckfixed warnings
2008-07-26 Michael Beck- BugFix: a node might fall 2 times, so we need a on_fa...
2008-07-26 Michael BeckBugFixes:
2008-07-26 Michael Beck- first working combo version (at least one example...
2008-07-25 Michael Beckadd sorting of out edges, some small fixes
2008-07-24 Michael Beck- implemented compute_Proj_Cond(), compute_Add()
2008-07-23 Michael Beckadd dumping hook
next