aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-1/+1
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-2/+5
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-09-22tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka1-49/+47
2014-08-04gimple-fold.h (gimple_fold_builtin): Remove.Richard Biener1-48/+49
2014-07-09remove has_executeTrevor Saunders1-2/+0
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-8/+7
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-195/+233
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-3/+2
2014-04-28re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-0/+19
2014-04-17pass cfun to pass::executeTrevor Saunders1-35/+34
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-8/+1
2014-04-17remove has_gateTrevor Saunders1-2/+0
2014-02-08re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Jakub Jelinek1-22/+88
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-3/+3
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19Convert gimple types from a union to C++ inheritanceDavid Malcolm1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+1