summaryrefslogtreecommitdiff
path: root/gcc
Commit message (Expand)AuthorAgeFilesLines
* Update CLEANUP_POINT_EXPR docs.Jason Merrill1995-03-031-2/+14
* (expand_expr, CLEANUP_POINT_EXPR): Force the operand outJason Merrill1995-03-031-1/+4
* Fix formatting.Richard Kenner1995-03-021-3/+6
* (rescan): Prevent accidental token-pasting to get !=, *=, /=, ==, or ^=.Richard Kenner1995-03-021-2/+4
* (ASM_OUTPUT_ADDR_DIFF_ELT): Fix typo in label name.Richard Kenner1995-03-021-2/+1
* (build_binary_op): Avoid spurious warningJason Merrill1995-03-021-4/+11
* (sqrtsf2,sqrtdf2): Use fp precision specifiers.Richard Kenner1995-03-021-4/+4
* Fix typo in last change.Richard Kenner1995-03-021-1/+2
* (yylex, case !NOT_FLOAT): Remove previous change.Richard Kenner1995-03-021-1/+1
* Update shift/reduce conflict documentation.Richard Kenner1995-03-021-12/+20
* (bootstrap*): Pass new STAGE_PREFIX to recursive makes.Richard Kenner1995-03-021-5/+5
* Remove Feb 13's FUNCTION_NEEDS_STATIC_CHAIN changes.Per Bothner1995-03-012-10/+0
* Remove Feb 28's FUNCTION_NEEDS_STATIC_CHAIN changes.Per Bothner1995-03-013-21/+6
* Move -mrelocatable word before function prologue.Michael Meissner1995-03-022-11/+41
* Define cpu/machine as powerpc, not rs6000Michael Meissner1995-03-021-0/+4
* Clone unwind_function for powerpcMichael Meissner1995-03-011-1/+19
* Add cpp predefines for VxWorks, and default to -mcaIan Lance Taylor1995-03-011-2/+31
* Add support for COFF style constructorsIan Lance Taylor1995-03-011-0/+66
* Silence warnings on uminsi3, umaxsi3.Michael Meissner1995-03-011-6/+14
* (decode_field_reference): Don't check TREE_CODE of EXP; let get_inner_referen...Richard Kenner1995-03-011-19/+67
* (store_expr): Do conversion in two steps for promoted lhs.Richard Kenner1995-03-011-4/+16
* * tree.c (staticp): Use FUNCTION_NEEDS_STATIC_CHAIN.Per Bothner1995-02-281-1/+1
* function.c (lookup_static_chain): Check for a static chain using FUNCTION_NEE...Per Bothner1995-02-281-4/+10
* expr.c (expand_expr): If non-local variable is expanded...Per Bothner1995-02-281-1/+10
* More soft-float/powerpc patches.Michael Meissner1995-02-281-10/+110
* Correctly reload r30 if -mrelocatableMichael Meissner1995-02-281-1/+1
* (rest_of_compilation): Defer output of static inlinesDoug Evans1995-02-281-1/+1
* (do_include): Check for redundant file before opening in relative path case.Doug Evans1995-02-271-32/+35
* (muldi3_internal): Change dmul to dmult.Jim Wilson1995-02-271-1/+1
* pa.c (hppa_expand_prologue): Don't save the PIC register into the stack for f...Jeff Law1995-02-271-2/+5
* (ASM_SPEC): Macro removed.Roland McGrath1995-02-271-5/+0
* (find_reloads_address): Fix typo in reg+const case.Doug Evans1995-02-271-2/+2
* (Makefile): Delete config.run afterwards.Doug Evans1995-02-251-1/+3
* (print_search_dirs): New variable.Doug Evans1995-02-251-11/+47
* (mips_fill_delay_slot): Fix typo in call to FP_REG_P.Richard Kenner1995-02-251-3/+3
* (ASM_SPEC): Pass -pg to assembler.Richard Kenner1995-02-251-13/+4
* (RTX_COSTS): Add cost of FFS.Richard Kenner1995-02-251-0/+2
* (simplify_unary_operation): If operand mode is VOIDmode forRichard Kenner1995-02-251-1/+8
* Remove unneeded tests on HOST_BITS_PER_INT from some extra conditions.Richard Kenner1995-02-251-18/+10
* (PREDICATE_CODES): Add low_32_bit_operand.Richard Kenner1995-02-251-0/+1
* (low_32_bit_operand): New function.Richard Kenner1995-02-251-0/+17
* (POSIX): Define this macro.Roland McGrath1995-02-251-4/+4
* (GNU_CPP_PREDEFINES): Add missing backslash.Roland McGrath1995-02-251-1/+1
* (relax_delay_slots): When searching for next CODE_LABEL,Jim Wilson1995-02-241-1/+6
* (va_end): Expand to a void expression instead of nothing.Jim Wilson1995-02-2412-12/+12
* *** empty log message ***Jim Wilson1995-02-241-1/+1
* (pushdecl): When have a duplicate decl, and it is global,Jim Wilson1995-02-241-6/+6
* (PACKSTRUCT_BIT, TARGET_PACKSTRUCT): Change to PADSTRUCT.Jim Wilson1995-02-241-7/+9
* (PUSHSECTION_FORMAT): Add a leading tab.Jim Wilson1995-02-241-1/+1
* (expand_expr, case COMPONENT_REF): Don't fetch unalignedJim Wilson1995-02-241-9/+9