summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* Daily bump.GCC Administrator2010-10-021-1/+1
* i386.md (*ashl<mode>3_mask): New insn_and_split pattern.Uros Bizjak2010-10-014-72/+168
* re PR middle-end/44716 (Bootstrap fails with partial inlining (r161382))Steve Ellcey2010-10-012-0/+17
* Mention PR, fix typo.Rainer Orth2010-10-011-1/+2
* common.opt: Add -fcombine-stack-adjustments.Nick Clifton2010-10-015-2/+24
* re PR middle-end/45854 (ICE in redirect_eh_edge_1, at tree-eh.c:2131)Richard Guenther2010-10-014-1/+47
* Fix moxie-rtems configurationAnthony Green2010-10-012-1/+5
* dwarf2out.c (gen_namespace_die): Use DECL_FILE_SCOPE_P.Richard Guenther2010-10-012-2/+7
* spu.c (spu_init_builtins): No longer add END_BUILTINS to the function code fo...Ulrich Weigand2010-10-013-4/+10
* spu.c (TARGET_EXCEPT_UNWIND_INFO): Set to sjlj_except_unwind_info.Ulrich Weigand2010-10-012-0/+8
* configure.ac: Define the nop insn for avr*-*-*Tristan Gingold2010-10-013-2/+7
* re PR target/45807 (Lying eh_frame r2 save info causes crashes with static li...Alan Modra2010-10-012-2/+8
* re PR tree-optimization/43959 (FAIL: gcc.dg/torture/builtin-cproj-1.c -O1 (...Richard Guenther2010-10-012-2/+8
* Daily bump.GCC Administrator2010-10-011-1/+1
* sh.c (sh_expand_prologue): Set current_function_static_stack_size.Kaz Kojima2010-10-012-1/+17
* Replace FLOAT_MIN, FLOAT_MAX to __FLT_MIN__, __FLT_MAX__.Michael Eager2010-09-302-10/+7
* configure.ac: Check for Solaris 8 ld with .hidden support.Rainer Orth2010-09-303-0/+23
* Fix PR45758: reset scevs before Graphite.Sebastian Pop2010-09-303-0/+11
* Fix miscompilation of 416.gamess.Sebastian Pop2010-09-303-3/+26
* Add testcase for PR45758.Sebastian Pop2010-09-303-0/+51
* Fix memory leaks in new scop detection.Sebastian Pop2010-09-301-0/+4
* Fix Graphite memory leaks.Sebastian Pop2010-09-305-1/+22
* New flag: -fgraphite-dump-cloog.Sebastian Pop2010-09-304-0/+66
* CDI_POST_DOMINATORS are not used in Graphite.Sebastian Pop2010-09-304-7/+18
* Only iterate over pbb_dim_iter_domain.Sebastian Pop2010-09-303-2/+14
* Fix comments.Sebastian Pop2010-09-303-2/+16
* New pass: loop flattening.Sebastian Pop2010-09-309-7/+525
* Add cloog_checksum.Sebastian Pop2010-09-304-0/+29
* Fix pbb_number_of_iterations_at_time.Sebastian Pop2010-09-305-52/+108
* Fix lst_update_scattering.Sebastian Pop2010-09-303-22/+26
* Outline lst_niter_for_loop.Sebastian Pop2010-09-304-9/+33
* Call fatal_error when the transform read from file is not legal.Sebastian Pop2010-09-303-1/+15
* Fix pretty printers.Sebastian Pop2010-09-303-21/+27
* Use FOR_EACH_VEC_ELT.Sebastian Pop2010-09-303-2/+10
* New SCoPDetection detects first SCoPs.Vladimir Kargov2010-09-301-0/+12
* Fix uninitialize warning.Sebastian Pop2010-09-303-1/+9
* Avoid set but not used warning.Sebastian Pop2010-09-304-6/+15
* Speed-up loop blocking: strip-mining is always legal.Sebastian Pop2010-09-303-22/+19
* Fix the description of graphite_can_represent_loop.Vladimir Kargov2010-09-303-3/+13
* Add testcase for PR45230.Sebastian Pop2010-09-303-0/+24
* Also handle ARRAY_REFs in instantiate_scev_r.Sebastian Pop2010-09-303-0/+49
* Fix chrec_contains_symbols_defined_in_loop.Sebastian Pop2010-09-303-11/+32
* A function is affine when CHREC_RIGHT is invariant.Sebastian Pop2010-09-303-17/+16
* Factor out is_gimple_reg calls.Sebastian Pop2010-09-303-13/+21
* Remove outermost loop parameter.Vladimir Kargov2010-09-303-22/+28
* Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.Sebastian Pop2010-09-303-1/+14
* Integrate openscop tests in graphite testsuite.Riyadh Baghdadi2010-09-301-2/+8
* Add documentation for -fgraphite-read and -fgraphite-write.Riyadh Baghdadi2010-09-301-0/+9
* Disable graphite loop optimizations with fgraphite read.Riyadh Baghdadi2010-09-301-0/+5
* Dump each scop in a separate file.Riyadh Baghdadi2010-09-303-2/+81