Age | Commit message (Expand) | Author | Files | Lines |
2004-07-13 | target-def.h (TARGET_MUST_PASS_IN_STACK): New. | Richard Henderson | 1 | -0/+6 |
2004-07-12 | target.h (struct gcc_target): Move gimplify_va_arg_expr next to build_builtin... | Richard Henderson | 1 | -4/+4 |
2004-07-09 | md.texi (Processor pipeline description): Mention that the old pipeline descr... | Steven Bosscher | 1 | -12/+0 |
2004-07-01 | target.h (struct gcc_target): Add new field to struct cxx: import_export_class. | Nick Clifton | 1 | -0/+3 |
2004-06-30 | RTL prologue/epilogue for SPARC | Eric Botcazou | 1 | -0/+5 |
2004-06-29 | target-def.h (TARGET_CXX_GET_COOKIE_SIZE, [...]): Define. | Paul Brook | 1 | -0/+5 |
2004-06-28 | m32r.c (m32r_sched_odd_word_p, [...]): Remove. | Steven Bosscher | 1 | -1/+1 |
2004-06-25 | target-def.h (TARGET_CXX_GUARD_TYPE, [...]): Define. | Paul Brook | 1 | -0/+8 |
2004-06-20 | c-common.h (has_c_linkage): New interface. | Zack Weinberg | 1 | -0/+6 |
2004-06-10 | target.h (struct gcc_target): Change gimplify_va_arg_expr hook signature. | Jason Merrill | 1 | -1/+1 |
2004-06-09 | Gimplify VA_ARG_EXPR into simpler forms. | Jason Merrill | 1 | -0/+4 |
2004-06-03 | Makefile.in (RA_H, [...]): New. | Jerry Quinn | 1 | -0/+6 |
2004-05-30 | bb-reorder.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-05-19 | tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe... | Mike Stump | 1 | -2/+3 |
2004-05-14 | stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield. | Paul Brook | 1 | -0/+3 |
2004-03-24 | hooks.c (hook_constcharptr_tree_null): New hook. | Ziemowit Laski | 1 | -0/+5 |
2004-03-12 | Enabled linkonce support for Darwin. | Matt Austern | 1 | -0/+6 |
2004-03-12 | re PR target/14547 (Passing _Complex long double does not follow the ABI) | Richard Henderson | 1 | -18/+25 |
2004-03-03 | hooks.c (hook_tree_tree_identity): New. | Kazu Hirata | 1 | -0/+4 |
2004-03-03 | * target.h: Remove texi jargons in comments. | Kazu Hirata | 1 | -2/+2 |
2004-03-02 | builtins.c (BUILTIN_SETJMP_FRAME_VALUE): Remove. | Kazu Hirata | 1 | -0/+4 |
2004-02-24 | target-def.h (TARGET_SCHED_INIT_GLOBAL, [...]): New macros. | Sanjiv Kumar Gupta | 1 | -0/+6 |
2004-02-23 | Makefile.in (opts.o): Depend on target.h. | Kazu Hirata | 1 | -0/+5 |
2004-02-08 | default.h (PROMOTE_PROTOTYPES): Remove. | Kazu Hirata | 1 | -1/+2 |
2004-01-23 | re PR target/1532 (-O3 generates (obviously) redundant tests and jumps) | Ian Lance Taylor | 1 | -0/+17 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-14 | calls.c: Replace STRICT_ARGUMENT_NAMING in comments with... | Kazu Hirata | 1 | -1/+1 |
2003-12-04 | re PR target/13186 ([PPC] Internal compiler error in reload.c) | Richard Sandiford | 1 | -2/+0 |
2003-12-01 | function.c (update_epilogue_consts): Don't use PARAMS. | Steven Bosscher | 1 | -3/+2 |
2003-11-21 | ChangeLog.7: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-11-16 | Makefile.in (expr.o): Depend on $(TARGET_H). | Richard Sandiford | 1 | -0/+1 |
2003-11-02 | Makefile.in (targhooks.o, reload.o): Update dependencies. | Richard Sandiford | 1 | -0/+2 |
2003-10-29 | builtins.c (std_build_builtin_va_list): New. | Richard Henderson | 1 | -0/+3 |
2003-10-24 | re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp... | Geoffrey Keating | 1 | -0/+11 |
2003-10-09 | haifa-sched.c (ok_for_early_schedule): New function. | Dorit Naishlos | 1 | -0/+12 |
2003-10-05 | c-pretty-print.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-10-02 | target.h (init_libfuncs): New hook. | Zack Weinberg | 1 | -0/+3 |
2003-09-23 | target.h (struct gcc_target): New member external_libcall. | Rainer Orth | 1 | -0/+4 |
2003-09-03 | targhooks.c: New file. | DJ Delorie | 1 | -0/+17 |
2003-07-06 | sbitmap.c: Convert prototypes to ISO C90. | Andreas Jaeger | 1 | -75/+73 |
2003-06-20 | hooks.c (hook_int_void_no_regs): Rename from hook_reg_class_void_no_regs; cha... | Richard Henderson | 1 | -2/+9 |
2003-06-19 | target.h (asm_out.file_start, [...]): New hooks. | Zack Weinberg | 1 | -1/+14 |
2003-06-18 | bt-load.c: New file. | Stephen Clarke | 1 | -0/+3 |
2003-06-07 | config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9. | Zack Weinberg | 1 | -0/+3 |
2003-05-14 | target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define. | Richard Sandiford | 1 | -0/+4 |
2003-04-28 | tree.h (TREE_CST_RTL, [...]): Delete. | Zack Weinberg | 1 | -4/+3 |
2003-04-20 | target.h (encode_section_info): Add new argument carrying the RTL to be modif... | Zack Weinberg | 1 | -1/+1 |
2003-03-05 | tm.texi: Document TARGET_DWARF_REGISTER_SPAN. | Aldy Hernandez | 1 | -0/+8 |
2003-02-25 | 003-02-20 Aldy Hernandez <aldyh@redhat.com> | Aldy Hernandez | 1 | -2/+2 |
2003-02-19 | 20030218-1.c: New. | Nick Clifton | 1 | -0/+3 |