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