aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-07tree-ssa-ccp.c (canonicalize_float_value): Rename to ...Richard Biener1-8/+15
2013-10-31gimple-pretty-print.c (dump_ssaname_info): Print newline also in case of VR_V...Jakub Jelinek1-9/+71
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+6
2013-10-02tree-flow.h: Remove some prototypes.Andrew MacLeod1-1/+0
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-2/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+4
2013-09-23tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy assignm...Eric Botcazou1-0/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-0/+16
2013-08-20tree-ssa-ccp.c (get_default_value): Remove redundant condition checks.Zhouyi Zhou1-9/+14
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-37/+72
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-04-08re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek1-0/+15
2013-02-20tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener1-1/+1
2013-02-20re PR tree-optimization/56396 (memory corruption in cc1)Richard Biener1-2/+5
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-08re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Jakub Jelinek1-5/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-1/+2
2012-11-12* tree-ssa-ccp.c (dump_lattice_value) <CONSTANT>: Fix duplication.Eric Botcazou1-2/+4
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-24re PR tree-optimization/54684 (bootstrap broken with --disable-checking)Richard Guenther1-0/+1
2012-09-14re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther1-0/+1
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-89/+67
2012-08-17hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther1-4/+1
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-7/+14