- 02 Sep, 1992 17 commits
-
-
From-SVN: r2035
Jim Wilson committed -
From-SVN: r2034
Jim Wilson committed -
From-SVN: r2033
Jim Wilson committed -
From-SVN: r2032
Tom Wood committed -
From-SVN: r2031
Jim Wilson committed -
From-SVN: r2030
Tom Wood committed -
terminate the constant if an octal escape is used. From-SVN: r2029
Tom Wood committed -
(make_compound_operation, case ASHIFTRT): Add new code to handle (ashiftrt (neg (ashift FOO C1) C2)) just like we currently handle (ashiftrt (OP (ashiftrt FOO C1) C2) C2). From-SVN: r2028
Richard Kenner committed -
which overflows. Use unsigned % to compute HASH. From-SVN: r2027
Richard Stallman committed -
From-SVN: r2026
Richard Stallman committed -
From-SVN: r2025
Richard Stallman committed -
From-SVN: r2024
Richard Stallman committed -
From-SVN: r2023
Richard Stallman committed -
From-SVN: r2022
Richard Stallman committed -
From-SVN: r2021
Richard Stallman committed -
From-SVN: r2020
Richard Stallman committed -
Deleted dependencies on some header files. Replaced the use of the functions from memory.h with funtions like bzero. Changed the include format. From-SVN: r2019
Richard Stallman committed
-
- 01 Sep, 1992 9 commits
-
-
-mpa-risc-1-0, -mpa-risc-1-1. (ASM_DECLARE_FUNCTION_NAME): Emit argument descriptors for all general registers if current_function_varargs. From-SVN: r2018
Timothy Moore committed -
(set_block): Declared. From-SVN: r2017
Richard Stallman committed -
From-SVN: r2016
Richard Stallman committed -
(set_block): New function. (poplevel): If using a previously created block, don't insert it into the parent level. From-SVN: r2015
Richard Stallman committed -
(expand_fixup): Create a BLOCK node (via pushlevel/poplevel) to represent an artificial scope containing all of the fixup code. Also emit NOTE_INSN_BLOCK_BEG/NOTE_INSN_BLOCK_END for that block. (fixup_gotos): Declaration of NEWBLOCK deleted. Call `set_block' to use the BLOCK made in expand_fixup. Deleted code to insert NEWBLOCK into block hierarchy. From-SVN: r2014
Richard Stallman committed -
(output_move_double): Use `ldo' for immediate adds (instead of `addi' with bad syntax). (output_load_address): Likewise. From-SVN: r2013
Torbjorn Granlund committed -
From-SVN: r2012
Richard Stallman committed -
assignment of DECL_IN_SYSTEM_HEADER was inserted in bad place. From-SVN: r2011
Richard Stallman committed -
(sched_analyze_2): Remove an explicit dependence between an insn that uses CC0 and the immediately previous insn. (sched_analyze_2): Remove an explicit dependence between an insn that uses CC0 and the immediately previous insn. (SCHED_GROUP_P represents the dependence.) (schedule_block): Only check sets_cc0_p on an insn. From-SVN: r2010
Jim Wilson committed
-
- 31 Aug, 1992 12 commits
-
-
(c_decode_option): -fnotraditional really undoes -ftraditional. Handle -fno-traditional also. From-SVN: r2009
Richard Stallman committed -
From-SVN: r2008
Dennis Glatting committed -
From-SVN: r2007
Dennis Glatting committed -
From-SVN: r2006
Dennis Glatting committed -
(read_specs): Clear the entire new element of compilers. (lookup_compiler): Copy all of spec array. Check element 0 for @. (main): Concatenate all elements of compiler spec. (validate_all_switches): Validate from all elements of compiler spec. (default_compilers): Split CPP commands into separate strings. From-SVN: r2005
Richard Stallman committed -
From-SVN: r2004
Richard Stallman committed -
* caller-save.c (restore_referenced_regs): When restoring a referenced hard register, use CEIL instead of truncating divide to determine the maximum number of registers to restore. (insert_save_restore): Document maxrestore parameter. (CEIL): Define. From-SVN: r2003
Jeff Law committed -
From-SVN: r2002
Richard Stallman committed -
(TARGET_SWITCHES): Add "no-80387", "no-soft-float", "fp-ret-in-387", and "no-fp-ret-in-387". Change no* switches to no-*. (CONDITIONAL_REGISTER_USAGE): Make 387 regs fixed if the 387 is not used at all. (REG_CLASS_FROM_LETTER): Constraint letters 'f', 't' and 'u' are NO_REGS if the 387 is not used. (TRAMPOLINE_TEMPLATE): Use GEN_INT to generate const_int rtx. From-SVN: r2001
James Van Artsdalen committed -
(TARGET_DEFAULT,VALUE_REGNO,FUNCTION_VALUE_REGNO): Moved from unix target files (aix386.h, i386gas.h, i386sun.h, i386v.h, i386v4.h, i386vgas.h, seq386.h). (TARGET_DEFAULT): Make TARGET_IEEE_FP default on. (VALUE_REGNO): Test for MODE_FLOAT instead of specific modes. (VALUE_REGNO,FUNCTION_VALUE_REGNO): MODE_FLOAT return reg depends on TARGET_FLOAT_RETURNS_IN_80387. From-SVN: r2000
James Van Artsdalen committed -
From-SVN: r1999
James Van Artsdalen committed -
From-SVN: r1998
James Van Artsdalen committed
-
- 30 Aug, 1992 2 commits
-
-
Don't set DECL_EXTERNAL or TREE_PUBLIC. From-SVN: r1997
Richard Stallman committed -
HOST_WIDE_INT instead of int. From-SVN: r1996
Richard Kenner committed
-