Age | Commit message (Expand) | Author | Files | Lines |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 3 | -5/+5 |
2008-10-22 | frv.h (HARD_REGNO_RENAME_OK): Define. | Nick Clifton | 1 | -0/+2 |
2008-09-18 | frv.h (IRA_COVER_CLASSES): Define. | Nick Clifton | 4 | -12/+79 |
2008-08-31 | frv.c (frv_rtx_costs): Update forward declaration. | Jan Hubicka | 1 | -1/+1 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -1/+2 |
2008-08-30 | optabs.c (expand_abs_nojump): Update BRANCH_COST call. | Jan Hubicka | 1 | -1/+1 |
2008-08-06 | alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 2 | -46/+46 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -1/+1 |
2008-07-02 | vms_tramp.asm, [...]: Remove .file directives. | Joseph Myers | 1 | -10/+0 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 1 | -7/+8 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 1 | -6/+6 |
2008-04-30 | arm.c (arm_unwind_emit): Use crtl->all_throwers_are_sibcalls instead of cfun-... | Richard Sandiford | 1 | -7/+7 |
2008-04-25 | re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore) | Jan Hubicka | 1 | -2/+2 |
2008-04-22 | frv.c (frv_stack_info): Use crtl instead of cfun. | Nick Clifton | 1 | -5/+5 |
2008-04-08 | function.h (incomming_args): Break out of struct function. | Jan Hubicka | 1 | -1/+1 |
2007-12-06 | re PR middle-end/20983 (varargs functions force va_list variable to stack unn... | Jakub Jelinek | 3 | -16/+5 |
2007-08-24 | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 1 | -6/+6 |
2007-08-23 | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 1 | -2/+2 |
2007-08-22 | md.texi (Iterators): Renamed from Macros. | Hans-Peter Nilsson | 1 | -1/+1 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 10 | -50/+40 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -4/+4 |
2007-07-10 | Replace no_new_pseudos in backends. | Ian Lance Taylor | 1 | -4/+4 |
2007-06-19 | re PR target/32369 ([frv] macro "DF_LIVE_IN" passed 2 arguments, but takes ju... | Rask Ingemann Lambertsen | 1 | -11/+9 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -1/+2 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -14/+15 |
2007-05-02 | * config/frv/predicates.md (symbolic_operand): Accept CONSTs. | Nick Clifton | 1 | -1/+1 |
2007-03-15 | predicates.md (minmax_operator): Don't check operands here. | DJ Delorie | 1 | -6/+0 |
2007-02-25 | frv.h (ASM_OUTPUT_CASE_LABEL): Delete. | Nick Clifton | 1 | -27/+1 |
2007-02-21 | frv.c (frv_read_argument): Take a tree and int argument. | Eric Christopher | 1 | -89/+86 |
2007-02-19 | frv.c, [...]: Follow spelling conventions. | Kazu Hirata | 4 | -41/+41 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -2/+3 |
2007-02-15 | frv.md (reload_incc, [...]): Remove invalid patterns. | Alexandre Oliva | 1 | -60/+0 |
2007-01-08 | * config/frv/predicates.md (reg_or_0_operand): Accept CONST_DOUBLEs. | Nick Clifton | 1 | -1/+1 |
2007-01-04 | Makefile.def (target_modules): Add libgcc. | Daniel Jacobowitz | 1 | -0/+3 |
2007-01-02 | alpha.md, [...]: Always use set_unique_reg_note to add REG_EQUAL notes. | Steven Bosscher | 1 | -8/+4 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -1/+1 |
2006-10-23 | decl.c: Include langhooks.h. | Rafael Ávila de Espíndola | 1 | -1/+1 |
2006-09-06 | * config/frv/frv.h (EXTRA_MEMORY_CONSTRAINT): Define. | Nick Clifton | 1 | -0/+3 |
2006-02-18 | re PR target/24837 (move dynamic linker names out of LINK_SPEC and into new D... | Joseph Myers | 1 | -17/+4 |
2006-01-02 | arm.c (all_fpus): Fix comment typo. | Volker Reichelt | 1 | -1/+1 |
2005-12-07 | alpha.c (alpha_start_function): Use switch_to_section. | Richard Sandiford | 3 | -48/+6 |
2005-12-02 | alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable. | Richard Guenther | 1 | -2/+2 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -1/+1 |
2005-08-04 | Fix problem pointed out by Gunther Nikl on gcc list. | James E Wilson | 1 | -1/+1 |
2005-07-29 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-28 | frv.opt (moptimize-membar): New. | Aldy Hernandez | 4 | -84/+429 |
2005-07-26 | extend.texi (Raw read/write Functions): New section. | Aldy Hernandez | 3 | -2/+152 |
2005-07-25 | predicates.md (integer_register_operand): Use GPR_AP_OR_PSEUDO_P. | Aldy Hernandez | 1 | -1/+1 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -21/+21 |
2005-06-28 | builtins.c: (expand_builtin_memset): Rewrite to support 'set_storage_via_setm... | Adrian Straetling | 2 | -7/+12 |