aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-04-16h8300.md (inverted load with HImode dest): Add support for H8300SX.Kaushik Phatak2-1/+4
2010-04-16re PR debug/43762 (VLA artificial length var loclist is missing DW_OP_stack_v...Jakub Jelinek2-11/+23
2010-04-16predicate.md (bit_operand): Allow immediate values that satisfy 'U' constraint.Kaushik Phatak2-1/+6
2010-04-16gigi.h (gnat_init_decl_processing): Delete.Eric Botcazou6-163/+184
2010-04-16be.po, [...]: Update.Joseph Myers17-64057/+66858
2010-04-16configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx separately.Rainer Orth7-3/+120
2010-04-16tree.h (struct tree_decl_minimal): Move pt_uid ...Richard Guenther2-4/+14
2010-04-16re PR tree-optimization/43572 (FAIL: gfortran.dg/PR19872.f execution test; fo...Richard Guenther10-58/+57
2010-04-16Fixed ChangeLog entry.Diego Novillo1-0/+5
2010-04-16typo fixDiego Novillo1-1/+1
2010-04-16rephrase textDiego Novillo1-2/+2
2010-04-16Clarify what happens with an unrecognized -Wno- optionDiego Novillo1-0/+9
2010-04-16trans.c (unchecked_conversion_nop): Handle function calls.Eric Botcazou4-2/+67
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou5-115/+159
2010-04-16ada-tree.def (LOOP_STMT): Change to 4-operand nodes.Eric Botcazou4-67/+229
2010-04-16uintp.adb (UI_From_Dint): Remove useless code.Eric Botcazou8-97/+141
2010-04-16re PR target/40603 (unnecessary conversion from unsigned byte load to signed ...Bernd Schmidt5-10/+66
2010-04-16gimple-pretty-print.c (dump_gimple_phi): Dump alias info.Richard Guenther2-1/+31
2010-04-16arm.md (addsi3_cbranch): If destination is a high register...Bernd Schmidt2-6/+9
2010-04-16re PR target/41514 (redundant compare instruction of consecutive conditional ...Bernd Schmidt4-2/+43
2010-04-16recog.h (struct recog_data): New field is_operator.Bernd Schmidt5-1/+20
2010-04-16alias.c (memrefs_conflict_p): If x and y are the same VALUE, don't call get_a...Jakub Jelinek2-2/+38
2010-04-16add accumulate-outgoing-args and omit-frame-pointer for SHChristian Bruel7-21/+87
2010-04-16decl.c (make_type_from_size): Just copy TYPE_NAME.Eric Botcazou7-32/+114
2010-04-16Daily bump.GCC Administrator1-1/+1
2010-04-15re PR target/43741 (sh-elf ICEs for libstdc++-v3/src/ios_init.cc with -m2a)Kaz Kojima2-4/+10
2010-04-15re PR fortran/30073 (Array out of bounds gives name of RHS array not LHS array)Steven G. Kargl2-4/+9
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou7-248/+279
2010-04-15trans.c (gigi): Set DECL_IGNORED_P on EH functions.Eric Botcazou3-33/+96
2010-04-15Regenerate gcc/configure.H.J. Lu2-2/+6
2010-04-15s390.c (s390_call_save_register_used): Switch back to HARD_REGNO_NREGS.Andreas Krebbel2-21/+12
2010-04-15g-socket.adb: A target can have multiple missing errno's.Joel Sherrill2-47/+94
2010-04-15gsocket.h: Run-time can no longer be built without network OS headers available.Joel Sherrill1-0/+6
2010-04-15alias.c (alias_set_subset_of): Handle alias-set zero child properly.Richard Guenther2-1/+6
2010-04-15thumb2.md (thumb2_movsi_insn): Split ldr and str alternatives according to us...Mark Shinwell4-21/+40
2010-04-15config.gcc: Handle softfp as for Linux.Thomas Schwinge2-1/+7
2010-04-15tree-ssa-structalias.c (struct variable_info): Add is_fn_info flag.Richard Guenther32-180/+1755
2010-04-15Makefile.in (OBJS-common): Add gimple-fold.o.Richard Guenther7-1563/+1639
2010-04-15fold-const.c (LOWPART, [...]): Move ...Richard Guenther5-761/+793
2010-04-15trans.c (call_to_gnu): Open a nesting level if this is a statement.Eric Botcazou3-95/+188
2010-04-15trans.c (gigi): Do not start statement group.Eric Botcazou3-54/+36
2010-04-15trans.c (call_to_gnu): Do not unnecessarily force side-effects of actual para...Eric Botcazou2-12/+11
2010-04-15decl.c (validate_size): Reorder, remove obsolete test and warning.Eric Botcazou2-44/+40
2010-04-15re PR target/43742 (web.c/union_match_dups segfaults for a null *ref on sh-elf)Bernd Schmidt2-9/+15
2010-04-15trans-decl.c (gfc_build_qualified_array): Clear DECL_IGNORED_P on VAR_DECL LB...Jakub Jelinek2-11/+15
2010-04-15Daily bump.GCC Administrator1-1/+1
2010-04-14re PR target/43742 (web.c/union_match_dups segfaults for a null *ref on sh-elf)Kaz Kojima2-1/+7
2010-04-15double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.Anatoly Sokolov7-123/+112
2010-04-14re PR rtl-optimization/21803 ([ia64] gcc produces really odd predicated code)Bernd Schmidt6-30/+261
2010-04-14re PR c++/36625 (bogus error on __attribute__((aligned(N))) in template code)Jason Merrill7-14/+64