aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-04-17merge register_dump_files_1 into register_dump_files and remove more fiddling...Trevor Saunders3-31/+17
2014-04-17remove properties stuff from register_dump_files_1Trevor Saunders3-17/+12
2014-04-17dwarf2out: Use normal constant values in bound_info if possible.Mark Wielaard2-12/+27
2014-04-17re PR target/60847 (x86 BMI intrinsics not recognized)Jakub Jelinek5-9/+128
2014-04-17* gcc.c (used_arg): Prevent out of bound access for multilib_options.Kito Cheng2-1/+5
2014-04-17re PR tree-optimization/60849 (bogus comparison result type)Richard Biener4-1/+31
2014-04-17re PR c++/60836 (invalid PHI argument and ICE in verify_gimple)Richard Biener4-2/+56
2014-04-17re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program ...Richard Biener7-17/+244
2014-04-17i386.c (x86_add_stmt_cost): Fix vector cost model for Silvermont.Evgeny Stupachenko2-0/+18
2014-04-17x86-tune.def (TARGET_SLOW_PSHUFB): New tune definition.Evgeny Stupachenko4-2/+16
2014-04-17i386.c (slm_cost): Adjust vec_to_scalar_cost.Evgeny Stupachenko2-3/+7
2014-04-17opts.c (OPT_fif_conversion, [...]): Disable for Og.Joey Ye2-2/+6
2014-04-17opts.c (common_handle_option): Disable -fipa-reference coorectly with -fuse-p...Jan Hubicka2-1/+6
2014-04-17ipa-devirt.c (odr_type_d): Add field all_derivations_known.Jan Hubicka4-27/+187
2014-04-17re PR lto/60820 (ice in ctor_for_folding, at varpool.c:291)Jan Hubicka3-0/+30
2014-04-17re PR ipa/60854 (inline constructor of extern template)Jan Hubicka4-1/+36
2014-04-16host-linux.c (TRY_EMPTY_VM_SPACE): Change aarch64 ilp32 definition.Andrew Pinski2-0/+7
2014-04-17Daily bump.GCC Administrator1-1/+1
2014-04-16final.c (compute_alignments): Do not apply loop alignment to a block falling ...Eric Botcazou2-0/+7
2014-04-16mips.md (*mov<mode>_internal, [...]): Adjust constraints for microMIPS store ...Catherine Moore4-3/+34
2014-04-16decl.c (reshape_init_r): Handle a single element of vector type.Marc Glisse4-1/+15
2014-04-16re PR c++/60765 (Function attributes ignored for pointer-to-member-function p...Patrick Palka6-11/+62
2014-04-16avr-mcus.def: Correct typo for atxmega256a3bu macro.Pitchumani Sivanupandi2-1/+5
2014-04-16re PR c++/59295 (useless warning: 'Bar' is already a friend of 'Foo' [enabled...Paul Pluzhnikov2-3/+12
2014-04-16tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P.Eric Botcazou8-20/+22
2014-04-16re PR tree-optimization/60844 (ICE in reassoc_stmt_dominates_stmt_p)Jakub Jelinek4-5/+63
2014-04-16cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply.Martin Jambor4-12/+15
2014-04-16Correctly detect native TLS support with 64-bit gas on Solaris/x86 (PR target...Rainer Orth3-32/+51
2014-04-16Daily bump.GCC Administrator1-1/+1
2014-04-15ipa-devirt.c (referenced_from_vtable_p): New predicate.Jan Hubicka2-5/+76
2014-04-15re PR target/60839 (PowerPC: internal compiler error: in extract_insn, at rec...Bill Schmidt3-6/+26
2014-04-15Add DW_AT_const_value as unsigned or int depending on type and value used.Mark Wielaard2-14/+20
2014-04-15re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow)Richard Biener6-127/+217
2014-04-15cfg.c (dump_bb_info): Fix flags check.Teresa Johnson5-6/+15
2014-04-15decl.c (duplicate_decls): Remove redundant TYPE_NAME use.Paolo Carlini4-4/+9
2014-04-15re PR rtl-optimization/60663 (Errors out on valid inline asm)Kyrylo Tkachov2-3/+15
2014-04-15lto-streamer.h (LTO_major_version): Bump to 4.Richard Biener2-1/+5
2014-04-15common.opt (lto_partition_model): New enum.Richard Biener9-34/+64
2014-04-15* gcc-interface/trans.c (Case_Statement_to_gnu): Revert latest change.Eric Botcazou2-14/+17
2014-04-15alias.c (ncr_compar): New function.Richard Biener2-37/+100
2014-04-15alias.c (record_component_aliases): Do not walk BINFOs.Richard Biener2-11/+4
2014-04-15decl.c (gnat_to_gnu_entity): Create a mere scalar constant instead of a refer...Eric Botcazou4-122/+198
2014-04-15utils.c (type_for_vector_element_p): New predicate.Eric Botcazou4-122/+157
2014-04-15decl.c (prepend_one_attribute_pragma): Call Is_OK_Static_Expression in lieu o...Eric Botcazou2-2/+10
2014-04-15tree-ssa-structalias.c (find_func_aliases_for_builtin_call): Add struct funct...Richard Biener2-31/+40
2014-04-15Minor tweaksEric Botcazou1-6/+8
2014-04-15tree.c (iterative_hash_expr): Use enum tree_code_class to store TREE_CODE_CLASS.Richard Biener3-4/+13
2014-04-15re PR plugins/59335 (Plugin doesn't build on trunk)Jakub Jelinek4-2/+20
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou17-54/+189
2014-04-15null-deref-1.c: Change regexp to pass test under qemu-arm.Max Ostapenko30-128/+161