aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR bootstrap/78817 (stage2 bootstrap failure in vec.h:1613:5: error: argum...Jakub Jelinek1-0/+95
2016-12-16re PR c/78408 (C loop initial declarations generate wrong code)Jakub Jelinek1-3/+131
2016-11-28re PR tree-optimization/78542 (wrong code at -Og results in endless loop)Richard Biener1-1/+6
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-18tree-ssa-propagate.h (substitute_and_fold): Adjust prototype.Richard Biener1-2/+1
2016-10-17Set nonnull attribute to ptr_info_def based on VRPKugan Vivekanandarajah1-1/+1
2016-10-07tree-ssa-propagate.c (replace_phi_args_in): Remove no longer required hack.Richard Biener1-6/+14
2016-10-06Fix warnings for make profiledbootstrap (PR bootstrap/77788)Martin Liska1-1/+1
2016-09-16Add inline functions for various bitwise operations.Jason Merrill1-1/+1
2016-09-15Iterator to visit SSAKugan Vivekanandarajah1-8/+7
2016-08-26Patch for performing interprocedural bitwise constant propagation.Prathamesh Kulkarni1-44/+48
2016-08-06tree-ssa-ccp.c (extend_mask): New param sgn.Prathamesh Kulkarni1-7/+7
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-0/+1
2016-05-03re PR target/49244 (__sync or __atomic builtins will not emit 'lock bts/btr/b...Jakub Jelinek1-0/+292
2016-05-02Support << and >> for offset_int and widest_intRichard Sandiford1-2/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-17Clear LOOP_CLOSED_SSA after pass_ccpTom de Vries1-1/+9
2015-11-16Remove first_pass_instance from pass_ccpTom de Vries1-8/+17
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-7/+5
2015-10-21re PR tree-optimization/68026 (Regression in GCC-6.0.0's optimizer)Richard Biener1-0/+5
2015-09-20switch from gimple to gimple*Trevor Saunders1-23/+23
2015-08-05re PR tree-optimization/67055 (Segmentation fault in fold_builtin_alloca_with...Richard Biener1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+5
2015-07-06re PR tree-optimization/66772 (ICE at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-0/+17
2015-06-25hash-table.h: Update comments.Richard Sandiford1-1/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-04-28re PR c++/65851 (ice in set_lattice_value at tree-ssa-cc p.c:535)Richard Biener1-37/+41
2015-04-23passes.def: Remove copy propagation passes run directly after CCP.Richard Biener1-22/+28
2015-04-21re PR tree-optimization/65650 (CCP does not propgate copies)Richard Biener1-28/+49
2015-04-21re PR middle-end/65788 (416.gamess in SPEC CPU 2006 failed to build)Richard Biener1-15/+12
2015-04-16re PR tree-optimization/65774 (FAIL: gcc.dg/builtin-arith-overflow-1.c (inter...Richard Biener1-26/+19
2015-04-16tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev...Richard Biener1-1/+9
2015-04-14re PR middle-end/65758 (191.fma3d in SPEC CPU 200 failed to build)Richard Biener1-9/+12
2015-04-13re PR tree-optimization/65204 (Aligned address optimization not detected)Richard Biener1-1/+3
2015-02-02tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.Richard Biener1-1/+2
2015-01-29re PR tree-optimization/64853 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener1-3/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-10real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse1-3/+3
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-1/+1
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-14/+16
2014-11-18re PR tree-optimization/63914 (ICE in set_lattice_value, at tree-ssa-ccp.c:517)Richard Biener1-45/+45
2014-11-14gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def...Richard Biener1-1/+23
2014-11-14re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek1-0/+3
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+3