aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
1999-10-24Revert unintended change to copy_loop_body.Richard Henderson1-2/+1
1999-10-24alias.c: Include ggc.h.Graham Stott4-11/+41
1999-10-24bsd-5.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi7-11/+21
1999-10-24output.h (ctors_section, [...]): Prototype.Kaveh R. Ghazi18-27/+34
1999-10-24final.c (peephole): Delete prototype.Kaveh R. Ghazi5-7/+25
1999-10-24iris6.h (SUBTARGET_ASM_OPTIMIZING_SPEC): Define to -O0.Mark Mitchell2-0/+10
1999-10-24Daily bump.Jeff Law2-2/+2
1999-10-23* gcc.c-torture/execute/991023-1.c: New test.Jeffrey A Law2-1/+29
1999-10-24integrate.c (integrate_decl_tree): Tweak setting of DECL_CONTEXT for inlined ...Mark Mitchell2-17/+22
1999-10-23* POTFILES.in: Track files recently added/deleted/moved.Manfred Hollstein2-18/+4
1999-10-23Daily bump.Jeff Law2-2/+2
1999-10-22regenJason Merrill1-1/+1
1999-10-22arm.c (logical_binary_operator): New fucntion.Jeffrey A Law4-13/+208
1999-10-22Fix register elimination problemBernd Schmidt4-220/+382
1999-10-22jvgenmain.c (main): _Jv_Compiler_Properties now an extern; set in generated `...Tom Tromey2-1/+8
1999-10-22i386.md: Add missing `y' modifiers to uses of fst, fstp, fld, and fld.Mark Mitchell2-51/+56
1999-10-22Use C-coded tests and fixes for #endif/#else labelsBruce Korb7-81/+344
1999-10-22Daily bump.Jeff Law2-2/+2
1999-10-22cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell1-0/+4
1999-10-21re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Alexandre Petit-Bianco3-10/+9
1999-10-21re GNATS gcj/37 (gcj fails to compile "jBYTEmark" from source code when optim...Alexandre Petit-Bianco3-8/+42
1999-10-21Makefile.in (cse.o): Depend on hashtab.h, not splay-tree.h.Jeffrey A Law2-1/+6
1999-10-21* gcc.1: Document exit codes.Matthias Klose2-1/+10
1999-10-22dump.c (dequeue_and_dump): Replace several uses of queue_and_dump_index with ...Mark Mitchell2-12/+13
1999-10-21calls.c: Include tm_p.h later, so everything we need is defined.Kaveh R. Ghazi12-145/+242
1999-10-21function.c (record_insns, contains): Always declare and define.Kaveh R. Ghazi2-5/+8
1999-10-21Apply patches submitted by eCos team.Jonathan Larmour4-13/+32
1999-10-21cp-tree.h (SCOPE_PARTIAL_P): New macro.Mark Mitchell6-36/+116
1999-10-21Daily bump.Jeff Law2-2/+2
1999-10-21cp-tree.def (EMPTY_CLASS_EXPR): New tree node.Mark Mitchell4-7/+23
1999-10-20sparc.md (movsf_const_intreg): If splitting, length must be > 1.Jeffrey A Law2-2/+5
1999-10-20local-alloc.c (update_equiv_regs): Check the correct insn for pre-existing RE...Jeffrey A Law2-1/+7
1999-10-21cse.c (cse_end_of_basic_block): Don't return the end of a basic block reached...Mark Mitchell2-0/+15
1999-10-20Fix noncompile/940510-1.c testsuite failures.Jim Wilson2-1/+6
1999-10-20Fix numerous -O3 -g testsuite failures for DWARF2 targets.Jim Wilson2-0/+18
1999-10-20i386.c (ix86_expand_prologue): Properly wrap USE around reg for CALL_INSN_FUN...Richard Henderson2-1/+7
1999-10-20mips.md (movdf_internal1a): Allow floating-point move between GP_REGs.Andrew Haley2-4/+9
1999-10-20thumb.h (GO_IF_LEGITIMATE_ADDRESS): Take account of the mode size when findin...Andrew Haley2-1/+7
1999-10-20basic-block.h (PROP_*): Move constants from ...Richard Henderson8-82/+172
1999-10-20* gcc-page.c: Try MAP_ANON if we don't have MAP_ANONYMOUS.Richard Earnshaw2-0/+5
1999-10-20(split_edge): Handle casesi insns.Richard Earnshaw2-0/+14
1999-10-20(merge_blocks_move_predecessor_nojumps): Re-order the basic block records so...Richard Earnshaw2-3/+16
1999-10-20(jump_optimize_1): More accurately detect casesi insns.Richard Earnshaw2-4/+12
1999-10-20Daily bump.Jeff Law2-2/+2
1999-10-20cp-tree.h (DECL_NAMESPACE_SCOPE_P): Don't treat template parameters as having...Mark Mitchell3-3/+16
1999-10-19pa.md (call, call_value): Do not emit a blockage after restoring the PIC regi...Jeffrey A Law2-22/+9
1999-10-20* c-typeck.c (c_expand_asm_operands): Fix typo.Mark Mitchell3-1/+16
1999-10-19jcf-parse.c (parse_source_file): Call jcf_dependency_add_file.Tom Tromey2-0/+7
1999-10-19method.c (PARM_CAN_BE_ARRAY_TYPE): Remove.Mark Mitchell5-105/+214
1999-10-19arm.c: Verify modes on operands in predicatesBernd Schmidt2-4/+25