Age | Commit message (Expand) | Author | Files | Lines |
2010-12-07 | re PR tree-optimization/46726 (x*x has different cost than pow(x,2) with -ffa... | Richard Guenther | 1 | -3/+24 |
2010-12-01 | common.opt (main_input_filename, [...]): New Variable entries. | Joseph Myers | 1 | -1/+0 |
2010-11-10 | Check preferred vector mode for vector type in estimate_move_cost. | H.J. Lu | 1 | -0/+10 |
2010-11-10 | re PR tree-optimization/40436 (0.5% code size regression caused by r147852) | Jan Hubicka | 1 | -4/+14 |
2010-11-04 | tree.def (FMA_EXPR): New tree code. | Richard Guenther | 1 | -0/+1 |
2010-11-03 | builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert. | Nathan Froyd | 1 | -3/+2 |
2010-10-18 | tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare. | Eric Botcazou | 1 | -1/+4 |
2010-10-14 | sched-deps.c (sched_insn_is_legitimate_for_speculation): Invoke may_trap_or_f... | Eric Botcazou | 1 | -0/+3 |
2010-09-25 | tree-inline.c (copy_bb): Use GSI_CONTINUE_LINKING when inserting new statemen... | Eric Botcazou | 1 | -1/+2 |
2010-09-22 | tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s... | Richard Guenther | 1 | -8/+8 |
2010-09-18 | re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr... | Richard Guenther | 1 | -5/+9 |
2010-09-18 | re PR tree-optimization/45709 (internal compiler error: in add_phi_arg, at tr... | Richard Guenther | 1 | -1/+4 |
2010-09-16 | pr45679-1_0.C: New file. | Jan Hubicka | 1 | -1/+2 |
2010-09-07 | tree-inline.c (tree_inlinable_function_p): Do not test DECL_REPLACEABLE_P. | Jan Hubicka | 1 | -6/+0 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -1/+1 |
2010-08-05 | ipa-prop.h (enum ipa_lattice_type): Changed comments. | Martin Jambor | 1 | -19/+1 |
2010-07-27 | re PR tree-optimization/45083 (strange warning text from gcc) | Jakub Jelinek | 1 | -1/+18 |
2010-07-22 | cgraphunit.c (verify_edge_count_and_frequency): New function. | Martin Jambor | 1 | -1/+9 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -18/+18 |
2010-07-10 | re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem... | Sandra Loosemore | 1 | -95/+3 |
2010-07-09 | tree-inline.c (declare_return_variable): Fix ICE while inlining DECL_BY_VALUE... | Jan Hubicka | 1 | -1/+4 |
2010-07-08 | tree-inline.c (declare_return_variable): Allocate annotation for new temporary. | Jan Hubicka | 1 | -0/+5 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -1/+2 |
2010-07-07 | re PR middle-end/44813 (ipa-split causes ice in ptr_deref_may_alias_decl_p, a... | Jan Hubicka | 1 | -6/+28 |
2010-07-06 | vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro. | Nathan Froyd | 1 | -53/+41 |
2010-07-04 | re PR middle-end/44785 (Invalid memory access in gfortran.dg/extends_3.f03) | Richard Guenther | 1 | -5/+6 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -42/+56 |
2010-06-30 | re PR tree-optimization/39799 (missing 'may be used uninitialized' warning) | Bernd Schmidt | 1 | -0/+1 |
2010-06-29 | * tree-inline.c: Replace incomming by incomin and clonning by cloning. | Jan Hubicka | 1 | -14/+14 |
2010-06-29 | predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable. | Jan Hubicka | 1 | -3/+43 |
2010-06-29 | re PR tree-optimization/44667 (ICE: verify_stmts failed: non-trivial conversi... | Richard Guenther | 1 | -0/+26 |
2010-06-26 | ipa-split-2.c: New testcase. | Jan Hubicka | 1 | -10/+21 |
2010-06-25 | re PR middle-end/44665 (typo in comment, incorrect/out-of-date comment) | Manuel López-Ibáñez | 1 | -1/+1 |
2010-06-25 | With large parts from Jim Wilson: | Bernd Schmidt | 1 | -0/+2 |
2010-06-22 | cgraphunit.c (cgraph_redirect_edge_call_stmt_to_callee): Chain the new statem... | Eric Botcazou | 1 | -1/+0 |
2010-06-17 | tree-inline.c (declare_return_variable): Remove bogus code. | Richard Guenther | 1 | -19/+0 |
2010-06-16 | tree-inline.c (remap_gimple_op_r): Recurse using remap_gimple_op_r. | Richard Guenther | 1 | -1/+1 |
2010-06-08 | fold-const.c (fold_comparison): Remove redundant parenthesis. | Shujing Zhao | 1 | -2/+2 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -3/+3 |
2010-06-01 | cgraph.h (tree_function_versioning): Update prototype. | Jan Hubicka | 1 | -23/+53 |
2010-06-01 | tree-inline.c (estimate_num_insns): For stdarg functions look into call state... | Jan Hubicka | 1 | -3/+13 |
2010-05-31 | re PR tree-optimization/44182 (-fcompare-debug failure (length) with -O1) | Jakub Jelinek | 1 | -5/+81 |
2010-05-29 | tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION. | Jan Hubicka | 1 | -1/+1 |
2010-05-27 | diagnostic-core.h: New. | Joseph Myers | 1 | -1/+1 |
2010-05-25 | function.h (struct function): Add can_throw_non_call_exceptions bit. | Eric Botcazou | 1 | -13/+30 |
2010-05-25 | re PR debug/42801 (C VLAs should use DW_AT_allocated) | Jakub Jelinek | 1 | -19/+19 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-05-17 | cgraph.h (struct ipa_replace_map): Add parm_num parameter. | Jan Hubicka | 1 | -0/+9 |
2010-05-13 | cgraph.c (cgraph_mark_address_taken_node): No longer imply needed flag. | Jan Hubicka | 1 | -0/+1 |