aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-08Remove limit_scopsAditya Kumar55-215/+381
2015-09-08Prevent unnecessary recompilation for trivial params.def changesTom de Vries4-5/+20
2015-09-08Trivial typo fix in pretty-print.hDavid Malcolm2-1/+5
2015-09-08Re: [PATCH] Minor cleanup of const_and_copies stackJeff Law2-1/+5
2015-09-08correct ChangeLog dates+addressAlan Lawrence1-3/+3
2015-09-08ARM/AArch64 Testsuite] Add float16 lane_f16_indices testsAlan Lawrence13-0/+202
2015-09-08[ARM] Update sourcebuild.texi with testsuite/effective-target hooksAlan Lawrence2-2/+13
2015-09-08[ARM/AArch64 Testsuite]Add test of vcvt{,_high}_i{f32_f16,f16_f32}Alan Lawrence3-0/+119
2015-09-08[ARM/AArch64 Testsuite] Add float16 tests to advsimd-intrinsics testsuiteAlan Lawrence20-62/+509
2015-09-08re PR c++/67041 ([C++14] Variable template initialized by call to lambda does...Jason Merrill3-8/+27
2015-09-08[fold-const.c] Fix bigendian HFmode in native_interpret_realAlan Lawrence2-6/+21
2015-09-08[AArch64] Add vcvt(_high)?_f32_f16 intrinsics, with BE RTL fixAlan Lawrence5-31/+86
2015-09-08[AArch64] Improve code generation for float16 vector codeAlan Lawrence4-20/+41
2015-09-08[AArch64] vreinterpret(q?), vget_(low|high), vld1(q?)_dupAlan Lawrence5-0/+346
2015-09-08[AArch64] Implement vcvt_{,high_}f16_f32Alan Lawrence5-18/+52
2015-09-08[AArch64] vld{2,3,4}{,_lane,_dup}, vcombine, vcreateAlan Lawrence9-10/+341
2015-09-08[AArch64] Add support for float16x{4,8}_t vectors/builtinsAlan Lawrence14-28/+187
2015-09-08[ARM] Remaining intrinsicsAlan Lawrence6-91/+549
2015-09-08[ARM] float16x8_t intrinsics in arm_neon.hAlan Lawrence2-0/+271
2015-09-08fix ChangeLog whitespaceAlan Lawrence1-5/+6
2015-09-08[ARM] Add V8HFmode and float16x8_t typeAlan Lawrence6-2/+22
2015-09-08[ARM] float16x4_t intrinsics in arm_neon.hAlan Lawrence2-0/+263
2015-09-08fix ChangeLog entry for r227407Charles Baylis1-0/+1
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor5-8/+51
2015-09-08backport: Makefile.am (liboffloadmic_host_la_DEPENDENCIES): Remove libcoi_hos...Ilya Verbin88-1539/+7246
2015-09-08re PR c++/67369 (ICE (in tsubst_decl, at cp/pt.c:11302) with -std=c++14)Paolo Carlini4-2/+24
2015-09-08re PR other/67457 (segfault in libbacktrace)Ian Lance Taylor2-1/+6
2015-09-08Daily bump.GCC Administrator1-1/+1
2015-09-07Relax Debug Mode assertions on operator-> for smart pointers.Jonathan Wakely4-2/+21
2015-09-07intelmic-mkoffload.c (prepare_target_image): Handle all non-alphanumeric char...Ilya Verbin2-4/+10
2015-09-07Avoid #ifdef _GLIBCXX_DEBUG in regex_compiler.hJonathan Wakely2-22/+10
2015-09-07Rename shadowed variable in libstdc++ test.Jonathan Wakely2-4/+7
2015-09-07Enable timed mutex unlock tests on darwin.Jonathan Wakely3-2/+8
2015-09-07re PR inline-asm/67448 (compiler crash#inline assembly#rvalue operand with co...Marek Polacek4-1/+25
2015-09-07system.h (INTTYPE_MINIMUM): Rewrite to avoid shift warning.Marek Polacek4-2/+10
2015-09-07Daily bump.GCC Administrator1-1/+1
2015-09-06cygming.h (SUBTARGET_OVERRIDE_OPTIONS): Do not warn.Paolo Bonzini2-14/+6
2015-09-06Daily bump.GCC Administrator1-1/+1
2015-09-05Daily bump.GCC Administrator1-1/+1
2015-09-05PR 53379 Print backtrace on error termination.Janne Blomqvist4-17/+53
2015-09-04intrinsic.h (gfc_simplify_mvbits): Remove.Francois-Xavier Coudert4-16/+8
2015-09-04re PR fortran/67429 (Missing part of error messages.)Manuel López-Ibáñez2-0/+9
2015-09-04re PR middle-end/67452 (LTO ICE with -fopenmp-simd)Jakub Jelinek4-0/+44
2015-09-04re PR target/65210 ([avr] ICE: when using attributs 'address' and 'io_low')Senthil Kumar Selvaraj4-0/+20
2015-09-04fix darwin bootstrap errors due to <mutex>.Jonathan Wakely2-10/+14
2015-09-04Document ftrapv/fwrapv interactionTom de Vries2-0/+14
2015-09-04[PATCH] Minor cleanup of const_and_copies stackJeff Law6-16/+39
2015-09-04Apppend $prop to et_prop_list only if neededH.J. Lu2-1/+10
2015-09-04re PR c/67279 (-fsanitize=undefined spurious error: initializer element is no...Marek Polacek4-1/+26
2015-09-04Add portable timed_mutex and recursive_timed_mutex.Jonathan Wakely39-304/+566