aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-02re PR go/61880 (Linking with external functions in C does not work in GO when...Ian Lance Taylor1-4/+1
2014-10-02crossmodule-indircall-1.c: Fix defaulting to int.Marek Polacek17-2/+42
2014-10-02re PR rtl-optimization/63375 (reordering of reads across fences)Martin Jambor2-0/+11
2014-10-02Add file I forgot to add before.Segher Boessenkool1-0/+22
2014-10-02Makefile.in (CROSS): Define, to @CROSS@.Olivier Hainque2-0/+8
2014-10-0220000120-2.c: Use -fgnu89-inline.Marek Polacek35-12/+127
2014-10-02re PR target/62128 (Use vpalignr for AVX2 rotation)Jakub Jelinek2-6/+28
2014-10-02cgraphclones.c (build_function_type_skip_args): Do not make new type variant ...Jan Hubicka2-17/+6
2014-10-02ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...Jan Hubicka5-40/+272
2014-10-02gcc/testsuite/Andrew Pinski10-59/+102
2014-10-02ipa.c (walk_polymorphic_call_targets): Avoid ICE when dumping during WPA.Jan Hubicka2-3/+12
2014-10-02ipa-prop.c (ipa_modify_formal_parameters): Do not merge type variants.Jan Hubicka2-15/+5
2014-10-02* ipa-polymorphic-call.cJan Hubicka3-84/+617
2014-10-02re PR rtl-optimization/62151 (wrong code at -O2 and -O3 on x86_64-linux-gnu)Segher Boessenkool3-4/+16
2014-10-02Daily bump.GCC Administrator1-1/+1
2014-10-01re PR debug/63342 (ICE in loc_list_from_tree, at dwarf2out.c:14698)Jakub Jelinek4-2/+42
2014-10-01re PR c++/63306 (ICE: Segmentation fault in analyze_functions())Jakub Jelinek2-0/+17
2014-10-01i386.c (expand_vec_perm_palignr): Handle 256-bit vectors for TARGET_AVX2.Jakub Jelinek2-15/+49
2014-10-01i386.c (expand_vec_perm_vperm2f128): Canonicalize dfirst permutation.Jakub Jelinek2-2/+6
2014-10-01re PR target/63428 (vshuf-v4di.c miscompilation)Jakub Jelinek4-5/+17
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill5-2/+24
2014-10-01re PR c++/63362 (The c++11 triviality-traits need front-end help)Jason Merrill7-20/+59
2014-10-01[PATCH][ARM] Disable store_minmaxsi pattern for arm_restrict_iKyrylo Tkachov2-1/+5
2014-10-01testsuite: error out with tested condition instead of FOOBernhard Reutner-Fischer2-34/+39
2014-10-01Implement SD-6: SG10 Feature Test RecommendationsEdward Smith-Rowland10-0/+449
2014-10-01Daily bump.GCC Administrator1-1/+1
2014-09-30i386.md (fmodxf3): Enable for flag_finite_math_only only.Uros Bizjak2-6/+21
2014-09-30Redesign jump threading profile updates to avoid introducing insanities.Teresa Johnson5-29/+881
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_ASSIGNABLE and RID_IS_TRIVIALLY_C...Jason Merrill10-9/+221
2014-09-30c-common.h (enum rid): Add RID_IS_TRIVIALLY_COPYABLE.Jason Merrill8-0/+24
2014-09-30method.c (build_stub_object): Use CONVERT_EXPR.Jason Merrill3-3/+7
2014-09-30c-common.h (enum rid): Remove RID_IS_CONVERTIBLE_TO.Jason Merrill10-68/+19
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini1-0/+10
2014-09-30re PR c++/16564 (g++ seems to go into an infinite loop after errors)Paolo Carlini21-78/+115
2014-09-30re PR preprocessor/58893 (<command-line>:0:0: internal compiler error: Segmen...Bernd Edlinger3-0/+12
2014-09-30re PR target/62120 ([ICE] ADDITIONAL_REGISTER_NAMES for [YZ]MMs, regno>8 shou...Ilya Tocar5-3/+25
2014-09-30PR plugins/63410: Fix missing headers for pluginsDavid Malcolm2-2/+8
2014-09-30Fix ChangeLog entry for r215715 (Take 2).James Greenhalgh1-1/+1
2014-09-30Fix ChangeLog entry for r215715.James Greenhalgh1-1/+1
2014-09-30[AArch64] Wire up vqdmullh_laneq_s16 and vqdmullh_laneq_s32James Greenhalgh9-6/+66
2014-09-30coarray_collectives_9.f90: Fix some dg-error.Dominique d'Humieres2-6/+10
2014-09-30re PR inline-asm/63282 (ICE in redirect_jump_1)Jakub Jelinek4-0/+27
2014-09-30arm-cores.def (cortex-m7): New core name.Terry Guo9-14/+45
2014-09-30Should not sink instructions which may cause trapJiong Wang2-0/+8
2014-09-30ira-int.h (ira_allocno): Add "wmode" field.David Sherwood4-13/+56
2014-09-30Fix signed integer overflow in data-streamer.cMarkus Trippelsdorf2-1/+6
2014-09-30Make -Q --help print param defaults and min/max valuesAndi Kleen2-1/+15
2014-09-30Daily bump.GCC Administrator1-1/+1
2014-09-29sh.md: Use define_c_enum for "unspec" and "unspecv".Kaz Kojima2-58/+62
2014-09-29tree-vrp.c (get_single_symbol): New function.Eric Botcazou5-58/+378