aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-06-04re PR c++/44362 (Bogus set-but-not-used warning)Jakub Jelinek4-0/+82
2010-06-04i386.md (*addhi_1_lea): Assert that operand 0 and operand 1 are equal.Uros Bizjak2-14/+24
2010-06-04i386-protos.h (ix86_print_operand): Declare.Nathan Froyd6-4/+15
2010-06-04re PR rtl-optimization/44013 (VTA produces wrong code)Alexandre Oliva2-1/+8
2010-06-04re PR debug/41371 (var-tracking is slow and memory hungry)Alexandre Oliva2-10/+77
2010-06-04i386.md (*addqi_2): Do not assert operands[2] == 255 for TYPE_INCDEC operands.Uros Bizjak2-341/+54
2010-06-04re PR c/25880 (improve message of warning for discarding qualifiers)Manuel López-Ibáñez14-99/+205
2010-06-04cygming.h (ASM_GENERATE_INTERNAL_LABEL): Prefix by '*'.Kai Tietz2-1/+6
2010-06-04df.h (df_rd_bb_info, [...]): Embedd bitmap_head into the structure.Jan Hubicka7-275/+315
2010-06-04* dce.c (dce_process_block): Do not re-scan already marked instructions.Jan Hubicka2-12/+15
2010-06-04re PR rtl-optimization/39871 (Code size increase on ARM due to poor register ...Bernd Schmidt9-177/+613
2010-06-04thumb2.md (*thumb2_movdf_soft_insn): Fix alternatives for pool ranges.Julian Brown2-2/+7
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther5-0/+16
2010-06-04gnatlink.adb (gnatlink): Remove support for -fsjlj switch.Eric Botcazou3-13/+6
2010-06-04predicates.md (pic_symbolic_operand): Remove predicate.Uros Bizjak3-114/+60
2010-06-04tree-into-ssa.c (mark_block_for_update): Avoid redundant call of bitmap_bit_p.Jan Hubicka3-5/+9
2010-06-04df-problems.c (df_create_unused_note, [...]): micro-optimize the checks when ...Jan Hubicka2-4/+9
2010-06-04final.c (output_asm_insn): Call targetm.asm_out.print_operand_punct_valid_p.Nathan Froyd10-41/+140
2010-06-04Daily bump.GCC Administrator1-1/+1
2010-06-03re PR libstdc++/44410 (Revision 160231 caused new libstdc++ test failures)Paolo Carlini8-11/+22
2010-06-03re PR tree-optimization/44403 (vectorization does not maintain 'restrict' qua...Richard Guenther2-0/+21
2010-06-03unpack_bounds_1.f90: Remove execute property.Thomas Koenig4-0/+6
2010-06-03class.c (struct vtbl_init_data_s): Remove last_init field.Nathan Froyd4-121/+141
2010-06-03Check MAX_FIXED_MODE_SIZE on bit-field in C++.H.J. Lu7-10/+26
2010-06-03re PR lto/41921 (Cross language don't work with typedef unnamed structs)Richard Biener1-1/+8
2010-06-03re PR lto/41921 (Cross language don't work with typedef unnamed structs)Richard Guenther3-0/+24
2010-06-03Add a testcasef for PR tree-optimization/43688.H.J. Lu2-0/+16
2010-06-03re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther4-0/+20
2010-06-03re PR debug/44375 (goto_locus lost at -O0 during cfg cleanup)Jakub Jelinek2-0/+24
2010-06-03var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if ...Jakub Jelinek1-2/+2
2010-06-03var-tracking.c (dataflow_set_equiv_regs): Shortcut the loop if ...Jakub Jelinek2-1/+12
2010-06-03lto-cgraph.c (lto_varpool_encoder_size): Remove.Jan Hubicka3-8/+13
2010-06-03Missed part of recent tm_p.h patch in c-common.cKai Tietz1-1/+1
2010-06-03arm.c (FL_TUNE): Define.Paul Brook2-111/+86
2010-06-03re PR rtl-optimization/44169 (Wrong code while generating TLS offsets)Alan Modra3-16/+22
2010-06-03passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.Jan Hubicka2-1/+6
2010-06-03ipa-reference.c (ipa_reference_local_vars_info_d): Remove calls_read_all and ...Jan Hubicka2-129/+221
2010-06-03Daily bump.GCC Administrator1-1/+1
2010-06-03PR target/44218, improve -mrecip on powerpcMichael Meissner25-454/+2112
2010-06-02parser.c (cp_parser_mem_initializer_list): Change error text.Jonathan Wakely2-1/+5
2010-06-02re PR middle-end/44291 (ICE in set_user_assembler_libfunc)Richard Guenther2-2/+8
2010-06-02mkconfig.sh: Include insn-flags.h and insn-constants.h before defaults.h.Steven Bosscher5-181/+231
2010-06-02Use __SIZE_TYPE__ to define size_t.H.J. Lu2-1/+5
2010-06-02c-common.c: Remove header include of tm_p.h.Kai Tietz2-3/+5
2010-06-02re PR c++/44361 (-Wunused-but-set-variable vs. explicit void cast)Jakub Jelinek1-4/+3
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-12/+21
2010-06-02re PR debug/44367 (-O0 -g wrong DW_AT_location on c++ class retval)Jakub Jelinek2-5/+11
2010-06-02tree.h (struct tree_decl_map): New type.Jakub Jelinek5-35/+75
2010-06-02* error.c (dump_type): Improve typedef handling.Jason Merrill4-1/+24
2010-06-02re PR c++/44333 (Ambiguity with typedef and using namespace)Jason Merrill4-5/+45