aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-03-28* gcse.c (free_gcse_mem): Free reg_set_bitmap.Steven Bosscher2-0/+6
2011-03-28Add -fno-pic to gcc.target/i386/pr47502-2.c.H.J. Lu2-1/+6
2011-03-28tree-inline.c (expand_call_inline): Do not check that destination node is ana...Martin Jambor5-9/+17
2011-03-28sparc-opts.h: New.Joseph Myers5-156/+172
2011-03-28Makefile.in (SO_LIB): Handle multilib build for native windows targets.Kai Tietz3-1/+13
2011-03-28re PR testsuite/48245 (FAIL: gcc.dg/lto/pr46940 c_lto_pr46940_0.o assemble on...Rainer Orth2-2/+9
2011-03-28raise-gcc.c (PERSONALITY_FUNCTION): Add prototype to prevent warning.Kai Tietz2-0/+10
2011-03-28re PR ada/44431 ([boot with C++] Conflicting exit declaration in ada/b_gnatb.c)Tristan Gingold3-23/+54
2011-03-28tree-vectorizer.h (vect_create_data_ref_ptr): Adjust prototype.Eric Botcazou6-14/+42
2011-03-28alpha.md (addtf3): Change mode of operands to TFmode.Uros Bizjak2-15/+22
2011-03-27Don't assert unaligned 256bit load/store.H.J. Lu2-24/+9
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov60-4313/+2536
2011-03-28Daily bump.GCC Administrator1-1/+1
2011-03-27[multiple changes]Vladimir Makarov60-2531/+4906
2011-03-27re PR target/48288 (ld: Unsatisfied symbol "__iordi3" in file /test/gnu/gcc/o...John David Anglin3-8/+19
2011-03-27mips.h (LIBCALL_VALUE, [...]): Remove macros.Anatoly Sokolov4-20/+66
2011-03-27Split 32-byte AVX unaligned load/store.H.J. Lu20-14/+613
2011-03-27Error for return with no values when result parameters are not named.Ian Lance Taylor1-3/+13
2011-03-27re PR fortran/47065 (Replace trim(a) by a(1:len_trim(a)))Thomas Koenig5-29/+96
2011-03-27Improve error about indirecting an unsafe.Pointer type.Ian Lance Taylor1-0/+8
2011-03-27Fix typoEric Botcazou1-1/+1
2011-03-27re PR target/38598 (MIPS extendsidi2 does not have a LO alternative)Richard Sandiford5-15/+31
2011-03-27mips.c (mips_prepare_builtin_arg): Replace icode and opno arguments with an e...Richard Sandiford2-99/+71
2011-03-27arm.c (arm_autovectorize_vector_sizes): New function.Ira Rosen6-8/+31
2011-03-27re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus12-31/+394
2011-03-27Daily bump.GCC Administrator1-1/+1
2011-03-26Don't look up methods for pointer to interface.Ian Lance Taylor2-11/+10
2011-03-26re PR fortran/48291 ([OOP] internal compiler error, new_symbol(): Symbol name...Janus Weil4-3/+30
2011-03-26Don't permit embedded field to be pointer to interface.Ian Lance Taylor3-23/+13
2011-03-26vect-cselim-1.c: Fail on targets that don't support strided accesses.Ira Rosen2-1/+6
2011-03-26basic-block.h (fixup_abnormal_edges): Adjust prototype.Eric Botcazou5-112/+123
2011-03-26re PR rtl-optimization/48144 (ICE: in code_motion_path_driver, at sel-sched.c...Andrey Belevantsev6-19/+61
2011-03-26decl.c (gnat_to_gnu_entity): Create TYPE_DECL for the padded type built to su...Eric Botcazou5-3/+61
2011-03-26gigi.h (finalize_from_with_types): Adjust comment.Eric Botcazou9-50/+106
2011-03-26inline.adb (Back_End_Cannot_Inline): Lift restriction on calls to subprograms...Eric Botcazou8-69/+63
2011-03-26Check for invalid uses of ... in builtin function calls.Ian Lance Taylor2-0/+12
2011-03-26predicates.md (word_offset_memref_op): Handle cmodel medium addresses.Alan Modra5-2/+118
2011-03-26Better error when setting const to nil.Ian Lance Taylor1-1/+3
2011-03-26Correctly parse select case <-c <- v.Ian Lance Taylor1-4/+12
2011-03-26re PR target/47487 (ICE in rs6000_output_function_epilogue, at config/rs6000/...Alan Modra2-3/+10
2011-03-26Daily bump.GCC Administrator1-1/+1
2011-03-25expr.c (emit_block_move_via_movmem): Only use 6 operand variant if there are ...Richard Henderson2-4/+18
2011-03-25Clean up handling of undefined types.Ian Lance Taylor5-91/+60
2011-03-25Avoid overflow error after negative shift count error.Ian Lance Taylor1-1/+7
2011-03-25Changelog c-family/Kai Tietz26-90/+161
2011-03-25arm.h (CANNOT_CHANGE_MODE_CLASS): Restrict FPA_REGS case to VFPv1.Richard Sandiford2-6/+11
2011-03-25re PR fortran/48174 (DWARF for subroutine with no args indicates 'varargs')Tobias Burnus5-4/+18
2011-03-25Give an error if a label is defined but not used.Ian Lance Taylor13-72/+168
2011-03-25pr44686.c: Do not explicitely specify -O2.Martin Jambor2-1/+5
2011-03-25fold-const.c (expr_location_or): New function.Nathan Froyd2-42/+28