aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-11-11[ARM] PR63870 Add qualifiers for NEON builtinsCharles Baylis4-18/+48
2015-11-11Daily bump.GCC Administrator1-1/+1
2015-11-10nvptx.opt (moptimize): New flag.Nathan Sidwell5-1/+92
2015-11-10rs6000.c (rs6000_secondary_reload_direct_move): Remove redundant code.Bill Schmidt2-22/+6
2015-11-10libgo: use Solaris sendfile lib, fix Solaris _in6_addr_t fieldsIan Lance Taylor1-1/+1
2015-11-10[PATCH] Fix minor fallout from operand_address changesJeff Law3-3/+10
2015-11-10config.gcc (powerpc*-*-*, [...]): Add power9 to hosts that default to 64-bit.Michael Meissner2-2/+8
2015-11-10re PR go/68255 (cgo-generated constructor not being called)Ian Lance Taylor1-1/+1
2015-11-10i386.md (*movabs<mode>_1): Add explicit size directives for -masm=intel.Uros Bizjak2-2/+11
2015-11-10i386.c (ix86_print_operand): Remove dead code that tried to avoid (%rip) for ...Uros Bizjak3-15/+22
2015-11-10[ARM] Fix costing of vmul+vcvt combine patternKyrylo Tkachov2-0/+22
2015-11-10[ARM][cleanup] Remove uses of CONST_DOUBLE_HIGH/LOWKyrylo Tkachov2-24/+12
2015-11-10[AArch64] Move iterators from atomics.md to iterators.mdMatthew Wahab3-28/+42
2015-11-10Enhance pool allocatorMartin Liska2-1/+20
2015-11-10sse.md (HALFMASKMODE): New attribute.Ilya Enkovich5-0/+272
2015-11-10optabs.c (expand_binop_directly): Allow scalar mode for vec_pack_trunc_optab.Ilya Enkovich6-27/+345
2015-11-10i386-protos.h (ix86_expand_sse_movcc): New.Ilya Enkovich4-1/+96
2015-11-10optabs-query.h (get_vcond_mask_icode): New.Ilya Enkovich8-66/+159
2015-11-10sse.md (maskload<mode>): Rename to ...Ilya Enkovich2-2/+43
2015-11-10internal-fn.c (expand_MASK_LOAD): Adjust to maskload optab changes.Ilya Enkovich9-32/+105
2015-11-10expr.c (do_store_flag): Use expand_vec_cmp_expr for mask results.Ilya Enkovich20-131/+1280
2015-11-10re PR tree-optimization/68240 (compilation hangs on valid code at -O1 and abo...Richard Biener4-8/+46
2015-11-10tree-vect-data-refs.c (vect_slp_analyze_node_dependences): Handle memory usin...Richard Biener2-11/+18
2015-11-10re PR tree-optimization/56118 (Piecewise vector / complex initialization from...Richard Biener4-3/+34
2015-11-10[AArch64][2/3] Implement negcc, notcc optabsKyrylo Tkachov5-0/+133
2015-11-10[optabs][ifcvt][1/3] Define negcc, notcc optabsKyrylo Tkachov6-0/+159
2015-11-10[haifa-sched] PR rtl-optimization/68236: Exit early from autoprefetcher looka...Kyrylo Tkachov2-1/+12
2015-11-10Tie chains for move instructions.Robert Suchanek3-1/+59
2015-11-10* gfortran.dg/pr68251.f90: New test.Eric Botcazou2-1/+1053
2015-11-10Workaround PR68256 on AArch64Ramana Radhakrishnan2-3/+11
2015-11-09parser.c (cp_finalize_oacc_routine): New boolean first argument.Cesar Philippidis4-30/+68
2015-11-09PR c++/67913 - new expression with negative size not diagnosedMartin Sebor8-20/+896
2015-11-10routine-1.c: New.Nathan Sidwell6-0/+208
2015-11-10re PR target/57845 (ICE with -freg-struct-return on SPARC)Eric Botcazou5-4/+30
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell11-4/+408
2015-11-10Daily bump.GCC Administrator1-1/+1
2015-11-10constraints.md (wF constraint): New constraints for power9/toc fusion.Michael Meissner21-123/+1923
2015-11-09optabs.c (prepare_libcall_arg): New function.Steve Ellcey2-0/+35
2015-11-09* gcc.dg/sso/*.c: Robustify dg-output directives.Eric Botcazou43-252/+256
2015-11-09[sched] Dump dependency graph to a dot fileNikolai Bozhenov4-0/+113
2015-11-09Change behavior of -fsched-verbose optionNikolai Bozhenov4-20/+15
2015-11-09visium.h (PRINT_OPERAND): Delete.Eric Botcazou3-64/+45
2015-11-09re PR middle-end/68259 ([sso] tree checking failure in reverse_storage_order_...Eric Botcazou4-2/+67
2015-11-09omp-low.c: Fix some OpenACC comment typos.Nathan Sidwell3-20/+12
2015-11-09i386.md (*strmovqi_1): Fix insn enable condition.Uros Bizjak2-20/+24
2015-11-09Re: [PATCH] Minor refactoring in tree-ssanames.c & freelists verifierJeff Law2-10/+11
2015-11-09pr66326.cc: Do not include cilk.h.Uros Bizjak2-3/+7
2015-11-09Resolve DejaGnu hard stopThomas Schwinge2-1/+6
2015-11-09rs6000.opt (-mpower9-fusion): Add new switches for ISA 3.0 (power9).Michael Meissner15-26/+427
2015-11-09[AArch64][cleanup] Remove uses of CONST_DOUBLE_HIGH, CONST_DOUBLE_LOWKyrylo Tkachov2-24/+13