summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* Merge. See ChangeLog.bothner1993-08-103-107/+210
* Initial revisionbothner1993-08-101-0/+149
* Remove some extraneuous garbase output.bothner1993-08-101-1/+1
* (assembler_variable): For XCOFF_DEBUG, restore sectionwilson1993-08-091-1/+20
* (schedule_insns): Don't emit a NOTE at the end of the lastwilson1993-08-091-3/+11
* (OPTIMIZATION_OPTIONS): Use |=, not &= to set -mpgopt.wilson1993-08-091-1/+1
* (function_arg, DFmode case): Set regbase to GP_ARG_FIRSTwilson1993-08-091-3/+3
* (widen_operand): New function.kenner1993-08-091-71/+57
* (contains_pointers_p): New function.rms1993-08-091-1/+40
* (sparc_type_code): Support range types.wilson1993-08-081-0/+8
* (expand_increment): Call save_expr on inner expression ifwilson1993-08-081-0/+6
* (_SC_PAGE_SIZE): Define to _SC_PAGESIZE if that exists.wilson1993-08-082-0/+12
* (reg_or_0_operand): Use fp_zero_operand.wilson1993-08-081-1/+16
* (CONST_DOUBLE_OK_FOR_LETTER_P): Use fp_zero_operand.wilson1993-08-081-2/+1
* (build_array_ref): Force array to be allocated on thewilson1993-08-081-0/+11
* (num_sign_bit_copies): Properly handle case when MODE is narrower than thatkenner1993-08-081-22/+21
* New file.wilson1993-08-086-0/+90
* (expand_assignment): If WANT_VALUE is 0, return NULL.rms1993-08-081-41/+77
* (rest_of_decl_compilation): Fix typo in previous change.rms1993-08-081-1/+1
* (declare_function_name): Set DECL_EXTERNAL in the decls.rms1993-08-081-0/+2
* (rest_of_decl_compilation): Don't look at DECL_IGNORED_P.rms1993-08-081-6/+7
* (process_init_element): Don't call clear_momentary if value is 0.rms1993-08-081-1/+1
* (find_reloads): Don't combine two reloads if their reload_reg_rtxkenner1993-08-071-1/+2
* (MAX_MOVE_MAX, MAX_UNITS_PER_WORD): New macros.dje1993-08-071-4/+12
* * c-decl.c (init_decl_processing): Make long long available todje1993-08-071-8/+10
* (strict_low_part add/subtract recognizers): Use %2, not %1, in template.rms1993-08-071-8/+8
* (add_long_const): New function.kenner1993-08-071-95/+116
* (expand_divmod): Clean up code and documentation, especially in areaskenner1993-08-071-87/+85
* (push_reload, find_reloads): Treat (subreg (pseudo)) and (subreg (mem))kenner1993-08-071-24/+38
* (print_node): Print obstack node is contained in.kenner1993-08-071-0/+3
* (print_obstack_name): New function; derived from original debug_obstack.kenner1993-08-071-5/+15
* (finish_decl): Allow file-scope static incomplete array.rms1993-08-071-2/+2
* (output_init_element): Fix backward test in last change.rms1993-08-061-1/+2
* (call and call_value pic recognizers) [HPUX_ASM]:rms1993-08-061-0/+8
* Permit relative path for standard_startfile_prefixian1993-08-061-2/+22
* (shifts): Use reg_or_6bit_operand for shift counts.kenner1993-08-061-3/+3
* (PREDICATE_CODES): Add reg_or_6bit_operand to list.kenner1993-08-061-0/+1
* (reg_or_6bit_operand): New function.kenner1993-08-061-0/+14
* (main): If -v, print header search dir list.rms1993-08-061-0/+15
* (output_init_element): Call default_conversion here.rms1993-08-061-12/+12
* Test and define __INT_WCHAR_T_H.rms1993-08-061-0/+3
* (finish_struct): No pedwarn for field with enum type if size matches int.rms1993-08-061-8/+25
* (attrib): Support attribute `volatile' with alias `noreturn', and `const'.rms1993-08-061-1/+8
* (decl_attributes): Support attributes `volatile'rms1993-08-061-0/+11
* (output_init_element): Call digest_init beforerms1993-08-061-20/+34
* Cygnus<->FSF merge, added g++ driver in Cbrendan1993-08-061-8/+25
* (layout_type): Put size-related nodes in same obstack as type.kenner1993-08-051-12/+5
* (make_node, copy_node): Set TYPE_OBSTACK.kenner1993-08-051-20/+16
* (TYPE_OBSTACK): New macro.kenner1993-08-051-1/+3
* (push_reload, find_reloads): Refine when we reload inside a SUBREG bykenner1993-08-051-37/+55