aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-01-10Fix mul.x flag for moxieAnthony Green1-1/+1
2015-01-10Tabify assembly output for moxieAnthony Green1-66/+66
2015-01-10Fix CC_REG definition for moxieAnthony Green1-1/+1
2015-01-09arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.Andreas Tobler1-1/+1
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison94-211/+840
2015-01-09configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.Andreas Tobler3-1/+186
2015-01-09RTEMS: Add e6500 multilibs for PowerPCSebastian Huber2-5/+11
2015-01-09RTEMS: Fix MPC8540 multilibs for PowerPCSebastian Huber1-1/+4
2015-01-09RTEMS: Use MULTILIB_REQUIRED for PowerPCSebastian Huber1-41/+24
2015-01-09RTEMS: Use MULTILIB_REQUIRED for ARMSebastian Huber1-160/+13
2015-01-09RTEMS: Rename ARM target config filesSebastian Huber2-0/+0
2015-01-08re PR target/64338 (ICE in swap_condition, at jump.c:628)Jakub Jelinek1-13/+18
2015-01-08Make sure that OMP builtins are available in offloading compilers.Thomas Schwinge1-1/+0
2015-01-08intelmic-mkoffload: Deal with linker defaulting to 32-bit x86 mode.Thomas Schwinge1-4/+8
2015-01-08sh-mem.cc: Use constant as second operand when emitting tstsi_t insns.Oleg Endo1-4/+4
2015-01-08re PR target/55212 ([SH] Switch to LRA)Oleg Endo1-3/+8
2015-01-08re PR target/64533 ([SH] alloca generates unsafe code)Kaz Kojima1-2/+3
2015-01-08re PR target/36557 (-m32 -mpowerpc64 produces better code than -m64 for a!=0)Segher Boessenkool1-0/+60
2015-01-06re PR target/64505 (Powerpc compiler generates insn not found for -m32 -mpowe...Michael Meissner1-2/+5
2015-01-06re PR target/64507 (SH inlined builtin strncmp doesn't return 0 for 0 length)Christian Bruel1-2/+10
2015-01-06configure.ac: Add Visium support.Eric Botcazou13-0/+9405
2015-01-05* config/nds32/nds32-peephole2.md: Do not mention define_peephole.Eric Botcazou1-2/+1
2015-01-05Fix loop optimization when ZOL is not available in xtensa configurationMax Filippov1-0/+8
2015-01-05i386.c (output_387_binary_op): Use std::swap.Uros Bizjak1-5/+1
2015-01-05rtlanal.c (refers_to_regno_p): Change return value from int to bool.Oleg Endo12-31/+18
2015-01-05Update copyright years.Jakub Jelinek1273-1292/+1287
2015-01-03pa.md (decrement_and_branch_until_zero): Use `Q' constraint instead of `m' co...John David Anglin2-10/+19
2015-01-01Roll ChangeLog file. Limit offsets to 16 bits for moxie.Anthony Green1-1/+2
2014-12-30Fix zero extension for moxieAnthony Green1-16/+4
2014-12-31i386.c (ix86_legitimize_address): Declare "changed" as bool.Uros Bizjak1-26/+23
2014-12-30i386.c (ix86_legitimize_address): Use std::swap.Uros Bizjak1-21/+8
2014-12-29t-mti-linux (MULTILIB_EXCEPTIONS): Add exceptions for mips32[r1] and mips64[r...Steve Ellcey2-2/+8
2014-12-27Issue an error for ms_abi attribute with x32H.J. Lu1-1/+12
2014-12-27Switch to 16-bit offsets for moxie ldo/sto instructionsAnthony Green6-9/+28
2014-12-27mmx.md (*vec_extractv2sf_1): Do not emit unpckhps.Uros Bizjak1-17/+19
2014-12-24re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo1-14/+14
2014-12-24re PR target/64160 (msp430 code generation error adding 32-bit integers)Nick Clifton1-6/+8
2014-12-24Add mul.x support for moxieAnthony Green4-9/+47
2014-12-21re PR target/55212 ([SH] Switch to LRA)Oleg Endo1-3/+9
2014-12-20re PR target/64358 (Wrong code for __int128 operations in powerpc64le)Segher Boessenkool2-6/+10
2014-12-19MIPSR6: mips-img-elf mips-img-linux-gnu triplets and vendor updatesMatthew Fortune3-1/+76
2014-12-19MIPS32R6 and MIPS64R6 supportMatthew Fortune12-367/+801
2014-12-19[AArch64 3/3] Fix XOR_one_cmpl pattern; add SIMD-reg variants for BIC,ORN,EONAlan Lawrence2-7/+32
2014-12-19[AArch64 2/3] Add SIMD-reg variants of logical operators and/ior/xor/notAlan Lawrence2-10/+18
2014-12-19[AArch64 1/3] Don't disparage add/sub in SIMD registersAlan Lawrence1-6/+6
2014-12-19[PATCH][ARM] Fix reservation pattern in cortex-a9-neon.mdXingxing Pan1-1/+1
2014-12-19* [SH] Split QI/HImode load/store via r0 when LRA is enabled.Kaz Kojima1-0/+32
2014-12-19* [SH] Add splitter to addsi3_compact.Kaz Kojima2-7/+35
2014-12-19* [SH] Modify movsi_ie and movsf_ie patterns for LRA.Kaz Kojima3-2/+138
2014-12-19* [SH] Miscellaneous changes for LRA.Kaz Kojima5-3/+79