summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-ccp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-flow.h: Remove some prototypes.Andrew MacLeod2013-10-021-1/+0
* basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford2013-09-301-2/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-4/+4
* tree-ssa-ccp.c (insert_clobber_before_stack_restore): Recurse on copy assignm...Eric Botcazou2013-09-231-0/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-0/+16
* tree-ssa-ccp.c (get_default_value): Remove redundant condition checks.Zhouyi Zhou2013-08-201-9/+14
* Automated conversion of passes to C++ classesDavid Malcolm2013-08-051-37/+72
* passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener2013-04-101-1/+1
* re PR c++/34949 (Dead code in empty destructors.)Jakub Jelinek2013-04-081-0/+15
* tree-call-cdce.c (tree_call_cdce): Do not remove unused locals.Richard Biener2013-02-201-1/+1
* re PR tree-optimization/56396 (memory corruption in cc1)Richard Biener2013-02-201-2/+5
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR tree-optimization/55890 (calling a builtin func through a cast triggers...Jakub Jelinek2013-01-081-5/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-1/+2
* * tree-ssa-ccp.c (dump_lattice_value) <CONSTANT>: Fix duplication.Eric Botcazou2012-11-121-2/+4
* invoke.texi: Update -fopt-info documentation.Sharad Singhai2012-11-011-0/+2
* re PR tree-optimization/54684 (bootstrap broken with --disable-checking)Richard Guenther2012-09-241-0/+1
* re PR tree-optimization/54565 (pass_update_address_taken before forwprop1 for...Richard Guenther2012-09-141-0/+1
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-89/+67
* hash-table.h (class hash_table): Use a descriptor template argument instead o...Richard Guenther2012-08-171-4/+1
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-7/+14
* cfgexpand.c (expand_used_vars): Use virtual_operand_p.Richard Guenther2012-08-141-4/+3
* re PR tree-optimization/54031 (Revision 189607 miscompiles Linux kernel)Richard Guenther2012-07-201-1/+1
* tree-ssa-ccp.c (valid_lattice_transition): Clarify comment about transition f...Richard Guenther2012-07-191-1/+7
* tree-ssa-ccp.c (optimize_unreachable): Check gsi_end_p before calling gsi_stmt.Ulrich Weigand2012-07-161-2/+4
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* tree-ssa-ccp.c (optimize_unreachable): New function.Tom de Vries2012-07-091-0/+71
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor2012-05-031-8/+4
* tree.c (valid_constant_size_p): New function.Richard Guenther2012-05-021-19/+4
* tree-ssa-ccp.c (insert_clobbers_for_var): Do not assert that there is a built...Martin Jambor2012-03-301-5/+6
* re PR middle-end/52691 (va_start to builtin_next_arg optimization lost)Jakub Jelinek2012-03-281-1/+1
* re PR tree-optimization/51760 (ICE in set_lattice_value, at tree-ssa-ccp.c:456)Richard Guenther2012-01-051-2/+17
* re PR tree-optimization/51683 (__builtin_memcpy etc. with constant first argu...Jakub Jelinek2012-01-011-2/+6
* re PR tree-optimization/51491 (ccp when converting from alloca should add a C...Tom de Vries2011-12-171-3/+97
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-2/+2