Age | Commit message (Expand) | Author | Files | Lines |
2018-12-19 | c/c++, asm: Use nicer error for const and restrict | Segher Boessenkool | 8 | -4/+89 |
2018-12-19 | c/c++, asm: Use nicer error for duplicate asm qualifiers | Segher Boessenkool | 6 | -35/+90 |
2018-12-19 | c/c++, asm: Write the asm-qualifier loop without "done" boolean | Segher Boessenkool | 4 | -74/+72 |
2018-12-19 | C++: better locations for bogus initializations (PR c++/88375) | David Malcolm | 6 | -22/+114 |
2018-12-19 | [openacc] Make oacc_fn_attrib_level external | Tom de Vries | 3 | -1/+7 |
2018-12-19 | [openacc] Add oacc_get_default_dim | Tom de Vries | 3 | -0/+14 |
2018-12-19 | C++: improvements to binary operator diagnostics (PR c++/87504) | David Malcolm | 19 | -76/+489 |
2018-12-19 | C++: more location wrapper nodes (PR c++/43064, PR c++/43486) | David Malcolm | 47 | -214/+1309 |
2018-12-19 | [rs6000] Fix x86 SSSE3 compatibility implementations and testcases | Paul A. Clarke | 21 | -500/+443 |
2018-12-19 | [ARM] Do softfloat when -mfpu set, -mfloat-abi=softfp | Thomas Preud'homme | 5 | -3/+17 |
2018-12-19 | [nvptx, libgomp] Move rtl-dump test-cases to libgomp | Tom de Vries | 3 | -65/+6 |
2018-12-19 | [testsuite] Add scan-offload-rtl-dump | Tom de Vries | 5 | -2/+163 |
2018-12-19 | Restrict a VSX extract to TARGET_POWERPC64 (PR88213) | Segher Boessenkool | 2 | -1/+7 |
2018-12-19 | re PR tree-optimization/88533 (Higher performance penalty of array-bounds che... | Richard Biener | 8 | -13/+133 |
2018-12-19 | [nvptx] Use MAX, MIN, ROUND_UP macros | Tom de Vries | 2 | -18/+18 |
2018-12-19 | [nvptx] Make nvptx state propagation function names more generic | Tom de Vries | 2 | -42/+84 |
2018-12-19 | [nvptx] Rename worker_bcast variables to oacc_bcast | Tom de Vries | 2 | -29/+46 |
2018-12-19 | [nvptx] Generalize bar.sync instruction | Tom de Vries | 3 | -3/+14 |
2018-12-19 | [nvptx] Only use one logical barrier resource | Tom de Vries | 2 | -2/+8 |
2018-12-19 | [nvptx] Use TARGET_SET_CURRENT_FUNCTION | Tom de Vries | 2 | -0/+20 |
2018-12-19 | [aarch64] Correct architecture for tsv110. | Shaokun Zhang | 2 | -3/+8 |
2018-12-19 | re PR target/88541 (VPCLMULQDQ 256-bit inline function unavailable with optim... | Jakub Jelinek | 4 | -98/+115 |
2018-12-19 | re PR c++/87934 (struct with NSDMI of enum makes initialization a non-constan... | Jakub Jelinek | 4 | -1/+22 |
2018-12-19 | [PR86153] simplify more overflow tests in VRP | Alexandre Oliva | 4 | -0/+197 |
2018-12-19 | [PR87012] canonicalize ref type for tmpl arg | Alexandre Oliva | 4 | -0/+21 |
2018-12-19 | [PR c++/88146] do not crash synthesizing inherited ctor(...) | Alexandre Oliva | 4 | -43/+287 |
2018-12-19 | auto-profile.c (afdo_indirect_call): Skip generating histogram value if we ca... | Bin Cheng | 3 | -17/+21 |
2018-12-19 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2018-12-18 | re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or IC... | Jakub Jelinek | 2 | -1/+6 |
2018-12-18 | re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or IC... | Vladimir Makarov | 4 | -0/+55 |
2018-12-18 | re PR tree-optimization/88464 (AVX-512 vectorization of masked scatter failin... | Jakub Jelinek | 20 | -9/+579 |
2018-12-18 | extend.texi (PowerPC Altivec/VSX Built-in Functions): Describe when a typedef... | Bill Schmidt | 2 | -1/+30 |
2018-12-18 | [testsuite] Enable vect_usad_char effective target for non-SVE aarch64 | Kyrylo Tkachov | 2 | -1/+9 |
2018-12-18 | msp430.h: Define TARGET_VTABLE_ENTRY_ALIGN. | Jozef Lawrynowicz | 2 | -0/+9 |
2018-12-18 | re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c) | Jakub Jelinek | 22 | -35/+469 |
2018-12-18 | combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src ... | Jozef Lawrynowicz | 2 | -2/+14 |
2018-12-18 | driver-i386.c (host_detect_local_cpu): Detect cascadelake. | Wei Xiao | 7 | -7/+40 |
2018-12-18 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2018-12-17 | re PR target/87870 (ppc64le generates poor code when loading constants into T... | Peter Bergner | 4 | -10/+63 |
2018-12-17 | re PR c++/88410 (internal compiler error: output_operand: invalid expression ... | Jakub Jelinek | 4 | -0/+19 |
2018-12-17 | PR c++/52321 print note for static_cast to/from incomplete type | Jonathan Wakely | 3 | -2/+48 |
2018-12-17 | [nvptx] Move macro defs to top of nvptx.c | Tom de Vries | 2 | -5/+8 |
2018-12-17 | [nvptx] Add PTX_WARP_SIZE | Tom de Vries | 2 | -1/+8 |
2018-12-17 | [nvptx] Fix whitespace in nvptx_single and nvptx_neuter_pars | Tom de Vries | 2 | -2/+7 |
2018-12-17 | [nvptx] Unify C/Fortran routine handling in nvptx_goacc_validate_dims | Tom de Vries | 2 | -0/+41 |
2018-12-17 | [nvptx] Rewrite nvptx_goacc_validate_dims to use predicate vars | Tom de Vries | 2 | -3/+34 |
2018-12-17 | Add missing ChangeLog entry from last checkin: | Steve Ellcey | 1 | -0/+11 |
2018-12-17 | aarch64-torture.exp: New file. | Steve Ellcey | 8 | -0/+253 |
2018-12-17 | aarch64-protos.h (aarch64_use_simple_return_insn_p): New prototype. | Steve Ellcey | 5 | -27/+250 |
2018-12-17 | Merge dmd upstream 237ca3fbe | Iain Buclaw | 6 | -53/+59 |