aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-10-03Daily bump.GCC Administrator1-1/+1
2010-10-02tree-ssa-ccp.c (ccp_fold_stmt): Fold away OBJ_TYPE_REF when call destination ...Jan Hubicka2-0/+16
2010-10-02pr45678-1.c: Add -fno-common to options on 32-bit hppa*-*-hpux*.John David Anglin3-0/+8
2010-10-02re PR target/45820 (FAIL: gcc.c-torture/compile/pr45728.c at -O1 and above)John David Anglin2-46/+27
2010-10-02Allow to pass separate configure arguments for build, host and target.Ralf Wildenhues2-0/+35
2010-10-02re PR fortran/45748 (-fimplicit-none failures when using intrinsic MAX)Janus Weil4-5/+25
2010-10-02re PR fortran/42831 (Unnecessary array temporary produced)Thomas Koenig2-0/+54
2010-10-02Daily bump.GCC Administrator1-1/+1
2010-10-01i386.md (*ashl<mode>3_mask): New insn_and_split pattern.Uros Bizjak4-72/+168
2010-10-01re PR middle-end/44716 (Bootstrap fails with partial inlining (r161382))Steve Ellcey2-0/+17
2010-10-01Mention PR, fix typo.Rainer Orth1-1/+2
2010-10-01common.opt: Add -fcombine-stack-adjustments.Nick Clifton5-2/+24
2010-10-01re PR middle-end/45854 (ICE in redirect_eh_edge_1, at tree-eh.c:2131)Richard Guenther4-1/+47
2010-10-01Fix moxie-rtems configurationAnthony Green2-1/+5
2010-10-01dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.Richard Guenther2-2/+7
2010-10-01spu.c (spu_init_builtins): No longer add END_BUILTINS to the function code fo...Ulrich Weigand3-4/+10
2010-10-01spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info.Ulrich Weigand2-0/+8
2010-10-01configure.ac: Define the nop insn for avr*-*-*Tristan Gingold3-2/+7
2010-10-01re PR target/45807 (Lying eh_frame r2 save info causes crashes with static li...Alan Modra2-2/+8
2010-10-01re PR tree-optimization/43959 (FAIL: gcc.dg/torture/builtin-cproj-1.c -O1 (...Richard Guenther2-2/+8
2010-10-01Daily bump.GCC Administrator1-1/+1
2010-10-01sh.c (sh_expand_prologue): Set current_function_static_stack_size.Kaz Kojima2-1/+17
2010-09-30Replace FLOAT_MIN, FLOAT_MAX to __FLT_MIN__, __FLT_MAX__.Michael Eager2-10/+7
2010-09-30configure.ac: Check for Solaris 8 ld with .hidden support.Rainer Orth3-0/+23
2010-09-30Fix PR45758: reset scevs before Graphite.Sebastian Pop3-0/+11
2010-09-30Fix miscompilation of 416.gamess.Sebastian Pop3-3/+26
2010-09-30Add testcase for PR45758.Sebastian Pop3-0/+51
2010-09-30Fix memory leaks in new scop detection.Sebastian Pop1-0/+4
2010-09-30Fix Graphite memory leaks.Sebastian Pop5-1/+22
2010-09-30New flag: -fgraphite-dump-cloog.Sebastian Pop4-0/+66
2010-09-30CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop4-7/+18
2010-09-30Only iterate over pbb_dim_iter_domain.Sebastian Pop3-2/+14
2010-09-30Fix comments.Sebastian Pop3-2/+16
2010-09-30New pass: loop flattening.Sebastian Pop9-7/+525
2010-09-30Add cloog_checksum.Sebastian Pop4-0/+29
2010-09-30Fix pbb_number_of_iterations_at_time.Sebastian Pop5-52/+108
2010-09-30Fix lst_update_scattering.Sebastian Pop3-22/+26
2010-09-30Outline lst_niter_for_loop.Sebastian Pop4-9/+33
2010-09-30Call fatal_error when the transform read from file is not legal.Sebastian Pop3-1/+15
2010-09-30Fix pretty printers.Sebastian Pop3-21/+27
2010-09-30Use FOR_EACH_VEC_ELT.Sebastian Pop3-2/+10
2010-09-30New SCoPDetection detects first SCoPs.Vladimir Kargov1-0/+12
2010-09-30Fix uninitialize warning.Sebastian Pop3-1/+9
2010-09-30Avoid set but not used warning.Sebastian Pop4-6/+15
2010-09-30Speed-up loop blocking: strip-mining is always legal.Sebastian Pop3-22/+19
2010-09-30Fix the description of graphite_can_represent_loop.Vladimir Kargov3-3/+13
2010-09-30Add testcase for PR45230.Sebastian Pop3-0/+24
2010-09-30Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop3-0/+49
2010-09-30Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop3-11/+32
2010-09-30A function is affine when CHREC_RIGHT is invariant.Sebastian Pop3-17/+16