aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-07-13config.gcc (*-*-openbsd*): Add fragment to compile libgcc correctly for share...Marc Espie9-5/+54
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating8-69/+543
2001-07-13* combine.c (try_combine): Ensure const_int pow2 is positive.David Edelsohn2-0/+5
2001-07-13config.gcc: Add configuration for s/390.Hartmut Penner2-0/+30
2001-07-13s390.c: New.Hartmut Penner8-0/+11383
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka8-539/+91
2001-07-13Daily bump.GCC Administrator2-2/+2
2001-07-12re PR java/3285 (gcj fails to resolve constructor calls in inner classes)Alexandre Petit-Bianco2-1/+9
2001-07-12* toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.Steve Ellcey2-0/+6
2001-07-12expr.c (expand_load_internal): New function.Tom Tromey2-1/+33
2001-07-12flow.c (try_optimize_cfg): Delete whole chain of trivially dead basic blocks.Jan Hubicka2-11/+14
2001-07-12flow.c (find_basic_blocks_1): Do not emit NOP after call.Jan Hubicka2-22/+10
2001-07-12mips.c (print_operand): Extend '%D' to memory operands.Richard Sandiford2-16/+18
2001-07-12decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER for `register' ...Mark Mitchell2-1/+13
2001-07-12Daily bump.GCC Administrator2-2/+2
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth14-81/+154
2001-07-11ia64-aix port from Tim WallTimothy Wall7-0/+537
2001-07-12recog.c (validate_change): Fix a comment typo.Kazu Hirata2-1/+5
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth19-197/+210
2001-07-11alias.c (set_mem_alias_set): New function.Richard Kenner26-130/+193
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka9-42/+614
2001-07-11pa.c (pa_output_function_prologue): Delete prototype.John David Anglin4-3/+13
2001-07-11intrinsic77.f: New test.David Billinghurst2-0/+590
2001-07-11stmt.c (emit_case_nodes): Widen high and low instead of new_bound and low to ...John David Anglin2-17/+19
2001-07-11gcov.c (arcdata): Use gcov_type to fix branch percentage for large hit count.Janis Johnson2-2/+5
2001-07-11* gcc.misc-tests/gcov-3.c: New test.Janis Johnson2-0/+49
2001-07-11profile.c (branch_prob): Fix .bbg info for computed gotos and C++ EH code.Janis Johnson2-12/+42
2001-07-11stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell6-136/+257
2001-07-11bitmap.c: Comment some functions; fiddle whitespace.Richard Henderson3-18/+21
2001-07-11gcse.c, [...]: s/free on sbitmap vectors/sbitmap_vector_free on sbitmap vecto...Daniel Berlin5-62/+78
2001-07-11* ssa-ccp.c (ssa_fast_dce): Free worklist when completed.Jeffrey A Law2-0/+6
2001-07-11dwarf2out.c (dwarf2out_init, [...]): Add dummy version #ifndef DWARF2_DEBUGGI...Richard Kenner2-4/+25
2001-07-11* Revert today's change -- there is a subtle bug.Ben Elliston5-28/+17
2001-07-11* gcc.c-torture/compile/20010711-1.c,Richard Sandiford3-0/+27
2001-07-11* simplify-rtx.c (simplify_gen_subreg): Return null for QUEUED rtxes.Richard Sandiford2-0/+7
2001-07-11* gcc.c-torture/execute/20010711-1.c: New test.Richard Sandiford2-0/+17
2001-07-11mips.c (gen_int_relational): Tell the caller not to reverse a branch if a NE ...Richard Sandiford2-0/+7
2001-07-11mips.md (call_internal1): Use CONSTANT_ADDRESS_P to check for constant addres...Richard Sandiford2-18/+29
2001-07-11re PR c++/80 (g++ enum and attributed __packed__)Ben Elliston5-15/+39
2001-07-11enum5.C: New test.Ben Elliston2-0/+29
2001-07-11[multiple changes]Alexandre Petit-Bianco5-18/+49
2001-07-11Daily bump.GCC Administrator2-2/+2
2001-07-11pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope variables.Mark Mitchell3-2/+32
2001-07-11Fix a typo in ChangeLog.Kazu Hirata1-1/+1
2001-07-10Fix typo in last changeRichard Kenner1-1/+1
2001-07-11calls.c (emit_library_call_value_1): Fix a comment typo.Kazu Hirata4-3/+9
2001-07-11simplify-rtx.c: (simplify_subreg) Fix typo in commentDavid Billinghurst2-1/+5
2001-07-10recog.c (offsettable_address_p): Handle LO_SUM case.Richard Kenner3-11/+17
2001-07-10reload1.c (merge_assigned_reloads): After a RELOAD_OTHER merge...Stephane Carrez2-3/+8
2001-07-10rs6000.c (print_operand, [...]): Use adjust_address_nv instead of plus_constant.Richard Kenner2-3/+10