aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-21aarch64-protos.h (aarch64_simd_disambiguate_copy): Declare.Alan Hayward4-110/+176
2015-01-21rtlanal.c (subreg_get_info): Exit early for simple and common cases.Alan Hayward2-0/+21
2015-01-21Avoid misaligned atomic operationsAndrew Waterman2-6/+11
2015-01-21* config/abi/pre/gnu.ver: Use [jmy] for size_t parameters.Jonathan Wakely2-20/+24
2015-01-21* testsuite/29_atomics/atomic/64658.cc: Test stored value.Jonathan Wakely2-2/+7
2015-01-21re PR target/64669 (aarch64-linux profiledbootstrap failure)Richard Henderson3-39/+71
2015-01-21[ARM/AArch64][testsuite] Add vqdmull_n tests.Christophe Lyon2-0/+96
2015-01-21[ARM/AArch64][testsuite] Add vqdmull_lane tests.Christophe Lyon2-0/+98
2015-01-21[ARM/AArch64][testsuite] Add vqdmull tests.Christophe Lyon2-0/+90
2015-01-21[ARM/AArch64][testsuite] Add vqdmulh_n tests.Christophe Lyon2-0/+114
2015-01-21[ARM/AArch64][testsuite] Add vqdmulh_lane tests.Christophe Lyon2-0/+125
2015-01-21[ARM/AArch64][testsuite] Add vqdmulh tests.Christophe Lyon2-0/+126
2015-01-21[ARM/AArch64][testsuite] Add vmull_n tests.Christophe Lyon2-0/+65
2015-01-21[ARM/AArch64][testsuite] Add vmull_lane tests.Christophe Lyon2-0/+70
2015-01-21[ARM/AArch64][testsuite] Add vmull tests.Christophe Lyon2-0/+79
2015-01-21[[ARM/AArch64][testsuite] 24/36] Add vmul_n tests.Christophe Lyon2-0/+100
2015-01-21[ARM/AArch64][testsuite] Add vmul_lane tests.Christophe Lyon2-0/+108
2015-01-21[ARM/AArch64][testsuite] Add vmovn tests.Christophe Lyon2-0/+54
2015-01-21[ARM/AArch64][testsuite] Add vsubw tests, putting most of the code in common ...Christophe Lyon4-73/+131
2015-01-21[ARM/AArch64][testsuite] Add vsubl tests, put most of the code in common with...Christophe Lyon4-73/+129
2015-01-21* MAINTAINER: Added myself.Andre Vehreschild2-0/+5
2015-01-21[PATCH]Skip g++.dg/tls testes on target using status wrapperRenlin Li4-0/+9
2015-01-21[ARM/AArch64][testsuite] Add vsli_n and vsri_n tests.Christophe Lyon4-0/+414
2015-01-21libtool-version: Bump soversion.Matthias Klose2-1/+5
2015-01-21[ARM/AArch64][testsuite] Add vqdmlal_n and vqdmlsl_n tests.Christophe Lyon4-0/+121
2015-01-21[ARM/AArch64][testsuite] Add vqdmlal_lane and vqdmlsl_lane tests.Christophe Lyon4-0/+157
2015-01-21[ARM/AArch64][testsuite] Add vqdmlal and vqdmlsl tests.Christophe Lyon4-0/+125
2015-01-21rl78.c (rl78_calculate_death_notes): Look inside PARALLELs.Nick Clifton2-0/+7
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener9-17/+85
2015-01-20re PR target/59946 (-mpcrel -O2 produces illegal asm code)Jeff Law4-9/+50
2015-01-21arm.c (arm_cortex_a53_tune, [...]): Prefer neon on aarch32 processors for str...Bin Cheng2-2/+7
2015-01-21Daily bump.GCC Administrator1-1/+1
2015-01-21[ARM/AArch64][testsuite] Add vmlal_n and vmlsl_n tests.Christophe Lyon4-0/+99
2015-01-21[ARM/AArch64][testsuite] Add vmlal_lane and vmlsl_lane tests.Christophe Lyon4-0/+108
2015-01-21[ARM/AArch64][testsuite] Add vmlal and vmlsl tests.Christophe Lyon4-0/+135
2015-01-21[ARM/AArch64][testsuite] Add vtrn tests. Refactor vzup and vzip tests.Christophe Lyon5-282/+243
2015-01-20[ARM/AArch64][testsuite] Add vmla_lane and vmls_lane tests.Christophe Lyon4-0/+154
2015-01-20[ARM/AArch64][testsuite] Add vmla and vmls tests.Christophe Lyon4-0/+201
2015-01-20compiler: Do not mark unused variables as used inside closures.Ian Lance Taylor2-6/+23
2015-01-20re PR libffi/64581 (libffi/testsuite/libffi.special/special.exp doesn't use n...Richard Henderson2-4/+6
2015-01-20[ARM/AArch64][testsuite] Add vldX_dup test.Christophe Lyon2-0/+675
2015-01-20* gcc.dg/guality/pr49888.c (v): Add __attribute__((used)).Jakub Jelinek2-1/+3
2015-01-20re PR sanitizer/64632 (runtime error: member call on address 0x0000004318a8 w...Jakub Jelinek4-26/+52
2015-01-20re PR ipa/63576 (ICE : in ipa_merge_profiles, at ipa-utils.c:540 during Firef...Jan Hubicka2-8/+89
2015-01-20re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka4-27/+119
2015-01-20re PR debug/64663 (ICE at -O1 and above with -g enabled on x86_64-linux-gnu)Jakub Jelinek4-8/+39
2015-01-20re PR go/64683 (FAIL: runtime/pprof -- testing.go:278: The entry did not match)Ian Lance Taylor1-2/+4
2015-01-20nios2.c (nios2_asm_file_end): Implement TARGET_ASM_FILE_END hook for adding ....Chung-Lin Tang4-2/+29
2015-01-20re PR c++/64383 (missed warning for unused variable.)Paolo Carlini2-0/+22
2015-01-20re PR c++/59937 ([constexpr] bogus diagnostic "used in its own initializer")Paolo Carlini3-0/+23