Age | Commit message (Expand) | Author | Files | Lines |
2001-08-08 | emit-rtl.c (adjust_address, [...]): Cast offset to unsigned HOST_WIDE_INT to ... | Jan van Male | 1 | -6/+6 |
2001-08-08 | final.c (shorten_branches): Update the INSN_ADDRESSES of insns within fixed l... | Graham Stott | 1 | -1/+20 |
2001-08-07 | calls.c (expand_call): Do not emit INSN_SETJMP note. | Jan Hubicka | 1 | -1/+0 |
2001-07-28 | dwarf2out.c (dw_val_class_offset): New. | Richard Henderson | 1 | -1/+2 |
2001-07-26 | toplev.c, [...]: Include xcoffout.h if appropriate. | Neil Booth | 1 | -0/+5 |
2001-07-19 | Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h. | Neil Booth | 1 | -16/+3 |
2001-07-19 | Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h. | Neil Booth | 1 | -4/+0 |
2001-07-17 | dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function. | Neil Booth | 1 | -50/+14 |
2001-07-15 | dbxout.c (dbxout_source_line): Make static, update prototype. | Neil Booth | 1 | -83/+14 |
2001-07-12 | Makefile.in (final.o): Depend on debug.h. | Neil Booth | 1 | -41/+4 |
2001-07-09 | [multiple changes] | Richard Kenner | 1 | -1/+1 |
2001-07-09 | final.c (output_addr_const): Use target opening and closing parentheses. | Neil Booth | 1 | -2/+2 |
2001-07-08 | final.c (no_asm_to_stream): New. | Neil Booth | 1 | -6/+9 |
2001-07-07 | target.h (targetm): Rename global from "target", so as not to conflict with l... | Stan Shebs | 1 | -2/+2 |
2001-07-06 | Makefile.in (final.o): Depend on target.h. | Neil Booth | 1 | -11/+16 |
2001-06-22 | regs.h (struct reg_info_def): Add freq field. | Jan Hubicka | 1 | -1/+2 |
2001-06-08 | function.c (diddle_return_value): Kill code to determine return value before ... | Jan Hubicka | 1 | -20/+0 |
2001-06-07 | toplev.c (rest_of_compilation): Revert previous patch. | Jan Hubicka | 1 | -0/+20 |
2001-06-07 | Thu Jun 7 13:20:14 CEST 2001 Jan Hubicka <jh@suse.cz> | Jan Hubicka | 1 | -20/+0 |
2001-06-06 | i386.md (floatdi?f): Avoid usinf of SSE instructions if TARGET_64BIT is false. | Jan Hubicka | 1 | -0/+19 |
2001-05-11 | defaults.h (ASM_PREFERRED_EH_DATA_FORMAT): New. | Richard Henderson | 1 | -10/+3 |
2001-05-04 | alpha.h: NULL_PTR -> NULL. | Kaveh R. Ghazi | 1 | -5/+3 |
2001-05-01 | dbxout.c, [...]: Always include gstab.h, not system stab.h. | Zack Weinberg | 1 | -17/+0 |
2001-04-03 | Use byte offsets in SUBREGs instead of words. | Jakub Jelinek | 1 | -18/+7 |
2001-03-28 | IA-64 ABI Exception Handling. | Richard Henderson | 1 | -22/+4 |
2001-03-27 | Remove flag_new_exceptions. | Richard Henderson | 1 | -4/+1 |
2001-03-27 | Make -fsjlj-exceptions a configure option. | Richard Henderson | 1 | -2/+2 |
2001-03-27 | Fix ia64-linux kernel miscompile, bad unwind info when reorder epilogue block. | Jim Wilson | 1 | -0/+3 |
2001-03-22 | mkconfig.sh: Include insn-flags.h. | Richard Henderson | 1 | -2/+0 |
2001-03-18 | defaults.h (ACCUMULATE_OUTGOING_ARGS, PUSH_ARGS): Move from ... | Richard Henderson | 1 | -4/+0 |
2001-03-17 | dwarf2out.c (queue_reg_save): New. | Richard Henderson | 1 | -20/+9 |
2001-02-28 | Undo the accidental checkin :( | Jan Hubicka | 1 | -6/+0 |
2001-02-28 | i386.md (sse_andti3, [...]): Add SSE2 versions; add missing '%' in constraints. | Jan Hubicka | 1 | -0/+6 |
2001-02-18 | * final.c (output_operand_lossage): Use internal_error, not error. | Richard Kenner | 1 | -4/+1 |
2001-02-08 | Eliminate SUBREGs inside MEMs. | Bernd Schmidt | 1 | -2/+4 |
2001-02-06 | final.c: Revert back my previous changes. | Chandrakala Chavva | 1 | -0/+4 |
2001-02-05 | final.c: Move the declaration profile_label_no to ... | Chandrakala Chavva | 1 | -4/+0 |
2001-01-28 | configure.in: Arrange to include defaults.h in [ht]config.h/tm.h. | Kaveh R. Ghazi | 1 | -1/+0 |
2001-01-12 | * final.c: (leaf_function_p): Fix typo. | John Wehle | 1 | -9/+12 |
2000-12-29 | Introduce ORIGINAL_REGNO macro | Bernd Schmidt | 1 | -0/+1 |
2000-12-20 | final.c (output_addr_const): Use ASM_OUTPUT_SYMBOL_REF. | Alexandre Oliva | 1 | -0/+4 |
2000-12-07 | * final.c (final_addr_vec_align): Fix clipping to BIGGEST_ALIGNMENT. | J"orn Rennecke | 1 | -2/+2 |
2000-12-01 | final.c (output_addr_const): Don't assume at least one operand is a CONST_INT. | Alexandre Oliva | 1 | -1/+2 |
2000-11-23 | final.c (output_addr_const): Simplify. | Alexandre Oliva | 1 | -6/+11 |
2000-11-10 | alpha.c (check_float_value): Use memcpy, not bcopy. | Kaveh R. Ghazi | 1 | -1/+1 |
2000-11-07 | dwarfout.c (INSN_LABEL_FMT): Remove. | Richard Henderson | 1 | -23/+0 |
2000-10-31 | Make ia64 port use tags instead of labels for debug info labels. | Jim Wilson | 1 | -1/+1 |
2000-09-29 | final.c (final_scan_insn): Remove extra extract_insn call; Use caching for co... | Jan Hubicka | 1 | -4/+2 |
2000-09-19 | Fix shorten_branches bugs | Bernd Schmidt | 1 | -3/+3 |
2000-09-13 | flags.h (flag_dump_rtl_in_asm): Declare. | Stephane Carrez | 1 | -0/+8 |