| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix enum conversions which are invalid in C++: | Ian Lance Taylor | 2009-04-20 | 1 | -4/+6 |
* | c-common.c (vector_targets_convertible_p, [...]): Use TYPE_VECTOR_OPAQUE inst... | Paolo Bonzini | 2009-04-16 | 1 | -3/+0 |
* | tm.texi (Instruction Output): Document TARGET_ASM_FINAL_POSTSCAN_INSN. | Chao-ying Fu | 2009-04-10 | 1 | -0/+2 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | re PR target/39179 (Wrong code in c++ for const members initialized in extern... | Jason Merrill | 2009-02-18 | 1 | -1/+1 |
* | target.h (struct gcc_target): Update prototypes of needs_block_p and gen_spec... | Andrey Belevantsev | 2008-10-14 | 1 | -2/+2 |
* | tm.texi (TARGET_IRA_COVER_CLASSES): Define. | Richard Sandiford | 2008-09-20 | 1 | -0/+3 |
* | sel-sched.h, [...]: New files. | Andrey Belevantsev | 2008-09-01 | 1 | -5/+37 |
* | fwprop.c (should_replace_address): Add speed attribute. | Jan Hubicka | 2008-08-31 | 1 | -2/+2 |
* | Change attribute((option(...))) to attribute((target(...))); Do not allocate ... | Michael Meissner | 2008-08-30 | 1 | -10/+4 |
* | target.h (struct vectorize): Add new target builtin. | Ira Rosen | 2008-08-28 | 1 | -1/+4 |
* | [multiple changes] | H.J. Lu | 2008-07-30 | 1 | -0/+7 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -6/+5 |
* | Fix IA-64 breakage... | Michael Meissner | 2008-07-25 | 1 | -0/+6 |
* | Add ability to set target options (ix86 only) and optimization options on a f... | Michael Meissner | 2008-07-23 | 1 | -0/+28 |
* | target.h (struct gcc_target): Add hard_regno_scratch_ok field. | Anatoly Sokolov | 2008-07-09 | 1 | -0/+4 |
* | config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86... | Kai Tietz | 2008-07-06 | 1 | -0/+6 |
* | Revert 137452. | Kai Tietz | 2008-07-04 | 1 | -6/+0 |
* | config.gcc (extra_headers): Add cross-stdarg.h for target x86_64-*-* and i?86... | Kai Tietz | 2008-07-04 | 1 | -0/+6 |
* | targhooks.h (struct gcc_target): New member unwind_word_mode. | Ulrich Weigand | 2008-06-18 | 1 | -0/+3 |
* | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 2008-06-06 | 1 | -2/+2 |
* | extend.texi: Clarify use of __attribute__((naked)). | Paul Brook | 2008-05-23 | 1 | -0/+5 |
* | targhooks.h (default_emutls_var_fields, [...]): Declare. | Nathan Sidwell | 2008-04-27 | 1 | -0/+28 |
* | re PR target/34814 (SDmode function args not passed according to ABI specific... | Peter Bergner | 2008-01-26 | 1 | -0/+9 |
* | re PR middle-end/20983 (varargs functions force va_list variable to stack unn... | Jakub Jelinek | 2007-12-06 | 1 | -0/+3 |
* | target.h (unspec_may_trap_p): New target hook. | Paolo Bonzini | 2007-10-16 | 1 | -0/+4 |
* | New target hook to calculate MII | Trevor Smigiel | 2007-09-10 | 1 | -0/+9 |
* | Add target hook invoked when cfun changes. | Sandra Loosemore | 2007-09-05 | 1 | -0/+5 |
* | arm.c, [...]: Fix comment typos. | Kazu Hirata | 2007-09-01 | 1 | -1/+1 |
* | alpha.c (alpha_mangle_type, [...]): Constify. | Kaveh R. Ghazi | 2007-08-24 | 1 | -25/+26 |
* | arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu... | Kaveh R. Ghazi | 2007-08-23 | 1 | -9/+9 |
* | target.h (struct gcc_target.sched: dfa_pre_advance_cycle, [...]): New schedul... | Maxim Kuvyrkov | 2007-08-22 | 1 | -0/+7 |
* | c-common.h (enum rid): Add new enumeration values of RID_SAT, RID_FRACT, and ... | Chao-ying Fu | 2007-08-20 | 1 | -0/+3 |
* | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 2007-07-28 | 1 | -1/+1 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -17/+18 |
* | alpha.c (alpha_mangle_fundamental_type): Rename to... | Julian Brown | 2007-07-25 | 1 | -4/+4 |
* | re PR target/25413 (wrong alignment or incorrect address computation in vecto... | Dorit Nuzman | 2007-07-12 | 1 | -0/+4 |
* | target.h (builtin_vectorization_cost): Add new target builtin. | Dorit Nuzman | 2007-07-12 | 1 | -0/+4 |
* | libgcc2.h (word_type): Type definition removed. | Andreas Krebbel | 2007-07-06 | 1 | -0/+6 |
* | target.h (struct gcc_target): Add target_help field. | Nick Clifton | 2007-07-04 | 1 | -0/+4 |
* | cpplib.h (CPP_N_WIDTH_MD, [...]): Add new constants. | Uros Bizjak | 2007-07-03 | 1 | -0/+7 |
* | re PR tree-optimization/32383 (ICE with reciprocals and -ffast-math) | Uros Bizjak | 2007-06-18 | 1 | -1/+1 |
* | re PR middle-end/31723 (Use reciprocal and reciprocal square root with -ffast... | Uros Bizjak | 2007-06-16 | 1 | -0/+4 |
* | re PR target/27067 (Compile errors with multiple inheritance where the stdcal... | Danny Smith | 2007-05-24 | 1 | -0/+6 |
* | re PR target/26090 (IA-64 creates DT_TEXTREL binaries) | Richard Henderson | 2007-03-09 | 1 | -1/+7 |
* | c-common.c (targetcm): Add. | Mike Stump | 2007-03-06 | 1 | -0/+12 |
* | target.h (init_dwarf_reg_sizes_extra): New target hook. | Joseph Myers | 2007-03-02 | 1 | -0/+6 |
* | linux-unwind.h: Fix a comment typo. | Kazu Hirata | 2007-02-19 | 1 | -1/+1 |
* | tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook. | Tehila Meyzels | 2007-02-11 | 1 | -0/+4 |
* | tree-vectorizer.h (vectorizable_function): Add argument type argument, change... | Richard Guenther | 2007-02-05 | 1 | -1/+1 |