aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-08-05re PR testsuite/42855 (FAIL: gcc.dg/tree-ssa/pr42585.c scan-tree-dump-times o...Martin Jambor2-2/+7
2010-08-05ipa-cp.c (ipcp_discover_new_direct_edges): New function.Martin Jambor5-2/+163
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor16-74/+762
2010-08-05expmed.c (expand_mult_const): Expand shift into temporary.Uros Bizjak2-3/+11
2010-08-05[multiple changes]Arnaud Charlet7-34/+142
2010-08-05[multiple changes]Arnaud Charlet3-40/+61
2010-08-05[multiple changes]Arnaud Charlet9-102/+165
2010-08-05[multiple changes]Arnaud Charlet6-50/+55
2010-08-05[multiple changes]Arnaud Charlet12-51/+473
2010-08-05errout.adb, [...]: Minor reformatting.Robert Dewar4-6/+10
2010-08-05sem_ch4.adb (Analyze_Allocator): Flag errors on allocators of a nested access...Gary Dismukes3-2/+68
2010-08-05sem.adb: Minor reformattingArnaud Charlet3-6/+13
2010-08-05i386.c (ix86_decompose_address): Check for SI_REG using REGNO of base_reg dir...Uros Bizjak2-4/+8
2010-08-05re PR tree-optimization/45144 (SRA optimization issue of bit-field)Jie Zhang4-1/+61
2010-08-05Daily bump.GCC Administrator1-1/+1
2010-08-04Force the use of stack_pointer_offset in computing the frame size.Richard Henderson2-40/+31
2010-08-04Remove code duplication in ix86_expand_epilogue.Richard Henderson2-87/+46
2010-08-04Describe unwinding for realigned frames explicitly.Richard Henderson5-10/+130
2010-08-04Emit the prologue/epilogue using frame offsets.Richard Henderson3-392/+590
2010-08-04Remove duplicate definition of TARGET_64BIT_MS_ABI.Richard Henderson2-3/+2
2010-08-04Cleanup 32-bit ms_hook code.Richard Henderson3-60/+82
2010-08-04Consolidate red-zone logic into ix86_using_red_zone.Richard Henderson2-7/+18
2010-08-04Simplify logic saving the int registers in the prologue.Richard Henderson2-11/+20
2010-08-04Eliminate most of the conditional compilation from dwarf2out.c.Richard Henderson2-89/+10
2010-08-04re PR debug/45171 (Invalid DWARF...DIE 0x00006a1d has multiple AT_byte_size ...Richard Henderson3-15/+33
2010-08-04re PR rtl-optimization/45162 (ARM bootstrap comparison failures after stage 3)Bernd Schmidt3-2/+8
2010-08-04re PR fortran/42207 ([OOP] Compile-time errors on typed allocation and pointe...Janus Weil7-8/+109
2010-08-04* g++.dg/warn/miss-format-1.C: Update line number.Daniel Gutson2-1/+5
2010-08-04re PR fortran/45183 (FAIL: gfortran.dg/derived_constructor_char_1.f90)Tobias Burnus2-3/+25
2010-08-04re PR target/44583 (c-c++-common/torture/complex-sign-add.c fails for signed ...Steve Ellcey4-30/+83
2010-08-04c-ada-spec.c (dump_ada_template): Mark underlying instance type as visited.Arnaud Charlet2-30/+54
2010-08-04alias.c (rtx_refs_may_alias_p): Do not resort to TBAA if either alias-set is ...Richard Guenther2-1/+9
2010-08-04re PR c++/44641 (Generated constructors and destructors get wrong debug locat...Uros Bizjak2-1/+7
2010-08-04re PR fortran/42051 ([OOP] ICE on array-valued function with CLASS formal arg...Mikael Morin4-21/+28
2010-08-04tree-ssa-propagate.h (struct prop_value_d, [...]): Move ...Richard Guenther11-103/+169
2010-08-04re PR fortran/44857 (ICE in output_constructor_regular_field, at varasm.c:4996)Tobias Burnus6-2/+127
2010-08-04re PR middle-end/45176 (restrict qualifier is not used in a manually unrolled...Richard Guenther2-1/+7
2010-08-04tree-ssa-ccp.c (get_constant_value): New function.Richard Guenther2-110/+72
2010-08-04Makefile.in (double-int.o): Add $(TOPLEV_H) dependency.Richard Guenther4-1/+31
2010-08-04picochip.c (TARGET_OVERRIDE_OPTIONS_AFTER_CHANGE): Define.Hariharan Sandanagobalane4-40/+141
2010-08-04trans-io.c (gfc_build_io_library_fndecls): Fix return value of some libgfortr...Tobias Burnus2-10/+15
2010-08-04unix.h (GLOBAL_ASM_OPS): Add tabs around .globl.Uros Bizjak2-3/+6
2010-08-04decl.c: Do not undefine IN_GCC_FRONTEND and do not include expr.h.Eric Botcazou3-15/+18
2010-08-04Daily bump.GCC Administrator1-1/+1
2010-08-03simplify-rtx.c (simplify_binary_operation_1): Try to simplify away NEG as ope...Bernd Schmidt5-5/+96
2010-08-03re PR fortran/45159 (Unnecessary temporaries)Thomas Koenig4-14/+59
2010-08-03spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of non-NOTE insns.Ulrich Weigand2-1/+6
2010-08-03ipa-split.c (struct split_point): Add split_part_set_retval.Jan Hubicka4-27/+170
2010-08-03tree-sra.c (completely_scalarize_record): New parameter REF, create its own a...Martin Jambor2-12/+14
2010-08-03re PR fortran/44584 (Invalid memory access with gfortran.dg/typebound_proc_15...Janus Weil6-9/+22