| Commit message (Expand) | Author | Age | Files | Lines |
* | cgraph.h: Flatten. | Andrew MacLeod | 2014-10-28 | 1 | -0/+4 |
* | gimple-fold.h (follow_single_use_edges): Declare. | Richard Biener | 2014-10-28 | 1 | -0/+37 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -0/+2 |
* | genmatch.c (expr::gen_transform): Use fold_buildN_loc and build_call_expr_loc. | Richard Biener | 2014-10-24 | 1 | -3/+153 |
* | Makefile.in (OBJS): Add gimple-match.o and generic-match.o. | Richard Biener | 2014-10-22 | 1 | -9/+192 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -0/+6 |
* | re PR c/63554 (ice in "execute_todo, at passes.c:1797" with -O3) | Richard Biener | 2014-10-16 | 1 | -0/+58 |
* | gimple-fold.c (gimple_fold_call): Properly keep virtual SSA form up-to-date w... | Richard Biener | 2014-10-15 | 1 | -1/+5 |
* | re PR c++/63419 (verify_gimple failed: "vector CONSTRUCTOR element is not a G... | Richard Biener | 2014-10-13 | 1 | -0/+17 |
* | asan.c (pass_sanopt::execute): Handle IFN_UBSAN_OBJECT_SIZE. | Marek Polacek | 2014-10-10 | 1 | -0/+13 |
* | cgraph.h, [...]: Rename all instances of DECL_ABSTRACT to DECL_ABSTRACT_P. | Aldy Hernandez | 2014-09-24 | 1 | -1/+1 |
* | ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. | Jan Hubicka | 2014-09-20 | 1 | -2/+2 |
* | re PR middle-end/63237 (error: invalid operand in unary operation) | Richard Biener | 2014-09-12 | 1 | -0/+1 |
* | re PR middle-end/62292 (FAIL: (geterrorname|getmethodname) run) | Richard Biener | 2014-08-29 | 1 | -2/+2 |
* | gimple-fold.c (get_maxval_strlen): Add overload wrapping get_maxval_strlen in... | Richard Biener | 2014-08-27 | 1 | -204/+107 |
* | re PR lto/62239 (ICE: in execute_todo, at passes.c:1795 with LTO) | Richard Biener | 2014-08-27 | 1 | -0/+37 |
* | IPA C++ refactoring 4/N | Martin Liska | 2014-08-25 | 1 | -2/+2 |
* | gimple-fold.c (fold_gimple_assign): Properly build a null-pointer constant wh... | Richard Biener | 2014-08-19 | 1 | -12/+12 |
* | gimple-fold.c (fold_gimple_assign): Do not intorudce referneces to BUILT_IN_U... | Jan Hubicka | 2014-08-18 | 1 | -1/+3 |
* | re PR middle-end/62090 (ice in compute_may_aliases) | Richard Biener | 2014-08-18 | 1 | -18/+169 |
* | gimple-fold.c (maybe_fold_reference): Move re-gimplification code to ... | Richard Biener | 2014-08-18 | 1 | -61/+154 |
* | re PR middle-end/62090 (ice in compute_may_aliases) | Richard Biener | 2014-08-14 | 1 | -0/+128 |
* | re PR middle-end/62103 (Incorrect folding of bitfield in a union on big endia... | Thomas Preud'homme | 2014-08-12 | 1 | -2/+2 |
* | builtins.c (c_getstr, [...]): Export. | Richard Biener | 2014-08-08 | 1 | -168/+1459 |
* | gimple-fold.h (gimple_fold_builtin): Remove. | Richard Biener | 2014-08-04 | 1 | -1/+1 |
* | gimple-fold.c (fold_gimple_assign): Fix condition guarding ipa-devirt path; f... | Jan Hubicka | 2014-07-29 | 1 | -3/+4 |
* | re PR middle-end/61762 (failure to optimize memcpy from constant string) | Richard Biener | 2014-07-25 | 1 | -37/+13 |
* | IPA C++ refactoring 2/N | Martin Liska | 2014-07-24 | 1 | -2/+2 |
* | IPA C++ refactoring 1/N | Martin Liska | 2014-07-24 | 1 | -7/+7 |
* | cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i... | Jan Hubicka | 2014-07-05 | 1 | -2/+2 |
* | Fix for devirtualization dump functions | Martin Liska | 2014-06-27 | 1 | -2/+2 |
* | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 2014-06-02 | 1 | -0/+1 |
* | gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure that var decl is av... | Jan Hubicka | 2014-05-24 | 1 | -1/+2 |
* | re PR tree-optimization/60899 (undef reference generated with -fdevirtualize-... | Jan Hubicka | 2014-05-21 | 1 | -33/+21 |
* | add dbgcnt support for devirt | Xinliang David Li | 2014-05-20 | 1 | -2/+23 |
* | gimple-fold.c (gimple_fold_stmt_to_constant_1): Remove pointer propagation sp... | Richard Biener | 2014-05-08 | 1 | -15/+0 |
* | Merge in wide-int. | Kenneth Zadeck | 2014-05-06 | 1 | -69/+70 |
* | Change is-a.h to support typedefs of pointers | David Malcolm | 2014-04-23 | 1 | -1/+1 |
* | tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_... | Jakub Jelinek | 2014-03-26 | 1 | -12/+72 |
* | cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal... | Martin Liska | 2014-03-18 | 1 | -1/+6 |
* | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 2014-03-18 | 1 | -0/+14 |
* | re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f... | Jan Hubicka | 2014-02-11 | 1 | -9/+39 |
* | gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1) lookup in the vtab... | Jan Hubicka | 2014-02-07 | 1 | -4/+27 |
* | * gimple-fold.c (can_refer_decl_in_current_unit_p): Default visibility is safe. | Jan Hubicka | 2014-02-05 | 1 | -0/+1 |
* | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove. | Jan Hubicka | 2014-02-04 | 1 | -68/+0 |
* | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 2014-02-04 | 1 | -15/+27 |
* | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 2014-02-03 | 1 | -24/+30 |
* | re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct... | Jakub Jelinek | 2014-01-20 | 1 | -0/+8 |
* | re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin... | Marek Polacek | 2014-01-17 | 1 | -1/+2 |
* | re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu) | Jakub Jelinek | 2014-01-13 | 1 | -0/+62 |