aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-22Remove obsolete Solaris 9 supportRainer Orth55-8434/+270
2014-04-22aarch64.md (float<GPI:mode><GPF:mode>2): Remove.Vidya Praveen5-12/+134
2014-04-22[AArch64] Add a space to memory asm code between base register and offset.Renlin Li2-14/+19
2014-04-22Re: [AArch64] Fix possible wrong code generation when comparing DImode values.James Greenhalgh2-45/+113
2014-04-22re PR tree-optimization/60823 (ICE in gimple_expand_cfg, at cfgexpand.c:5644)Jakub Jelinek7-33/+192
2014-04-22[ARM] Allow any register for DImode values in Thumb2Ramana Radhakrishnan2-5/+17
2014-04-22Optimise NotDI AND/OR ZeroExtendSI for ARMv7AIan Bolton6-7/+139
2014-04-22AArch32 Support ORN for DIModeIan Bolton4-0/+137
2014-04-22arm-protos.h (tune_params): New struct members.Ian Bolton3-23/+66
2014-04-22[AArch64] vrnd<*>_f64 patchAlex Velenko8-3/+174
2014-04-22* gennews (files): Add files for GCC 4.9.Jakub Jelinek2-2/+6
2014-04-22arm.c (arm_print_operand, thumb_exit): Make sure GET_MODE_SIZE argument is en...Zhenqiang Chen2-6/+11
2014-04-22re PR target/60910 (sparc-linux bootstrap failure due to many "invalid conver...Jakub Jelinek2-13/+20
2014-04-22re PR middle-end/60281 (Address Sanitizer triggers alignment fault in ARM mac...Lin Zuojian3-2/+42
2014-04-22Daily bump.GCC Administrator1-1/+1
2014-04-21Const-correctness fixes for some gimple accessorsDavid Malcolm3-7/+20
2014-04-21re PR target/60735 (GCC targeting E500 with SPE has errors with the _Decimal6...Michael Meissner5-1/+46
2014-04-21re PR target/60909 (ICE: in extract_insn, at recog.c:2202 (unrecognizable ins...Uros Bizjak5-64/+77
2014-04-21* MAINTAINERS (Write After Approval): Delete myself.Rafael Ávila de Espíndola2-1/+4
2014-04-21Daily bump.GCC Administrator1-1/+1
2014-04-20Daily bump.GCC Administrator1-1/+1
2014-04-19Daily bump.GCC Administrator1-1/+1
2014-04-18Correct the discription in ChangLog:Cong Hou1-4/+2
2014-04-18tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult ...Cong Hou5-10/+193
2014-04-18ipa-inline.h (INLINE_HINT_known_hot): New hint.Jan Hubicka4-4/+36
2014-04-18ipa-inline.c (spec_rem): New static variable.Jan Hubicka2-3/+141
2014-04-18DR 1571Jason Merrill4-11/+50
2014-04-18re PR c++/60872 (Cannot memcpy array of restricted pointers)Jason Merrill3-2/+16
2014-04-18aarch64: Fix build error in aarch64_register_move_costRichard Henderson2-4/+10
2014-04-18vsx.md (vsx_xxmrghw_<mode>): Adjust for little-endian.Bill Schmidt5-2/+83
2014-04-18Daily bump.GCC Administrator1-1/+1
2014-04-17gofrontend: deduplicate C syscall function declarationsIan Lance Taylor1-2/+5
2014-04-17runtime: remove use of obsolete map deletion syntaxIan Lance Taylor1-1/+1
2014-04-17gofrontend: avoid use of unsafe.Sizeof extensionIan Lance Taylor1-1/+1
2014-04-17re PR c++/59200 (ICE with invalid alias template use)Paolo Carlini2-1/+24
2014-04-17re PR target/60876 (2014-04-17 change to machmode.h breaks PowerPC)Michael Meissner2-7/+18
2014-04-17compiler: Use backend interface for constant expressions.Chris Manghane5-44/+54
2014-04-17re PR go/60870 (go interface methods broken on ppc64le (bug296.go))Ian Lance Taylor1-2/+13
2014-04-17compiler: Define immutability for numeric, constant, type info, type conversi...Ian Lance Taylor1-1/+54
2014-04-17ipa-inline.c (inline_small_functions): Account only non-cold functions.Jan Hubicka3-2/+12
2014-04-17rs6000.md (addti3, subti3): New.Pat Haugen5-0/+145
2014-04-17Generate "xor reg, reg" if optimizing for sizeH.J. Lu2-2/+8
2014-04-17gimple-iterator.c (gsi_start_edge): New function.Martin Jambor7-12/+126
2014-04-17re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2-3/+13
2014-04-17genmodes.c (struct mode_data): Add need_bytesize_adj field.Jakub Jelinek6-3/+147
2014-04-17pass cfun to pass::executeTrevor Saunders127-2991/+3013
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders110-1348/+774
2014-04-17enable -Woverloaded-virtual when availableTrevor Saunders3-2/+53
2014-04-17remove has_gateTrevor Saunders130-250/+58
2014-04-17merge register_dump_files_1 into register_dump_files and remove more fiddling...Trevor Saunders3-31/+17