| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (movtf+3): Disable pattern. | wilson | 1994-10-31 | 1 | -1/+4 |
* | (expand_expr, COND_EXPR case): Don't use original target as a temp if | kenner | 1994-10-31 | 1 | -3/+4 |
* | (ASM_GLOBALIZE_LABEL): Pass new args to vms_check_external. | kenner | 1994-10-31 | 1 | -21/+32 |
* | Include tree.h #ifdef VMS. | kenner | 1994-10-31 | 1 | -13/+82 |
* | (TARGET_SWITCHES): Add -split and -no-split. | kenner | 1994-10-31 | 1 | -0/+12 |
* | Update comments. | kenner | 1994-10-31 | 1 | -4/+6 |
* | (mark_set_resources): Properly handle SUBREGs. | kenner | 1994-10-31 | 1 | -0/+16 |
* | (preserve_temp_slots): Preserve anything whose address was taken when | kenner | 1994-10-31 | 1 | -2/+10 |
* | (expand_expr, case COMPONENT_REF): Don't extract field from a CONSTRUCTOR if | kenner | 1994-10-31 | 1 | -2/+6 |
* | Update version to 2.6.1. | kenner | 1994-10-30 | 2 | -2/+2 |
* | (operand_subword): Fix typo: HOST_BITS_PER_INT should be | kenner | 1994-10-30 | 1 | -1/+1 |
* | g++.c (main): Cast arg to bzero to avoid warning. | kenner | 1994-10-29 | 1 | -0/+4 |
* | In the case of {[LO .. HI] = VALUE}, only evaluate VALUE once. | bothner | 1994-10-28 | 1 | -0/+4 |
* | (__objc_xcalloc): Use calloc instead malloc/bzero. | kenner | 1994-10-28 | 1 | -3/+2 |
* | (TRAMPOLINE_SIZE): Install real implementation. | kenner | 1994-10-28 | 1 | -6/+25 |
* | (stage?-start): Add semicolon between fi and done. | kenner | 1994-10-28 | 1 | -4/+4 |
* | (cse_insn): Don't record a DEST a paradoxical SUBREG and SRC is a | kenner | 1994-10-28 | 1 | -1/+11 |
* | (reload_outqi): Correctly handle scratch assignments for unaligned | kenner | 1994-10-28 | 1 | -1/+2 |
* | Fix adddi3. | meissner | 1994-10-28 | 1 | -7/+13 |
* | (count_possible_groups): Fix typo in setting counted_for_groups. | kenner | 1994-10-27 | 1 | -1/+1 |
* | (process_command): Don't forget to split -Wl arguments at commas. | tege | 1994-10-27 | 1 | -2/+19 |
* | (process_command): Handle -Wl, and -Xlinker similar to -l, | tege | 1994-10-27 | 1 | -61/+33 |
* | (debug_reload): New function to print reload info set up by | kenner | 1994-10-27 | 1 | -0/+108 |
* | *** empty log message *** | merrill | 1994-10-27 | 6 | -5/+42 |
* | (FUNCTION_PROFILER): Use $28 instead of $27. | kenner | 1994-10-26 | 1 | -7/+7 |
* | (expand_expr, COND_EXPR case): Don't expand "X ? A & 1 : A" as "A & (X != 0)". | dje | 1994-10-26 | 1 | -2/+1 |
* | (expand_lib, main): Fix off-by-one bugs in several calls to malloc. | kenner | 1994-10-26 | 1 | -3/+3 |
* | Use GNU nm as REAL_NM_FILE_NAME | meissner | 1994-10-26 | 1 | -1/+1 |
* | Initial revision | kenner | 1994-10-26 | 4 | -0/+4770 |
* | (pdp11): New machine name. | kenner | 1994-10-26 | 1 | -2/+8 |
* | (find_basic_blocks): Ensure each live basic block is actually reachable. | kenner | 1994-10-26 | 1 | -3/+17 |
* | (rescan): ".." no longer terminates a preprocessing number, since | kenner | 1994-10-25 | 1 | -3/+1 |
* | (CPP_PREDEFINES): Define u3b2, not u3b. | kenner | 1994-10-25 | 1 | -2/+2 |
* | (fill_slots_from_thread): Update THREAD if it is split. | wilson | 1994-10-25 | 1 | -0/+2 |
* | (lang_options): Add -f{no-,}access-control. | merrill | 1994-10-25 | 1 | -0/+2 |
* | (peepholes for call followed by branch): Disable. | erich | 1994-10-24 | 1 | -2/+2 |
* | (INSTALL): Invoke install.sh with -c flag | erich | 1994-10-23 | 1 | -1/+1 |
* | (LIB2FUNCS): Add _pure. | merrill | 1994-10-21 | 1 | -0/+10 |
* | (__pure_virtual): New function to go into vtable | merrill | 1994-10-21 | 1 | -1/+2 |
* | Better NCR support. | bothner | 1994-10-21 | 1 | -6/+6 |
* | (define_split comparison op with power of two minus 1): Fix typo. | kenner | 1994-10-20 | 1 | -1/+1 |
* | Back out previous change. | merrill | 1994-10-20 | 1 | -23/+0 |
* | (add_to_list): Check for duplicates. | merrill | 1994-10-20 | 1 | -5/+16 |
* | (LINK_SPEC): Pass -shared through; don't | merrill | 1994-10-20 | 1 | -1/+2 |
* | (LINK_SPEC): Pass -shared through; don't | merrill | 1994-10-20 | 1 | -5/+8 |
* | (STARTFILE_SPEC): Wrap startfiles in %{!shared:}. | merrill | 1994-10-20 | 1 | -1/+1 |
* | (loop_iterations): Move all failure exits after the computation of final_value. | wilson | 1994-10-20 | 1 | -23/+22 |
* | (movdf_internal2+1): Disable when TARGET_64BIT. | wilson | 1994-10-20 | 1 | -2/+1 |
* | (VARARGS_STDARG_FUNCTION): New macro. | wilson | 1994-10-20 | 1 | -25/+45 |
* | (SIGNED_CHAR_SPEC): Use #if instead of ?:. | wilson | 1994-10-20 | 1 | -3/+7 |