aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-04-09function.c (gen_mem_addressof): When changing the RTX from a REG to a MEM...Roger Sayle2-2/+6
2004-04-09re PR target/14888 (ICE with -O2 -ffast-math in final_scan_insn())Roger Sayle4-3/+66
2004-04-09* gcc.c (default_compilers): Add missing initializers.Ian Lance Taylor2-1/+3
2004-04-09host-darwin.c (darwin_rs6000_gt_pch_use_address): Return 1 if file was succes...Ian Lance Taylor2-2/+7
2004-04-09Daily bump.GCC Administrator1-1/+1
2004-04-08re PR pch/13419 (Clarification of invoke.texi requested)Geoffrey Keating18-21/+160
2004-04-08* explow.c: Fix typo defining default of PROMOTE_FUNCTION_MODE.Geoffrey Keating2-1/+5
2004-04-08invoke.texi (Precompiled Headers): Warn about known problems.Mark Mitchell2-0/+12
2004-04-08re PR c++/14808 ([win32] Undefined results with virtual base classes)Danny Smith6-8/+44
2004-04-08arm.h (CLASS_LIKELY_SPILLED_P): Define.Paul Brook4-0/+30
2004-04-08explow.c (promote_mode): Use PROMOTE_FUNCTION_MODE instead of PROMOTE_FOR_CAL...Paul Brook11-52/+98
2004-04-08re PR ada/14538 (*-rtems broken for gnat)Joel Sherrill5-204/+60
2004-04-08re PR ada/14665 (gnatmake invokes wrong cross tools)Joel Sherrill2-5/+36
2004-04-08re PR target/10129 ([3.4 only] Ada bootstrap fails on PPC-Darwin - invalid as...Andrew Pinski1-0/+1
2004-04-08darwin.c (darwin_encode_section_info): When the decl has a DECL_INITIAL, it i...Andrew Pinski2-1/+6
2004-04-08builtins.c (fold_builtin_isascii, [...]): New.Kaveh R. Ghazi4-0/+136
2004-04-08decl2.c (mark_used): Don't segfault if cfun != NULL but current_function_decl...Jakub Jelinek2-0/+6
2004-04-08[multiple changes]Arnaud Charlet16-174/+434
2004-04-07ia64.c (ia64_encode_section_info): Don't prod global register variables.H.J. Lu2-0/+8
2004-04-08Daily bump.GCC Administrator1-1/+1
2004-04-07* gcc.dg/pch/pch.exp: Add largefile test.Ian Lance Taylor2-0/+19
2004-04-07inclhack.def (rpc_xdr_lvalue_cast_a, [...]): New fixes.Joseph Myers4-5/+131
2004-04-07rs6000.c (processor_target_table): Add MASK_MFCRF to power4 and power5 entries.David Edelsohn2-2/+7
2004-04-07Index: ChangeLogGeoffrey Keating5-1/+17
2004-04-07gcc.c (main): Move 'break' in main loops (on an error) to wait until error pr...Caroline Tice2-8/+9
2004-04-07config.gcc: Stop changing enable_threads midstream.Nathanael Nerode4-67/+50
2004-04-07struct-by-value-5a_main.c, [...]: New files.Kaveh R. Ghazi19-81/+287
2004-04-07Daily bump.GCC Administrator1-1/+1
2004-04-06i386-sse-8.c: Don't use -march=pentium3 on x86_64.Jakub Jelinek4-3/+11
2004-04-06builtins.c: Implement support for sincos function.Uros Bizjak9-21/+588
2004-04-06re PR target/14467 (Compiling on Mac OS X 10.1.5 broken)Devang Patel2-1/+6
2004-04-06* doc/install.texi: Update HP-UX 11 installation procedure.John David Anglin2-62/+105
2004-04-06* README.gcc: Remove obsolete contraint on testcases.Paul Brook2-4/+4
2004-04-06* doc/sourcebuild.texi: Remove obsolete contraint on testcases.Paul Brook2-5/+5
2004-04-06[multiple changes]Arnaud Charlet10-32/+118
2004-04-06sh.c (prepare_move_operands): Use emit_call_insn when the TLS address is gene...Kaz Kojima3-6/+15
2004-04-06Daily bump.GCC Administrator1-1/+1
2004-04-05re PR c++/2123 (Array initializer)Paul Brook5-16/+57
2004-04-05tree.c (reconstruct_complex_type): Use TYPE_READONLY and TYPE_VOLATILE.Andrew Pinski2-2/+7
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice10-93/+265
2004-04-05rs6000.c (VTABLE_NAME_P): Add _ZTI to special symbol handling.David Edelsohn2-1/+7
2004-04-05PR optimization/13424 (hppa), bootstrap/14462, c/14828Jakub Jelinek2-56/+132
2004-04-05re PR c++/3518 (default conversion to pointer-to-function is applied to soon ...Nathan Sidwell4-2/+29
2004-04-05[multiple changes]Arnaud Charlet38-281/+2369
2004-04-05c-decl.c (build_compound_literal): Use TYPE_READONLY.Richard Kenner16-44/+97
2004-04-05sol2-bi.h (PREFERRED_DEBUGGING_TYPE): Set to DWARF2_DEBUG unconditionally.Eric Botcazou2-10/+8
2004-04-05re PR target/14548 (building Ada library incorrectly requires collect2 on mingw)Ian Lance Taylor9-22/+64
2004-04-05simplify-rtx.c (simplify_binary_operation): Constant fold DIV, MOD, UDIV and ...Roger Sayle2-6/+30
2004-04-05Daily bump.GCC Administrator1-1/+1
2004-04-04re PR c++/14804 ([unit-at-a-time] initializing const data with reinterpret_ca...Mark Mitchell2-2/+10