aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-10-06[C++ PATCH] use hash-table for namespace contentsNathan Sidwell4-29/+62
2017-10-06PR82396 workaroundWilco Dijkstra2-1/+7
2017-10-06graphite-dependences.c (scop_get_reads): Move code to...Sebastian Pop2-57/+29
2017-10-06re PR c++/60153 (internal compiler error: in dependent_type_p, at cp/pt.c:21951)Paolo Carlini2-0/+37
2017-10-06re PR tree-optimization/82434 (-fstore-merging does not work reliably.)Jakub Jelinek7-73/+102
2017-10-06re PR tree-optimization/82397 (qsort comparator non-negative on sorted output...Richard Biener4-31/+64
2017-10-06PR82322: S/390: Fix vec_ceil and friendsAndreas Krebbel5-0/+41
2017-10-06PR82317: S/390: Fix vec_min/vec_max builtins for IBM z13.Andreas Krebbel5-40/+72
2017-10-06re PR tree-optimization/82422 ([graphite] ICE in set_codegen_error, at graphi...Richard Biener2-0/+18
2017-10-06re PR tree-optimization/82421 ([graphite] ICE: tree check: expected ssa_name,...Richard Biener2-0/+26
2017-10-06re PR c/82437 (false-positive -Wtautological-compare warning with -std=gnu89)Jakub Jelinek4-5/+35
2017-10-06graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h.Richard Biener30-1711/+399
2017-10-06graphite-sese-to-poly.c (extract_affine): For casts increasing precision do n...Richard Biener2-5/+17
2017-10-06re PR tree-optimization/82436 (465.tonto ICE in vect_get_slp_vect_defs, at tr...Richard Biener4-5/+61
2017-10-06Daily bump.GCC Administrator1-1/+1
2017-10-05compiler: drop special handling of unexported func/var assembler namesIan Lance Taylor4-38/+21
2017-10-05rs6000: Fix an error message in sysv4.hSegher Boessenkool2-1/+6
2017-10-05* call.c (convert_arg_to_ellipsis): Use the result of force_rvalue.Jason Merrill3-12/+33
2017-10-05c-pretty-print.c (pp_c_parameter_type_list): Print ...Bernd Edlinger4-0/+26
2017-10-05compiler: centralize all symbol name handlingIan Lance Taylor10-806/+1145
2017-10-05re PR ada/82393 (Compilation error on cygwin64)Eric Botcazou3-14/+10
2017-10-05i386.c (ia32_multipass_dfa_lookahead): Default to issue rate for post-reload ...Jan Hubicka2-38/+12
2017-10-05slp-perm-9.c: Use vect_sizes_16B_8B.Tamar Christina5-3/+31
2017-10-05vect-align-1.c: Fix vect_hw_misalign condition.Tamar Christina4-4/+10
2017-10-05i386.c (znver1_cost): Set branch_cost to 3 (instead of 2) to improve monte ca...Jan Hubicka2-1/+6
2017-10-05i386.c (ix86_size_cost, [...]): Set reassociation width to 1.Jan Hubicka4-48/+97
2017-10-05Re: [PATCH] C++ warning on vexing parseNathan Sidwell8-0/+137
2017-10-05[C++ PATCH] Kill IDENTIFIER_GLOBAL_VALUENathan Sidwell11-58/+70
2017-10-05arm.c (arm_test_fpu_data): New.Tamar Christina2-0/+38
2017-10-05Re: [C++ PATCH] Move mangling alias out of ::Nathan Sidwell2-4/+7
2017-10-05pr82374.c (SIZE): Change from 1G to 1M to make it ilp32 friendly.Jakub Jelinek2-1/+6
2017-10-05id-17.f: Fix typo.Richard Biener9-8/+19
2017-10-05Daily bump.GCC Administrator1-1/+1
2017-10-04re PR c++/80471 ((gcc extension) Forwarding-reference `auto` function paramet...Paolo Carlini2-0/+28
2017-10-04re PR c++/78131 (Inconsistent evaluation for `constexpr` lambdas in templates...Paolo Carlini2-0/+35
2017-10-04re PR c++/78018 ([C++14] "internal compiler error: Segmentation fault" with t...Paolo Carlini2-0/+42
2017-10-04[PATCH] remove some unneeded parensNathan Sidwell3-2/+8
2017-10-04[C++ PATCH] give builtin types consistent nameNathan Sidwell3-26/+34
2017-10-04PR c++/82406 - C++17 error with noexcept function typeJason Merrill1-0/+14
2017-10-04re PR c++/71946 (asm in toplevel lambda function rejected)Paolo Carlini5-0/+25
2017-10-04[PATCH][AArch64] Add BIC-imm and ORR-imm SIMD patternSudakshina Das7-58/+177
2017-10-04[C++ PATCH] Move mangling alias out of ::Nathan Sidwell7-69/+88
2017-10-04S/390: Fix mode in vector merge pattern.Andreas Krebbel2-6/+11
2017-10-04Revert r253399:Wilco Dijkstra3-15/+108
2017-10-04re PR c++/82373 (syntax error in error message)Jakub Jelinek4-2/+34
2017-10-04PR c++/81525 - broken handling of auto in generic lambda.Jason Merrill5-11/+60
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm9-42/+206
2017-10-04call.c (convert_arg_to_ellipsis): Correct comment about passing by reference.Nathan Sidwell2-2/+8
2017-10-04jit: implement gcc_jit_context_new_rvalue_from_vectorDavid Malcolm18-521/+1231
2017-10-04New target check: vect_peeling_profitableAndreas Krebbel5-1/+39