aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2002-07-08c-pragma.h (add_to_renaming_pragma_list): New function.Steve Ellcey3-4/+15
2002-07-08combine.c (combine_simplify_rtx): Add an explicit cast to avoid signed/unsign...Roger Sayle2-25/+49
2002-07-08pt.c (can_complete_type_without_circularity): Add static to function definition.Kriang Lerdsuwanakij2-1/+6
2002-07-08mips.md: Add imadd type.Richard Sandiford2-15/+25
2002-07-08cp-tree.h (have_extern_spec): Declare itMark Mitchell4-17/+25
2002-07-08Daily bump.GCC Administrator3-3/+3
2002-07-08Make-lang.in (cp/parse.o): Depend on decl.h.Mark Mitchell5-13/+33
2002-07-07c-common.c (c_common_post_options): Update prototype; don't init backends if ...Neil Booth8-19/+55
2002-07-07sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.J"orn Rennecke4-97/+134
2002-07-07error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for constructor and de...Roger Sayle4-1/+31
2002-07-07Emit MMIX function prologue and epilogue as rtl.Hans-Peter Nilsson5-530/+558
2002-07-07Daily bump.GCC Administrator3-3/+3
2002-07-0620020706-1.c: New test.Alexandre Oliva3-0/+81
2002-07-06* g++.dg/warn/incomplete1.C: New test.Brian R. Gaeke2-0/+25
2002-07-06* linkage1.C, linkage1-main.cc: New test.Alexandre Oliva3-0/+38
2002-07-06ChangeLog entry for my last patch:Andreas Jaeger1-2/+12
2002-07-06toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.Andreas Jaeger3-7/+17
2002-07-06Daily bump.GCC Administrator3-3/+3
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Kaveh R. Ghazi2-0/+76
2002-07-06re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::...Roger Sayle9-146/+250
2002-07-06m68hc11.md ("*movqi_68hc12"): Avoid allocating QI mode registers in soft regi...Stephane Carrez2-3/+10
2002-07-05cvt.c (cp_convert_to_pointer): Call force_fit_type for null pointers.Jason Merrill3-0/+19
2002-07-05m68hc11.md ("*ashlsi3"): Avoid saving y if we know it is dead.Stephane Carrez2-13/+26
2002-07-05genautomata.c (output_max_insn_queue_index_def): Take latencies into account.Vladimir Makarov2-4/+28
2002-07-05m68hc11.md (peephole2): New peephole2 to optimize address computation and mem...Stephane Carrez2-18/+122
2002-07-05re PR c++/6706 (ICE with variable-sized arrays and DWARF-1 output)Mark Mitchell5-2/+42
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill1-0/+23
2002-07-05re PR rtl-optimization/7145 (g++ -O with structure initializer & return value...Jason Merrill2-0/+7
2002-07-05copyright date updatedNathan Sidwell1-1/+1
2002-07-05gcc.c (asm_debug): Move initialization ...Rainer Orth2-1/+10
2002-07-05c-parse.in (extdef): Append ';'.Nathan Sidwell2-0/+7
2002-07-05Repair damage on weak-impared targets caused by my previous patch.Nathan Sidwell4-9/+29
2002-07-05Daily bump.GCC Administrator3-3/+3
2002-07-04configure.in: Correct typos...Daniel Jacobowitz3-4/+11
2002-07-04* ggc.h (ggc_add_root): Document as obsolete.Geoffrey Keating2-1/+7
2002-07-04Daily bump.GCC Administrator3-3/+3
2002-07-04sh.md (mshfhi_b, [...]): Add DONE.J"orn Rennecke2-0/+11
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke6-4/+47
2002-07-04linux.h: Add #undef for SUBTARGET_CPP_SPEC.Eric Christopher4-112/+29
2002-07-03mangle6.C: Run for mipsisa64*-*-* targets.Chris Demetriou3-2/+7
2002-07-03darwin.h (APPLE_CC): Remove, not meaningful in FSF GCC.Stan Shebs2-13/+7
2002-07-03combine.c (struct_undo): Change types of recorded substitutions to be either ...Roger Sayle2-8/+17
2002-07-03i386.md (length_immediate attribute): Fix typo.Eric Botcazou2-5/+33
2002-07-03re PR c++/6944 (missing feature on default copy-constructor for class with mu...Kriang Lerdsuwanakij5-8/+111
2002-07-03rs6000.md (fix_truncdfsi2_internal): Ignore DImode in FPR as preference.David Edelsohn2-105/+68
2002-07-03i386.c (x86_integer_DFmode_moves): Disable for PPro.Will Cohen2-1/+5
2002-07-03* pt.c (instantiate_class_template): Fix typo.Graham Stott2-1/+5
2002-07-03optabs.c (expand_vector_binop): Don't store using a SUBREG smaller than UNITS...J"orn Rennecke8-44/+259
2002-07-03Daily bump.GCC Administrator3-3/+3
2002-07-03c-parse.in (parsing_iso_function_signature): New variable.Kaveh R. Ghazi19-19/+290