summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-4/+0
* re PR c++/65851 (ice in set_lattice_value at tree-ssa-cc p.c:535)Richard Biener2015-04-281-37/+41
* passes.def: Remove copy propagation passes run directly after CCP.Richard Biener2015-04-231-22/+28
* re PR tree-optimization/65650 (CCP does not propgate copies)Richard Biener2015-04-211-28/+49
* re PR middle-end/65788 (416.gamess in SPEC CPU 2006 failed to build)Richard Biener2015-04-211-15/+12
* re PR tree-optimization/65774 (FAIL: gcc.dg/builtin-arith-overflow-1.c (inter...Richard Biener2015-04-161-26/+19
* tree-ssa-ccp.c (likely_value): See if we have operands that are marked as nev...Richard Biener2015-04-161-1/+9
* re PR middle-end/65758 (191.fma3d in SPEC CPU 200 failed to build)Richard Biener2015-04-141-9/+12
* re PR tree-optimization/65204 (Aligned address optimization not detected)Richard Biener2015-04-131-1/+3
* tree-ssa-ccp.c (valueize_op_1): Always allow valueizing default-defs.Richard Biener2015-02-021-1/+2
* re PR tree-optimization/64853 (wrong code at -Os and above on x86_64-linux-gnu)Richard Biener2015-01-291-3/+3
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-4/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* real.h (HONOR_NANS): Replace macro with 3 overloaded declarations.Marc Glisse2014-12-101-3/+3
* gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek2014-11-291-1/+1
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-14/+16
* re PR tree-optimization/63914 (ICE in set_lattice_value, at tree-ssa-ccp.c:517)Richard Biener2014-11-181-45/+45
* gimple-fold.h (gimple_fold_stmt_to_constant_1): Add 2nd valueization hook def...Richard Biener2014-11-141-1/+23
* re PR sanitizer/63839 (ICE: tree check: expected ssa_name, have var_decl in s...Marek Polacek2014-11-141-0/+3
* ipa-chkp.c: New.Ilya Enkovich2014-11-051-0/+3
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-2/+5
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+6
* tree-ssa-ccp.c (prop_value_d): Rename to ...Jan Hubicka2014-09-221-49/+47
* gimple-fold.h (gimple_fold_builtin): Remove.Richard Biener2014-08-041-48/+49
* remove has_executeTrevor Saunders2014-07-091-2/+0
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-241-8/+7
* expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod2014-06-021-0/+1
* Merge in wide-int.Kenneth Zadeck2014-05-061-195/+233
* tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener2014-05-061-3/+2
* re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener2014-04-281-0/+19
* pass cfun to pass::executeTrevor Saunders2014-04-171-35/+34
* pass current function to opt_pass::gate ()Trevor Saunders2014-04-171-8/+1
* remove has_gateTrevor Saunders2014-04-171-2/+0
* re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Jakub Jelinek2014-02-081-22/+88
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-3/+3
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+7
* cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck2013-11-201-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-2/+2
* Convert gimple types from a union to C++ inheritanceDavid Malcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+2
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-2/+2
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+1
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener2013-11-071-8/+15
* gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek2013-10-311-9/+71
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+6