1. 03 Apr, 2018 11 commits
  2. 02 Apr, 2018 8 commits
  3. 01 Apr, 2018 6 commits
    • [NDS32] Add relax optimization as new pass. · c4d8d050
      gcc/
      	* config.gcc (nds32): Add nds32-relax-opt.o into extra_objs.
      	* config/nds32/constants.md (unspec_volatile_element): Add
      	UNSPEC_VOLATILE_RELAX_GROUP.
      	* config/nds32/nds32-relax-opt.c: New file.
      	* config/nds32/nds32-predicates.c
      	(nds32_symbol_load_store_p): New function.
      	* config/nds32/nds32-protos.h
      	(nds32_symbol_load_store_p): Declare function.
      	(make_pass_nds32_relax_opt): Declare new rtl pass function.
      	* config/nds32/nds32.c
      	(nds32_register_pass): New function to register pass.
      	(nds32_register_passes): New function to register passes.
      	* config/nds32/nds32.md (relax_group): New pattern.
      	* config/nds32/nds32.opt (mrelax-hint): New option.
      	* config/nds32/t-nds32 (nds32-relax-opt.o): New dependency.
      
      Co-Authored-By: Kito Cheng <kito.cheng@gmail.com>
      Co-Authored-By: Kuan-Lin Chen <kuanlinchentw@gmail.com>
      
      From-SVN: r258998
      Chung-Ju Wu committed
    • [NDS32] Correct the dependency in t-nds32. · af08e51d
      gcc/
      	* config/nds32/t-nds32: Modify files dependency.
      
      From-SVN: r258997
      Kito Cheng committed
    • [NDS32] Implement PROFILE_HOOK. · 9e362bd0
      gcc/
      	* config/nds32/nds32.h (FUNCTION_PROFILER): Output newline character.
      	(PROFILE_HOOK): Define its implementation.
      
      From-SVN: r258996
      Chung-Ju Wu committed
    • [NDS32] Change wchar type to unsinged int. · 7f983342
      gcc/
      	* config/nds32/nds32.h (WCHAR_TYPE, WCHAR_TYPE_SIZE): Use unsigned int
      	type and 32-bit size.
      
      From-SVN: r258995
      Chung-Ju Wu committed
    • re PR middle-end/85090 (wrong code with -O2 -fno-tree-dominator-opts -mavx512f… · 7be6ee78
      re PR middle-end/85090 (wrong code with -O2 -fno-tree-dominator-opts -mavx512f -fira-algorithm=priority)
      
      	PR middle-end/85090
      	* config/i386/sse.md (V): Add V64QI and V32HI for TARGET_AVX512F.
      	(V_128_256): New mode iterator.
      	(*avx512dq_vextract<shuffletype>64x2_1 splitter): New define_split.
      	(*avx512f_vextract<shuffletype>32x4_1 splitter): Likewise.
      	(xop_pcmov_<mode><avxsizesuffix>): Use V_128_256 mode iterator instead
      	of V.
      	* config/i386/i386.c (ix86_expand_vector_set): Improve V32HImode and
      	V64QImode expansion for !TARGET_AVX512BW && TARGET_AVX512F.
      
      	* gcc.target/i386/avx512f-pr85090-1.c: New test.
      	* gcc.target/i386/avx512f-pr85090-2.c: New test.
      	* gcc.target/i386/avx512f-pr85090-3.c: New test.
      	* gcc.target/i386/avx512bw-pr85090-2.c: New test.
      	* gcc.target/i386/avx512bw-pr85090-3.c: New test.
      
      From-SVN: r258994
      Jakub Jelinek committed
    • Daily bump. · 0a4800de
      From-SVN: r258993
      GCC Administrator committed
  4. 31 Mar, 2018 4 commits
  5. 30 Mar, 2018 11 commits