aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-07-16linux-common.h (LINK_MPX): New.Ilya Enkovich1-1/+12
2015-07-15nios2.c (nios2_emit_stack_limit_check): Fix uninitialized-variable warning.Sandra Loosemore1-1/+1
2015-07-16re PR target/65249 (unable to find a register to spill in class 'R0_REGS' whe...Kaz Kojima1-0/+18
2015-07-16re PR target/66866 (incorrect load address on manual vector shuffle)Uros Bizjak3-18/+142
2015-07-15mkoffload.c (process): Add C++ protection to emitted code.Nathan Sidwell1-1/+7
2015-07-15re PR libgcc/66854 (libgcc2.c:1846:9: internal compiler error: Segmentation f...Michael Meissner1-3/+3
2015-07-15[AArch64] Use cinc mnemonic for *csinc2<mode>_insnKyrylo Tkachov1-1/+1
2015-07-15re PR target/58066 (__tls_get_addr is called with misaligned stack on x86-64)Uros Bizjak1-7/+10
2015-07-15Fix restoration of hi/lo in MIPS64R2 interrupt handlers.Robert Suchanek1-1/+1
2015-07-15Support new interrupt handler options.Matthew Fortune3-57/+242
2015-07-15Support interrupt handlers with hard-float.Robert Suchanek2-2/+10
2015-07-14constraints.md (U, v): New constraints.Sandra Loosemore5-21/+270
2015-07-14nios2-protos.h (nios2_expand_return): Declare.Sandra Loosemore3-74/+363
2015-07-14predicates.md (pop_operation): New.Sandra Loosemore6-0/+4945
2015-07-14nios2.h (LABEL_ALIGN): Define.Sandra Loosemore6-121/+976
2015-07-14nios2.h (SMALL_INT12): New macro.Sandra Loosemore5-5/+53
2015-07-14nios2.opt (march, mbmx, mcdx): New options.Sandra Loosemore4-3/+51
2015-07-14nios2.c (TEMP_REG_NUM): Move define up in file.Sandra Loosemore1-16/+44
2015-07-14re PR target/66840 (plugins fail to build on powerpc64le-linux-gnu)Matthias Klose1-0/+1
2015-07-13Fix double word typos.Aldy Hernandez31-33/+33
2015-07-11[V850] Hookize GO_IF_LEGITIMATE_ADDRESSAnatoly Sokolov2-82/+63
2015-07-10bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod16-16/+0
2015-07-10Allow indirect sibcall with register argumentsH.J. Lu2-6/+24
2015-07-10sse.md (movdi_to_sse): Use gen_lowpart and gen_higpart instead of gen_rtx_SUB...Uros Bizjak2-7/+9
2015-07-10gen-mul-tables.cc (main): Change include list for generated files.Andrew MacLeod3-31/+4
2015-07-10[AArch64] Mark GOT related MEM rtx as const to help RTL loop IVJiong Wang1-6/+30
2015-07-10gimple-predict.h: New file.Andrew MacLeod66-4/+66
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