we don't need no stinking selfs
[libfirm] / ir /
2008-05-23 Matthias Braunwe don't need no stinking selfs
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-05-23 Michael BeckRemoved the irn_handler stack.
2008-05-23 Michael BeckRemoved the arch_irn_handler_t. This was just an additi...
2008-05-22 Michael Beckcheck for Cmp nodes before doing doz
2008-05-22 Michael Beck- normalize Muxes a bit: this hopefully improves the...
2008-05-22 Michael Beckuse is_Const()
2008-05-22 Michael Beckmissing goto added
2008-05-22 Michael Beck- add more Mux optimization cases
2008-05-21 Michael Beckfixed warnings
2008-05-21 Michael Beck- placed phi_handler into the be_main environment,...
2008-05-21 Michael Beck- BugFix: replaced wrong cast by right code (no crash...
2008-05-21 Michael Becktypos fixed
2008-05-21 Michael Beck- fixed doxygen comments
2008-05-21 Michael Beck- beo_* Opcodes are now defined in irop.h, and no more...
2008-05-21 Michael Beck- add a flag to allow 2 users when matching address...
2008-05-21 Michael Becktypos fixed
2008-05-21 Michael Beckassure_different_constraints():
2008-05-20 Michael Beck- If-conversion can generate SSE min and max nodes...
2008-05-19 Michael Beck- small code cleanup
2008-05-18 Michael Beck- BugFix of the last fix ...
2008-05-18 Michael Beck- BugFix: we really have to check both sides independen...
2008-05-18 Michael Beckadd missing DBG_OPT calls
2008-05-18 Christoph MallonImplement (a ^ b) ^ a -> b (in all four commutative...
2008-05-18 Michael BeckAllow safe x/y = x * (1.0/y) for exact 1.0/y even if...
2008-05-17 Michael Beck- Removed a big performance hit: The MARKS for visiting...
2008-05-17 Michael Beck- fixed indentation
2008-05-16 Michael Becksmall code improvements
2008-05-16 Michael BeckBugFix: invalidate more data
2008-05-15 Matthias BraunBelady optimisation:
2008-05-15 Christoph MallonImprove sorting of roots: place live-out nodes later.
2008-05-15 Michael BeckImproved inline heuristic:
2008-05-15 Michael Beckdumps now new style initializers
2008-05-14 Michael BeckBugFix: the spillslot coalescer need the ProjM nodes ...
2008-05-14 Michael Becktestprogram for the fisttp instruction
2008-05-14 Michael BeckBugFix: add missing copy
2008-05-14 Michael Beck- modeled vfisttp using a dummy output value, this...
2008-05-14 Michael Beck- don't use inc/dec on core2
2008-05-13 Michael BeckBugFix:
2008-05-13 Michael BeckSSE3 fisttp instruction added (currently unused due...
2008-05-13 Michael Beck-BugFix: can not handle values with - in in, needed...
2008-05-13 Michael BeckBugFix:loop-info must run on copy
2008-05-13 Michael Beckinline_leave_functions(): uses new collect_calls2(...
2008-05-13 Michael Beckallow bt instruction for newer AMD processors
2008-05-13 Michael Beckignore Bad control flow predecessors when calculating...
2008-05-12 Michael Beckadd missing dbg hooks for boolean simplifications
2008-05-12 Michael Becktest bt instruction
2008-05-12 Michael Beck- BugFix: added missing test when creating bt instructions
2008-05-11 Michael Beckgenerate bt x,n for if (x & (1 << n)) on Core2:
2008-05-11 Michael Beck- BugFix: flags for pad_return
2008-05-09 Michael Beck- give bonus to small functions and leaves
2008-05-09 Michael BeckBugFix: add missing assure_cf_loop() for copy graphs
2008-05-09 Michael Beck- improve doxygen comments
2008-05-09 Michael Beckinline_functions now inlines calls inside loops first
2008-05-09 Michael BeckBugFix r19562: get_nodes_block(skip_Proj(get_irn_n...
2008-05-08 Christoph MallonImprove scheduling: ignore keeps, sort roots by height.
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 Beckdo not count Const/SymConst CSE
2008-05-07 Michael Beck- add dumping of indirect/external calls
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-05-06 Michael Beckmark start end end blocks
2008-05-06 Michael Beckupdated for new optimization
2008-05-05 Michael Beckmissing entry added
2008-05-05 Michael Beckadd a parameter to limit the maximum size of methods...
2008-05-05 Michael Beckfixed comment
2008-05-04 Michael Beckredo wrong 19491: DIV and IDIV are different
2008-05-03 Michael Beck- fixed r19477: pin_state MUST be the first attribute
2008-05-02 Michael Beckreduce code size
2008-05-02 Michael Beck- reduce lifetime of variables
2008-05-02 Michael Beck- reorder if to place cheapest test first
2008-05-02 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beckuse mode_xmm where appropriate
2008-05-01 Michael Beck- transfor xorps r,r and xorpd r,r into pxor on netburs...
2008-04-30 Michael Beck- renamed SymConst num attribute into more logical...
2008-04-30 Matthias Brauncorrect fix for benode comparison
2008-04-30 Matthias Braunavoid dangerous use of memcmp
2008-04-30 Michael Beckadd a comment that memcmp is not hostile here
2008-04-30 Matthias Braundon't use memcmp for tarval comparison, there might...
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael Beckfix 64bit warnings
2008-04-29 Michael BeckBugFix: ls_mode must be set to Iu when transforming...
2008-04-28 Michael Becktransform stores of floating point constants into integ...
2008-04-28 Christoph MallonWhen transforming floating point constants into load...
2008-04-27 Michael Beck- when creating a x87 memory constant, check if the...
2008-04-27 Michael Beck- added fc_can_lossless_conv_to() / tarval_ieee754_can_...
2008-04-26 Michael Beckallow Cmp, Neg, Abs for floating point even if no_float...
2008-04-26 Michael Beckfixed warning
2008-04-26 Michael Beck- BugFix:
2008-04-23 Christoph MallonGive some node inputs more meaningful names.
2008-04-23 Christoph MallonMove the if-not-AM-input of ia32 Div and IDiv to slot...
2008-04-23 Christoph MallonSet SVN properties.
2008-04-23 Christoph MallonInclude stdlib.h for atoi().
2008-04-22 Christoph MallonFix logic error in IncSP-to-Push/Pop optimisation,...
2008-04-22 Christoph MallonFix return value of main().
2008-04-22 Christoph MallonFix inconsistency between reg_req and ins of Push:...
next