summaryrefslogtreecommitdiff
path: root/gcc/gimple-fold.c
Commit message (Expand)AuthorAgeFilesLines
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-1/+1
* Implement -fsanitize=signed-integer-overflow.Marek Polacek2013-12-041-2/+31
* Don't create out-of-bounds BIT_FIELD_REF.Tom de Vries2013-11-271-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-0/+6
* gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod2013-11-211-3/+1
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-2/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+4
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-4/+4
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-2/+2
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-1/+1
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor2013-11-131-1/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* Re-factor tree.h - Part 1.Diego Novillo2013-11-081-0/+1
* tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener2013-11-071-0/+2
* typoJason Merrill2013-11-061-1/+1
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-1/+1
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-4/+4
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-0/+6
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+1
* tree-flow.h: Move some prototypes to gimple.h.Andrew MacLeod2013-10-101-0/+122
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-1/+0
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka2013-09-231-0/+20
* gimple-fold.c (can_refer_decl_in_current_unit_p): Do not accept abstract func...Jan Hubicka2013-09-161-4/+18
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtabl...Jan Hubicka2013-09-101-1/+1
* * gimple-fold.c (gimple_get_virt_method_for_binfo): Use ctor_for_folding.Jan Hubicka2013-08-261-5/+15
* cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka2013-08-181-1/+1
* gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka2013-08-161-5/+6
* Fix typos.Ondřej Bílka2013-07-211-1/+1
* gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr.Jan Hubicka2013-06-211-1/+1
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-14/+13
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-5/+0
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-2/+2
* re PR lto/57084 (483. xalancbmk run fails with -O2 -flto for i686)Martin Jambor2013-05-091-1/+1
* [Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook.James Greenhalgh2013-04-221-0/+2
* re PR fortran/55935 ([OOP] Fortran fronted has ADDR_EXPRs of FUNCTION_DECLs w...Jakub Jelinek2013-01-131-4/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* gimple-fold.c (fold_stmt_1): Remove code handling folding stmts away.Richard Biener2012-12-061-8/+2
* gimple-fold.c (fold_stmt_1): Remove unnecessary code.Richard Biener2012-11-271-8/+0
* re PR middle-end/55331 (ICE: SIGSEGV in substitute_and_fold with -O2 -fno-tre...Richard Biener2012-11-271-1/+1
* re PR tree-optimization/54986 (segfault on constant initialized to object add...Eric Botcazou2012-11-051-2/+7
* tree.c (truth_type_for): New function.Marc Glisse2012-09-291-19/+2
* re PR c++/54427 (Expose more vector extensions)Marc Glisse2012-09-141-4/+25
* re PR middle-end/54515 (cc1plus sigsegv -O2 anonymous namespace)Richard Guenther2012-09-111-2/+4
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-42/+31
* re PR middle-end/54327 (Segmentation fault in init_ggc)Richard Guenther2012-08-201-0/+5