aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2016-04-08[ARM] PR target/70566 Check that condition register is dead in tst-imm -> lsl...Kyrylo Tkachov1-2/+4
2016-04-01re PR target/70496 (inadvertent change to ASM_APP_OFF for .arm / .thumb direc...Ramana Radhakrishnan1-1/+2
2016-03-31[Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directiveJames Greenhalgh1-11/+0
2016-03-30re PR target/62254 (gcc-4.9 ICEs on linux kernel zlib for armv3)Nick Clifton1-4/+17
2016-03-23[ARM] Reduce size of arm1020e automatonKyrylo Tkachov1-5/+6
2016-03-23[ARM] PR driver/70132: Avoid double fclose in driver-arm.cKyrylo Tkachov1-6/+5
2016-03-13vxworks.h (STACK_CHECK_STATIC_BUILTIN): Define.Eric Botcazou1-0/+7
2016-03-07arm-cores.def (cortex-r8): New.Andre Vieira3-6/+10
2016-03-07[ARM] Error out of arm_neon.h if compiling for soft-float ABIKyrylo Tkachov1-0/+5
2016-03-03[ARM] PR rtl-optimization/69904: Disallow copying/duplicating of load-exclusi...Kyrylo Tkachov1-1/+19
2016-03-03re PR target/70014 ([ARM] Predicate does not match constraint (*subsi3_carryi...Michael Collison1-2/+2
2016-02-24[ARM] Add initial support for the Cortex-A32Kyrylo Tkachov5-3/+10
2016-02-24[ARM] PR target/69875 Fix atomic_loaddi expansionKyrylo Tkachov3-17/+52
2016-02-24arm-c.c (arm_option_override): Initialize target_option_current_node.Christian Bruel2-6/+12
2016-02-23Tweak the pipeline model for Exynos M1Evandro Menezes1-9/+17
2016-02-18PR target/62554Nick Clifton1-0/+31
2016-02-17[ARM] PR target/69161: Don't ignore mode when matching comparison operator in...Kyrylo Tkachov3-7/+14
2016-02-15Add support for the FCCMP insn typesEvandro Menezes5-4/+12
2016-02-12cgraph.c: Spelling fixes - behaviour -> behavior and neighbour -> neighbor.Jakub Jelinek4-4/+4
2016-02-10Enable instruction fusion of dependent AESE; AESMC and AESD; AESIMC pairs.Wilco Dijkstra2-8/+16
2016-02-10Enable instruction fusion of AES instructions on ARM for Cortex-A53 andWilco Dijkstra2-4/+9
2016-02-09[ARM] PR68532 Fix up vzip recognition for big endianCharles Baylis2-30/+36
2016-02-09[ARM] PR68532: Fix up vuzp for big endianCharles Baylis2-28/+65
2016-02-04[ARM] Remove neon_reinterpret, use castsAlan Lawrence5-408/+289
2016-02-04[ARM][2/4] Fix operand costing logic for SMUL[TB][TB]Kyrylo Tkachov1-2/+4
2016-02-04[ARM] PR target/65932: stop changing signedness in PROMOTE_MODEJim Wilson1-6/+0
2016-02-04arm-c.c (arm_reset_previous_fndecl): Style fix and typo.Christian Bruel2-3/+5
2016-01-27re PR target/69245 (ICE in extract_insn, at recog.c:2286 on arm-linux-gnueabihf)Christian Bruel3-32/+45
2016-01-26re PR target/68620 (ICE on gcc.target/arm/attr-neon-fp16.c)Christophe Lyon4-41/+105
2016-01-22[ARM] Fix PR target/69403: Bug in thumb2_ior_scc_strict_it patternKyrylo Tkachov1-6/+18
2016-01-222016-01-22 Christian Bruel <christian.bruel@st.com>Christian Bruel1-4/+0
2016-01-21re PR target/69187 (ICE: Aborted when native compiling neon code with __built...Stefan Sørensen1-1/+1
2016-01-19[ARM] PR target/69135: Mark ARMv8 vcvt instructions as unconditionalKyrylo Tkachov1-1/+2
2016-01-18arm.c (thumb1_reorg): Check that the comparison is against the constant 0.Thomas Preud'homme1-4/+9
2016-01-15[RTEMS] Add Cortex-M7 multilib for FPU supportSebastian Huber1-2/+3
2016-01-15re PR target/65837 ([arm-linux-gnueabihf] lto1 target specific builtin not av...Christian Bruel3-27/+34
2016-01-13arm-arches.def: Remove spurious whitespace in "armv8.1-a" and "armv8.1-a+crc"...Yvan Roux1-2/+2
2016-01-12re PR target/69180 ([ARM] #pragma GCC target should not warn about redefined ...Christian Bruel1-2/+13
2016-01-12re PR target/69194 (internal compiler error: in extract_insn, at recog.c:2286)Kugan Vivekanandarajah1-1/+2
2016-01-07freebsd.h: Rename SUBTARGET_OVERRIDE_OPTIONS to SUBTARGET_OVERRIDE_INTERNAL_O...Andreas Tobler2-4/+10
2016-01-04Update copyright years.Jakub Jelinek100-102/+102
2016-01-04arm.c (aapcs_vfp_allocate_return_reg): Treat all integer modes larger than TI...Eric Botcazou1-1/+4
2015-12-23iterators.md (VMAXMINFNM): New int iterator.David Sherwood4-0/+34
2015-12-16[ARM] Add ACLE intrinsics vqrdmlah_lane and vqrdmlsh_laneMatthew Wahab2-0/+52
2015-12-16[ARM] Add ACLE intrinsics vqrdmlah and vqrdmlshMatthew Wahab2-0/+52
2015-12-16[ARM] Add ACLE feature macro for ARMv8.1 instructions.Matthew Wahab1-3/+5
2015-12-16[ARM] Add patterns for new instructionsMatthew Wahab3-0/+52
2015-12-16[ARM] Multilib support for ARMv8.1.Matthew Wahab1-0/+2
2015-12-16[ARM] Add support for ARMv8.1.Matthew Wahab5-2/+26
2015-12-16[ARM] PR target/68648: Fold NOT of CONST_INT in andsi_iorsi3_notsi splitterKyrylo Tkachov1-2/+16