aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-06libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor3-3/+3
2018-01-06go-gcc.cc (Gcc_backend::Gcc_backend): Correct math_function_type_long to take...Ian Lance Taylor2-1/+6
2018-01-06Daily bump.GCC Administrator1-1/+1
2018-01-05PR libstdc++/83626 simplify filesystem::remove and filesystem::remove_allJonathan Wakely3-31/+11
2018-01-05PR libstdc++/83279 Use non-null offset argument for sendfileJonathan Wakely2-18/+19
2018-01-05PR 78534 Change character length from int to size_tJanne Blomqvist51-262/+609
2018-01-05PR libstdc++/83626 handle ENOENT due to filesystem raceJonathan Wakely5-22/+111
2018-01-05re PR target/83604 (ICE in copy_to_mode_reg, at explow.c:630)Jakub Jelinek9-67/+149
2018-01-05re PR target/83604 (ICE in copy_to_mode_reg, at explow.c:630)Jakub Jelinek4-54/+81
2018-01-05ipa-fnsummary.c (record_modified_bb_info): Add OP.Jan Hubicka2-30/+59
2018-01-05Revert DECL_USER_ALIGN part of r241959Richard Sandiford5-16/+31
2018-01-05Make chrec_contains_symbols true for POLY_INT_CSTRichard Sandiford2-0/+6
2018-01-05[PATCH PR82439][simplify-rtx] Simplify (x | y) == x -> (y & ~x) == 0Sudakshina Das5-21/+169
2018-01-05re PR tree-optimization/83605 (ICE: verify_gimple failed (error: dead STMT in...Jakub Jelinek4-0/+36
2018-01-05RTEMS/EPIPHANY: Add RTEMS supportSebastian Huber5-6/+52
2018-01-05Daily bump.GCC Administrator1-1/+1
2018-01-04PR libstdc++/83626 Don't throw for remove("") and remove_all("")Jonathan Wakely7-42/+273
2018-01-04re PR target/83554 (ICE: in ix86_mitigate_rop, at config/i386/i386.c:41274 wi...Jakub Jelinek5-4/+32
2018-01-04Avoid Solaris/SPARC comparison failures with Solaris as (PR bootstrap/81926)Rainer Orth3-0/+11
2018-01-04re PR other/82352 (comdat-local function called by void h::i() outside its co...Jakub Jelinek2-1/+7
2018-01-04re PR fortran/83683 (eoshift accepts wrong-length boundary)Thomas Koenig8-16/+433
2018-01-04Protect second call to extract_range_from_multiplicative_op_1Richard Sandiford2-1/+7
2018-01-04tree-ssa-math-opts.c (execute_cse_reciprocals_1): Remove redundant test in as...Jeff Law2-2/+6
2018-01-04Document machine_mode wrapper classesRichard Sandiford2-0/+111
2018-01-04Add tree_fits_uhwi_p tests to BIT_FIELD_REF folderRichard Sandiford2-1/+8
2018-01-04Allow VEC_PERM_EXPR folding to failRichard Sandiford2-1/+7
2018-01-04re PR debug/83585 (Assembler messages: Error: can't resolve `.text' {.text se...Jakub Jelinek4-0/+34
2018-01-04[PR c++/83667] Fix tree_dump ICENathan Sidwell2-3/+10
2018-01-04PR83680: Inverted test in arm_vectorize_vec_perm_constRichard Sandiford2-1/+7
2018-01-04re PR target/83387 (PowerPC64: Infinite loops in do_reload() with -msoft-float)Peter Bergner2-1/+8
2018-01-04Avoid redundant calls to filesystem::status_knownJonathan Wakely3-4/+14
2018-01-04re PR debug/83666 (ICE: SIGFPE with -O2 -g --param=sccvn-max-scc-size=10)Jakub Jelinek4-1/+40
2018-01-04PR libstdc++/83607 specialize Boyer-Moore searchers for std::byteJonathan Wakely4-19/+100
2018-01-04Bump copyright yearEric Botcazou2-2/+2
2018-01-04PR83675: Restore TARGET_VIS2 check for SPARC vec_perm_constRichard Sandiford2-0/+9
2018-01-04re PR rtl-optimization/83628 (performance regression when accessing arrays on...Uros Bizjak7-33/+117
2018-01-04Add version to intermediate gcov file (PR gcov-profile/83669).Martin Liska3-4/+15
2018-01-04Be careful about comdat boundary in ICF (PR ipa/82352).Martin Liska4-0/+114
2018-01-04vect-opt-info-1.c: Moved to ...Jakub Jelinek3-11/+18
2018-01-04* gnatvsn.ads: Bump copyright year.Eric Botcazou2-2/+6
2018-01-04Daily bump.GCC Administrator1-1/+1
2018-01-04* gimple-ssa-sprintf.c (parse_directive): Cast second dir.len to uhwi.Jakub Jelinek2-1/+5
2018-01-03PR tree-optimization/83655 - ICE on an invalid call to memcpy declared with n...Martin Sebor5-1/+260
2018-01-03PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...Martin Sebor5-5/+144
2018-01-03Make vectorizable_load/store handle IFN_MASK_LOAD/STORERichard Sandiford2-339/+269
2018-01-03Split gather load handling out of vectorizable_{mask_load_store,load}Richard Sandiford2-306/+214
2018-01-03Split out gather load mask buildingRichard Sandiford2-38/+61
2018-01-03Split rhs checking out of vectorizable_{,mask_load_}storeRichard Sandiford2-28/+59
2018-01-03Split mask checking out of vectorizable_mask_load_storeRichard Sandiford2-18/+77
2018-01-03Make vect_model_store_cost take a vec_load_store_typeRichard Sandiford4-15/+27