aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-19mn10300: Cleanup all arithmetic.Richard Henderson7-950/+751
2011-01-19mn10300: Explicitly represent MDR in multiply and divide.Richard Henderson2-116/+169
2011-01-19mn10300: Expose the MDR register to register allocation.Richard Henderson5-19/+69
2011-01-19mn10300: Cleanup legitimate addressesRichard Henderson4-97/+175
2011-01-19mn10300: Cleanup secondary reloadsRichard Henderson5-82/+114
2011-01-19mn10300: Re-write move patterns.Richard Henderson2-762/+190
2011-01-19Improve check for const initializer loop.Ian Lance Taylor1-7/+47
2011-01-19Check for error type when getting type of binary expression.Ian Lance Taylor1-1/+5
2011-01-19Fix handling of anonymous field in struct with pointer type.Ian Lance Taylor1-1/+3
2011-01-19re PR c++/47303 (ICE: in varpool_node, at varpool.c:134 with -fabi-version=1)Jakub Jelinek5-2/+36
2011-01-19tm.texi.in: Spell out that a lack of register class unions can lead to ICEs.Joern Rennecke3-2/+12
2011-01-19re PR rtl-optimization/47337 (Wrong RTL dce of calls)Jakub Jelinek4-12/+121
2011-01-19re PR testsuite/45342 (FAIL: gcc.dg/tls/thr-cse-1.c scan-assembler-not emutls...Ulrich Weigand2-1/+7
2011-01-19re PR tree-optimization/46021 (3 tree-ssa tests XPASS almost everywhere)Ulrich Weigand2-1/+6
2011-01-19Avoid crash with extra struct initializers with abstract types.Ian Lance Taylor1-0/+4
2011-01-19Fix generating type descriptor for array with float length.Ian Lance Taylor1-1/+1
2011-01-19Don't crash using value of something with no value.Ian Lance Taylor1-0/+9
2011-01-19Fix struct with field of pointer to array of same struct.Ian Lance Taylor1-3/+29
2011-01-19re PR libstdc++/47354 (bitmap_allocator free_list::_M_get never locks mutex)Graham Reed2-0/+6
2011-01-19confdeps.png: Regenerate.Benjamin Kosnik4-2/+11
2011-01-19Daily bump.GCC Administrator1-1/+1
2011-01-19re PR tree-optimization/47290 (memory exhausted compiling a destructor with a...Jakub Jelinek4-2/+68
2011-01-18re PR fortran/47240 ([F03] segfault with procedure pointer component)Janus Weil5-2/+44
2011-01-18re PR target/46997 (new ia64 vector instructions are broken on HP-UX (big-end...Steve Ellcey3-30/+124
2011-01-18extend.texi: Mention __float128 support on hppa HP-UX.John David Anglin6-5/+157
2011-01-18re PR middle-end/46894 (vector tests fail on powerpc 32-bit)Eric Botcazou2-7/+19
2011-01-18re PR tree-optimization/47179 (SPU: errno misoptimization around malloc call)Ulrich Weigand2-0/+34
2011-01-18re PR testsuite/41146 (FAIL: gcc.target/powerpc/asm-es-2.c scan-assembler *)Dominique d'Humieres2-6/+12
2011-01-18re PR rtl-optimization/47216 (gcc.dg/torture/pr43360.c FAILs with -O -fPIC -f...Richard Guenther3-28/+14
2011-01-18cortex-a9.md (cortex-a9-neon.md): Actually include.Ramana Radhakrishnan2-4/+14
2011-01-18unique_ptr.h (default_delete<>::default_delete()): Declare defaulted per DR 1...Paolo Carlini4-4/+30
2011-01-18re PR rtl-optimization/47299 (Widening multiply optimization generates bad code)Jakub Jelinek5-7/+46
2011-01-18drop gdb mask for Blackfin targetsJie Zhang3-2/+7
2011-01-18libiberty: add .gitignoreMike Frysinger2-0/+6
2011-01-18Daily bump.GCC Administrator1-1/+1
2011-01-17re PR c++/47067 ([c++0x] ICE in cxx_eval_bare_aggregate, at cp/semantics.c:6352)Jason Merrill4-18/+67
2011-01-17parser.c (cp_parser_range_for): Remove the "unused variable" warning workaround.Rodrigo Rivas Costa2-9/+5
2011-01-17re PR fortran/47331 (ICE in make_decl_rtl, at varasm.c:1133 (with -fopenmp))Jakub Jelinek6-0/+72
2011-01-17In gcc/objc/: 2011-01-17 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero5-1/+45
2011-01-17vrp51.c: Prefix each "bug." string with "vrp.".Richard Sandiford2-9/+14
2011-01-17re PR fortran/47327 (Documentation: Link to GCC Errors and Warnings options b...Tobias Burnus2-1/+7
2011-01-17Markup and minor fixes in LTO documentation.Ralf Wildenhues2-30/+35
2011-01-17re PR fortran/47295 (libquadmath: List __complex128 and constants in the .tex...Tobias Burnus2-0/+52
2011-01-17rx: Split adddi3 and subdi3 after reload.Richard Henderson3-51/+225
2011-01-17rx: Replace sat builtin with ssaddsi3 pattern.Richard Henderson3-14/+37
2011-01-17rx: Rewrite the bit manipulation patterns.Richard Henderson5-88/+176
2011-01-17rx: Fix incorrect usage of + in output operands.Richard Henderson2-5/+8
2011-01-17rx: Cleanup non-VOIDmode SETs.Richard Henderson3-194/+88
2011-01-17rx: Cleanup flags generation.Richard Henderson4-69/+278
2011-01-17rx: Implement cstoresf4.Richard Henderson2-0/+94