Age | Commit message (Expand) | Author | Files | Lines |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -66/+66 |
2009-11-22 | tree-cfg.c (verify_types_in_gimple_reference): Error out on V_C_E of an SSA_N... | Martin Jambor | 1 | -7/+20 |
2009-11-16 | tree-cfg.c (gimple_redirect_edge_and_branch): Create the decl label for the n... | Alexandre Oliva | 1 | -2/+11 |
2009-11-08 | cfgrtl.c (pass_free_cfg): Add pass name. | Zbigniew Chamski | 1 | -2/+2 |
2009-10-26 | extend.texi (Named Address Spaces): New section. | Ben Elliston | 1 | -0/+15 |
2009-10-22 | outer-4.c: Adjust scan. | Razya Ladelsky | 1 | -9/+8 |
2009-10-22 | cfgloopmanip.c (duplicate_subloops): Export. | Razya Ladelsky | 1 | -15/+131 |
2009-10-08 | re PR middle-end/41573 (segfault in trunk related to strings) | Michael Matz | 1 | -599/+0 |
2009-10-03 | Merge lto branch into trunk. | Diego Novillo | 1 | -1/+1 |
2009-09-24 | cgraphunit.c (cgraph_lower_function): Revert last change. | Jakub Jelinek | 1 | -2/+2 |
2009-09-22 | re PR middle-end/41429 (gomp tests timeout with -fpic) | Jakub Jelinek | 1 | -0/+2 |
2009-09-16 | re PR target/41246 (should "sorry" when regparm=3 and nested functions are en... | Richard Henderson | 1 | -0/+19 |
2009-09-14 | builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec. | Richard Henderson | 1 | -4/+56 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -98/+247 |
2009-09-10 | tree-cfg.c (dump_function_to_file): Dump eh tree with TDF_EH, not TDF_DETAILS. | Richard Henderson | 1 | -1/+1 |
2009-09-10 | tree-cfg.c (gimple_redirect_edge_and_branch): Do gimple_try_redirect_by_repla... | Richard Henderson | 1 | -4/+7 |
2009-09-10 | tree-cfg.c (split_edge_bb_loc): Don't disallow placement at dest_prev if the ... | Richard Henderson | 1 | -4/+8 |
2009-09-10 | * tree-cfg.c (is_ctrl_stmt): Use a switch. | Richard Henderson | 1 | -5/+11 |
2009-09-10 | tree-cfg.c (gimple_can_merge_blocks_p): Move label and loop latch tests earlier. | Richard Henderson | 1 | -15/+18 |
2009-09-10 | gimple-iterator.c (gimple_find_edge_insert_loc): Use gimple_seq_empty_p to te... | Richard Henderson | 1 | -1/+1 |
2009-09-09 | gimple.h (CASE_GIMPLE_OMP): New. | Richard Henderson | 1 | -25/+29 |
2009-09-09 | tree-cfg.c (verify_gimple_phi): Check that gimple_phi_result is an SSA_NAME r... | Martin Jambor | 1 | -1/+1 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -11/+102 |
2009-08-26 | re PR c/41163 (verify_gimple fails) | Richard Guenther | 1 | -4/+5 |
2009-08-26 | Revert accidental commit of tree-cfg.c in r151099. | Michael Matz | 1 | -1/+0 |
2009-08-25 | bmmintrin.h: Replace by #error. | Jan Hubicka | 1 | -0/+1 |
2009-08-03 | tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre... | Richard Guenther | 1 | -1/+1 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -4/+6 |
2009-07-24 | * tree-cfg.c (assign_discriminator): Add explicit parentheses. | Cary Coutant | 1 | -2/+2 |
2009-07-24 | cfghooks.c (split_block): Copy discriminator to new block. | Cary Coutant | 1 | -3/+5 |
2009-07-17 | re PR c/40401 (ICE: verify_gimple failed) | Richard Guenther | 1 | -0/+97 |
2009-07-16 | re PR c/40435 (Revision 148442 caused many regressions on trunk) | Aldy Hernandez | 1 | -4/+6 |
2009-07-07 | re PR c++/31246 (-Wunreachable-code warnings for compiler-generated code) | Manuel López-Ibáñez | 1 | -0/+2 |
2009-07-07 | cgraphunit.c: Replace %J by an explicit location. | Manuel López-Ibáñez | 1 | -3/+3 |
2009-07-07 | c-lex.c: Replace %H by an explicit location. | Manuel López-Ibáñez | 1 | -3/+3 |
2009-06-30 | Revert accidental commit. | Jan Hubicka | 1 | -10/+1 |
2009-06-30 | cfgloopanal.c (check_irred): Move into ... | Jan Hubicka | 1 | -1/+10 |
2009-06-19 | tree-cfg.c (gimple_redirect_edge_and_branch): Change ERROR_MARK to GIMPLE_ERR... | Ian Lance Taylor | 1 | -1/+1 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -4/+4 |
2009-06-07 | tree-cfg.c (gimple_merge_blocks): Commentary typo fix. | Bernhard Reutner-Fischer | 1 | -1/+2 |
2009-06-04 | basic-block.h (struct basic_block_def): Add discriminator field. | Cary Coutant | 1 | -2/+128 |
2009-05-24 | tree-ssa-operands.h (push_stmt_changes, [...]): Delete. | Paolo Bonzini | 1 | -6/+2 |
2009-05-22 | re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing) | Richard Guenther | 1 | -16/+0 |
2009-05-16 | alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry. | Ian Lance Taylor | 1 | -1/+1 |
2009-05-08 | cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han... | Jan Hubicka | 1 | -1/+1 |
2009-04-29 | tree-cfg.c (verify_gimple_assign_binary): Allow vector shifts of floating poi... | Richard Guenther | 1 | -1/+12 |
2009-04-29 | tree-cfg.c (verify_types_in_gimple_reference): Add require_lvalue parameter. | Richard Guenther | 1 | -6/+8 |
2009-04-27 | re PR java/38374 (constant pool references have wrong types in ADDR_EXPR) | Richard Guenther | 1 | -0/+21 |
2009-04-25 | tree.c (list_equal_p): New function. | Jan Hubicka | 1 | -0/+3 |
2009-04-25 | tree-eh.c (tree_remove_unreachable_handlers): Handle shared labels. | Jan Hubicka | 1 | -5/+26 |