Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | ansidecl.h (EXPORTED_CONST): Define. | Ian Lance Taylor | 1 | -1/+1 |
2009-05-29 | cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK. | Richard Henderson | 1 | -7/+4 |
2009-05-15 | frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS. | Paolo Bonzini | 1 | -1/+1 |
2009-05-14 | tm.texi (TARGET_LEGITIMATE_ADDRESS_P): Refer mainly to this in the former doc... | Paolo Bonzini | 3 | -36/+23 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 4 | -236/+66 |
2009-05-10 | arc.c (arc_handle_interrupt_attribute): Use %qE for identifiers in diagnostics. | Joseph Myers | 1 | -10/+10 |
2009-05-04 | tm.texi (LEGITIMIZE_ADDRESS): Revise documentation. | Paolo Bonzini | 3 | -36/+0 |
2009-04-29 | bfin.c (bfin_optimize_loop): When looking for the last insn before the loop_e... | Bernd Schmidt | 1 | -0/+1 |
2009-04-29 | bfin.c (bfin_optimize_loop): If we need a scratch reg, scan backwards to try ... | Bernd Schmidt | 1 | -4/+30 |
2009-04-29 | bfin.h (splitting_loops): Declare. | Bernd Schmidt | 4 | -81/+133 |
2009-04-29 | bfin.c (bfin_register_move_cost): Test for subsets of DREGS rather than compa... | Bernd Schmidt | 1 | -8/+2 |
2009-04-29 | bfin.c (bfin_optimize_loop): Unify handling of problematic last insns. | Bernd Schmidt | 1 | -30/+22 |
2009-04-29 | bfin.md (sp_or_sm, [...]): New macro. | Bernd Schmidt | 2 | -73/+73 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -2/+2 |
2009-04-22 | defaults.h (GO_IF_MODE_DEPENDENT_ADDRESS): Provide empty default. | Paolo Bonzini | 1 | -17/+0 |
2009-04-21 | ABOUT-GCC-NLS, [...]: Add copyright and license notices. | Joseph Myers | 8 | -0/+160 |
2009-04-09 | Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception. | Jakub Jelinek | 5 | -59/+46 |
2009-03-25 | bfin.c (bfin_optimize_loop): If the LSETUP goes before a jump insn... | Bernd Schmidt | 1 | -3/+11 |
2009-03-05 | bfin.c (bfin_discover_loop): When retrying fails, mark the loop as bad. | Bernd Schmidt | 1 | -0/+6 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 7 | -7/+7 |
2009-02-13 | bfin.c (find_prev_insn_start): New function. | Bernd Schmidt | 1 | -18/+33 |
2008-11-27 | Fix error in last change. | Bernd Schmidt | 1 | -1/+1 |
2008-11-27 | bfin.opt (micplb): New option. | Bernd Schmidt | 5 | -18/+55 |
2008-11-03 | bfin.c (bfin_optimize_loop): Properly handle case where we have one entry poi... | Bernd Schmidt | 1 | -11/+30 |
2008-10-29 | bfin-protos.h (WA_05000257, [...]): New. | Bernd Schmidt | 3 | -37/+94 |
2008-10-29 | bfin.c (struct machine_function): New member has_loopreg_clobber. | Bernd Schmidt | 1 | -3/+34 |
2008-10-22 | bfin.c (bdesc_2arg): Add mulhisill, mulhisilh, mulhisihl and mulhisihh builtins. | Bernd Schmidt | 1 | -1/+7 |
2008-10-22 | From Jie Zhang <jie.zhang@analog.com> | Bernd Schmidt | 1 | -3/+3 |
2008-10-22 | gcc/: | Bernd Schmidt | 7 | -3/+75 |
2008-09-10 | bfin.c (workaround_speculation): Correct algorithm to not lose track of the n... | Bernd Schmidt | 2 | -30/+50 |
2008-09-09 | bfin.c (n_regs_to_save): New static variable. | Bernd Schmidt | 1 | -49/+138 |
2008-09-04 | bfin.c (gen_one_bundle): Don't create new nops when optimizing for size. | Bernd Schmidt | 1 | -0/+5 |
2008-09-04 | bfin.c (bfin_function_ok_for_sibcall): Restore a null pointer check lost in t... | Bernd Schmidt | 1 | -0/+3 |
2008-09-03 | gcc/ | Bernd Schmidt | 1 | -0/+24 |
2008-09-03 | From Michael Frysinger <michael.frysinger@analog.com> | Bernd Schmidt | 1 | -3/+0 |
2008-09-03 | bfin.c (bfin_expand_prologue): Honour no_stack_limit attribute. | Bernd Schmidt | 1 | -1/+2 |
2008-09-01 | expr.c (MOVE_BY_PIECES_P, [...]): Pass speed operand. | Jan Hubicka | 1 | -1/+1 |
2008-08-31 | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 1 | -15/+15 |
2008-08-26 | [multiple changes] | Vladimir Makarov | 1 | -0/+13 |
2008-08-06 | alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords. | Kaveh R. Ghazi | 1 | -21/+21 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -12/+5 |
2008-07-02 | vms_tramp.asm, [...]: Remove .file directives. | Joseph Myers | 3 | -3/+0 |
2008-06-27 | c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war... | Kaveh R. Ghazi | 2 | -3/+3 |
2008-06-01 | rtl.h (emit_clobber, [...]): Declare. | Richard Sandiford | 2 | -5/+5 |
2008-05-31 | bfin.h (TARGET_CPU_CPP_BUILTINS): Define __WORKAROUND_RETS when appropriate. | Bernd Schmidt | 1 | -0/+2 |
2008-05-16 | bfin.c (bfin_discover_loops): Delete empty loops. | Bernd Schmidt | 1 | -0/+15 |
2008-05-16 | From Jie Zhang <jie.zhang@analog.com> | Bernd Schmidt | 8 | -34/+103 |
2008-05-15 | bfin.md (loadbytes): New pattern. | Bernd Schmidt | 2 | -1/+24 |
2008-05-15 | bfin.h (TARGET_RETURN_IN_MEMORY): Don't define here. | Bernd Schmidt | 3 | -3/+4 |
2008-05-08 | 2008-05-07 Kai Tietz <kai,tietz@onevision.com> | Kai Tietz | 3 | -5/+5 |