aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-07-10re PR target/66813 (gcc.target/i386/asm-flag-5.c failed with -march=pentium)Uros Bizjak1-1/+11
2015-07-09mti-linux.h (MIPS_SYSVERSION_SPEC): Update to handle mips[32|64]r3 and mips[3...Steve Ellcey1-4/+8
2015-07-09Adjust variable shift costs for IA MCUH.J. Lu1-1/+1
2015-07-09rs6000-protos.h (rs6000_secondary_reload_memory): Use machine mode, not enum ...Michael Meissner3-60/+113
2015-07-09re PR target/66814 (ICE: gcc.target/i386/avx512f-klogic-2.c)Uros Bizjak2-5/+14
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod2-0/+2
2015-07-09Update config/i386/iamcu.hH.J. Lu1-0/+43
2015-07-09Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCUH.J. Lu1-1/+1
2015-07-09Check int_size_in_bytes in ix86_return_in_memoryH.J. Lu1-1/+1
2015-07-09always define WORD_REGISTER_OPERATIONSTrevor Saunders27-28/+28
2015-07-09always define SHORT_IMMEDIATES_SIGN_EXTENDTrevor Saunders9-9/+9
2015-07-08[AArch64] Define TARGET_UNSPEC_MAY_TRAP_PJiong Wang1-0/+21
2015-07-08Allow <adxintrin.h> for IA MCUH.J. Lu1-0/+4
2015-07-08predicates.md (general_reg_operand): Use GENERAL_REGNO_P.Uros Bizjak1-1/+1
2015-07-08re PR target/66523 (the new clang-based assembler in Xcode 7 on 10.11 fails o...Iain Sandoe1-0/+5
2015-07-08Don't pass/return vectors in registers for IAMCUH.J. Lu1-7/+10
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge1-25/+31
2015-07-08S/390: Remove assertion in s390_init_frame_layout.Andreas Krebbel1-1/+4
2015-07-08i386.md (*jcc_bt<mode>): Only allow const_int values more than or equal 8 and...Uros Bizjak1-1/+1
2015-07-08[ARM] Initialise cost to COSTS_N_INSNS (1) and increment in arm rtx costsKyrylo Tkachov1-86/+39
2015-07-08target.def (rtx_costs): Remove "code" param, add "mode".Alan Modra44-551/+647
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod98-767/+249
2015-07-07i386.md (*jcc_bt<mode>): Only split before reload.Uros Bizjak1-101/+124
2015-07-07[MOXIE] Hookize GO_IF_LEGITIMATE_ADDRESSAnatoly Sokolov2-24/+41
2015-07-07re PR target/66780 (Compiling with -fstack-protector-strong causes binary to ...Kaz Kojima1-6/+0
2015-07-07Cleanup arch file directive.Christian Bruel1-1/+0
2015-07-06i386.md (insv<mode>): Rename from insv.Uros Bizjak2-35/+37
2015-07-06nvptx.c (nvptx_reorg): Remove unused vars.Nathan Sidwell1-4/+1
2015-07-06Handle PROCESSOR_IAMCU in ix86_target_macros_internalH.J. Lu1-0/+5
2015-07-06config.gcc: Add fused-madd.opt.Steve Ellcey4-129/+192
2015-07-06[ARM] PR/65956 AAPCS update for alignment attributeAlan Lawrence1-2/+17
2015-07-06i386.md (extv<mode>): Rename from extv.Uros Bizjak1-141/+60
2015-07-06[ARM] fix movdi expander to avoid illegal ldrd/strdAlan Lawrence1-0/+36
2015-07-06Add -march=iamcu to optimize for IA MCUH.J. Lu3-16/+97
2015-07-06Fix assert caused by bad cfg manipulation in bfin.Bernd Schmidt1-1/+12
2015-07-06Allow -mincoming-stack-boundary=3 with -mno-sseH.J. Lu1-4/+5
2015-07-06[AArch64] PR target/66731 Fix fnmul insn with -frounding-mathSzabolcs Nagy1-0/+10
2015-07-05nios2-protos.h (nios2_symbol_ref_in_small_data_p): Delete extern declaration.Chung-Lin Tang3-8/+8
2015-07-04nios2.c (save_reg, [...]): Use plus_constant.Sandra Loosemore2-16/+16
2015-07-04re PR target/66747 (The commit r225260 broke the builds of the mips-{mti,img}...Bernd Edlinger1-6/+7
2015-07-04re PR target/66114 (some indirect_jump patterns use operands[] in their condi...John David Anglin1-2/+2
2015-07-03Add IA MCU support to x86intrin.hH.J. Lu2-1/+20
2015-07-02rs6000-builtin.def (CMPGE_16QI): New built-in definition.Bill Schmidt3-3/+112
2015-07-02cris.md ("epilogue"): Remove condition.Hans-Peter Nilsson1-4/+2
2015-07-01tpf.h (LIBSTDCXX): Change to CPP1.DJ Delorie1-1/+8
2015-07-01msp430.md (zero_extendhipsi2): Use MOVX.A to store a 16-bit value into a 20-b...Nick Clifton1-1/+3
2015-07-01[AArch64] Fall back to -fPIC if no support of -fpic in binutilsJiong Wang1-0/+4
2015-06-30c6x.c (try_rename_operands): Do not depend on gcc_assert evaluating its argum...Sandra Loosemore1-2/+7
2015-07-01re PR target/64833 ([SH]: Error: pcrel too far when compiling imagemagick and...Kaz Kojima1-1/+5
2015-06-30IA MCU psABI support: GCC changesH.J. Lu5-8/+153