Age | Commit message (Expand) | Author | Files | Lines |
2014-03-26 | tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_... | Jakub Jelinek | 1 | -12/+72 |
2014-03-18 | cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal... | Martin Liska | 1 | -1/+6 |
2014-03-18 | re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) | Jakub Jelinek | 1 | -0/+14 |
2014-02-11 | re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_f... | Jan Hubicka | 1 | -9/+39 |
2014-02-07 | gimple-fold.c (gimple_get_virt_method_for_vtable): Do O(1) lookup in the vtab... | Jan Hubicka | 1 | -4/+27 |
2014-02-05 | * gimple-fold.c (can_refer_decl_in_current_unit_p): Default visibility is safe. | Jan Hubicka | 1 | -0/+1 |
2014-02-04 | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Remove. | Jan Hubicka | 1 | -68/+0 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -15/+27 |
2014-02-03 | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 1 | -24/+30 |
2014-01-20 | re PR tree-optimization/59860 (ICE in compute_may_aliases, at tree-ssa-struct... | Jakub Jelinek | 1 | -0/+8 |
2014-01-17 | re PR c/58346 (ICE with SIGFPE at -O1 and above on x86_64-linux-gnu (affectin... | Marek Polacek | 1 | -1/+2 |
2014-01-13 | re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu) | Jakub Jelinek | 1 | -0/+62 |
2014-01-09 | re PR tree-optimization/59622 (internal compiler error: verify_gimple failed) | Jakub Jelinek | 1 | -4/+25 |
2014-01-08 | re PR middle-end/59630 (ICE converting the return type of a builtin function) | Richard Biener | 1 | -8/+12 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-31 | re PR tree-optimization/59622 (internal compiler error: verify_gimple failed) | Jakub Jelinek | 1 | -6/+12 |
2013-12-17 | re PR middle-end/35545 (tracer pass is run too late) | Jan Hubicka | 1 | -0/+31 |
2013-12-17 | devirt-13.C: Update template. | Jan Hubicka | 1 | -18/+12 |
2013-12-06 | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 1 | -1/+1 |
2013-12-04 | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 1 | -2/+31 |
2013-11-27 | Don't create out-of-bounds BIT_FIELD_REF. | Tom de Vries | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-21 | gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c. | Andrew MacLeod | 1 | -3/+1 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+4 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-13 | cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node... | Martin Jambor | 1 | -1/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-08 | Re-factor tree.h - Part 1. | Diego Novillo | 1 | -0/+1 |
2013-11-07 | tree-ssa-ccp.c (canonicalize_float_value): Rename to ... | Richard Biener | 1 | -0/+2 |
2013-11-06 | typo | Jason Merrill | 1 | -1/+1 |
2013-10-31 | Automated part of renaming of symtab_node_base to symtab_node. | David Malcolm | 1 | -1/+1 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -4/+4 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+6 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+1 |
2013-10-10 | tree-flow.h: Move some prototypes to gimple.h. | Andrew MacLeod | 1 | -0/+122 |
2013-10-02 | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 1 | -1/+0 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-09-23 | ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt. | Jan Hubicka | 1 | -0/+20 |
2013-09-16 | gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract func... | Jan Hubicka | 1 | -4/+18 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-10 | gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtabl... | Jan Hubicka | 1 | -1/+1 |
2013-08-26 | * gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding. | Jan Hubicka | 1 | -5/+15 |
2013-08-18 | cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record... | Jan Hubicka | 1 | -1/+1 |
2013-08-16 | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect... | Jan Hubicka | 1 | -5/+6 |