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