summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-pre.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/51990 (ICE in copy_reference_ops_from_ref)Tom de Vries2012-01-271-0/+17
* re PR tree-optimization/51903 (ICE: in gimple_purge_all_dead_eh_edges, at tre...Richard Guenther2012-01-201-2/+4
* re PR tree-optimization/51775 (FAIL: gnat.dg/pack9.adb scan-tree-dump-not opt...Richard Guenther2012-01-091-1/+12
* re PR tree-optimization/43491 (Unnecessary temporary for global register vari...Bin Cheng2011-12-231-12/+23
* re PR tree-optimization/51042 (endless recursion in phi_translate)Richard Guenther2011-11-101-65/+48
* re PR tree-optimization/50767 (ICE: in refs_may_alias_p_1, at tree-ssa-alias....Richard Guenther2011-10-181-1/+2
* re PR middle-end/43864 (Same basic blocks should be merged)Tom de Vries2011-09-271-1/+11
* re PR tree-optimization/50363 (internal compiler error: verify_gimple failed)Richard Guenther2011-09-271-5/+9
* tree-ssa-pre.c (create_expression_by_pieces): Fold the last statement.Richard Guenther2011-09-091-0/+4
* re PR tree-optimization/48317 (SCCVN does not handle vector constructors)Richard Guenther2011-09-061-76/+63
* re PR middle-end/50260 (internal compiler error: Segmentation fault at ../.....Michael Matz2011-09-021-9/+3
* tree.h (convert_to_ptrofftype_loc): New function.Richard Guenther2011-08-171-2/+2
* tree-ssa-forwprop.c (lookup_logical_inverted_value): Remove TRUTH_*_EXPR hand...Richard Guenther2011-07-191-9/+0
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+2
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-1/+1
* re PR tree-optimization/48772 (ICE: SIGSEGV in walk_non_aliased_vuses (gimple...Richard Guenther2011-04-271-1/+9
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-1/+5
* gimple.h (gimple_call_addr_fndecl): New function.Richard Guenther2011-04-181-5/+10
* tree-ssa-pre.c (create_component_ref_by_pieces_1): Drop a zero minimum index ...Eric Botcazou2011-03-311-2/+5
* re PR tree-optimization/46562 (CCP currently needs iteration for &a[i])Richard Guenther2011-03-241-2/+5
* re PR middle-end/47743 (PRE ICE in fold_convert_loc)Richard Guenther2011-02-151-0/+6
* re PR tree-optimization/46494 (ICE: verify_flow_info failed when casting-out ...Eric Botcazou2011-02-141-1/+4
* re PR tree-optimization/47615 (ICE: too deep recursion in phi_translate/phi_t...Richard Guenther2011-02-071-1/+1
* re PR tree-optimization/47365 (wrong code with -O -ftree-pre)Richard Guenther2011-01-211-8/+24
* re PR tree-optimization/46165 (ICE: verify_flow_info failed when casting-out ...Jakub Jelinek2010-11-031-0/+6
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-9/+3
* tree-flow.h (gimple_purge_all_dead_abnormal_call_edges): Declare.Eric Botcazou2010-10-181-6/+47
* tree.def (MISALIGNED_INDIRECT_REF): Remove.Richard Guenther2010-09-061-20/+0
* tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther2010-09-031-10/+14
* re PR middle-end/45316 (ICE: verify_flow_info failed: BB 3 can not throw but ...Richard Guenther2010-08-251-0/+3
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-10/+10
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-2/+1
* tree-cfg.c (verify_types_in_gimple_reference): Verify TARGET_MEM_REF a bit.Richard Guenther2010-08-161-8/+4
* * tree-ssa-prec. (init_pre): Call alloc_aux_for_blocks.Nathan Froyd2010-08-101-9/+2
* tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF.Richard Guenther2010-07-051-1/+0
* re PR middle-end/44784 (Failed to build 403.gcc in SPEC CPU 2006)Richard Guenther2010-07-051-3/+7
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-7/+102
* tree-ssa-pre.c (eliminate): Handle PHI elimination to constants.Richard Guenther2010-06-151-1/+8
* df-problems.c (seen_in_block, [...]): Convert to bitmap_head.Jan Hubicka2010-06-051-46/+48
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-1/+0
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+3
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+2
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-2/+0
* re PR tree-optimization/44119 (error: SSA name in freelist but still referenced)Richard Guenther2010-05-141-0/+4
* re PR tree-optimization/44030 (error: SSA name in freelist but still referenced)Richard Guenther2010-05-081-1/+5
* re PR middle-end/44020 (Failed to build 200.sixtrack in SPEC CPU 2K)Richard Guenther2010-05-071-5/+2
* re PR tree-optimization/43984 (PRE misses full-redundancies, inserts into loops)Michael Matz2010-05-061-36/+44
* re PR tree-optimization/43845 (Segfault when using __attribute__((const)), ve...Richard Guenther2010-04-221-13/+28
* gimple.h (create_tmp_reg): Declare.Martin Jambor2010-04-191-6/+2