aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-23re PR rtl-optimization/61215 (ICE in gen_add2_insn, at optabs.c:4718 when bui...Vladimir Makarov2-0/+15
2014-05-23builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT.Marek Polacek25-8/+1524
2014-05-23[AARCH64] Support tail indirect function call.Jiong Wang8-20/+74
2014-05-23Be a bit less explicit.Thomas Schwinge2-2/+4
2014-05-23Make it easier to diff expand_omp_for_* functions.Thomas Schwinge2-59/+64
2014-05-23lambda-init9.C: New.Paolo Carlini2-0/+10
2014-05-23* varasm.c (output_constructor_bitfield): Fix thinkos in latest change.Eric Botcazou2-18/+24
2014-05-23GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.Thomas Schwinge3-11/+16
2014-05-23Just enumerate all GF_OMP_FOR_KIND_* and GF_OMP_TARGET_KIND_*.Thomas Schwinge2-9/+16
2014-05-23Remove duplicated variable initialization.Thomas Schwinge4-2/+8
2014-05-23Be more explicit.Thomas Schwinge2-6/+14
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge4-10/+26
2014-05-23re PR other/56955 (documentation for attribute malloc contradicts itself)Paul Eggert2-8/+17