aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2000-04-14flow.c (count_basic_blocks): Remove unused var PREV_CALL.Richard Kenner2-72/+80
2000-04-14* sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Revert last change.Richard Kenner2-19/+22
2000-04-14Match recent assembler change.Jim Wilson2-1/+6
2000-04-14fold-const.c (extract_muldiv): Don't distribute and widen multiply across plu...Richard Henderson2-0/+13
2000-04-14flow.c (find_auto_inc): Don't autoinc eliminable registers.Richard Henderson2-1/+14
2000-04-14stor-layout.c (layout_decl): Properly compare KNOWN_ALIGN to see if DECL_BIT_...Richard Kenner2-2/+5
2000-04-14* tree.h (struct tree_type): Make PRECISION 9 bits and MODE 7.Richard Kenner2-4/+6
2000-04-14dbxout.c (dbxout_type, [...]): Don't call print_int_cst_octal with something ...Richard Kenner2-2/+9
2000-04-14alpha.c (alpha_emit_floatuns): Ensure we pass a REG and not a SUBREG to a FLO...Richard Kenner2-4/+9
2000-04-14Daily bump.Jeff Law2-2/+2
2000-04-13emit-rtl.c (try_split): Avoid infinite loop if the split results in a sequenc...Clinton Popetz2-1/+14
2000-04-13mips.c (expand_block_move): Pass alignment argument to move_by_pieces in bits...Andreas Jaeger2-1/+4
2000-04-13linux.h (CPP_PREDEFINES): Also define __PIC__ and __pic__ for little endian.Andreas Jaeger2-2/+8
2000-04-13i386-protos.h: Add prototype for uno_comparison_operator.Andreas Jaeger2-0/+6
2000-04-13alias.c (nonlocal_reference_p): Take a care for CALL_INSNS's fusage field.Jan Hubicka7-58/+143
2000-04-13class.c (build_base_field): Reformat comment.Nathan Sidwell3-3/+16
2000-04-13cpplex.c (_cpp_lex_token): Handle digraphs.Jason Merrill2-29/+76
2000-04-13Daily bump.Jeff Law2-2/+2
2000-04-13i386.c (ix86_expand_binary_operator, [...]): Check no_new_pseudos instead of ...John Wehle2-8/+17
2000-04-12Jeffrey A Law (law@cygnus.com)Jeffrey A Law2-0/+19
2000-04-12com.h (FFECOM_f2cINTEGER): Avoid using LONG_TYPE_SIZE as a preprocessor const...Mark Mitchell2-18/+23
2000-04-12function.c (aggregate_value_p): VOID_TYPE nodes are never aggregates.Mark Mitchell2-0/+7
2000-04-12linux.h (SUBTARGET_ASM_SPEC): Use proper flags if not compiling PIC code, add...Andreas Jaeger2-2/+61
2000-04-12* execute/20000412-6.c: New test.Hans-Peter Nilsson2-0/+26
2000-04-12reorg.c (fill_slots_from_thread): Check side_effects_p when trying the "oppos...Hans-Peter Nilsson2-1/+7
2000-04-12sh.h (STRUCT_VALUE): Just 0 for TARGET_HITACHI.J"orn Rennecke2-14/+20
2000-04-12* gcc.c-torture/execute/20000412-5.c: New test.Jeffrey A Law2-0/+12
2000-04-12* g77.f-torture/compile/20000412-1.f: New test.Jeffrey A Law2-0/+6
2000-04-12* gcc.c-torture/execute/20000412-4.c: New test.Jeffrey A Law2-0/+27
2000-04-12* gcc.c-torture/compile/20000412-2.c: New test.Jeffrey A Law2-0/+5
2000-04-12* gcc.c-torture/execute/20000412-3.c: New test.Jeffrey A Law2-0/+33
2000-04-12* gcc.c-torture/compile/20000412-1.c: New test.Jeffrey A Law2-0/+17
2000-04-12* gcc.c-torture/execute/20000412-2.c: New test.Jeffrey A Law2-0/+20
2000-04-12Fix typoMark Mitchell1-24/+7
2000-04-12Fix typoMark Mitchell1-1/+1
2000-04-12* objc/execute/bf-20.m: New test.Jakub Jelinek2-0/+19
2000-04-12(expand_call): Do not reverse args in "equal from" field.Jan Hubicka2-13/+50
2000-04-12reload1.c (reload_combine): Don't enable optimization for fixed registers whe...J"orn Rennecke2-1/+7
2000-04-12builtins.c (expand_builtin_memcmp): Do expansion even with !HAVE_cmpstrsi, do...Jan Hubicka2-6/+24
2000-04-12calls.c (expand_call): Do NO_DEFER_POP unconditionally once stack is propertl...Jan Hubicka2-3/+23
2000-04-12calls.c (emit_library_call_value_1): Change 3rd arg to locate_and_pad_parm to...Catherine Moore2-2/+15
2000-04-12* tree.c (unsave_expr_now_r, unsafe_for_reeval): Properly do TREE_LIST.Richard Kenner2-29/+25
2000-04-12print-rtl.c (print_rtx): For CALL_PLACEHOLDER, output the CALL_INSN from the ...Richard Kenner2-14/+26
2000-04-12Minor whitespace changedRichard Kenner1-3/+6
2000-04-12Minor whitespace changeRichard Kenner1-3/+1
2000-04-12i386.c (x86_sub_esp_4, [...]): New global variables.Jan Hubicka4-44/+184
2000-04-12* real.c (toe64): Remove stale #endif from the last change.Jakub Jelinek2-1/+4
2000-04-12Word wrap commentZack Weinberg1-2/+2
2000-04-12Stephen L Moshier <moshier@mediaone.net>Stephen L Moshier3-3/+17
2000-04-12cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.Mark Mitchell10-154/+295