summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dwarf2out: Use normal constant values in bound_info if possible.Mark Wielaard2014-04-172-12/+27
* re PR target/60847 (x86 BMI intrinsics not recognized)Jakub Jelinek2014-04-175-9/+128
* * gcc.c (used_arg): Prevent out of bound access for multilib_options.Kito Cheng2014-04-172-1/+5
* re PR tree-optimization/60849 (bogus comparison result type)Richard Biener2014-04-174-1/+31
* re PR c++/60836 (invalid PHI argument and ICE in verify_gimple)Richard Biener2014-04-174-2/+56
* re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener2014-04-177-17/+244
* i386.c (x86_add_stmt_cost): Fix vector cost model for Silvermont.Evgeny Stupachenko2014-04-172-0/+18
* x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.Evgeny Stupachenko2014-04-174-2/+16
* i386.c (slm_cost): Adjust vec_to_scalar_cost.Evgeny Stupachenko2014-04-172-3/+7
* opts.c (OPT_fif_conversion, [...]): Disable for Og.Joey Ye2014-04-172-2/+6
* opts.c (common_handle_option): Disable -fipa-reference coorectly with -fuse-p...Jan Hubicka2014-04-172-1/+6
* ipa-devirt.c (odr_type_d): Add field all_derivations_known.Jan Hubicka2014-04-174-27/+187
* re PR lto/60820 (ice in ctor_for_folding, at varpool.c:291)Jan Hubicka2014-04-173-0/+30
* re PR ipa/60854 (inline constructor of extern template)Jan Hubicka2014-04-174-1/+36
* host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32 definition.Andrew Pinski2014-04-162-0/+7
* Daily bump.GCC Administrator2014-04-171-1/+1
* final.c (compute_alignments): Do not apply loop alignment to a block falling ...Eric Botcazou2014-04-162-0/+7
* mips.md (*mov<mode>_internal, [...]): Adjust constraints for microMIPS store ...Catherine Moore2014-04-164-3/+34
* decl.c (reshape_init_r): Handle a single element of vector type.Marc Glisse2014-04-164-1/+15
* libgo: Remove Solaris 8 & 9 support.Ian Lance Taylor2014-04-165-55/+0
* re PR c++/60765 (Function attributes ignored for pointer-to-member-function p...Patrick Palka2014-04-166-11/+62
* avr-mcus.def: Correct typo for atxmega256a3bu macro.Pitchumani Sivanupandi2014-04-162-1/+5
* * include/std/functional (__is_location_invariant): Use __or_ helper.Jonathan Wakely2014-04-162-2/+5
* re PR c++/59295 (useless warning: 'Bar' is already a friend of 'Foo' [enabled...Paul Pluzhnikov2014-04-162-3/+12
* tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.Eric Botcazou2014-04-168-20/+22
* re PR tree-optimization/60844 (ICE in reassoc_stmt_dominates_stmt_p)Jakub Jelinek2014-04-164-5/+63
* cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply.Martin Jambor2014-04-164-12/+15
* Correctly detect native TLS support with 64-bit gas on Solaris/x86 (PR target...Rainer Orth2014-04-163-32/+51
* Daily bump.GCC Administrator2014-04-161-1/+1
* ipa-devirt.c (referenced_from_vtable_p): New predicate.Jan Hubicka2014-04-152-5/+76
* shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Remove name of unused param...Jonathan Wakely2014-04-152-1/+4
* * include/experimental/string_view: Fix inconsistent exception specs.Jonathan Wakely2014-04-152-2/+4
* container.cc: Do not use uninitialized members in mem-initializers.Jonathan Wakely2014-04-154-7/+13
* re PR c++/60786 (In C++11 an explicit instantiation with an unqualified name ...Jonathan Wakely2014-04-1514-58/+77
* * include/std/atomic: Uglify parameter names.Jonathan Wakely2014-04-152-16/+18
* shared_ptr.h (shared_ptr::shared_ptr(nullptr_t)): Use delegating constructor.Jonathan Wakely2014-04-153-6/+7
* atomic_base.h (__atomic_base<_PTp*>::_M_type_size): Add const to constexpr me...Jonathan Wakely2014-04-152-2/+5
* re PR target/60839 (PowerPC: internal compiler error: in extract_insn, at rec...Bill Schmidt2014-04-153-6/+26
* Add DW_AT_const_value as unsigned or int depending on type and value used.Mark Wielaard2014-04-152-14/+20
* re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow)Richard Biener2014-04-156-127/+217
* re PR libstdc++/60594 (std::function of a type with a declared (but not defin...Jonathan Wakely2014-04-153-2/+50
* cfg.c (dump_bb_info): Fix flags check.Teresa Johnson2014-04-155-6/+15
* decl.c (duplicate_decls): Remove redundant TYPE_NAME use.Paolo Carlini2014-04-154-4/+9
* re PR rtl-optimization/60663 (Errors out on valid inline asm)Kyrylo Tkachov2014-04-152-3/+15
* re PR libstdc++/60695 (std::atomic<X> doesn't work when X is of zero size)Jonathan Wakely2014-04-153-0/+39
* lto-streamer.h (LTO_major_version): Bump to 4.Richard Biener2014-04-152-1/+5
* common.opt (lto_partition_model): New enum.Richard Biener2014-04-159-34/+64
* * gcc-interface/trans.c (Case_Statement_to_gnu): Revert latest change.Eric Botcazou2014-04-152-14/+17
* re PR libstdc++/60734 (Undefined behavior in g++-v4/bits/stl_tree.h)Jonathan Wakely2014-04-152-2/+7
* alias.c (ncr_compar): New function.Richard Biener2014-04-152-37/+100