aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-10-18Daily bump.GCC Administrator1-1/+1
2014-10-17re PR c/63567 (Linux kernel build error due to non-static initializers)Marek Polacek6-2/+38
2014-10-17ipa-inline-transform.c (master_clone_with_noninline_clones_p): New.Eric Botcazou2-1/+24
2014-10-17re PR c/63543 (incomplete type error should suppress duplicates)Marek Polacek8-6/+49
2014-10-17re PR c/63549 ([4.8/4.9/5] ICE in build_array_ref with invalid code)Marek Polacek4-0/+20
2014-10-17c-opts.c (c_common_post_options): Set warn_implicit_int.Marek Polacek10-5/+71
2014-10-17AVX512. 63.1 Update permute expanding.Ilya Tocar3-82/+282
2014-10-17Fix bootstrap failure.Kirill Yukhin2-15/+11
2014-10-17gcc-plugin.h: Add tm.h and flattened includes from function.h.Andrew MacLeod4-6/+15
2014-10-17AVX-512. 75/n. Update vec_init.Alexander Ivchenko3-11/+76
2014-10-17AVX-512. 80/n. Extend expand_sse2_mulvxdi3.Alexander Ivchenko2-1/+28
2014-10-17Fix ChangeLog spacingKyrylo Tkachov1-2/+2
2014-10-17fold-const.c (fold_comparison): Remove redundant constant folding and operand...Richard Biener3-8/+24
2014-10-17re PR tree-optimization/63464 (compare one character to many: faster)Jakub Jelinek11-49/+576
2014-10-17re PR tree-optimization/63302 (Code with 64-bit long long constants is miscom...Jakub Jelinek4-2/+74
2014-10-17Temporary fix for PR63566.Martin Liska3-2/+13
2014-10-17[multiple changes]Arnaud Charlet17-66/+165
2014-10-17Makefile.in: Enable the socket runtime bits for Android.Doug Rupp2-3/+6
2014-10-17sem_ch13.adb (Add_Invariants, [...]): Do not perform the replacement on the e...Ed Schonberg2-10/+31
2014-10-17sem_ch5.adb, [...]: Minor reformatting.Robert Dewar6-21/+31
2014-10-17[multiple changes]Arnaud Charlet6-4/+47
2014-10-17[multiple changes]Arnaud Charlet19-445/+704
2014-10-17aspects.ads: Documentation fix, aspect Lock_Free does have a corresponding pr...Robert Dewar3-24/+29
2014-10-17[multiple changes]Arnaud Charlet6-52/+155
2014-10-17[multiple changes]Arnaud Charlet3-126/+113
2014-10-17sem_ch3.adb, [...]: Minor reformatting.Robert Dewar4-50/+50
2014-10-17sem_ch3.adb (Build_Derived_Enumeration_Type): Propagate aspect specfications ...Ed Schonberg2-0/+12
2014-10-17[multiple changes]Arnaud Charlet5-10/+60
2014-10-17[multiple changes]Arnaud Charlet11-123/+196
2014-10-17sem_ch3.adb (Build_Derived_Record_Type): Remove the propagation of all attrib...Hristian Kirtchev3-508/+662
2014-10-17[multiple changes]Arnaud Charlet3-37/+34
2014-10-17[multiple changes]Arnaud Charlet6-17/+69
2014-10-17tree-into-ssa.c (is_old_name): Replace "new" with "old".Marc Glisse2-2/+6
2014-10-17Fix misplaced changelog entryMarkus Trippelsdorf2-8/+8
2014-10-17Use fuse-caller-save info in cprop-hardregTom de Vries4-3/+27
2014-10-17Handle copy cycles in pass_cprop_hardregTom de Vries2-5/+20
2014-10-17* Add missing ChangeLog entry.Uros Bizjak1-0/+10
2014-10-17cpuid.h (__cpuid): Remove definitions that handle %ebx register in a special ...Uros Bizjak2-54/+5
2014-10-17Fix pr61848, linux kernel miscompileMarkus Trippelsdorf7-40/+84
2014-10-17Daily bump.GCC Administrator1-1/+1
2014-10-16cmpstr.c: Fix excess failures caused by switch to GNU11.Oleg Endo7-10/+41
2014-10-16lto-object.c (lto_obj_begin_section): In the event that pointer sizes aren't ...DJ Delorie2-1/+7
2014-10-16flag-types.h (sanitize_code): Don't assume targets have 32-bit integers.DJ Delorie2-5/+8
2014-10-16rs6000-c.c (rid_int128): New.DJ Delorie2-1/+23
2014-10-16compiler: Method names must be non-blank.Ian Lance Taylor3-16/+4
2014-10-16Test change for treating a function receiver as any other parameter list.Ian Lance Taylor1-4/+6
2014-10-16compiler: Don't record interface types with blank type names.Ian Lance Taylor2-5/+12
2014-10-16compiler: Check for initialization cycles in bound method expressions.Ian Lance Taylor1-5/+6
2014-10-16re PR go/63560 (__go_set_defer_retaddr shouldn't be split by IPA split)Ian Lance Taylor3-0/+19
2014-10-16compiler: Parse receiver as a single parameter.Ian Lance Taylor2-93/+28