aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-09-04Daily bump.GCC Administrator1-1/+1
2004-09-03re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu20-185/+754
2004-09-03i386.c (x86_branch_hints): Remove m_PENT4 and m_NOCONA.H.J. Lu2-1/+10
2004-09-03re PR middle-end/9997 (Coelesce stack slots for disjoint scopes.)Richard Henderson3-7/+767
2004-09-03Compile speed improvement.Matt Austern2-0/+33
2004-09-03cfg.c (free_edge): Use ggc_free.Jan Hubicka5-5/+24
2004-09-03Fix aliasing bug that also caused memory usage problems.James E Wilson2-4/+11
2004-09-03final.c (output_in_slot): New global variable.Eric Botcazou3-8/+30
2004-09-03* decl.c (finish_function): Clean out pointers we no longer need.Jan Hubicka2-0/+16
2004-09-03tree-ssa-operands.c (fini_ssa_operands): ggc_free unused arrays.Jan Hubicka3-0/+17
2004-09-03config-lang.in: Update copyright notice.Ziemowit Laski2-1/+9
2004-09-03stub-objc.c (objc_is_id, [...]): New stubs.Ziemowit Laski2-1/+192
2004-09-03More MIPS vector cleanup work.James E Wilson6-7/+44
2004-09-03reload.c (find_reloads): Swap operand_loc pointers for find_dummy_reload if w...Daniel Jacobowitz2-3/+23
2004-09-03cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn to get the tablejump-insn...Hans-Peter Nilsson2-2/+8
2004-09-03c-common.h (objc_is_id, [...]): New prototypes.Ziemowit Laski2-0/+60
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich38-6/+1235
2004-09-03ia64.c (ia64_function_arg): Use PARALLEL even if there is only one reg.Steve Ellcey2-16/+8
2004-09-03re PR c/7054 (#pragma pack handled incorrectly)Jan Beulich15-76/+152
2004-09-03dwarf2out.c (gen_field_die): Equate decl number to die.Devang Patel4-0/+23
2004-09-03re PR target/15832 (ICE in move_for_stack_reg, at reg-stack.c:1120)Vladimir Makarov2-6/+64
2004-09-03Commit forgotten fileDaniel Berlin1-1/+1
2004-09-03m68k.c (output_andsi3): Use -1 instead of (HOST_WIDE_INT)0xffffffff since CON...Andreas Schwab2-1/+7
2004-09-03* README.QMTEST: Fix out-of-date link.Mark Mitchell2-1/+5
2004-09-02Makefile.in (LIB2ADDEHDEP): Add unwind.h and unwind-pe.h.Jan Beulich4-9/+33
2004-09-02combine.c (try_combine): Delay modifying of insns which cannot be easily undone.Roman Zippel2-34/+44
2004-09-03re PR fortran/16579 (gfortran: (ICHAR(CHAR(I)) .NE. I) when 128 <= I <= 255)David Billinghurst2-6/+6
2004-09-03common.opt: Rename ivcanon to tree-loop-ivcanon, tree-lim to tree-loop-im.Daniel Berlin5-10/+18
2004-09-03c-decl.c (store_parm_decls_newstyle): Make static.Ziemowit Laski3-2/+19
2004-09-02rs6000.c (expand_block_move): Use SImode and HImode with STRICT_ALIGNMENT.David Edelsohn2-2/+7
2004-09-03bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.Mark Mitchell5-2/+46
2004-09-03Daily bump.GCC Administrator1-1/+1
2004-09-02* combine.c (distribute_notes): Don't add REG_LABEL to jump insn.Roman Zippel2-8/+16
2004-09-02builtins.c (expand_builtin_cabs): Delete.Eric Christopher4-1194/+78
2004-09-02c-decl.c (store_parm_decls_newstyle): Make externally visible.Ziemowit Laski3-1/+7
2004-09-02rs6000.c (expand_block_clear): Use vector instructions if available.Geoffrey Keating5-19/+70
2004-09-02* rtl.def (RANGE_INFO, RANGE_REG, RANGE_VAR, RANGE_LIVE): Kill.Jan Hubicka2-38/+4
2004-09-02symbian.h (LIB_SPEC): Define to empty.Mark Mitchell3-0/+13
2004-09-02* config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.Paul Brook1-34/+0
2004-09-02bpabi.c (__aeabi_ul2d, [...]): Remove.Paul Brook1-0/+4
2004-09-02decl2.c (determine_visibility): Only check data visibility for VAR_DECLS.Paul Brook2-2/+8
2004-09-02Add MIPS-3D and MIPS PS testcases from Chao-ying Fu.Chao-ying Fu16-0/+6205
2004-09-02* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.Paul Brook1-1/+1
2004-09-02mips.c (mips_classify_symbol, [...]): (mips_restore_gp, mips_set_return_addre...Richard Sandiford3-50/+46
2004-09-02* trans-types.c (gfc_type_for_mode): Return NULL for unknown modes.Paul Brook2-1/+5
2004-09-02mips.md (*lea_high64): Change split condition to flow2_completed.Richard Sandiford2-1/+32
2004-09-02gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.Jan Hubicka6-32/+172
2004-09-02Enable -ftrapping-math by default.James E Wilson2-1/+5
2004-09-02* arm/predicates.md (arm_reload_memory_operand): Allow MEM.Richard Earnshaw2-1/+5
2004-09-02re PR target/16884 ([fweb related] bug while initialising variables)Denis Chertykov2-21/+26