aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-05-25* config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.Alexander Monakov2-3/+8
2015-05-25avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base register if not marke...Pitchumani Sivanupandi2-3/+8
2015-05-25* c-ubsan.c (ubsan_instrument_shift): Use type0.Marek Polacek2-1/+5
2015-05-25ada-tree.h (DECL_RENAMING_GLOBAL_P): Rename into...Eric Botcazou10-77/+231
2015-05-25einfo.ads, einfo.adb (Has_Out_Or_In_Out_Parameter): This attribute is now pre...Javier Miranda10-40/+329
2015-05-25pr64317.c: Use 'dg-require-effective-target ia32' and 'dg-require-effective-t...Andreas Tobler2-1/+8
2015-05-25Daily bump.GCC Administrator1-1/+1
2015-05-24re PR c++/66243 (enum class value is allowed to be initialized by value from ...Nathan Sidwell4-3/+26
2015-05-24* ChangLog: Fix whitespace.Uros Bizjak1-8/+13
2015-05-24re PR lto/66180 (many -Wodr false positives when building LLVM with -flto)Jan Hubicka8-21/+114
2015-05-24re PR fortran/66257 (ELEMENTAL procedure pointer component XX is not allowed ...Mikael Morin4-1/+54
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka8-31/+36
2015-05-24tree.c (prototype_p, [...]): Constify.Jan Hubicka3-10/+17
2015-05-24add default for HAVE_tablejumpTrevor Saunders4-9/+17
2015-05-24add default for HAVE_store_multipleTrevor Saunders3-2/+16
2015-05-24add default for HAVE_load_multipleTrevor Saunders3-4/+16
2015-05-24provide default for HAVE_mem_signal_fenceTrevor Saunders3-5/+16
2015-05-24always define HAVE_memory_barrierTrevor Saunders3-5/+16
2015-05-24provide default for HAVE_mem_thread_fenceTrevor Saunders3-4/+16
2015-05-24always define HAVE_lo_sumTrevor Saunders5-45/+51
2015-05-24Daily bump.GCC Administrator1-1/+1
2015-05-23re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GC...Manuel López-Ibáñez15-363/+211
2015-05-23re PR c++/65936 (ICE: canonical types differ for identical types)Nathan Sidwell4-5/+43
2015-05-23genmatch.c (parser::parse_operation): Reject expanding operator-list inside '...Prathamesh Kulkarni2-1/+10
2015-05-23Fix date in ChangeLog entry for r223610Prathamesh Kulkarni1-1/+1
2015-05-23genmatch.c (parser::parse_for): Reject iterator if used as operator-list.Prathamesh Kulkarni2-2/+11
2015-05-23genmatch.c (parser::parse_operator_list): Check for CPP_CLOSE_PAREN after end...Prathamesh Kulkarni2-0/+9
2015-05-23lto.c (hash_canonical_type): Be sure we hash only types that need alias set.Jan Hubicka5-1/+60
2015-05-23* lto.c (hash_canonical_type): Drop hashing of METHOD_BASETYPE.Jan Hubicka2-4/+4
2015-05-23tree.c (gimple_canonical_types_compatible_p): Do not compare function attribu...Jan Hubicka2-7/+9
2015-05-23Daily bump.GCC Administrator1-1/+1
2015-05-22Makefile.in (check_gcc_parallelize): Delete.Jim Wilson8-7/+24
2015-05-22re PR rtl-optimization/66237 (FAIL: gcc.dg/tree-prof/pr34999.c compilation, ...Mikhail Maltsev2-3/+12
2015-05-22pa.md (non-canonical shift-add insns): Remove.Jeff Law2-137/+36
2015-05-22re PR other/63387 (Optimize pairs of isnan() calls into a single isunordered())Marc Glisse5-3/+49
2015-05-22convert.c (convert_to_integer, [...]): Include the types in the error message.Marc Glisse4-3/+16
2015-05-22match.pd ((x | y) & ~x -> y & ~x, (x & y) | ~x -> y | ~x): New simplifications.Marc Glisse4-4/+33
2015-05-22pa.md (integer_indexed_store splitters): Use mem_shadd_operand.Jeff Law2-9/+25
2015-05-22combine.c (try_combine): Canonicalize (plus (mult X pow2) Y) into (plus (ashi...Jeff Law4-0/+60
2015-05-22advsimd-intrinsics.exp: Set dg-do-what-default to compile only on ARM targets...Sandra Loosemore2-4/+22
2015-05-22pa.c (mem_shadd_or_shadd_rtx_p): New function factored out of hppa_legitimize...Jeff Law2-48/+98
2015-05-22[AArch64] PR target/65491: Classify V1TF vectors as AAPCS64 short vectors rat...Kyrylo Tkachov6-21/+55
2015-05-22re PR c++/65598 (Fix column location for 'explicit')Paolo Carlini5-8/+35
2015-05-22tree-vectorizer.h (struct _slp_oprnd_info): Add second_pattern member.Richard Biener4-32/+52
2015-05-22[multiple changes]Arnaud Charlet9-13/+31
2015-05-22tree-switch-conversion.c (build_one_array): Set DECL_IGNORED_P for CSWTCH tem...Aldy Hernandez2-0/+6
2015-05-22fix to use rvalue where expectedNathan Sidwell1-2/+2
2015-05-22Minor reformatting.Arnaud Charlet2-10/+10
2015-05-22sem_res.adb (Resolve_Actuals): If the call is to an overridden operation...Ed Schonberg2-4/+49
2015-05-22[multiple changes]Arnaud Charlet4-48/+118