aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/arm
AgeCommit message (Expand)AuthorFilesLines
2015-06-23c-common.c: Don't include target-def.h.Richard Sandiford1-1/+0
2015-06-23re PR target/65711 (arm*-linux* "link" spec passes '-dynamic-linker' even for...Ludovic Courtès1-1/+1
2015-06-22Add -mflip-thumb for testing.Christian Bruel2-0/+62
2015-06-19re PR target/66541 (r224314 causes ICE in gcc.dg/torture/pr52429.c)Christian Bruel1-3/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod4-5/+0
2015-06-16[ARM Churn] Rename LOGICAL_OP_NON_SC to LOGICAL_OP_NON_SHORT_CIRCUITJames Greenhalgh2-45/+46
2015-06-11[ARM] Restrict MAX_CONDITIONAL_EXECUTE when -mrestrict-it is in placeKyrylo Tkachov1-1/+4
2015-06-11Add ARM/thumb pragma target Christian Bruel3-10/+93
2015-06-10Use dmb ish instead of dmb sy for ARM.Ramana Radhakrishnan1-5/+2
2015-06-10Add ARM/thumb attribute targetChristian Bruel5-10/+276
2015-06-09[GCC, ARM] armv8 linux toolchain asan testcase fail due to stl missing condit...Shiva Chen1-6/+8
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod4-20/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod4-16/+0
2015-06-01[ARM Obvious] Fuseable is not a word -> s/fuseable/fusible/gJames Greenhalgh2-6/+6
2015-05-29testsuite: auto-wipe dump filesBernhard Reutner-Fischer1-1/+0
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu3-3/+3
2015-05-27[PATCH 4/13] arm musl supportGregor Richards1-0/+17
2015-05-26re PR target/52144 (ARM should support arm/thumb function attribute to permit...Christian Bruel3-69/+110
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel3-128/+128
2015-05-22[ARM] Handle UNSPEC_VOLATILE in rtx costs and don't recurse inside the unspecKyrylo Tkachov1-2/+4
2015-05-20aarch-common-protos.h (struct mem_cost_table): Added new fields loadv and sto...Kugan Vivekanandarajah3-10/+34
2015-05-18arm.md (andsi_not_shiftsi_si_scc): New pattern.Alex Velenko1-0/+49
2015-05-16re PR target/65768 (sub-optimimal code for constant Uses in loop)Kugan Vivekanandarajah2-21/+58
2015-05-15Apply arm.h change for previous commit.Ramana Radhakrishnan1-2/+2
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod2-30/+22
2015-05-12arm-protos.h (arm_sched_autopref): Delete.Richard Earnshaw3-397/+438
2015-05-12[ARM] Fix PR 65955: Do not take REGNO on non-REG operand in movcond_addsiKyrylo Tkachov1-1/+1
2015-05-11arm-protos.h (thumb_code, [...]): Remove.Christian Bruel2-7/+1
2015-05-11arm-protos.h (arm_declare_function_name): Declare.Christian Bruel3-23/+25
2015-05-11arm.c (arm_option_override): Reoganized and split into : (arm_option_params_i...Christian Bruel3-140/+163
2015-05-11re PR target/65780 (Uninitialized common handling in executables)Jakub Jelinek1-0/+6
2015-05-07rtl.h (always_void_p): New function.Richard Sandiford6-240/+171
2015-05-06unknown-elf.h (STARTFILE_SPEC): Add conditional linking of crtfastmath.o.Sandra Loosemore2-1/+4
2015-05-06re PR target/64208 ([iwmmxt] ICE: internal compiler error: Max. number of gen...Yvan Roux1-2/+2
2015-05-04arm.c: Restore bootstrap.Andreas Tobler1-1/+1
2015-05-02make some functions in config/ take a rtx_insn *Trevor Saunders1-1/+1
2015-05-02change local vars to rtx_insn *Trevor Saunders1-1/+1
2015-05-01[AArch64] Fix Cortex-A53 shift costsWilco Dijkstra1-4/+4
2015-04-29re PR target/65924 (ICE const_int_operand failed on arm-none-eabi)Yvan Roux1-1/+1
2015-04-29[ARM]Remove vec_shr and vec_shr optabsAlan Lawrence1-65/+0
2015-04-28arm.md (*arm_movt): Fix type attribute.Yvan Roux2-33/+99
2015-04-27arm.md (*arm_subsi3_insn): Fixed redundant alternatives.Yvan Roux1-3/+3
2015-04-24[ARM][trivial] Use uppercase for code iterator namesKyrylo Tkachov3-20/+20
2015-04-24unknown-elf.h (ASM_OUTPUT_ALIGNED_DECL_LOCAL): fix ternary operator in fprint...Thomas Preud'homme1-2/+2
2015-04-23[ARM] Rewrite vc<cond> NEON patterns to use RTL operations rather than UNSPECsKyrylo Tkachov2-99/+128
2015-04-23re PR target/26702 (.size is not emitted for BSS variables)Ramana Radhakrishnan1-0/+2
2015-04-23[ARM] Remove an unused reload hook.Matthew Wahab3-274/+0
2015-04-23[ARM] Restrict {load,store}_multiple expanders to MAX_LD_STM_OPS regsKyrylo Tkachov1-2/+2
2015-04-23[ARM] Make issue rate part of per-core tuning structsKyrylo Tkachov3-52/+69
2015-04-18remove need for store_values_directlyTrevor Saunders1-7/+7