aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-01-07Commit right versionJeff Law1-18/+45
2018-01-06re PR middle-end/81897 (spurious -Wmaybe-uninitialized warning)Aldy Hernandez4-40/+123
2018-01-06re PR tree-optimization/83640 (ICE in generic_overlap, at gimple-ssa-warn-res...Martin Sebor5-2/+95
2018-01-06re PR middle-end/83699 (Many 64-bit SPARC gcc.dg/vect tests FAIL)Richard Sandiford2-10/+9
2018-01-07Daily bump.GCC Administrator1-1/+1
2018-01-06Tighten LRA cycling checkRichard Sandiford4-1/+41
2018-01-06PR 50892 Latent bug in char pointer assignmentJanne Blomqvist4-1/+27
2018-01-06re PR debug/83480 (ICE in create_block_for_bookkeeping, at sel-sched.c:4557)Jakub Jelinek4-4/+48
2018-01-06re PR rtl-optimization/83682 (ICE in simplify_subreg, at simplify-rtx.c:6296)Jakub Jelinek4-2/+32
2018-01-06re PR debug/83694 (New test case gcc.dg/pr83666.c from r256232 ICEs)Jakub Jelinek2-2/+12
2018-01-06libgo: fix GOARCH_CACHELINESIZE on ia64Ian Lance Taylor1-1/+1
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 78534 Change character length from int to size_tJanne Blomqvist39-221/+568
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 Huber3-4/+45
2018-01-05Daily bump.GCC Administrator1-1/+1
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-04re PR debug/83666 (ICE: SIGFPE with -O2 -g --param=sccvn-max-scc-size=10)Jakub Jelinek4-1/+40
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