aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-06-06emit-rtl.c, [...]: Replace rtx base types with more derived ones.Richard Sandiford1-4/+4
2015-06-06Promote types of rtl expressions to rtx_insn in gen_split and gen_peephole2Mikhail Maltsev3-3/+3
2015-06-06msp430.c (msp430_asm_integer): Support addition and subtraction too.DJ Delorie1-1/+2
2015-06-05re PR libstdc++/6641 (-D__USE_MALLOC doesn't link)Kaz Kojima2-6/+21
2015-06-05print-sysroot-suffix.sh: Handle MULTILIB_REUSE settings.Julian Brown2-4/+14
2015-06-05sse.md (sse3_mwait): Swap the operand constriants.Venkataramanan Kumar1-3/+5
2015-06-05msp430.md (movsi_s): New.DJ Delorie3-0/+24
2015-06-04c-common.c (noplt): New attribute.Sriraman Tallam1-4/+39
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod101-423/+0
2015-06-04re PR target/66369 (gcc 4.8.3/5.1.0 miss optimisation with vpmovmskb)Uros Bizjak1-12/+36
2015-06-04Remove TARGET_RELAXED_ORDERING and optimize for weak memory models.Ramana Radhakrishnan7-48/+0
2015-06-04[AArch64] Always register fma_steering pass but gate it on the target option ...Kyrylo Tkachov2-3/+2
2015-06-03config.gcc (powerpc*-*-*): Add support for a new configure option --with-adva...Michael Meissner1-7/+44
2015-06-03re PR target/66275 (__attribute__((sysv_abi)) with x86_64-w64-mingw32-gcc gen...Uros Bizjak1-6/+9
2015-06-03netbsd-elf.h (NETBSD_LINK_SPEC_ELF): Turn -symbolic into -Bsymbolic.Benigno B. Junior1-0/+1
2015-06-03rl78-real.md: Add peepholes to avoid a register copy when calling a function.Nick Clifton2-2/+42
2015-06-02re PR target/66258 (compiling a stdarg function with arch +nofp generates an ...Jim Wilson1-5/+5
2015-06-02rs6000-modes.def (IFmode): Define IFmode to provide access to the IBM extende...Michael Meissner5-0/+95
2015-06-02[AArch64][PR 66136] rewrite geniterators.sh in awkSzabolcs Nagy1-20/+47
2015-06-02constraints.md: Use lower-case names in match_code.Richard Sandiford2-9/+9
2015-06-02vsx.md (vsx_extract_v4sf): Revert accidental 2014-08-11 change.Alan Modra1-1/+1
2015-06-01re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Matthew Wahab1-2/+16
2015-06-01re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Matthew Wahab1-1/+30
2015-06-01Change use to type-based pool allocator in sh.c.Martin Liska1-8/+22
2015-06-01[ARM Obvious] Fuseable is not a word -> s/fuseable/fusible/gJames Greenhalgh2-6/+6
2015-06-01[AArch64 Obvious] "Fuseable" is not a word -> s/fuseable/fusible/gJames Greenhalgh2-12/+12
2015-06-01S390: Support -mtune=native and -march=native.Dominik Vogt6-2/+112
2015-06-01[AArch64] Fix type of *<LOGICAL:optab>_one_cmpl_<SHIFT:optab><mode>3 patternKyrylo Tkachov1-1/+1
2015-06-01winnt.c (i386_pe_encode_section_info): Remove obsolete kludge.Eric Botcazou1-14/+0
2015-05-31Fix C++11 compatibility issueMikhail Maltsev2-2/+2
2015-05-30m68k.h (ASM_PCREL_SPEC): Pass --pcrel also for implict or explicit -fPIE or -...Andreas Schwab1-2/+2
2015-05-30alpha: turn -mcpu=<cpu> into -m<cpu> for the assembler all the timeMike Frysinger1-1/+1
2015-05-30rs6000.c (split_stack_arg_pointer_used_p): Scan correct block for use of r12.Alan Modra1-1/+8
2015-05-29PR 66215: S390: Fix placement of post-label NOPs with -mhotpatchDominik Vogt1-11/+17
2015-05-29t-msp430 (MULTILIB_OPTIONS): Add multilibs for the different types of hardwar...Nick Clifton1-2/+388
2015-05-29testsuite: auto-wipe dump filesBernhard Reutner-Fischer1-1/+0
2015-05-28nios2-linux: add missing cpp specsMike Frysinger1-0/+3
2015-05-28microblaze-linux: add missing cpp specsMike Frysinger1-0/+3
2015-05-28hppa-linux: add missing cpp specsMike Frysinger1-1/+1
2015-05-28re PR target/63810 (gcc sets incorrect macro for OS X deployment targets)Lawrence Velázquez1-26/+142
2015-05-28rx.c (push_regs): New function.Nick Clifton1-21/+52
2015-05-27Add --enable-default-pie option to GCC configureH.J. Lu34-43/+51
2015-05-28re PR target/66148 (build/genpreds: Internal error: abort in choose_enum_orde...John David Anglin1-8/+12
2015-05-28pa.c (pa_print_operand): Use HOST_WIDE_INT_PRINT_DEC instead of "%d" for 'o' ...John David Anglin1-1/+1
2015-05-27[PATCH 3/13] aarch64 musl supportGregor Richards1-0/+3
2015-05-27[PATCH 4/13] arm musl supportGregor Richards1-0/+17
2015-05-26re PR target/65979 ([SH] Wrong code is generated with stage1 compiler)Oleg Endo1-2/+7
2015-05-26re PR target/66049 (Few AArch64 extend and add with shift tests generates sub...Venkataramanan Kumar1-0/+132
2015-05-26* config/rs6000/constraints.md (Y, U): Use match_test.David Edelsohn1-2/+2
2015-05-26re PR target/52144 (ARM should support arm/thumb function attribute to permit...Christian Bruel3-69/+110