1. 09 Jan, 2014 4 commits
    • cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection. · b5ebc991
      2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
      
      	* cfgexpand.c (expand_stack_vars): Optionally disable 
      	asan stack protection.
      	(expand_used_vars): Likewise.
      	(partition_stack_vars): Likewise.
      	* asan.c (asan_emit_stack_protection): Optionally disable 
      	after return stack usage.
      	(instrument_derefs): Optionally disable memory 
      	access instrumentation.
      	(instrument_builtin_call): Likewise.
      	(instrument_strlen_call): Likewise.
      	(asan_protect_global): Optionally disable 
      	global variables protection.
      	* doc/invoke.texi: Added doc for new options.
      	* params.def: Added new options.
      	* params.h: Likewise.
      
      2014-01-09  Max Ostapenko  <m.ostapenko@partner.samsung.com>
      
      	* c-c++-common/asan/no-asan-globals.c: New test.
      	* c-c++-common/asan/no-instrument-reads.c: Likewise.
      	* c-c++-common/asan/no-instrument-writes.c: Likewise.
      	* c-c++-common/asan/use-after-return-1.c: Likewise.
      	* c-c++-common/asan/no-use-after-return.c: Likewise.
      
      From-SVN: r206458
      Max Ostapenko committed
    • re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c) · b59e0455
      	PR rtl-optimization/59724
      	* ifcvt.c (cond_exec_process_if_block): Don't call
      	flow_find_head_matching_sequence with 0 longest_match.
      	* cfgcleanup.c (flow_find_head_matching_sequence): Count even
      	non-active insns if !stop_after.
      	(try_head_merge_bb): Revert 2014-01-07 changes.
      
      From-SVN: r206456
      Jakub Jelinek committed
    • ree.c (get_sub_rtx): New function, extracted from... · 650c4c85
              * ree.c (get_sub_rtx): New function, extracted from...
              (merge_def_and_ext): Here.
              (combine_reaching_defs): Use get_sub_rtx.
      
      From-SVN: r206454
      Jeff Law committed
    • Daily bump. · cfb28d29
      From-SVN: r206452
      GCC Administrator committed
  2. 08 Jan, 2014 28 commits
  3. 07 Jan, 2014 8 commits