aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2014-04-21re PR target/60735 (GCC targeting E500 with SPE has errors with the _Decimal6...Michael Meissner2-1/+20
2014-04-21re PR target/60909 (ICE: in extract_insn, at recog.c:2202 (unrecognizable ins...Uros Bizjak1-2/+4
2014-04-18aarch64: Fix build error in aarch64_register_move_costRichard Henderson1-4/+5
2014-04-18vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.Bill Schmidt1-2/+12
2014-04-17re PR target/60876 (2014-04-17 change to machmode.h breaks PowerPC)Michael Meissner1-7/+10
2014-04-17rs6000.md (addti3, subti3): New.Pat Haugen1-0/+43
2014-04-17Generate "xor reg, reg" if optimizing for sizeH.J. Lu1-2/+1
2014-04-17pass cfun to pass::executeTrevor Saunders8-78/+84
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders6-35/+16
2014-04-17remove has_gateTrevor Saunders10-12/+0
2014-04-17re PR target/60847 (x86 BMI intrinsics not recognized)Jakub Jelinek1-1/+47
2014-04-17i386.c (x86_add_stmt_cost): Fix vector cost model for Silvermont.Evgeny Stupachenko1-0/+13
2014-04-17x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.Evgeny Stupachenko3-2/+9
2014-04-17i386.c (slm_cost): Adjust vec_to_scalar_cost.Evgeny Stupachenko1-3/+2
2014-04-16host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32 definition.Andrew Pinski1-0/+2
2014-04-16mips.md (*mov<mode>_internal, [...]): Adjust constraints for microMIPS store ...Catherine Moore1-3/+3
2014-04-16avr-mcus.def: Correct typo for atxmega256a3bu macro.Pitchumani Sivanupandi1-1/+1
2014-04-15re PR target/60839 (PowerPC: internal compiler error: in extract_insn, at rec...Bill Schmidt2-6/+6
2014-04-15re PR rtl-optimization/60663 (Errors out on valid inline asm)Kyrylo Tkachov1-3/+9
2014-04-14i386.c (examine_argument): Return bool.Uros Bizjak1-80/+74
2014-04-14Revert the last change on *fixuns_trunc<mode>_1H.J. Lu1-1/+1
2014-04-14Check optimize_insn_for_speed_p in *fixuns_trunc<mode>_1H.J. Lu1-1/+1
2014-04-14sh-mem.cc (sh_expand_strlen): Unroll last word.Christian Bruel1-3/+29
2014-04-14sh.md (setmemqi): New expand pattern.Christian Bruel4-0/+123
2014-04-12constraints.md: Add new register constraint "kb".Richard Sandiford4-11/+18
2014-04-11gcc:Joern Rennecke4-3/+35
2014-04-11epiphany.c (epiphany_rtx_cost): Compare with CC_N_NE / CC_C_LTU / CC_C_GTU ca...Joern Rennecke1-0/+13
2014-04-11re PR target/60811 (arc/arc.c:2135: possible bad argument to abs)Joern Rennecke1-1/+1
2014-04-11s390.md: Add a splitter for NOT rtx.Andreas Krebbel1-0/+15
2014-04-10Fix PR debug/60655 part 2.Ramana Radhakrishnan1-0/+46
2014-04-09RevertDavid Edelsohn3-93/+17
2014-04-09rs6000.c (rs6000_expand_vector_set): Use vnand instead of vnor to exploit pos...Bill Schmidt1-8/+15
2014-04-08sync.md (AINT mode_iterator): Move definition.Pat Haugen3-17/+93
2014-04-08re PR rtl-optimization/60763 (ICE in extract_insn starting with rev 208984)Richard Sandiford2-3/+6
2014-04-07re PR target/60504 (many Ada testsuite regressions on ARM/Linux)Eric Botcazou1-1/+1
2014-04-07re PR target/60609 (Error: value of 256 too large for field of 1 bytes at 68242)Charles Baylis1-8/+3
2014-04-07re PR c++/60731 (dynamic library not getting reinitialized on multiple calls ...Jason Merrill1-1/+1
2014-04-06re PR debug/55794 (FAIL: g++.dg/debug/dwarf2/non-virtual-thunk.C -std=gnu++98...John David Anglin1-13/+7
2014-04-05avr-arch.h (avr_mcu_t): Add dev_attribute field to have device specific ISA/ ...Pitchumani Sivanupandi9-297/+324
2014-04-04Fix typo in recent patch.Anthony Green1-2/+2
2014-04-04[ARM/AArch64] Reduce divider reservation duration in Cortex-A53 pipeline decr...Kyrylo Tkachov1-2/+2
2014-04-04re PR target/60657 (ICE: error: insn does not satisfy its constraints)Jeff Law2-11/+19
2014-04-03rl78-expand.md (movqi): Handle (SUBREG (SYMBOL_REF)) properly.Nick Clifton1-6/+11
2014-04-03This patch does three related things for the moxie port...Anthony Green2-2/+52
2014-04-02s390.c (s390_expand_insv): Use GET_MODE_BITSIZE.Andreas Krebbel1-1/+1
2014-04-02spu.c (pad_bb): Do not crash when the last insn is CODE_FOR_blockage.Ulrich Weigand1-1/+1
2014-04-02spu.md ("insv"): Fail if bitoffset+bitsize lies outside the target mode.Ulrich Weigand1-1/+7
2014-04-02re PR target/60735 (GCC targeting E500 with SPE has errors with the _Decimal6...Michael Meissner2-6/+6
2014-04-01re PR target/60704 (ICE: in extract_constrain_insn_cached, at recog.c:2156 wi...Richard Henderson1-1/+6
2014-04-01nios2.md (unspec): Remove UNSPEC_TLS, UNSPEC_TLS_LDM.Chung-Lin Tang3-8/+38