aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Patch not merged, update ChangeLog.graphite.Sebastian Pop1-0/+107
2011-01-25Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...Sebastian Pop5-2/+21
2011-01-25Allow several reductions in a reduction PBB.Sebastian Pop4-4/+21
2011-01-25Remove duplicate close phi nodes in the canonical close phi representation.Sebastian Pop3-1/+82
2011-01-25Relax the definition of same_pdr_p.Sebastian Pop4-4/+14
2011-01-25Pass 0 as the number of parameters to PIP when testing for integer feasibility.Sebastian Pop5-30/+34
2011-01-25Remove the temporary array for reductions written to memory.Sebastian Pop13-24/+89
2011-01-25Expect at least the version 0.11 of PPL.Sebastian Pop4-11/+13
2011-01-25Minimize the number of expensive calls to ppl_powerset_is_empty.Sebastian Pop4-125/+105
2011-01-25Use PIP to determine the integer feasibility of a constraint system.Sebastian Pop19-15/+379
2011-01-25Correct the precedence relation.Sebastian Pop3-5/+20
2011-01-25speedup compilationSebastian Pop3-1/+16
2011-01-25Fix pbb_remove_duplicate_pdrs.Sebastian Pop3-6/+15
2011-01-25Test the profitability of interchange on the perfect nest.Sebastian Pop3-9/+21
2011-01-25Print the data dependence polyhedron in the PPL format.Sebastian Pop3-0/+11
2011-01-25Add debug_gmp_value.Sebastian Pop4-0/+24
2011-01-25Document availability of cloog-0.16Tobias Grosser3-10/+25
2011-01-25Patch not merged, update ChangeLog.graphite.Vladimir Kargov1-0/+9
2011-01-25Patch not merged, update ChangeLog.graphite.Vladimir Kargov1-0/+5
2011-01-25Free invalid postdominance info.Sebastian Pop3-7/+21
2011-01-25Add changelogs of patches that will not be merged to trunk.Sebastian Pop1-0/+126
2011-01-25Daily bump.GCC Administrator1-1/+1
2011-01-24re PR c/21659 ([unit-at-a-time] "weak declaration must precede definition" er...Jan Hubicka3-15/+17
2011-01-24machmode.def: Fixed comments.Kenneth Zadeck2-5/+13
2011-01-24emit-rtl.c (reg_attrs_htab_hash): Replace long by intptr_t.Kai Tietz2-2/+6
2011-01-24builtins.c (c_readstr): Fix byte order if BYTES_BIG_ENDIAN != WORDS_BIG_ENDIAN.Paul Koning2-1/+6
2011-01-24Visit basic blocks using the work-list based algorithm.H.J. Lu3-22/+143
2011-01-24v850.opt (mv850es): New option - alias for -mv850e1.Nick Clifton4-6/+29
2011-01-24rx: Uncomplicate fp comparisons.Richard Henderson5-221/+28
2011-01-24Fix PR 47408 and 47385Michael Meissner17-16/+41
2011-01-24* lib/scanasm.exp (dg-function-on-line): Handle mips-sgi-irix*.Rainer Orth2-1/+8
2011-01-24cray_pointers_2.f90: Avoid cycling through optimization options.Rainer Orth2-2/+9
2011-01-24re PR target/45988 (gfortran.dg/vect/fast-math-pr38968.f90 times out on 32-bi...Rainer Orth3-0/+10
2011-01-24Fix long lineEric Botcazou1-3/+2
2011-01-24Daily bump.GCC Administrator1-1/+1
2011-01-23re PR fortran/47421 (Wrong-code: Value of scalar ALLOCATABLE CHARACTER(len=n)...Tobias Burnus4-3/+45
2011-01-23re PR rtl-optimization/47166 (SpecCpu2000 Ammp segfaults for ARM with -O3 -mt...Bernd Schmidt2-7/+28
2011-01-23compare-elim.c (maybe_select_cc_mode): Add ATTRIBUTE_UNUSED markers.Andreas Schwab2-1/+7
2011-01-23costmodel-vect-33.c: Expect vectorization to be not profitable if...Ira Rosen4-5/+17
2011-01-23Daily bump.GCC Administrator1-1/+1
2011-01-22re PR target/47333 (g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as)Jan Hubicka4-4/+954
2011-01-22re PR target/43884 (Performance degradation for simple fibonacci numbers calc...Jan Hubicka5-3/+17
2011-01-23s390.h (REGISTER_MOVE_COST, [...]): Remove.Anatoly Sokolov3-12/+36
2011-01-22re PR middle-end/47401 (Support for must-not-throw regions with SJLJ exceptio...Ulrich Weigand2-20/+52
2011-01-22rx: Enable the compare-elim pass.Richard Henderson2-0/+5
2011-01-22mn10300: Enable the compare-elim pass.Richard Henderson2-0/+5
2011-01-22New -fcompare-elim pass.Richard Henderson12-1/+701
2011-01-22re PR fortran/38536 (ICE with C_LOC in resolve.c due to not properly going th...Thomas Koenig4-1/+80
2011-01-22rx.md (cstoresf4): Pass comparison operator to rx_split_fp_compare.Nick Clifton2-1/+7
2011-01-22rx.md (UNSPEC_CONST): New.Nick Clifton3-54/+146