aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2017-06-26[ARM, testsuite] Add -mfloat-abi=hard to arm_neon_okChristophe Lyon6-3/+60
2017-06-26re PR tree-optimization/80928 (SLP vectorization does not handle induction in...Richard Biener4-21/+45
2017-06-26Daily bump.GCC Administrator1-1/+1
2017-06-25Daily bump.GCC Administrator1-1/+1
2017-06-24re PR fortran/81160 (arith.c:2009: bad statement order ?)Jerry DeLisle2-2/+9
2017-06-24re PR c++/62315 (do not print typename in diagnostic if the original code doe...Paolo Carlini4-5/+27
2017-06-24re PR fortran/52473 (CSHIFT slow - inline it?)Thomas Koenig2-0/+157
2017-06-24Daily bump.GCC Administrator1-1/+1
2017-06-23PR c++/79056 - C++17 ICE with invalid template syntax.Jason Merrill5-2/+32
2017-06-23Fix missing Aarch64 falkor/qdf24xx options.Jim Wilson2-1/+7
2017-06-23Testcase for FSF GCC bug 79794.Jim Wilson2-0/+30
2017-06-23runtime: complete defer handling in CgocallBackDoneIan Lance Taylor1-1/+1
2017-06-23cmd/go: don't require GOROOT to exist for gccgoIan Lance Taylor1-1/+1
2017-06-23rs6000-string.c: (expand_block_clear...Aaron Sawdey6-1432/+1489
2017-06-23re PR target/80510 (Optimize Power7/power8 Altivec load/stores)Michael Meissner5-21/+33
2017-06-23re PR ipa/81185 (Target clones support generates awkward names)Michael Meissner2-1/+9
2017-06-23trans.c (gnat_to_gnu): Initialize sync to false to avoid UB.Jakub Jelinek2-1/+6
2017-06-23Fix expand_builtin_atomic_fetch_op for pre-op (PR80902)Segher Boessenkool2-0/+12
2017-06-23os: align siginfo argument to waitidIan Lance Taylor1-1/+1
2017-06-23runtime: don't crash if no p in kickoffIan Lance Taylor1-1/+1
2017-06-23compiler: add go:notinheap magic commentIan Lance Taylor10-23/+178
2017-06-23contrib.texi: Add entry for Steven Pemberton's work on enquire.Jeff Law2-0/+10
2017-06-23* gcc.c-torture/compile/stack-check-1.c: Require "untyped_assembly".Jeff Law2-0/+5
2017-06-23rs6000.c: Add include of ssa-propagate.h for update_call_from_tree().Will Schmidt11-0/+489
2017-06-23runtime: improve handling of panic during deferred functionIan Lance Taylor1-1/+1
2017-06-23go-test.exp (go-set-goarch): Update MIPS architecture names.James Cowgill2-9/+12
2017-06-23ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again.Bernd Edlinger3-4/+15
2017-06-23Refactor fileptr_type_node handlingMarc Glisse9-59/+97
2017-06-23PR c++/81187 fix -Wnoexcept-type entry in manualJonathan Wakely2-1/+7
2017-06-23Daily bump.GCC Administrator1-1/+1
2017-06-22runtime: uncomment check for gchelper on g0 stackIan Lance Taylor1-1/+1
2017-06-22runtime: mark dropm and callees nowritebarrierrecIan Lance Taylor1-1/+1
2017-06-22runtime: export getm functionIan Lance Taylor1-1/+1
2017-06-22runtime: fix type cast in assignment to gcnextsp in C codeIan Lance Taylor1-1/+1
2017-06-22driver-i386.c (host_detect_local_cpu): Add Kaby Lake models to skylake case.Matt Turner4-0/+20
2017-06-22builtins-3.c (vmulosh, [...]): Fix scan-assembler-times should check for word...Carl Love2-8/+14
2017-06-22Reorder IDENTIFIER flagsNathan Sidwell18-224/+340
2017-06-22aarch64.c (aarch64_emit_probe_stack_range): Handle frame sizes that do not sa...Jeff Law4-5/+24
2017-06-22runtime: make NumGoroutine wait for system goroutines to registerIan Lance Taylor1-1/+1
2017-06-22compiler: fix stale comment in lexerIan Lance Taylor2-3/+2
2017-06-22profile-count.h (apply_probability, [...]): Fix checks for zero.Jan Hubicka2-9/+15
2017-06-22runtime: don't assume that _ = *s will panic if s is nilIan Lance Taylor1-1/+1
2017-06-22runtime: change some stack fields to uintptrIan Lance Taylor1-1/+1
2017-06-22Support $SYSROOT for = in -I etc.Rainer Orth3-5/+18
2017-06-22runtime: avoid write barriers when calling deferred functionIan Lance Taylor1-1/+1
2017-06-22runtime: rename _defer struct _panic field to panicStackIan Lance Taylor1-1/+1
2017-06-22runtime: adjust tests for gofrontendIan Lance Taylor1-1/+1
2017-06-22runtime: don't build test files that use SetCgoTraceback for gccgoIan Lance Taylor1-1/+1
2017-06-22runtime: build testprogcgo with -pthreadIan Lance Taylor1-1/+1
2017-06-22tree-vect-loop.c (vect_model_reduction_cost): Handle COND_REDUCTION and INTEG...Richard Biener17-44/+147