aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/tree-ssa
AgeCommit message (Expand)AuthorFilesLines
2014-02-01ssa-dom-thread-4.c: Adjust expected MIPS output.Richard Sandiford1-6/+3
2014-01-22re PR tree-optimization/59597 (Performance degradation on Coremark after r205...Jeff Law1-0/+55
2014-01-17re PR testsuite/58776 (gcc.dg/tree-ssa/gen-vect-32.c scan-tree-dump-times vec...Jakub Jelinek1-2/+2
2014-01-15re PR c/58943 (wrong calculation of indirect structure member arithmetic via ...Jakub Jelinek1-2/+2
2014-01-08reassoc-32.c, [...]: Extend -mbranch-cost handling to MIPS.Richard Sandiford11-12/+12
2014-01-05reassoc-33.c: Don't run on hppa*-*-*.John David Anglin7-7/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-13re PR tree-optimization/45685 (missed conditional move opportunity in loop)Jeff Law1-0/+41
2013-12-13re PR tree-optimization/58296 (ivopts is unable to handle some loops altered ...Bin Cheng1-0/+18
2013-12-11revert: re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induct...Bin Cheng1-18/+0
2013-12-10re PR tree-optimization/41488 (IVOpts cannot coalesce multiple induction vari...Bin Cheng1-0/+18
2013-12-09pr39834.c: Remove optimization level option.Martin Jambor1-0/+46
2013-12-09loop-31.c: Update scan pattern.Kyrylo Tkachov1-3/+3
2013-12-04common.opt: Split up -fisolate-erroneous-paths into -fisolate-erroneous-paths...Jeff Law2-2/+2
2013-12-04gimple-ssa-strength-reduction.c: Include tree-affine.h.Yufeng Zhang2-2/+26
2013-12-03Fix some testcases for nds32 target and provide new nds32 target specific tests.Chung-Ju Wu3-4/+4
2013-11-26openmp-simd-1.c: Cleanup original tree dump.Uros Bizjak3-11/+3
2013-11-26re PR tree-optimization/59287 (points-to analysis confused by union accesses)Richard Biener1-0/+27
2013-11-15re PR middle-end/50262 (PTA doesn't disambiguate locally allocated heap objec...Richard Biener1-0/+26
2013-11-14ssa-vrp-thread-1.c: Fix target selector.Richard Biener1-1/+1
2013-11-14[multiple changes]Joey Ye5-5/+15
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): Mark discovered memory referenc...Jeff Law2-3/+5
2013-11-12gimple-ssa-isolate-paths.c (check_loadstore): New function.Jeff Law2-3/+65
2013-11-11tree-ssa-alias.c (stmt_kills_ref_p_1): Use ao_ref_init_from_ptr_and_size for ...Marc Glisse1-0/+11
2013-11-11forwprop-28.c: Adjust for ARC LOGICAL_OP_NON_SHORT_CIRCUIT definition.Joern Rennecke8-10/+11
2013-11-07tree-ssa-loop-niter.c: Include tree-ssanames.h.Jakub Jelinek1-0/+26
2013-11-07tree-vrp.c (find_assert_locations): Pre-seed live bitmaps for loop latches fr...Jakub Jelinek1-0/+36
2013-11-07tree-ssa-loop-ivopts.c (alloc_iv): Lower address expressions.Bin Cheng3-4/+5
2013-11-06re PR tree-optimization/58653 (wrong code (segfaults) at -O3 on x86_64-linux-...Richard Biener2-0/+31
2013-11-05Makefile.in (OBJS): Add gimple-ssa-isolate-paths.oJeff Law4-0/+198
2013-11-05re PR tree-optimization/58958 (Wrong aliasing info for variable index)Marc Glisse1-0/+12
2013-11-05tree-ssa-alias.h (ranges_overlap_p): Handle negative offsets.Marc Glisse1-0/+13
2013-10-30tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Look for a POINTER_PLUS_EXP...Marc Glisse1-0/+22
2013-10-29tree-ssa-ifcombine.c: Include rtl.h and tm_p.h.Andrew Pinski8-49/+97
2013-10-29re PR tree-optimization/19831 (Missing DSE/malloc/free optimization)Marc Glisse1-0/+12
2013-10-25tree-ssa-alias.c (ao_ref_init_from_ptr_and_size): Look for an ADDR_EXPR in th...Marc Glisse1-0/+18
2013-10-23re PR tree-optimization/58775 (reassoc1 causes an ICE with some bool arithmetic)Jakub Jelinek1-6/+1
2013-10-18gen-vect-11.c: Use dynamic vector cost model.Hans-Peter Nilsson4-8/+8
2013-10-15tree-ssa-reassoc.c: Include rtl.h and tm_p.h.Zhenqiang Chen5-0/+131
2013-10-09tree-ssa-phiopts.c (rhs_is_fed_for_value_replacement): New function.Zhenqiang Chen1-0/+25
2013-10-09re PR c/20318 (RFE: add attribute to specify that a function never returns NULL)Marc Glisse1-0/+19
2013-10-08re PR tree-optimization/58480 (Use attribute((nonnull)) to optimize callers)Marc Glisse1-0/+19
2013-10-03predict.c (tree_predict_by_opcode): Get the probability for builtin_expect fr...Rong Xu2-2/+2
2013-10-02tree-loop-distribution.c: Include tree-vectorizer.h for find_loop_location.Richard Biener4-4/+4
2013-10-02gimple-ssa-strength-reduction.c (legal_cast_p_1): Forward declaration.Yufeng Zhang1-0/+27
2013-10-01re PR tree-optimization/58556 (gen-vect-26.c / gen-vect-28.c regression mergi...Kyrylo Tkachov2-4/+4
2013-09-30tree-ssa-threadupdate.c (ssa_fix_duplicate_block_edges): Update redirected ou...Teresa Johnson1-1/+1
2013-09-27re PR tree-optimization/58459 (Loop invariant is not hoisted out of loop afte...Richard Biener1-0/+47
2013-09-26tree-ssa-live.c (var_map_base_init): Handle SSA names with DECL_IGNORED_P bas...Richard Biener1-0/+16
2013-09-25tree-flow.h (thread_through_all_blocks): Prototype moved into tree-ssa-thread...Jeff Law1-2/+1