aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2010-05-18add lto to powerpc-*darwin and enable for 32bit darwinSteven Bosscher1-2/+3
2010-05-17re PR target/44074 (Solaris 2.9 x86 Sun assembler doesn't like rep/lock prefi...Rainer Orth3-34/+32
2010-05-17* config/i386/sol2.h (TARGET_SUN_TLS): Remove duplicate definition.Rainer Orth1-5/+0
2010-05-17tree.h (CALL_EXPR_ARGS): Delete.Nathan Froyd5-53/+52
2010-05-17rs6000.c (rs6000_emit_allocate_stack): Delete unnecessary prototype.Alan Modra1-29/+39
2010-05-17s390.c: Define sane prefetch settings and activate flag_prefetch_loop_arrays ...Christian Borntraeger2-0/+18
2010-05-16mmix.h (FUNCTION_VALUE, [...]): Remove macros.Anatoly Sokolov3-27/+34
2010-05-14config.gcc: Add support for --with-cpu option for bdver1.Harsha Jagasia6-61/+307
2010-05-14re PR target/44075 (__builtin_eh_return miscompiled)Alan Modra1-2/+13
2010-05-13config.gcc (i[34567]86-*-mingw* | x86_64-*-mingw*): Choose t-mingw-w64 or t-m...Kai Tietz2-1/+13
2010-05-13* config/rs6000/rs6000-protos.hAndreas Schwab2-7/+7
2010-05-12implicit-zee.c: New file.Sriraman Tallam1-0/+4
2010-05-12Support AVX for cmpss/cmpsd.H.J. Lu1-0/+14
2010-05-11re PR c++/44059 (Static initializers executed more than once when using uniqu...Jakub Jelinek2-10/+14
2010-05-10* config/mips/mips.c (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Undef.Rainer Orth1-0/+1
2010-05-10sol2.c (solaris_assemble_visibility): Declare decl, vis unused.Rainer Orth1-4/+3
2010-05-10thumb2.md (thumb2_tlobits_cbranch): New insn pattern.Wei Guozhi1-0/+74
2010-05-09Properly detect Atom, Core 2 and Core i7.H.J. Lu1-25/+52
2010-05-07configure.ac (--enable-lto): Add x86_64-apple-darwin* as a platform that supp...Steven Bosscher4-3/+150
2010-05-07re PR target/43708 (gcc.dg/pragma-darwin.c "set not used", not working with p...Iain Sandoe1-1/+4
2010-05-07* config/mips/iris6.h (LINK_SPEC): Don't pass -init, -fini with -r.Rainer Orth1-1/+1
2010-05-07dbxmdebug.h: Remove.Rainer Orth1-6/+0
2010-05-06config.gcc: Removed mips-sgi-irix5*, mips-sgi-irix6.[0-4]* from list of obsol...Rainer Orth6-351/+252
2010-05-06re PR target/43888 (FAIL: gcc.dg/alias-7.c execution test)Dave Korn1-1/+4
2010-05-06* config/m68k/uclinux.h (LIB_SPEC): Bring in sync with config/linux.h.Maxim Kuvyrkov1-1/+1
2010-05-05mips.h (TARGET_SMALL_REGISTER_CLASSES_FOR_MODE_P): Delete.Andrew Pinski3-8/+2
2010-05-05arm.h (MAX_LDM_STM_OPS): New macro.Bernd Schmidt2-152/+159
2010-05-05re PR testsuite/43758 (19 new GCC HEAD@158360 regressions)Jason Merrill1-0/+12
2010-05-04Add clobber CC register to sse_prologue_save patterns.H.J. Lu1-0/+3
2010-05-04sh.c (sh_small_register_classes_for_mode_p): Remove static.Kaz Kojima1-1/+1
2010-05-03mips.c (mips_output_division): When GENERATE_DIVIDE_TRAPS...David Ung1-5/+12
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher21-42/+70
2010-05-03re PR debug/43972 (ICE in loc_cmp)Jakub Jelinek1-1/+6
2010-05-02winnt.c (i386_pe_binds_local_p): Handle weak decls.Dave Korn1-0/+5
2010-05-02i386.c (ix86_target_string): Output 'flags', not 'isa', when processing flag ...Uros Bizjak1-1/+1
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak5-5/+5
2010-05-02revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...Uros Bizjak1-1/+1
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-1/+1
2010-05-02target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov3-5/+6
2010-04-30picochip.c (picochip_legitimize_address): Define.Hariharan Sandanagobalane4-6/+179
2010-04-29re PR target/42895 (Low registers are preferred than register ip in thumb2 mode)Bernd Schmidt7-11/+15
2010-04-29Replace INSN_P with NONDEBUG_INSN_P.H.J. Lu1-5/+5
2010-04-29darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.Mike Stump1-0/+1
2010-04-28elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object type if available.Uros Bizjak1-13/+29
2010-04-28re PR target/22224 (Several Tru64 UNIX testsuite failures: Length of .lcomm w...Rainer Orth1-0/+8
2010-04-27collect2.c (TARGET_64BIT): Redefine to target's default.Kai Tietz4-5/+48
2010-04-27* config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.Nathan Froyd1-1/+0
2010-04-27re PR target/40657 (allocate local variables with fewer instructions)Bernd Schmidt1-1/+51
2010-04-27re PR lto/42776 (LTO doesn't work on non-ELF platforms.)Dave Korn2-2/+15
2010-04-27mmix.md ("*divdi3_nonknuth", [...]): Add missing earlyclobber for second alte...Hans-Peter Nilsson1-2/+2