]> gcc.gnu.org Git - gcc.git/history - gcc
configure.in: Check if $MAKEINFO is missing.
[gcc.git] / gcc /
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-10-01 David S. Millerlinux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine before...
2003-10-01 Steven Bosschercris-protos.h, cris.c: Convert to ISO C90 function...
2003-10-01 Nathanael Nerode* config.gcc (cris-*-linux*): Revert mistaken commit.
2003-10-01 Eric Botcazoure PR rtl-optimization/11753 (%o7 register being used...
2003-10-01 Richard Hendersondwarf2out.c (expand_builtin_init_dwarf_reg_sizes):...
2003-10-01 GCC AdministratorDaily bump.
2003-09-30 Kaveh GhaziAdd note about PR 6222 fixed by prior patch
2003-09-30 Kaveh GhaziAdd PR 9200 to prior patch
2003-09-30 Richard Henderson* decl.c (duplicate_decls): Copy DECL_SAVED_INSNS too.
2003-09-30 Kelley CookConvert to ISO C90 prototypes.
2003-09-30 Kelley Cookcygwin1.c: Convert to ISO C90 prototypes.
2003-09-30 Kazu Hiratafold-const.c (fold): Fold (A & ~B) - (A & B) into ...
2003-09-30 Roger Saylejcf-write.c (generate_bytecode_insns): Implement evalua...
2003-09-30 Nathanael Nerodeconfig.gcc (arm*-*-kaos*, [...]): Disable fixproto.
2003-09-30 Gabriel Dos Reisdecl.c (pop_binding): Don't mess with nullifying bindin...
2003-09-30 Richard Earnshaw* arm/ieee754-sf.S: Tidy formatting.
2003-09-30 Nicolas PitreNicolas Pitre <nico@cam.org>
2003-09-30 Richard EarnshawNicolas Pitre <nico@cam.org>
2003-09-30 Nathanael Nerode* config.gcc: Default use_fixproto to 'no'.
2003-09-30 Richard Sandifordre PR rtl-optimization/12345 (internal compiler error...
2003-09-30 GCC AdministratorDaily bump.
2003-09-29 Carlo Woodre PR debug/12319 (Wrong DW_AT_low_pc and DW_AT_high_pc...
2003-09-29 Zack Weinbergobjc-act.c (encode_type): Encode INTEGER_TYPEs and...
2003-09-29 Zack Weinbergtarget.c (FFETARGET_ATOF_): Delete.
2003-09-29 Zack Weinbergtrans.c (gigi): Use REAL_ARITHMETIC, not REAL_VALUE_ATO...
2003-09-29 Rainer Orthdwarf2out.c (default_eh_frame_section): Split into ...
2003-09-29 Zack Weinberg* real.c (real_sqrt): Use get_canonical_qnan directly.
2003-09-29 Zack Weinberg* dwarf2out.c (add_const_value_attribute): Use real_to_...
2003-09-29 Zack Weinbergvarasm.c (assemble_real): Use real_to_target directly...
2003-09-29 Jan Hubickare PR c++/12175 (Tru64 UNIX bootstrap failure: multiply...
2003-09-29 Rainer Orthconfigure.in: Remove wildcard from Solaris 8-9/Intel...
2003-09-29 Richard KennerRemove extra comma in comment.
2003-09-29 Kazu Hiratafold-const.c (fold): Fold (A & ~B) - (A & B) into ...
2003-09-29 Richard Henderson* g++.dg/init/array10.C: Add dg-options.
2003-09-29 Jan Hubicka* libgcov.c (gcov_exit): Fix two pastos.
2003-09-29 Kazu Hiratah8300.md (*tst_extzv_1_n): Combine with the define_spli...
2003-09-29 Kazu Hiratah8300.md (*tstsi_variable_bit): New.
2003-09-29 Phil Edwardscppopts.texi: Use 'dashMP' instead of '-MP' as a cross...
2003-09-29 Eric Botcazou* g++.dg/opt/unroll1.C: Change unsigned to __SIZE_TYPE__.
2003-09-29 GCC AdministratorDaily bump.
2003-09-28 Richard Hendersonc-decl.c (duplicate_decls): Copy DECL_SOURCE_LOCATION...
2003-09-28 Ulrich Weigands390.md ("*adddi3_carry1_cc", [...]): New insns.
2003-09-28 Richard Hendersonstmt.c (expand_asm_operands): Take a location_t, instea...
2003-09-28 Roger Sayleexpr.c (java_check_reference): Use the semantics of...
2003-09-28 Jeff Sturmdecl.c (java_optimize_inline, [...]): Remove.
2003-09-28 Philip Blundellarm.c (legitimize_pic_address): Check SYMBOL_REF_LOCAL_...
2003-09-28 Steven Bosscherpdp11-protos.h, [...]: Convert to ISO C90 function...
2003-09-28 Kriang Lerdsuwanakijfriend19.C: Fix typo.
2003-09-28 Steven Bosscherstormy16.c, [...]: Convert to ISO C90 function declarat...
2003-09-28 Richard Sandifordmips.c (mips_constant_info): Add reloc field.
2003-09-28 Richard Sandifordmips-protos.h (mips16_gp_pseudo_reg): Remove.
2003-09-28 Roger Sayletoplev.c (flag_evaluation_order): New global variable.
2003-09-28 Andreas Jaegerc-decl.c (finish_function): Convert definition to ISO...
2003-09-28 GCC AdministratorDaily bump.
2003-09-27 Nathanael Nerode* config.gcc (alpha*-dec-osf[45]*): Disable fixproto.
2003-09-27 Nathanael Nerode* config.gcc (arm*-*-uclinux*): Disable fixproto.
2003-09-27 Nathanael Nerodeconfig.gcc (powerpc-*-eabispe*, [...]): Disable fixproto.
2003-09-27 Alexandre Petit... re PR java/1333 (private field access modifier not...
2003-09-27 Eric Botcazoure PR rtl-optimization/12340 (loop unroller + gcse...
2003-09-27 Gabriel Dos Reisname-lookup.h (get_global_value_if_present): New function.
2003-09-27 Kriang LerdsuwanakijCorrect PR number.
2003-09-27 Kriang Lerdsuwanakijre PR c++/11415 (Error message with ::::)
2003-09-27 Graham Stott* unroll.c(loop_interations)[GT]: Add missing break.
2003-09-27 R. Kelley CookCorrect previous ChangeLog entry.
2003-09-27 Kelley CookGNU CC -> GCC
2003-09-27 Gabriel Dos Reiscp-tree.h, [...]: Remove reference to macros BINDING_SC...
2003-09-27 GCC AdministratorDaily bump.
2003-09-26 Loren J. Rittleobjc-act.c (tm_p.h): Tweak order.
2003-09-26 Loren J. Rittle* objc/objc-act.c (tm_p.h): Tweak order.
2003-09-26 Nathanael Nerodeconfig.gcc (hppa*64*-*-linux* | parisc*64*-*-linux...
2003-09-26 Nathanael Nerodeconfig.gcc (hppa*64*-*-linux* | parisc*64-*-linux*...
2003-09-26 Nathanael Nerodeconfig.gcc (i960-*-coff*, [...]): Disable fixproto.
2003-09-26 Nathanael Nerodeconfig.gcc (i[34567]86-*-solaris2*, [...]): Disable...
2003-09-26 Nathanael Nerode* config/i386/unix.h: Remove (unused) DEFAULT_ASSEMBLER...
2003-09-26 Loren J. Rittlei386.h (ix86_return_in_memory): Revert my last patch.
2003-09-26 Per Bothnerdbxout.c (dbxout_typedefs): Output typedefs in forward...
2003-09-26 Roger Saylere PR rtl-optimization/11741 (internal compiler error...
2003-09-26 Andreas Krebbels390.md ("builtin_setjmp_setup"): Insn deleted.
2003-09-26 John David Anglinre PR bootstrap/12358 (Bootstrap comparison failure!)
2003-09-26 Gabriel Dos Reisdecl.c (pop_binding_level, [...]): Merge into leave_scope.
2003-09-26 Richard Sandifordexpmed.c (store_bit_field): Don't search for an integer...
2003-09-26 Richard Sandifordexpr.c (emit_move_insn_1): If there is no move pattern...
2003-09-26 Richard Sandiford* combine.c (if_then_else_cond): Tighten mode check.
2003-09-26 Nathanael Nerodecppcharset.c, cpphash.h: Rename 'struct strbuf' to...
2003-09-26 Nathanael Nerodenetbsd-elf.h, [...]: Replace "GNU CC", "GNU compiler...
2003-09-26 Nathanael Nerodei386-aout.h, [...]: GNU CC -> GCC.
2003-09-26 Nathanael Nerodeatt.h, [...]: GNU CC -> GCC.
2003-09-26 GCC AdministratorDaily bump.
2003-09-26 Kelley Cookcgraph.c (dump_cgraph): Don't output newline before...
2003-09-25 Loren J. Rittle* config/i386/i386.h (ix86_return_in_memory): Add proto...
2003-09-25 Ulrich Weigands390.c (s390_emit_prologue): Simplify accesses to FPR...
2003-09-25 Richard Sandifordcgraph.h (cgraph_remove_edge): Declare.
2003-09-25 Ulrich Weigand* objc/objc-act.c (gen_declaration_1): Fix printf format.
2003-09-25 Kriang Lerdsuwanakijre PR c++/5655 (Member redeclared within its class...
2003-09-25 Richard Earnshawarm.c (all_cores): arm710t, arm720t and arm740t are...
2003-09-25 Ziemowit Laskidarwin-protos.h (objc_image_info_section): New prototype.
2003-09-25 Ziemowit LaskiMakefile.in (stub-objc.o): Depend on $(GGC_H).
2003-09-25 Nathanael Nerodeconfig.gcc: Get rid of more gratuitious 'x'es.
2003-09-25 Ziemowit Laskicp-parse.in (objc_try_stmt): Do not specify a %type.
next
This page took 0.093259 seconds and 8 git commands to generate.