- 06 May, 1996 3 commits
-
-
OLD_GPLUSPLUS_INCLUDE_DIR. From-SVN: r11930
Richard Kenner committed -
(old_gxx_include_dir): New - defined as $(libdir)/g++-include. (cccp.o, cpplib.o): Also pass OLD_GPLUSPLUS_INCLUDE_DIR (set from $(old_gxx_include_dir)). From-SVN: r11929
Richard Kenner committed -
directive that starts with `p' but isn't `pragma'. From-SVN: r11928
Richard Kenner committed
-
- 05 May, 1996 4 commits
-
-
From-SVN: r11927
Richard Kenner committed -
hashtable. From-SVN: r11926
Richard Kenner committed -
From-SVN: r11925
Richard Kenner committed -
REAL_IS_NOT_DOUBLE. From-SVN: r11924
Richard Kenner committed
-
- 04 May, 1996 5 commits
-
-
* aout.h (ASM_OUTPUT_MI_THUNK): Delete. (ASM_OUTPUT_OPTIONS): Define. (ASM_FILE_START): Call ASM_OUTPUT_OPTIONS. (BSS_SECTION_OP): Define. (ASM_OUTPUT_ALIGN): Don't output anything if byte alignment is wanted. (ASM_OUTPUT_ALIGNED_BSS): Define. From-SVN: r11923
Richard Earnshaw committed -
From-SVN: r11922
Richard Earnshaw committed -
(all_procs): Add arm7100. (arm_override_options): Parse arm_select structure to determine selected architecture and tuning parameters. (output_option, output_options): New functions. (arm_canonicalize_comparison): New function. (arm_gen_movstrqi): Don't add a writeback of the index registers for the last instructions. (arm_select_cc_mode): Detect case where mode is carry out of unsigned arithmetic. (output_lcomm_directive): Use bss_section (), and use alignment rather than rounding. (get_arm_condition_code): Handle CC_Cmode. (final_prescan_insn): Avoid boundary case where we would occasionally inline MAX_INSNS_SKIPPED+1 insns. Allow call_insns to be inlined in APCS_32 mode if they are the last insn in the block. From-SVN: r11921
Richard Earnshaw committed -
(*addsi3_compare_op[12]): New insns. (*compare_addsi2_op[01]): New insns. (*addsi3_carryin, *addsi3_carryin_alt[12]): New insns. (*cmp_ite1): Use arm_add_operand instead of arm_rhs_operand. From-SVN: r11920
Richard Earnshaw committed -
(ASM_OUTPUT_MI_THUNK): Moved here from aout.h. Rewrite to be independent of the selected assembler, and to use optimal number of instructions. (target_cpu_name): Delete. (TARGET_SWITCHES): Delete "be" and "le". (TARGET_OPTIONS): Delete "cpu-", add "tune=". (struct arm_cpu_select): New struct. (PROCESSOR_DEFAULT, TARGET_CPU_DEFAULT): Define. (EXTRA_CC_MODES, EXTRA_CC_NAMES): Add CC_Cmode. (CANONICALIZE_COMPARISON): Define. From-SVN: r11919
Richard Earnshaw committed
-
- 03 May, 1996 4 commits
- 02 May, 1996 2 commits
-
-
From-SVN: r11914
Jason Merrill committed -
From-SVN: r11913
Jason Merrill committed
-
- 01 May, 1996 4 commits
-
-
* h8300/h8300.c (h8300_adjust_insn_length): Adjust the cost of shifts by small constant values. * h8300/h8300.md: Refine comments. Remove names from many patterns which don't need them. (compare insns): Don't underestimate lengths. (andqi3 expander): Remove constrains. (andhi3): Don't underestimate length. (andsi3): Don't underestimate length. Improve code when upper or lower half of destination is being cleared. (indirect_jump_h8300, indirect_jump_h8300h): Simplify. (shift insns): Remove useless "I" constraint. From-SVN: r11912
Jeff Law committed -
From-SVN: r11911
Jason Merrill committed -
* h8300/h8300.md (bcs type): Remove "bcs" type attribute and all references. (bcs insns): Delete. No longer needed. (setcc from bitfield): Rewrite to use zero_extract. Provide QImode, HImode and SImode variants. From-SVN: r11910
Jeff Law committed -
From-SVN: r11909
Jason Merrill committed
-
- 30 Apr, 1996 5 commits
-
-
we already have. From-SVN: r11908
Jason Merrill committed -
* h8300/h8300.c (one_insn_adds_subs_operand): New function. (h8300_adjust_insn_length): New function. * h8300/h8300.h (ADJUST_INSN_LENGTH): Define. * h8300/h8300.md: Remove obsolete comments. (move patterns): Tweak constraints. (tst patterns): Use "register_operand" for predicate. (adds pattern): Use one_insn_adds_subs_operand to get length computation correct. (subs pattern): Similarly. (movstrhi): Remove unused expander. (fancy*, pxor, and-not patterns): Remove. No longer needed. From-SVN: r11907
Jeff Law committed -
From-SVN: r11906
Doug Evans committed -
From-SVN: r11905
Mike Stump committed -
From-SVN: r11904
Michael Meissner committed
-
- 29 Apr, 1996 3 commits
-
-
From-SVN: r11903
Doug Evans committed -
* h8300/h8300.c (names_small): Remove "BAD" postfix from %r7 byte registers. (rtx_equal_function_value_matters): Remove extra declaration. (output_simode_bld): New function. * h8300/h8300.h (NO_FUNCTION_CSE): Do define this. Register pressure makes cse-int function addresses rarely a win. (reg_class): Remove unnecessary register classes LONG_REGS, SP_REG, SP_AND_G_REGS. (REG_CLASS_NAMES): Corresponding changes. (REG_CLASS_CONTENTS): Corresponding changes. (REGNO_REG_CLASS): Corresponding changes. (REG_CLASS_FROM_LETTER): Corresponding chagnes. (output_simode_bld): Declare. * h8300/h8300.md: Nuke comments for stuff which has been fixed. (all patterns): Remove references to register class "a" (SP_REGS) which no longer exists. (many patterns): Accept auto-inc auto-dec addresses in more cases. (zero_extendqisi2): New pattern for the H8/300. (zero_extendhisi2): Only use zero_extendhisi2_h8300 when not optimizing. (extendhisi2): Only use extendhisi2_h8300 when not optimizing. (extendqisi2): New pattern for the H8/300. (bitfield related patterns): Completely rewrite. (fancy_bclr, fancy_btst): Deleted. Redundant with new bitfield patterns. (addhi3 pattern for h8300): Handle case where we can't make matching constraints (works around hard to fix reload problem). (stack_pointer_manip): Delete. (and not patterns): New combiner patterns. From-SVN: r11902
Jeff Law committed -
* pa/pa.h (DBX_OUTPUT_MAIN_SOURCE_FILE_END): Make sure the final $CODE$ subspace is in the $TEXT$ space. From-SVN: r11901
Jeff Law committed
-
- 28 Apr, 1996 1 commit
-
-
make the section read/write data. From-SVN: r11900
Jason Merrill committed
-
- 27 Apr, 1996 1 commit
-
-
From-SVN: r11899
Michael Meissner committed
-
- 26 Apr, 1996 8 commits
-
-
From-SVN: r11898
Jason Merrill committed -
From-SVN: r11897
Jason Merrill committed -
From-SVN: r11896
Doug Evans committed -
From-SVN: r11895
Michael Meissner committed -
From-SVN: r11894
Stan Cox committed -
From-SVN: r11893
Michael Meissner committed -
aligned and a multiple of a byte. From-SVN: r11892
Richard Kenner committed -
From-SVN: r11891
Doug Evans committed
-