Age | Commit message (Expand) | Author | Files | Lines |
2008-12-04 | re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c) | Richard Guenther | 1 | -0/+1 |
2008-10-21 | tree-inline.c (tree_inlinable_function_p): Remove tuples debugging hack. | Jakub Jelinek | 1 | -7/+1 |
2008-09-17 | re PR middle-end/18071 (-Winline does not respect -fno-default-inline) | Jan Hubicka | 1 | -0/+1 |
2008-09-13 | re PR tree-optimization/37392 (Segfault in verify_ssa: !gimple_nop_p (stmt)) | Jan Hubicka | 1 | -2/+10 |
2008-09-11 | re PR middle-end/37448 (cannot compile big function) | Jan Hubicka | 1 | -13/+10 |
2008-09-10 | re PR tree-optimization/37432 (ICE in VN_INFO, at tree-ssa-sccvn.c:180) | Richard Guenther | 1 | -0/+16 |
2008-09-10 | re PR middle-end/37356 (ICE in gsi_insert_seq_nodes_after, at gimple-iterator... | Jakub Jelinek | 1 | -36/+24 |
2008-09-08 | re PR middle-end/37393 (error: EH edge 10->12 is missing) | Jakub Jelinek | 1 | -0/+1 |
2008-09-03 | re PR tree-optimization/37315 (gcc.c-torture/execute/931018-1.c int-compare.... | Jan Hubicka | 1 | -17/+35 |
2008-09-03 | re PR target/37436 (arm-cross-g++. internal compiler error: in extract_insn, ... | Jakub Jelinek | 1 | -0/+6 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -1/+1 |
2008-08-30 | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 1 | -0/+6 |
2008-08-29 | tree-inline.c (insert_init_stmt): Insert sequence even when not in SSA form. | Jan Hubicka | 1 | -4/+4 |
2008-08-29 | tree.c (build_function_type_skip_args, [...]): New functions. | Jan Hubicka | 1 | -13/+32 |
2008-08-29 | cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic. | Jan Hubicka | 1 | -0/+7 |
2008-08-24 | tree-inline.c (tree_function_versioning): Look harder for referenced vars. | Jan Hubicka | 1 | -2/+9 |
2008-08-23 | ipa-cp.c (constant_val_insert): Remove. | Jan Hubicka | 1 | -58/+75 |
2008-08-23 | tree.c (decl_address_ip_invariant_p): New function. | Jan Hubicka | 1 | -2/+12 |
2008-08-21 | cgraph.c (first_cgraph_function_insertion_hook): New variable. | Jan Hubicka | 1 | -1/+1 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -4/+2 |
2008-08-12 | re PR tree-optimization/37084 (ICE in gimple_assign_rhs1) | Jakub Jelinek | 1 | -4/+3 |
2008-08-06 | builtins.c (expand_builtin_profile_func): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -95/+95 |
2008-07-29 | flags.h (flag_really_no_inline): Remove. | Jan Hubicka | 1 | -1/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -717/+1341 |
2008-07-26 | cgraph.c (cgraph_function_possibly_inlined_p): Do not rely on DECL_INLINE. | Jan Hubicka | 1 | -1/+0 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -28/+3 |
2008-07-23 | ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ... | Martin Jambor | 1 | -5/+30 |
2008-07-23 | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 1 | -0/+31 |
2008-07-09 | gimplify.c (struct gimplify_ctx): Move to tree-gimple.h. | Jakub Jelinek | 1 | -2/+5 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -4/+4 |
2008-06-12 | tree-inline.c (copy_body_r): Copy TREE_SIDE_EFFECTS along with TREE_THIS_VOLA... | Eric Botcazou | 1 | -0/+1 |
2008-06-10 | value_prob.c (tree_divmod_fixed_value_transform): Use gcov_type. | Vinodha Ramasamy | 1 | -4/+5 |
2008-06-06 | c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805. | Jakub Jelinek | 1 | -0/+1 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -2/+2 |
2008-05-17 | tree-inline.c (setup_one_parameter): Remove dead code. | Eric Botcazou | 1 | -16/+2 |
2008-05-13 | tree.h (init_phinodes, [...]): Move ... | Diego Novillo | 1 | -1/+1 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -2/+1 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -1/+1 |
2008-04-23 | tree-cfg.c (verify_expr): Check for NON_LVALUE_EXPR as unreachable case. | Tomas Bily | 1 | -1/+0 |
2008-04-18 | except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r... | Jan Hubicka | 1 | -22/+19 |
2008-04-16 | re PR tree-optimization/35899 (ICE on filesystem code) | Jakub Jelinek | 1 | -3/+3 |
2008-04-03 | tree-inline.c (copy_generic_body, [...]): Export. | Paolo Bonzini | 1 | -38/+6 |
2008-03-20 | tree-scalar-evolution.c (chrec_contains_symbols_defined_in_loop): Use is_gimp... | Richard Guenther | 1 | -2/+2 |
2008-03-18 | tree-pretty-print.c: Include predict.h. | Jan Hubicka | 1 | -0/+1 |
2008-02-29 | re PR c++/35315 (ICE with attribute transparent_union) | Douglas Gregor | 1 | -0/+2 |
2008-02-26 | re PR tree-optimization/26264 (Extraneous warning with __builtin_stdarg_start... | Manuel López-Ibáñez | 1 | -1/+0 |
2008-02-21 | tree.def (PAREN_EXPR): New tree code. | Richard Guenther | 1 | -0/+1 |
2008-02-19 | re PR middle-end/28779 (internal compiler error: in cgraph_estimate_size_afte... | Jan Hubicka | 1 | -8/+26 |
2008-01-30 | re PR middle-end/34969 (ICE with -fipa-cp -ffast-math) | Jakub Jelinek | 1 | -2/+8 |
2008-01-29 | re PR tree-optimization/35006 (Segfault in remove_unused_locals with nested f... | Richard Guenther | 1 | -4/+10 |