aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm47-214/+1309
2018-12-19[rs6000] Fix x86 SSSE3 compatibility implementations and testcasesPaul A. Clarke21-500/+443
2018-12-19[ARM] Do softfloat when -mfpu set, -mfloat-abi=softfpThomas Preud'homme5-3/+17
2018-12-19[nvptx, libgomp] Move rtl-dump test-cases to libgompTom de Vries3-65/+6
2018-12-19[testsuite] Add scan-offload-rtl-dumpTom de Vries5-2/+163
2018-12-19Restrict a VSX extract to TARGET_POWERPC64 (PR88213)Segher Boessenkool2-1/+7
2018-12-19re PR tree-optimization/88533 (Higher performance penalty of array-bounds che...Richard Biener8-13/+133
2018-12-19[nvptx] Use MAX, MIN, ROUND_UP macrosTom de Vries2-18/+18
2018-12-19[nvptx] Make nvptx state propagation function names more genericTom de Vries2-42/+84
2018-12-19[nvptx] Rename worker_bcast variables to oacc_bcastTom de Vries2-29/+46
2018-12-19[nvptx] Generalize bar.sync instructionTom de Vries3-3/+14
2018-12-19[nvptx] Only use one logical barrier resourceTom de Vries2-2/+8
2018-12-19[nvptx] Use TARGET_SET_CURRENT_FUNCTIONTom de Vries2-0/+20
2018-12-19[aarch64] Correct architecture for tsv110.Shaokun Zhang2-3/+8
2018-12-19re PR target/88541 (VPCLMULQDQ 256-bit inline function unavailable with optim...Jakub Jelinek4-98/+115
2018-12-19re PR c++/87934 (struct with NSDMI of enum makes initialization a non-constan...Jakub Jelinek4-1/+22
2018-12-19[PR86153] simplify more overflow tests in VRPAlexandre Oliva4-0/+197
2018-12-19[PR87012] canonicalize ref type for tmpl argAlexandre Oliva4-0/+21
2018-12-19[PR c++/88146] do not crash synthesizing inherited ctor(...)Alexandre Oliva4-43/+287
2018-12-19auto-profile.c (afdo_indirect_call): Skip generating histogram value if we ca...Bin Cheng3-17/+21
2018-12-19Daily bump.GCC Administrator1-1/+1
2018-12-18re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or IC...Jakub Jelinek2-1/+6
2018-12-18re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or IC...Vladimir Makarov4-0/+55
2018-12-18re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failin...Jakub Jelinek20-9/+579
2018-12-18extend.texi (PowerPC Altivec/VSX Built-in Functions): Describe when a typedef...Bill Schmidt2-1/+30
2018-12-18[testsuite] Enable vect_usad_char effective target for non-SVE aarch64Kyrylo Tkachov2-1/+9
2018-12-18msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN.Jozef Lawrynowicz2-0/+9
2018-12-18re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c)Jakub Jelinek22-35/+469
2018-12-18combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src ...Jozef Lawrynowicz2-2/+14
2018-12-18driver-i386.c (host_detect_local_cpu): Detect cascadelake.Wei Xiao7-7/+40
2018-12-18Daily bump.GCC Administrator1-1/+1
2018-12-17re PR target/87870 (ppc64le generates poor code when loading constants into T...Peter Bergner4-10/+63
2018-12-17re PR c++/88410 (internal compiler error: output_operand: invalid expression ...Jakub Jelinek4-0/+19
2018-12-17PR c++/52321 print note for static_cast to/from incomplete typeJonathan Wakely3-2/+48
2018-12-17[nvptx] Move macro defs to top of nvptx.cTom de Vries2-5/+8
2018-12-17[nvptx] Add PTX_WARP_SIZETom de Vries2-1/+8
2018-12-17[nvptx] Fix whitespace in nvptx_single and nvptx_neuter_parsTom de Vries2-2/+7
2018-12-17[nvptx] Unify C/Fortran routine handling in nvptx_goacc_validate_dimsTom de Vries2-0/+41
2018-12-17[nvptx] Rewrite nvptx_goacc_validate_dims to use predicate varsTom de Vries2-3/+34
2018-12-17Add missing ChangeLog entry from last checkin:Steve Ellcey1-0/+11
2018-12-17aarch64-torture.exp: New file.Steve Ellcey8-0/+253
2018-12-17aarch64-protos.h (aarch64_use_simple_return_insn_p): New prototype.Steve Ellcey5-27/+250
2018-12-17Merge dmd upstream 237ca3fbeIain Buclaw6-53/+59
2018-12-17builtin-snprintf-4.c: Adjust for ILP32.Martin Sebor2-0/+9
2018-12-17re PR target/88502 (Inline built-in asinh, acosh, atanh for -ffast-math)Uros Bizjak6-0/+243
2018-12-17config.gcc (powerpc-ibm-aix6.*): Delete extra_headers.David Edelsohn2-3/+6
2018-12-17DWARF: Don't expand hash table when no insertion is neededH.J. Lu2-5/+26
2018-12-17coverage.c (struct conts_entry): Add n_counts.Jan Hubicka4-11/+34
2018-12-17re PR rtl-optimization/88253 (Inlining of function incorrectly deletes volati...Senthil Kumar Selvaraj4-2/+30
2018-12-17Add a loop versioning passRichard Sandiford39-12/+3204