aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-05-06re PR target/66015 (align directives not propagated after __attribute__ ((__o...Christian Bruel1-12/+12
2015-05-06rl78.c (need_to_save): Save register 22 if it is used, even if it is not bein...Nick Clifton1-1/+2
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-2/+2
2015-05-05config.gcc: Use darwin9.h, darwin10.h and darwin12.h on darwin12 and later.Jack Howarth2-0/+30
2015-05-05re PR target/65990 (ICE: in extract_insn, at recog.c:2341 (unrecognizable ins...Uros Bizjak1-0/+11
2015-05-05re PR target/65915 (FAIL: gcc.target/i386/avx512f-vrndscalepd-2.c (internal c...Ilya Tocar2-5/+9
2015-05-05msp430-opts.h (enum msp430_regions): New.Nick Clifton6-104/+513
2015-05-05[AArch64] Add branch-cost to cpu tuning information.Matthew Wahab3-1/+40
2015-05-05i386.c: Use HOST_WIDE_INT_1 instead of (HOST_WIDE_INT) 1 and HOST_WIDE_INT_1U...Uros Bizjak3-7/+7
2015-05-05[PATCH][AARCH64]Use mov for add with large immediate.Renlin Li1-9/+19
2015-05-05aarch64-elf-raw.h (CA53_ERR_843419_SPEC): Define.Yvan Roux3-2/+24
2015-05-05re PR target/65871 (bzhi builtin/intrinsic wrongly assumes bzhi instruction d...Uros Bizjak1-9/+22
2015-05-05The changes are made in the patch for optimized usage of pcmpne/pcmpeq instru...Ajit Agarwal3-6/+65
2015-05-05The changes are made in the patch for optimized usage of fint instruction.Ajit Agarwal1-0/+25
2015-05-04re PR target/65987 ([SH] Wrong jump generated for gcc.dg/tree-prof/va-arg-pac...Kaz Kojima1-1/+9
2015-05-04common.opt (fdelete-null-pointer-checks): Init to -1.Sandra Loosemore1-0/+9
2015-05-04i386.c: Change GET_CODE (...) == CONST_DOUBLE check to CONST_DOUBLE_P predicate.Uros Bizjak2-24/+26
2015-05-04arm.c: Restore bootstrap.Andreas Tobler1-1/+1
2015-05-04i386.h (TARGET_SUPPORTS_WIDE_INT): New define.Uros Bizjak4-135/+50
2015-05-02make some functions in config/ take a rtx_insn *Trevor Saunders2-9/+9
2015-05-02change local vars to rtx_insn *Trevor Saunders7-18/+20
2015-05-01[AArch64] Make aarch64_min_divisions_for_recip_mul configurableWilco Dijkstra2-7/+21
2015-05-01[AArch64] Fix Cortex-A53 shift costsWilco Dijkstra1-4/+4
2015-05-01[AArch64] Handle FLOAT and UNSIGNED_FLOAT in rtx costsKyrylo Tkachov1-0/+6
2015-05-01[AArch64] Fix aarch64_rtx_costs of PLUS/MINUSWilco Dijkstra1-7/+5
2015-05-01[AArch64] Remember to cost operand 0 in FP compare-with-0.0 caseKyrylo Tkachov1-0/+1
2015-04-30Define & use special macros to record the name & size of cold partitions.Caroline Tice1-0/+27
2015-04-30[AArch64] Add alternative 'extr' pattern, calculate rtx cost properlyKyrylo Tkachov2-0/+83
2015-04-30[AArch64] Properly cost FABD patternKyrylo Tkachov1-1/+13
2015-04-30[AArch64] Properly handle mvn-register and add EON+shift pattern and cost app...Kyrylo Tkachov2-3/+61
2015-04-30[PATCH][AARCH64]Define vec_shr as an unspec, use shl for big-endian.Renlin Li2-3/+5
2015-04-30[AArch64] Properly cost MNEG/[SU]MNEGL patternsKyrylo Tkachov1-3/+12
2015-04-30Fix up new line in previous commitKyrylo Tkachov1-0/+1
2015-04-30[AArch64] Properly handle SHIFT ops and EXTEND in aarch64_rtx_mult_costKyrylo Tkachov1-14/+39
2015-04-30[AArch64] Use extend_arith rtx cost appropriatelyKyrylo Tkachov1-2/+2
2015-04-29mips-cpus.def: (mips4): Change default processor from PROCESSOR_R8000 to PROC...Steve Ellcey1-1/+1
2015-04-29re PR target/65871 (bzhi builtin/intrinsic wrongly assumes bzhi instruction d...Uros Bizjak1-2/+6
2015-04-29mips.h (CRT_CALL_STATIC_FUNCTION): Fix the macro to use la/jalr instead of jal.Petar Jovanovic1-4/+19
2015-04-29re PR target/65871 (bzhi builtin/intrinsic wrongly assumes bzhi instruction d...Uros Bizjak1-0/+32
2015-04-29[PR libgomp/65099] nvptx mkoffload: pass "-m32" or "-m64" to the compilerThomas Schwinge1-1/+17
2015-04-29[AArch64] Fix PR/65770 vstN_lane on bigendianAlan Lawrence1-3/+15
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-29re PR target/64835 (-fno-ipa-cp is inconsitently supported when attributes op...Christian Bruel1-14/+33
2015-04-28arm.md (*arm_movt): Fix type attribute.Yvan Roux2-33/+99
2015-04-28elf-lib.h: New file.Uros Bizjak1-5/+0
2015-04-28re PR target/63503 ([AArch64] A57 executes fused multiply-add poorly in some ...Thomas Preud'homme6-2/+1129
2015-04-28always define ARGS_GROW_DOWNWARDTrevor Saunders1-1/+1
2015-04-28add default for NO_FUNCTION_CSETrevor Saunders22-22/+22
2015-04-28re PR target/65810 (powerpc64 alignment of r2 insufficient for loading long-d...Alan Modra1-33/+24