aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-05-27tree.h (decl_comdat_group): Declare.Jan Hubicka4-10/+17
2014-05-27Daily bump.GCC Administrator1-1/+1
2014-05-26ssa-fre-40.c: Cleanup fre1 tree dump.Uros Bizjak2-0/+5
2014-05-26gfortran.texi (Project Status): Fix broken link.Tobias Burnus2-2/+5
2014-05-26re PR rtl-optimization/61222 (ICE on valid code at -O2 and -O3 on x86_64-linu...Richard Sandiford5-6/+50
2014-05-26pr61191.c: Fix dg-error directives.Uros Bizjak2-4/+8
2014-05-26pr61278_1.c: Remove dg directives.Uros Bizjak2-3/+4
2014-05-26PR 61310 Rewrite implementation of CTIME and FDATE intrinsics.Janne Blomqvist2-4/+8
2014-05-26re PR c/61271 (10 * possible coding error with logical not (!))Uros Bizjak2-8/+13
2014-05-26ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on subreg uses.Martin Jambor2-11/+5
2014-05-26re PR fortran/55117 (Programs fails to read namelist (contains derived types ...Jerry DeLisle2-0/+71
2014-05-26[multiple changes]Jerry DeLisle2-4/+12
2014-05-26wide-int.h (wi::int_traits <long>, [...]): Provide specializations.Richard Biener2-4/+22
2014-05-26re PR target/61098 (Poor code setting count register for large loops)Alan Modra4-134/+141
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener48-368/+381
2014-05-26re PR c/61191 (cilkplus ICE on syntax error)Igor Zamyatin4-0/+24
2014-05-26configure.ac: Remove long long and __int64 type checks...Richard Biener6-143/+53
2014-05-26* ChangeLog: Fix last entry.Uros Bizjak1-2/+2
2014-05-26re PR target/61249 (_mm_frcz_ss, _mm_frcz_sd: __builtin_ia32_vfrczss, __built...Michael Tautschnig2-111/+97
2014-05-26re PR rtl-optimization/61278 (ICE with LTO (lto-wrapper failed) on x86_64-lin...Zhenqiang Chen5-1/+60
2014-05-26re PR rtl-optimization/61220 (ICE on valid code at -O2 on x86_64-linux-gnu in...Zhenqiang Chen5-2/+63
2014-05-26* symtab.c (symtab_nonoverwritable_alias): Copy READONLY flag for variables.Jan Hubicka2-2/+10
2014-05-26Daily bump.GCC Administrator1-1/+1
2014-05-25Missed the following files with commit 210909Tobias Burnus2-0/+40
2014-05-25ipa-visibility.c (can_replace_by_local_alias_in_vtable): New function.Jan Hubicka3-1/+65
2014-05-25check.c (gfc_check_num_images): New.Tobias Burnus10-39/+224
2014-05-25ggc.h (ggc_grow): New function.Jan Hubicka6-0/+39
2014-05-25ipa.c (cgraph_non_local_node_p_1, [...]): Move to ipa-visibility.cJan Hubicka5-682/+778
2014-05-25Daily bump.GCC Administrator1-1/+1
2014-05-24gimple-fold.c (can_refer_decl_in_current_unit_p): Be sure that var decl is av...Jan Hubicka2-1/+7
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka31-175/+350
2014-05-24re PR libfortran/61173 (Erroneous "end of file" with internal read)Jerry DeLisle2-0/+23
2014-05-24bswap-2.c (main): Handle more bitfield layouts.Andreas Schwab2-2/+7
2014-05-24gengtype-state.c (fatal_reading_state): Bring offline.Jan Hubicka6-24/+41
2014-05-24* sched-int.h (sd_iterator_cond): Manually tail recurse.Jan Hubicka2-21/+28
2014-05-24bind_c_array_params_2.f90: Adjust regexp for -flto.Dominique d'Humieres4-4/+11
2014-05-24rtti.c: Include tm_p.hJan Hubicka2-0/+13
2014-05-24class.c (build_vtable): Align vtables to TARGET_VTABLE_ENTRY_ALIGN ignoring o...Jan Hubicka2-4/+6
2014-05-24Daily bump.GCC Administrator1-1/+1
2014-05-23gfc-internals.texi: Change URLs to HTTPS; fix broken links.Tobias Burnus3-15/+21
2014-05-23rs6000: Make all rlw*nm and rld*c* type shiftSegher Boessenkool6-51/+110
2014-05-23rs6000: Make all logical instructions one typeSegher Boessenkool25-104/+168
2014-05-23rs6000: Make all add instructions one typeSegher Boessenkool26-51/+131
2014-05-23rs6000: Make all shift instructions one typeSegher Boessenkool26-192/+453
2014-05-23rs6000: Make all divide instructions one typeSegher Boessenkool27-72/+126
2014-05-23rs6000: Make all insert instructions one typeSegher Boessenkool26-47/+93
2014-05-23rs6000: Make all multiply instructions one typeSegher Boessenkool27-115/+237
2014-05-23rs6000: New type attribute value "halfmul"Segher Boessenkool6-40/+52
2014-05-23[PATCH 1/9] rs6000: Clean up the "type" attributeSegher Boessenkool2-1/+20
2014-05-23re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor5-303/+559