summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Bump copyright yearebotcazou2018-01-042-2/+2
* PR83675: Restore TARGET_VIS2 check for SPARC vec_perm_constrsandifo2018-01-042-0/+9
* PR target/83628uros2018-01-047-33/+117
* Add version to intermediate gcov file (PR gcov-profile/83669).marxin2018-01-043-4/+15
* Be careful about comdat boundary in ICF (PR ipa/82352).marxin2018-01-044-0/+114
* * gcc.dg/vect-opt-info-1.c: Moved to ...jakub2018-01-043-11/+18
* * gnatvsn.ads: Bump copyright year.ebotcazou2018-01-042-2/+6
* Daily bump.gccadmin2018-01-041-1/+1
* * gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.jakub2018-01-032-1/+5
* PR tree-optimization/83655 - ICE on an invalid call to memcpy declared with n...msebor2018-01-035-1/+260
* PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...msebor2018-01-035-5/+144
* Make vectorizable_load/store handle IFN_MASK_LOAD/STORErsandifo2018-01-032-339/+269
* Split gather load handling out of vectorizable_{mask_load_store,load}rsandifo2018-01-032-306/+214
* Split out gather load mask buildingrsandifo2018-01-032-38/+61
* Split rhs checking out of vectorizable_{,mask_load_}storersandifo2018-01-032-28/+59
* Split mask checking out of vectorizable_mask_load_storersandifo2018-01-032-18/+77
* Make vect_model_store_cost take a vec_load_store_typersandifo2018-01-034-15/+27
* Move code that stubs out IFN_MASK_LOADsrsandifo2018-01-033-31/+25
* Use extract_bit_field_as_subreg for vectorsrsandifo2018-01-032-21/+45
* Improve spilling for variable-width slotsrsandifo2018-01-032-3/+33
* Improve vectorization COND_EXPR <bool op bool, ...>rsandifo2018-01-032-5/+45
* Allow the target to set MAX_BITSIZE_MODE_ANY_MODErsandifo2018-01-033-7/+35
* [AArch64] Rewrite aarch64_simd_valid_immediatersandifo2018-01-039-204/+285
* Add support for adjusting the number of units in a modersandifo2018-01-034-19/+86
* Allow targets to pick a vector prefix other than "V"rsandifo2018-01-033-4/+17
* Add support for MODE_VECTOR_BOOLrsandifo2018-01-0321-28/+195
* poly_int: GET_MODE_SIZErsandifo2018-01-0356-311/+535
* poly_int: GET_MODE_BITSIZErsandifo2018-01-0325-65/+159
* poly_int: expand_assignmentrsandifo2018-01-032-8/+18
* poly_int: GET_MODE_PRECISIONrsandifo2018-01-0319-71/+180
* poly_int: TYPE_VECTOR_SUBPARTSrsandifo2018-01-0350-288/+582
* poly_int: vect_permute_load/store_chainrsandifo2018-01-032-3/+17
* poly_int: GET_MODE_NUNITSrsandifo2018-01-0323-135/+325
* Use partial_subreg_p in curr_insn_transformrsandifo2018-01-032-2/+5
* Add a fixed_size_mode_pod classrsandifo2018-01-034-12/+25
* Directly operate on CONST_VECTOR encodingrsandifo2018-01-034-8/+16
* PR target/83641law2018-01-035-5/+79
* PR debug/83621jakub2018-01-034-0/+23
* PR debug/83645jakub2018-01-036-33/+82
* PR c/83559 - -Wsuggest-attribute=const conflicts with -Wattributes warning ab...msebor2018-01-036-4/+72
* gcc/ChangeLog:msebor2018-01-035-48/+96
* PR c++/83555jakub2018-01-036-3/+94
* Protect optional's deduction guide with the feature macroville2018-01-032-0/+7
* Fix warning in gcc.dg/plugin/expensive_selftests_plugin.c with !CHECKING_Pdmalcolm2018-01-033-2/+13
* PR middle-end/83654law2018-01-035-17/+91
* PR tree-optimization/83501 - strlen(a) not folded after strcpy(a, "...")msebor2018-01-032-1/+6
* 2018-01-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922018-01-034-2/+42
* [PR c++/83667] Fix tree_dump ICEnathan2018-01-034-1/+34
* Clean-up EH after strlen transformation (PR tree-optimization/83593).marxin2018-01-034-7/+73
* Do not inline variadic thunks (PR ipa/83549).marxin2018-01-035-0/+29