aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-01-04re PR target/69072 (ICE in function_arg_record_value on 7th packed structure)Eric Botcazou1-19/+17
2016-01-01re PR target/68917 (test suite failure for builtin-bitops-1.c)Bernd Edlinger1-4/+7
2015-12-30nvptx.c (nvptx_assemble_undefined_decl): Check it's not a constant pool object.Nathan Sidwell1-0/+5
2015-12-29rs6000.c (init_float128_ieee): Remove IEEE 128-bit comparison functions in cm...Michael Meissner4-86/+123
2015-12-28rs6000.c (rs6000_emit_le_vsx_move): Verify that this is never called when lxv...Bill Schmidt3-31/+51
2015-12-28nvptx.c (nvptx_output_call_insn): Expect hard regs.Nathan Sidwell2-21/+17
2015-12-25freebsd64.h: Delete FREEBSD_DYNAMIC_LINKER32/64 defines.Andreas Tobler1-19/+4
2015-12-24Add missing intrinsic file.Kirill Yukhin1-0/+56
2015-12-24Introduce support for PKU instructions.Kirill Yukhin8-4/+77
2015-12-23* config/nvptx/nvptx-protos.hNathan Sidwell3-64/+11
2015-12-23Fix broken handling of LABEL_REF in genrecog + genpreds.Dominik Vogt1-4/+1
2015-12-23iterators.md (VMAXMINFNM): New int iterator.David Sherwood4-0/+34
2015-12-23[PATCH] Allow indirect call via GOT for 64-bit Pmode x32H.J. Lu2-18/+26
2015-12-22re PR target/68772 (Many -gstabs tests FAIL with Xcode 7 as)Peter Bergner1-0/+1
2015-12-22[PATCH] Use call-clobbered register for sibcall via GOTH.J. Lu3-9/+65
2015-12-21aarch64-option-extensions.def (LSE): Change FEAT_STRING to "atomics".Andrew Pinski1-1/+1
2015-12-21S/390: Fix base reg condition.Dominik Vogt1-1/+1
2015-12-21[ARC] Add and refurbish the builtins related functions.Claudiu Zissulescu5-1470/+1001
2015-12-20re PR tree-optimization/64910 (tree reassociation results in poor code)Jeff Law1-1/+1
2015-12-202015-12-20 Andrew Pinsi <apinski@cavium.com>Andrew Pinski1-1/+1
2015-12-19re PR rtl-optimization/68910 (huge stack frame and poor code with instruction...Eric Botcazou1-170/+4
2015-12-19arc.md (*storeqi_update): Use 'memory_operand' and fix RTL pattern to include...Andrew Burgess2-30/+12
2015-12-19arc.md (*loadqi_update): Use new 'any_mem_operand' and fix RTL pattern to inc...Andrew Burgess2-42/+27
2015-12-19re PR target/68729 (../Xbae/Methods.c:1772:1: ICE: in extract_insn, at recog....John David Anglin1-45/+61
2015-12-18nvptx.c (nvptx_maybe_convert_symbolic_operand): Remove UNSPEC_TO_GENERIC gene...Nathan Sidwell2-36/+18
2015-12-18nvptx.c (nvptx_option_override): Emit sorry for stabs debug.Nathan Sidwell1-1/+8
2015-12-18nvptx.c (worker_bcast_name, [...]): Delete.Nathan Sidwell2-45/+22
2015-12-18S/390: Allow to use r2 to r4 as literal pool base.Dominik Vogt1-3/+10
2015-12-18[AArch64] PR rtl-optimization/68796 Add compare-of-zero_extract patternKyrylo Tkachov3-1/+41
2015-12-18S/390: Turn constm1_operand into all_ones_operandRobin Dapp3-11/+12
2015-12-18S/390: Simplify vector conditionalsRobin Dapp2-13/+54
2015-12-18S/390: Deprecate g5 and g6 CPU levelsAndreas Krebbel3-8/+38
2015-12-18Update typedefs for integer types in config/i386/djgpp-stdint.hAndris Pavenis1-11/+11
2015-12-17avr.h (MOVE_MAX): Set value to 1.Senthil Kumar Selvaraj2-1/+41
2015-12-17nvptx.h (NVPTX_RETURN_REGNUM, [...]): Renumber.Nathan Sidwell1-38/+14
2015-12-17arc.c (arc_loop_hazard): Don't convert the jump label rtx to an rtx_insn unti...Andrew Burgess1-7/+8
2015-12-17Only support -gstabs on Mac OS X if assember supports it (PR target/67973)Rainer Orth2-3/+8
2015-12-17re PR target/68805 (ICE while var-tracking in simplify_binary_operation_1 wit...Michael Meissner2-7/+21
2015-12-17re PR target/68779 (HPPA/PARISC 32-bit Linux kernel build triggers multiple I...John David Anglin1-231/+235
2015-12-16nvptx.h (OUTGOING_STATIC_CHAIN_REGNUM): Remove.Nathan Sidwell2-43/+32
2015-12-16[AArch64] Properly cost zero_extend+ashift forms of ubfi[xz]Kyrylo Tkachov1-0/+62
2015-12-16[AArch64] PR target/68696 FAIL: gcc.target/aarch64/vbslq_u64_1.c scan-assembl...Kyrylo Tkachov1-0/+27
2015-12-16nvptx-protos.h (nvptx_hard_regno_mode_ok): Delete.Nathan Sidwell3-73/+59
2015-12-16i386-c.c (ix86_target_macros_internal): Remove duplicate check (__CLZERO__).Kirill Yukhin1-2/+0
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