aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2016-11-22runtime: rewrite panic/defer code from C to GoIan Lance Taylor9-35/+46
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek7-11/+110
2016-11-22* es.po, fr.po: Update.Joseph Myers3-299/+151
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov6-64/+554
2016-11-22re PR target/78451 (FAIL: gcc.target/i386/sse-22a.c: error: inlining failed i...Jakub Jelinek2-1/+7
2016-11-22re PR target/78451 (FAIL: gcc.target/i386/sse-22a.c: error: inlining failed i...Jakub Jelinek5-291/+444
2016-11-22rs6000-c.c: Add built-in support for vector compare equal and vector compare ...Carl Love5-1/+108
2016-11-22Makefile.in ($(lang_checks_parallelized)): Fix detection of -j argument.Uros Bizjak5-67/+61
2016-11-22re PR fortran/78443 ([OOP] Incorrect behavior with non_overridable keyword)Janus Weil4-1/+100
2016-11-22pr30778.c (memset): Use size_t for 3rd parameter in declaration.Georg-Johann Lay2-1/+6
2016-11-22loop-split.c: Require int32plus.Georg-Johann Lay3-0/+7
2016-11-22pr53447-5.c: Fix test expectations for neon-fpu.Bernd Edlinger2-2/+9
2016-11-22builtin-shuffle-1.c (V): Use 4 * int in vector.Georg-Johann Lay2-1/+5
2016-11-22Add multilib support for embedded bare-metal targetsThomas Preud'homme4-13/+246
2016-11-22[ARM] PR target/78439: Update movdi constraints for Cortex-A8 tuning to handl...Kyrylo Tkachov4-2/+69
2016-11-22re PR target/77904 ([ARM Cortex-M0] Frame pointer thrashes registers if assem...Thomas Preud'homme4-0/+60
2016-11-22MIPS: Add the isa_rev>=2 option to interrupt_handler-bug-1.c.Toma Tabacu2-1/+6
2016-11-22re PR tree-optimization/78436 (incorrect write to larger-than-type bitfield (...Jakub Jelinek4-30/+55
2016-11-22re PR middle-end/78416 (wrong code for division by (u128)~INT64_MAX at -O0)Jakub Jelinek4-23/+57
2016-11-22re PR middle-end/78445 (ICE in maybe_gen_insn, at optabs.c:7014)Jakub Jelinek4-9/+45
2016-11-22[PR libgfortran/78449] XFAIL ieee_8.f90 on aarch64 and armSzabolcs Nagy2-1/+7
2016-11-22Add sem_item::m_hash_set (PR ipa/78309)Martin Liska3-46/+47
2016-11-22Daily bump.GCC Administrator1-1/+1
2016-11-21re PR target/68538 (ICE in gen_reg_rtx, at emit-rtl.c:1027 when cross-compili...Jeff Law4-1/+65
2016-11-21rs6000: rl[wd]imi without shift/rotate (PR68803)Segher Boessenkool2-0/+50
2016-11-21rs6000.md (movdi_internal32): Change constraints so that DImode can be alloca...Michael Meissner4-9/+24
2016-11-21re PR middle-end/67335 (ICE in compiling omp simd function with unused argument)Jakub Jelinek4-2/+22
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Jakub Jelinek3-2/+10
2016-11-21re PR target/25128 ([m68k] Suboptimal comparisons against 65536)Jeff Law5-1/+84
2016-11-21Remove dead FIXMEKyrylo Tkachov2-4/+4
2016-11-21Enable -fprintf-return-value by default. Tested on powerpc64le and x86.Martin Sebor4-16/+27
2016-11-21avr-c.c (avr_register_target_pragmas): Use C++ for-loop declaration of loop v...Georg-Johann Lay3-72/+58
2016-11-21avr.c (avr_popcount): Remove static function.Georg-Johann Lay2-19/+7
2016-11-21[arm] Remove unimplemented option -macps-floatRichard Earnshaw4-18/+7
2016-11-21Handle sibcalls with aggregate returnsRichard Sandiford4-11/+121
2016-11-21substring_loc info needs default track-macro-expansion (PR preprocessor/78324)David Malcolm9-31/+218
2016-11-21target-supports.exp (check_effective_target_tiny): Return 1 for AVR_TINY.Georg-Johann Lay2-1/+10
2016-11-21Testcase for PR71785Segher Boessenkool2-0/+57
2016-11-21re PR tree-optimization/78114 (gfortran.dg/vect/fast-math-mgrid-resid.f FAILs)Bin Cheng2-7/+14
2016-11-21shrink-wrap: Fix problem with DF checking (PR78400)Segher Boessenkool2-4/+9
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger25-23/+191
2016-11-21re PR tree-optimization/78413 (ICE in single_pred_edge, at basic-block.h:361)Bill Schmidt4-1/+51
2016-11-21re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay2-1/+40
2016-11-21empty_fiq_handler.c: Skip if -mthumb is passed in and target is Thumb-only.Thomas Preud'homme2-0/+6
2016-11-21make dead_or_set_{,regno_}p take rtx_insn *Trevor Saunders3-4/+10
2016-11-21make add_int_reg_note take rtx_insn *Trevor Saunders3-2/+7
2016-11-21make prologue_epilogue_contains take a rtx_insn *Trevor Saunders3-9/+17
2016-11-21remove cast from emit_libcall_blockTrevor Saunders3-4/+9
2016-11-21make delete_insn () take a rtx_insn *Trevor Saunders3-4/+9
2016-11-21make replace_label_in_insn take labels as rtx_insn *Trevor Saunders3-3/+9