aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-12-01Fix rtl-optimization/78596 - combine.c:12561:14: runtime error: left shift of...Markus Trippelsdorf2-1/+8
2016-12-01Remove svn conflict marker.David Edelsohn1-1/+0
2016-12-01configure.ac: Don't use pkg-config to check for bdw-gc.Matthias Klose2-2/+6
2016-12-01tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same t...Richard Biener1-1/+4
2016-12-01tree-ssa-alias.c (indirect_refs_may_alias_p): Do not treat arrays with same t...Richard Biener3-0/+26
2016-12-01tiny-memx.c: Only perform if target avr_tiny.Georg-Johann Lay3-2/+7
2016-12-01avr.c (avr_print_operand): Use SYMBOL_REF_P if possible.Georg-Johann Lay2-5/+11
2016-12-01coarray_lib_alloc_4.f90: Fix for 32-bits.Andre Vehreschild2-1/+5
2016-12-01re PR debug/78587 (dwarf2out.c:1517:45: runtime error: negation of -922337203...Jakub Jelinek4-3/+38
2016-12-01re PR target/78614 (ICE error: invalid rtl sharing found in the insn (verify_...Jakub Jelinek2-2/+12
2016-12-01[RS6000] fix rtl-checking internal compiler errorAlan Modra2-1/+6
2016-12-01runtime: set isarchive in initsigIan Lance Taylor1-1/+1
2016-12-01combine: Emit a barrier after unconditional trap (PR78607)Segher Boessenkool4-0/+24
2016-12-01Daily bump.GCC Administrator1-1/+1
2016-11-30* es.po: Update.Joseph Myers2-1827/+1476
2016-11-30runtime: print C functions in tracebackIan Lance Taylor1-1/+1
2016-11-30* testsuite/ChangeLog: Fix some entries.Uros Bizjak1-4/+4
2016-11-30PR tree-optimization/78586 - [7 Regression] Wrong code caused by printf-retur...Martin Sebor2-3/+31
2016-11-30re PR target/78602 (PowerPC vec-extract-v2df.c can fail if -mcpu=power9 -O0)Michael Meissner3-1/+19
2016-11-30re PR tree-optimization/77856 (wrong code at -O2 on x86_64-linux-gnu in 32-bi...Vladimir Makarov4-4/+105
2016-11-30* g++.dg/debug/dwarf2/ptrdmem-1.C: Don't XFAIL scan-assembler-not on AI\X.David Edelsohn2-1/+5
2016-11-30single.c (_gfortran_caf_get_by_ref): Prevent compile time warning.Andre Vehreschild2-5/+51
2016-11-30Commit files forgotten in r242966.Pitchumani Sivanupandi5-21/+30
2016-11-30new1.C: XFAIL on AIX.David Edelsohn5-0/+12
2016-11-30Fix typo in testcase nameDavid Malcolm2-0/+6
2016-11-30libiberty: avoid reading past end of buffer in strndup/xstrndup (PR c/78498)David Malcolm4-0/+73
2016-11-30ref-1.C: Don't XFAIL scan-assembler-not on AIX.David Edelsohn5-4/+11
2016-11-30ira: Don't substitute into TRAP_IF insns (PR78610)Segher Boessenkool4-0/+30
2016-11-30re PR tree-optimization/78574 (ice on valid C code at -O2 and -O3 in both 32-...Bin Cheng4-0/+43
2016-11-30Add the missing changelog entry to 243023.Andre Vehreschild1-0/+5
2016-11-30[multiple changes]Arnaud Charlet11-24/+85
2016-11-30libcaf.h: Add new action types for (de-)registration of allocatable component...Andre Vehreschild22-244/+993
2016-11-30re PR fortran/78593 (ICE in gfc_match_varspec, at fortran/primary.c:2053)Janus Weil4-1/+21
2016-11-30emit-rtl.c (verify_insn_sharing): Call verify_rtx_sharing instead of reset_us...Jakub Jelinek2-3/+6
2016-11-30i386.c (dimode_scalar_chain::convert_op): Avoid sharing the SUBREG rtx betwee...Jakub Jelinek2-1/+4
2016-11-30ira.c (ira_update_equiv_info_by_shuffle_insn): Use copy_rtx for REG_EQUIV arg...Jakub Jelinek2-1/+6
2016-11-30Add multilib mapping for Cortex-M23 & Cortex-M33Thomas Preud'homme2-0/+6
2016-11-30Force soft float in ARMv6-M and ARMv8-M Baseline optionsThomas Preud'homme2-19/+27
2016-11-30Fix part of PR78555 - gcc/real.c:2890:25: runtime error: left shift of negati...Markus Trippelsdorf2-1/+7
2016-11-30[AArch64] PR target/78362: Make sure to only take REGNO of a registerKyrylo Tkachov4-1/+28
2016-11-30arm/gcc: Tighten checks in check_effective_target_freorderAndrew Burgess2-2/+14
2016-11-30re PR lto/78562 (Wrong warning for built-in functions with -flto)Georg-Johann Lay2-0/+14
2016-11-30arc: Avoid store/load pipeline hazardAndrew Burgess6-0/+104
2016-11-30re PR fortran/78592 (ICE in gfc_find_specific_dtio_proc, at fortran/interface...Janus Weil4-7/+33
2016-11-30Introduce -fdump-ipa-clones dump outputMartin Liska7-10/+84
2016-11-30Support nested functions (PR sanitizer/78541).Martin Liska5-0/+53
2016-11-30Add missing fileMartin Liska1-0/+18
2016-11-30simplify-rtx: Add missing line for previous commit (PR78583)Segher Boessenkool2-0/+7
2016-11-30combine: Don't mess with subregs of floating point (PR78590)Segher Boessenkool2-0/+7
2016-11-30re PR tree-optimization/78586 (Wrong code caused by printf-return-value)Jakub Jelinek4-15/+45