aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-08-06typeck.c (complete_type_or_maybe_complain): Split out from...Jason Merrill12-27/+156
2010-08-06typeck.c (decay_conversion): Any expression with type nullptr_t decays to nul...Jason Merrill2-0/+8
2010-08-06decl.c (gnat_to_gnu_entity): Do not build an allocator for large imported obj...Eric Botcazou2-4/+8
2010-08-06tree-ssa-ccp.c (struct prop_value_d): Add mask member.Richard Guenther14-60/+882
2010-08-06* class.c (build_utf8_ref): Fix code formatting from previous commit.David Daney2-1/+5
2010-08-06* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.David Daney2-0/+5
2010-08-06invoke.texi (RS/6000 and PowerPC Options): Rewrite -mrelocatable and -mreloca...Alan Modra2-9/+19
2010-08-06Daily bump.GCC Administrator1-1/+1
2010-08-05From Martin Thuresson <martint@google.com>Bernd Schmidt5-4/+16
2010-08-05rtlanal.c (nonzero_bits1): Use unsigned HOST_WIDE_INT in all mask computations.Eric Botcazou2-53/+68
2010-08-05Replace exact_log2(x & -x) in favor of more direct computation.Richard Henderson9-47/+109
2010-08-05re PR target/45189 (New stack alignment test failures)Richard Henderson2-2/+9
2010-08-05expr.c (store_expr): Use emit_block_move only if both source and target are M...Richard Guenther2-1/+10
2010-08-05re PR target/45189 (New stack alignment test failures)Richard Henderson2-4/+16
2010-08-05gcov.c (flag_display_progress): New static variable.Nicolas Setton3-2/+34
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