| Commit message (Expand) | Author | Age | Files | Lines |
* | asan.c: Remove struct tags when referring to class varpool_node. | Oleg Endo | 2013-12-06 | 1 | -1/+1 |
* | Implement -fsanitize=signed-integer-overflow. | Marek Polacek | 2013-12-04 | 1 | -2/+31 |
* | Don't create out-of-bounds BIT_FIELD_REF. | Tom de Vries | 2013-11-27 | 1 | -1/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -0/+6 |
* | gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c. | Andrew MacLeod | 2013-11-21 | 1 | -3/+1 |
* | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 2013-11-20 | 1 | -2/+2 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+4 |
* | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -4/+4 |
* | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -2/+2 |
* | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 2013-11-18 | 1 | -1/+1 |
* | gimplify-be.h: New file. | Andrew MacLeod | 2013-11-14 | 1 | -0/+1 |
* | gimple-walk.h: New File. | Andrew Macleod | 2013-11-13 | 1 | -0/+1 |
* | cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node... | Martin Jambor | 2013-11-13 | 1 | -1/+1 |
* | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 2013-11-12 | 1 | -1/+1 |
* | Re-factor tree.h - Part 1. | Diego Novillo | 2013-11-08 | 1 | -0/+1 |
* | tree-ssa-ccp.c (canonicalize_float_value): Rename to ... | Richard Biener | 2013-11-07 | 1 | -0/+2 |
* | typo | Jason Merrill | 2013-11-06 | 1 | -1/+1 |
* | Automated part of renaming of symtab_node_base to symtab_node. | David Malcolm | 2013-10-31 | 1 | -1/+1 |
* | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 2013-10-29 | 1 | -4/+4 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -0/+6 |
* | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 2013-10-18 | 1 | -0/+1 |
* | tree-flow.h: Move some prototypes to gimple.h. | Andrew MacLeod | 2013-10-10 | 1 | -0/+122 |
* | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 2013-10-02 | 1 | -1/+0 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -1/+1 |
* | ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt. | Jan Hubicka | 2013-09-23 | 1 | -0/+20 |
* | gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract func... | Jan Hubicka | 2013-09-16 | 1 | -4/+18 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtabl... | Jan Hubicka | 2013-09-10 | 1 | -1/+1 |
* | * gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding. | Jan Hubicka | 2013-08-26 | 1 | -5/+15 |
* | cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record... | Jan Hubicka | 2013-08-18 | 1 | -1/+1 |
* | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect... | Jan Hubicka | 2013-08-16 | 1 | -5/+6 |
* | Fix typos. | Ondřej Bílka | 2013-07-21 | 1 | -1/+1 |
* | gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr. | Jan Hubicka | 2013-06-21 | 1 | -1/+1 |
* | cgraph.h (const_value_known_p): Replace by ... | Jan Hubicka | 2013-06-19 | 1 | -14/+13 |
* | c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr... | Jan Hubicka | 2013-06-11 | 1 | -5/+0 |
* | cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... | Jan Hubicka | 2013-05-29 | 1 | -2/+2 |
* | re PR lto/57084 (483. xalancbmk run fails with -O2 -flto for i686) | Martin Jambor | 2013-05-09 | 1 | -1/+1 |
* | [Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook. | James Greenhalgh | 2013-04-22 | 1 | -0/+2 |
* | re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w... | Jakub Jelinek | 2013-01-13 | 1 | -4/+4 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -1/+1 |
* | gimple-fold.c (fold_stmt_1): Remove code handling folding stmts away. | Richard Biener | 2012-12-06 | 1 | -8/+2 |
* | gimple-fold.c (fold_stmt_1): Remove unnecessary code. | Richard Biener | 2012-11-27 | 1 | -8/+0 |
* | re PR middle-end/55331 (ICE: SIGSEGV in substitute_and_fold with -O2 -fno-tre... | Richard Biener | 2012-11-27 | 1 | -1/+1 |
* | re PR tree-optimization/54986 (segfault on constant initialized to object add... | Eric Botcazou | 2012-11-05 | 1 | -2/+7 |
* | tree.c (truth_type_for): New function. | Marc Glisse | 2012-09-29 | 1 | -19/+2 |
* | re PR c++/54427 (Expose more vector extensions) | Marc Glisse | 2012-09-14 | 1 | -4/+25 |
* | re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace) | Richard Guenther | 2012-09-11 | 1 | -2/+4 |
* | Modify gcc/*.[hc] double_int call sites to use the new interface. | Lawrence Crowl | 2012-09-07 | 1 | -42/+31 |
* | re PR middle-end/54327 (Segmentation fault in init_ggc) | Richard Guenther | 2012-08-20 | 1 | -0/+5 |