aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-01-29tree-inline.c (walk_tree): Add CHAR_TYPE.Andrew Haley2-0/+5
2003-01-29* i386.md (subdi3_carry_rex64): Fix typo.Jan Hubicka2-1/+5
2003-01-29Test for bug in read-back of the pending instantiation list from the PCH file.Fariborz Jahanian2-0/+10
2003-01-29* pt.c (last_pending_template) Declare GTY().Fariborz Jahanian2-1/+5
2003-01-29* jcf-write.c (generate_bytecode_conditional): Typo fixes.Tom Tromey2-2/+6
2003-01-29Daily bump.GCC Administrator1-1/+1
2003-01-28coretypes.h (cpp_reader): Forward declare struct.Stan Shebs9-14/+20
2003-01-28install.texi: Add documentation for installation into tooldirs and with DESTDIR.Christian Cornelssen2-0/+33
2003-01-28config.gcc (ia64*-*-aix*): Remove.Richard Henderson5-300/+6
2003-01-28m68k.md (tablejump+2): Don't sign extend an address register.Andreas Schwab8-50/+117
2003-01-28* combine.c (nonzero_bits): Fix check for negative divide operands.Richard Sandiford4-2/+21
2003-01-28ia64.c (ia64_rwreloc_section_type_flags): New.Richard Henderson3-6/+26
2003-01-28cris.c (cris_address_cost): Make static.Richard Henderson4-4/+15
2003-01-28* cse.c (find_best_addr): Kill !ADDRESS_COST code.Richard Henderson2-27/+11
2003-01-28nested1.C: Test moved from ...Jeffrey D. Oldham2-0/+5
2003-01-28regclass.c (init_reg_autoinc): New function.Mike Stump2-25/+43
2003-01-28cpplib.h (struct cpp_options): Add warn_deprecated field.Jason Merrill5-1/+16
2003-01-28emit-rtl.c (const_double_htab_hash): Use mode in the hash.Dale Johannesen4-16/+29
2003-01-28Add ChangeLog entry for last change.Rainer Orth1-0/+4
2003-01-28* gcc.dg/i386-cmov5.c: New test.Jan Hubicka2-0/+13
2003-01-28Updated copyright year.Rainer Orth4-4/+4
2003-01-28lex.c (java_lex): Don't include UEOF as part of token.Tom Tromey2-14/+28
2003-01-2820010925-1.c: Changed the memcpy declaration.D.Venkatasubramanian2-1/+6
2003-01-28target.h (targetm.address_cost): New.Richard Henderson1-42/+35
2003-01-28target.h (targetm.address_cost): New.Richard Henderson83-594/+402
2003-01-28re PR c++/3902 ([parser] ambiguous 8.2/7)Nathan Sidwell4-2/+32
2003-01-28re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589)Toon Moene2-0/+23
2003-01-28haifa-sched.c (schedule_insn): Return necessary cycle advance after issuing t...Vladimir Makarov5-238/+99
2003-01-28README: Move relevant parts from README.g++.Gerald Pfeifer3-33/+27
2003-01-28i386.md (*movsi_1): Use movdqa to move one xmm register to another one.Vladimir Makarov2-1/+6
2003-01-28* calls.c (default_must_pass_in_stack): Fix typo in !type case.Richard Henderson2-1/+5
2003-01-28mips.h (UNITS_PER_HWFPVALUE): Renamed from...Alexandre Oliva1-0/+162
2003-01-28re PR c++/9433 (SegFault in dynamic_cast)Nathan Sidwell2-0/+33
2003-01-28* cse.c (cse_insn): Avoid redundant REG_EQUAL notes.Roger Sayle2-5/+13
2003-01-28* gcc.c-torture/execute/builtin-constant.x: Only expect failure at -O1.Kaveh R. Ghazi2-2/+6
2003-01-28sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA...Richard Sandiford2-2/+12
2003-01-28Add a missing change to:Gerald Pfeifer1-1/+1
2003-01-28i386.c (ix86_carry_flag_operator): New predicate.Jan Hubicka4-29/+167
2003-01-28cfgloopmanip.c (create_preheader): Initialize src to avoid warning.Andreas Schwab3-4/+10
2003-01-28combine.c (force_to_mode): Add cast to fix warning when STORE_FLAG_VALUE is n...Andreas Schwab2-1/+7
2003-01-28parse.y (java_check_regular_methods): Check for construct after checking type...Tom Tromey2-11/+16
2003-01-27Makefile.in (cse.o): Depend on TARGET_H.Richard Henderson92-2695/+3449
2003-01-27* config/vax/vax-protos.h: Update. Really.Richard Henderson2-4/+1
2003-01-27* config/vax/vax.h (ASM_OUTPUT_MI_THUNK): Remove. Really.Richard Henderson3-8/+11
2003-01-28re PR c++/47 (nested classes broken)Jeffrey D. Oldham2-0/+30
2003-01-28mips.h (UNITS_PER_HWFPVALUE): Renamed from...Alexandre Oliva4-16/+104
2003-01-28re PR middle-end/7227 (bogus code generation with attribute mode TI)Kaveh R. Ghazi2-0/+20
2003-01-28* c-parse.in: Remove '%expect 32' directive in objc modeGabriel Dos Reis2-3/+4
2003-01-28Daily bump.GCC Administrator1-1/+1
2003-01-27class.c (update_vtable_entry_for_fn): Add index parameter.Nathan Sidwell4-10/+75