1. 01 Mar, 2015 4 commits
  2. 28 Feb, 2015 6 commits
  3. 27 Feb, 2015 26 commits
  4. 26 Feb, 2015 4 commits
    • extend.texi (Function Attributes): Fix spelling and typos. · 6fb04b89
      2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/extend.texi (Function Attributes): Fix spelling and typos.
      	(Label Attributes): Likewise.
      	(Cilk Plus Builtins): Likewise.
      	(ARC SIMD Built-in Functions): Likewise.
      	(ARM C Language Extensions (ACLE)): Likewise.
      	(PowerPC Built-in Functions): Likewise.
      	(PowerPC Hardware Transactional Memory Built-in Functions):
      	Likewise.
      
      From-SVN: r221035
      Sandra Loosemore committed
    • re PR tree-optimization/65216 (wrong code at -O3 on x86_64-linux-gnu) · d288c0ab
      	PR tree-optimization/65216
      	* tree-ssa-reassoc.c (rewrite_expr_tree): Force creation of
      	new stmt and new SSA_NAME for lhs whenever the arguments have
      	changed and weren't just swapped.  Fix comment typo.
      
      	* gcc.c-torture/execute/pr65216.c: New test.
      
      From-SVN: r221034
      Jakub Jelinek committed
    • re PR tree-optimization/65215 (Bswap load miscompilation) · 5c2766c1
      	PR tree-optimization/65215
      	* tree-ssa-math-opts.c (find_bswap_or_nop_load): Return false
      	for PDP endian targets.
      	(perform_symbolic_merge, find_bswap_or_nop_1, find_bswap_or_nop):
      	Fix up formatting issues.
      	(bswap_replace): Likewise.  For BYTES_BIG_ENDIAN, if the final access
      	size is smaller than the original, adjust MEM_REF offset by the
      	difference of sizes.  Use is_gimple_mem_ref_addr instead of
      	is_gimple_min_invariant test to avoid adding address temporaries.
      
      	* gcc.c-torture/execute/pr65215-1.c: New test.
      	* gcc.c-torture/execute/pr65215-2.c: New test.
      	* gcc.c-torture/execute/pr65215-3.c: New test.
      	* gcc.c-torture/execute/pr65215-4.c: New test.
      	* gcc.c-torture/execute/pr65215-5.c: New test.
      
      From-SVN: r221033
      Jakub Jelinek committed
    • Add missing cleanup in go-gc-tests for cmpout · 890d89bc
      2015-02-26  Tom de Vries  <tom@codesourcery.com>
      
      	* go.test/go-test.exp (go-gc-tests): Add missing cleanup for cmpout.
      
      From-SVN: r221032
      Tom de Vries committed