1. 05 Jan, 2015 9 commits
  2. 04 Jan, 2015 8 commits
  3. 03 Jan, 2015 7 commits
    • invoke.texi ([-fsemantic-interposition]): Fix typos and tidy grammar. · 484b5de0
      2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi ([-fsemantic-interposition]): Fix typos and
      	tidy grammar.
      
      From-SVN: r219166
      Sandra Loosemore committed
    • Bug #63539 · 9bccfdf5
      2015-01-03  Andrew Pinski  <apinski@cavium.com>
      
      	Bug #63539
              * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
              * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
              (BASE_TARGET_EXPORTS): Add OBJCOPY.
              (OBJCOPY_FOR_TARGET): New variable.
              (EXTRA_TARGET_FLAGS): Add OBJCOPY.
              * Makefile.in: Regenerate.
              * configure.ac: Check for already installed target objcopy.
              Also GCC_TARGET_TOOL on objcopy.
              * configure: Regenerate.
      
      From-SVN: r219165
      Andrew Pinski committed
    • invoke.texi ([-fplan9-extensions]): Add/fix @opindex. · e1a77fb6
      2015-01-03  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi ([-fplan9-extensions]): Add/fix @opindex.
      	([-fvtv-debug]): Likewise.
      	([-Wc++-compat]): Likewise.
      	([-Wc++11-compat]): Likewise.
      	([-Wc++14-compat]): Likewise.
      	([-Wno-sized-deallocation]): Likewise.
      	([-femit-class-debug-always]): Likewise.
      	([-femit-struct-debug-detailed]): Likewise.
      	([-fno-keep-inline-dllexport]): Likewise.
      	([-fira-algorithm]): Likewise.
      	([-fira-region]): Likewise.
      	([-flra-remat]): Likewise.
      	([-fipa-ra]): Likewise.
      	([-fhoist-adjacent-loads]): Likewise.
      	([-fisolate-erroneous-paths-dereference]): Likewise.
      	([-fisolate-erroneous-paths-attribute]): Likewise.
      	([-ftree-switch-conversion]): Likewise.
      	([-ftree-tail-merge]): Likewise.
      	([-ftree-loop-if-convert]): Likewise.
      	([-ftree-loop-if-convert-stores]): Likewise.
      	([-ftree-loop-distribution]): Likewise.
      	([-ftree-loop-distribute-patterns]): Likewise.
      	([-flto-compression-level]): Likewise.
      	([-flto-report]): Likewise.
      	([-flto-report-wpa]): Likewise.
      	([-fuse-linker-plugin]): Likewise.
      	([-mfix-cortex-a53-835769]): Likewise.
      	([-mno-fix-cortex-a53-835769]): Likewise.
      	([-mmmx]...[-mno-3dnow]): Remove the -mno- forms from the
      	explicit listing; add a note to the discussion indicating they
      	exist.  Reorder table to group similar options.  Add missing
      	@opindex entries.  Add @need commands throughout the table to
      	allow it to be split across multiple pages.
      	([-m8bit-idiv]): Fix @opindex.
      	([-mavx256-split-unaligned-load]): Likewise.
      	([-mavx256-split-unaligned-store]): Likewise.
      	([-mstack-protector-guard]): Likewise.
      	([-mcpu=]): Likewise.
      	([-mcpu]): Likewise.
      	([-mpointer-size=]): Likewise.
      
      From-SVN: r219164
      Sandra Loosemore committed
    • pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' constraint. · 846ef40a
      	* config/pa/pa.md (decrement_and_branch_until_zero): Use `Q' constraint
      	instead of `m' constraint.  Likewise for unnamed movb comparison
      	patterns using reg_before_reload_operand predicate.
      	* config/pa/predicates.md (reg_before_reload_operand): Tighten
      	predicate to reject register index and LO_SUM DLT memory forms
      	after reload.
      
      From-SVN: r219162
      John David Anglin committed
    • pr63914.c: Add -fno-common option on hppa*-*-hpux*. · d50a1793
      	* gcc.dg/pr63914.c: Add -fno-common option on hppa*-*-hpux*.
      
      From-SVN: r219161
      John David Anglin committed
    • invoke.texi (Option Summary): Fix spelling of -fdevirtualize-at-ltrans. · d6ae9a6d
      2015-01-02  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi (Option Summary): Fix spelling of
      	-fdevirtualize-at-ltrans.
      	([-fdevirtualize]): Fix markup.
      	([-fdevirtualize-speculatively]): Fix typo.
      	([-fdevirtualize-at-ltrans]): Likewise.  Make description less
      	implementor-speaky.
      	* common.opt (fdevirtualize-at-ltrans): Likewise.
      	* ipa-devirt.c: Fix typos in comments throughout the file.
      	(ipa_devirt): Fix typos in format strings for dump output.
      
      From-SVN: r219158
      Sandra Loosemore committed
    • Daily bump. · 931d6406
      From-SVN: r219157
      GCC Administrator committed
  4. 02 Jan, 2015 16 commits