prims.cc (_Jv_AllocObject): Remove `size' argument.
[gcc.git] / gcc /
2004-04-16 Bryce McKinlayprims.cc (_Jv_AllocObject): Remove `size' argument.
2004-04-16 Nick Cliftonarm.c (arm_override_options): Revert previous patch.
2004-04-16 Kazuhiro Inaokam32r.h (BIG_ENDIAN_BIT): Deleted to fix endian bug.
2004-04-16 Kaveh R. Ghazibuiltins.def (BUILT_IN_ISDIGIT, [...]): Mark with ATTR_...
2004-04-16 GCC AdministratorDaily bump.
2004-04-15 Kaveh R. GhaziPR/middle-end 14915
2004-04-15 Pat Haugenra-debug.c (ra_print_rtx): Add break's to case legs.
2004-04-15 Richard Sandifordtarget-supports.exp (check_profiling_available): Assume...
2004-04-15 James E WilsonFix build!=host fixinc WARN_CFLAGS problem from DJ...
2004-04-15 Nathanael NerodeMake-lang.in: Remove obsolete rts-none, rts-cert, insta...
2004-04-15 Nathanael Nerodelibada-mk.in: New file.
2004-04-15 Uros Bizjakoptabs.h (enum optab_index): Add new OTI_logb and OTI_i...
2004-04-15 Eric Christophercharset.exp: Run .cc extension tests.
2004-04-15 Eric Christophert-elf: Enable multilibs by default.
2004-04-15 GCC AdministratorDaily bump.
2004-04-14 Zack Weinberg* gcc.dg/const-elim-1.c: XFAIL hppa*.*-*-* (PA32)....
2004-04-14 Jason Merrillrevert: re PR c++/13294 (namespace associations vs...
2004-04-14 Bryce McKinlayexpr.c (build_invokeinterface): Remove unused variables...
2004-04-14 Andreas Toblerbb-reorder.c (fix_crossing_conditional_branches): Adjus...
2004-04-14 Bryce McKinlay[multiple changes]
2004-04-14 Nick Cliftonarm.c (arm_override_options): If the user has not speci...
2004-04-14 Kaveh R. Ghazibuiltins.c (fold_builtin_isdigit): New.
2004-04-14 Kaveh R. Ghazibuiltins.c (fold_builtin_cabs, [...]): Use `mathfn_buil...
2004-04-14 Richard Sandifordinvoke.texi: Rename MIPS's -mfix-vr4122-bugs to -mfix...
2004-04-14 James E WilsonFix problem reported by Dan Berlin on gcc list.
2004-04-14 Uros Bizjakoptabs.c (expand_twoval_unop): Reorder function arguments.
2004-04-14 GCC AdministratorDaily bump.
2004-04-13 Richard Hendersonvarasm.c (unlikely_text_section): Use assemble_align...
2004-04-13 Richard Hendersondefaults.h (HOT_TEXT_SECTION_NAME): Add leading dot.
2004-04-13 Richard Hendersonbb-reorder.c (fix_crossing_unconditional_branches)...
2004-04-13 Ulrich Weigandreload1.c (emit_reload_insns): Set reg_has_output_reloa...
2004-04-13 Geoffrey Keating* g++.dg/pch/externc-1.C: Add missing semicolon.
2004-04-13 Fariborz JahanianDefinition of these two macros are corrected by adding...
2004-04-13 Jonathan LarmourPatch from Jonathan Larmour.
2004-04-13 Aldy Hernandez* gcc.c-torture/execute/20020720-1.x: XFAIL for powerpc...
2004-04-13 GCC AdministratorDaily bump.
2004-04-12 Roger Saylei386.c (output_387_reg_move): New function.
2004-04-12 Richard Kennerc-decl.c (finish_decl): Make a decl_stmt for a variable...
2004-04-12 Roger Saylesimplify-rtx.c (simplify_binary_operation): Remove...
2004-04-12 Aldy Hernandezrs6000.md: Document why a pattern is not available.
2004-04-12 GCC AdministratorDaily bump.
2004-04-12 Aldy Hernandezrs6000.c (rs6000_assemble_integer): Change in_text_unli...
2004-04-11 Roger Saylefold-const.c (fold_binary_op_with_conditional_arg)...
2004-04-11 Kaveh R. Ghaziiris5.h (current_section_flags): Add in_unlikely_execut...
2004-04-11 Andreas Toblerbb-reorder.c (fix_crossing_conditional_branches): Fix...
2004-04-11 Andrew Pinskivarasm.c (text_section): Use TEXT_SECTION_ASM_OP and...
2004-04-11 GCC AdministratorDaily bump.
2004-04-10 Joseph Myersc-typeck.c (common_type): Prefer long long to long...
2004-04-10 Danny Smithmethod.c (make_alias_for_thunk): Remove preprocessor...
2004-04-10 Chris Demetrioupacked1.C: Mark xfail for mips*- not mips-.
2004-04-10 GCC AdministratorDaily bump.
2004-04-09 Zack Weinbergtarget-supports.exp (check_named_sections_available...
2004-04-09 Zack Weinbergre PR target/14887 (compat/struct-ret-19 failure on...
2004-04-09 Roger Saylesimplify-rtx.c (mode_signbit_p): New function to check...
2004-04-09 Kaveh R. Ghazibuiltins.c (mathfn_built_in): Check TYPE_MAIN_VARIANT...
2004-04-09 Andrew Pinskic-common.c (handle_noreturn_attribute): Use TYPE_READON...
2004-04-09 Caroline Ticebasic-block.h (struct edge_def): Add new field, crossin...
2004-04-09 Paul BrookFix typo in Changelog.
2004-04-09 Roger Saylefunction.c (gen_mem_addressof): When changing the RTX...
2004-04-09 Roger Saylere PR target/14888 (ICE with -O2 -ffast-math in final_s...
2004-04-09 Ian Lance Taylor* gcc.c (default_compilers): Add missing initializers.
2004-04-09 Ian Lance Taylorhost-darwin.c (darwin_rs6000_gt_pch_use_address): Retur...
2004-04-09 GCC AdministratorDaily bump.
2004-04-08 Geoffrey Keatingre PR pch/13419 (Clarification of invoke.texi requested)
2004-04-08 Geoffrey Keating* explow.c: Fix typo defining default of PROMOTE_FUNCTI...
2004-04-08 Mark Mitchellinvoke.texi (Precompiled Headers): Warn about known...
2004-04-08 Danny Smithre PR c++/14808 ([win32] Undefined results with virtual...
2004-04-08 Paul Brookarm.h (CLASS_LIKELY_SPILLED_P): Define.
2004-04-08 Paul Brookexplow.c (promote_mode): Use PROMOTE_FUNCTION_MODE...
2004-04-08 Joel Sherrillre PR ada/14538 (*-rtems broken for gnat)
2004-04-08 Joel Sherrillre PR ada/14665 (gnatmake invokes wrong cross tools)
2004-04-08 Andrew Pinskire PR target/10129 ([3.4 only] Ada bootstrap fails...
2004-04-08 Andrew Pinskidarwin.c (darwin_encode_section_info): When the decl...
2004-04-08 Kaveh R. Ghazibuiltins.c (fold_builtin_isascii, [...]): New.
2004-04-08 Jakub Jelinekdecl2.c (mark_used): Don't segfault if cfun != NULL...
2004-04-08 Arnaud Charlet[multiple changes]
2004-04-08 H.J. Luia64.c (ia64_encode_section_info): Don't prod global...
2004-04-08 GCC AdministratorDaily bump.
2004-04-07 Ian Lance Taylor* gcc.dg/pch/pch.exp: Add largefile test.
2004-04-07 Joseph Myersinclhack.def (rpc_xdr_lvalue_cast_a, [...]): New fixes.
2004-04-07 David Edelsohnrs6000.c (processor_target_table): Add MASK_MFCRF to...
2004-04-07 Geoffrey KeatingIndex: ChangeLog
2004-04-07 Caroline Ticegcc.c (main): Move 'break' in main loops (on an error...
2004-04-07 Nathanael Nerodeconfig.gcc: Stop changing enable_threads midstream.
2004-04-07 Kaveh R. Ghazistruct-by-value-5a_main.c, [...]: New files.
2004-04-07 GCC AdministratorDaily bump.
2004-04-06 Jakub Jelineki386-sse-8.c: Don't use -march=pentium3 on x86_64.
2004-04-06 Uros Bizjakbuiltins.c: Implement support for sincos function.
2004-04-06 Devang Patelre PR target/14467 (Compiling on Mac OS X 10.1.5 broken)
2004-04-06 John David Anglin* doc/install.texi: Update HP-UX 11 installation procedure.
2004-04-06 Paul Brook* README.gcc: Remove obsolete contraint on testcases.
2004-04-06 Paul Brook* doc/sourcebuild.texi: Remove obsolete contraint on...
2004-04-06 Arnaud Charlet[multiple changes]
2004-04-06 Kaz Kojimash.c (prepare_move_operands): Use emit_call_insn when...
2004-04-06 GCC AdministratorDaily bump.
2004-04-05 Paul Brookre PR c++/2123 (Array initializer)
2004-04-05 Andrew Pinskitree.c (reconstruct_complex_type): Use TYPE_READONLY...
2004-04-05 Caroline Ticegcc.c (combine_flag): New global variable, for new...
2004-04-05 David Edelsohnrs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol...
2004-04-05 Jakub JelinekPR optimization/13424 (hppa), bootstrap/14462, c/14828
next