Age | Commit message (Expand) | Author | Files | Lines |
2007-09-05 | optabs.c (libfunc_entry): Change optab to integer. | Jan Hubicka | 1 | -8/+8 |
2007-09-04 | optabs.c (debug_optab_libfunc): Update; make available to gdb. | Jan Hubicka | 1 | -292/+599 |
2007-09-03 | optabs.c (expand_ffs): Initialize val and defined_at_zero to avoid warnings. | Zack Weinberg | 1 | -2/+2 |
2007-09-03 | optabs.c: Remove unnecessary forward declarations. | Zack Weinberg | 1 | -100/+227 |
2007-09-03 | re PR middle-end/33290 (gcc.c-torture/execute/930921-1.c fails at -O1 and abo... | Richard Sandiford | 1 | -1/+7 |
2007-09-01 | arm.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-08-31 | optabs.c (prepare_float_lib_cmp): Use libgcc_cmp_return_mode instead of word_... | Andrew Pinski | 1 | -9/+10 |
2007-08-31 | optabs.c (shift_optab_p, [...]): New functions, split out from expand_binop. | Richard Sandiford | 1 | -76/+111 |
2007-08-27 | Separate target-specific initialization from general back-end initialization. | Sandra Loosemore | 1 | -1/+1 |
2007-08-25 | c-common.c (vector_types_convertible_p, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-08-09 | tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, [...]): Document change in interpretation... | Sandra Loosemore | 1 | -0/+80 |
2007-08-09 | optabs.c (expand_widen_pattern_expr): Use optabs accestors. | Jan Hubicka | 1 | -105/+109 |
2007-07-30 | alias.c (record_set, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-28 | cfglayout.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-23 | PR middle-end/PR28690 | Peter Bergner | 1 | -3/+5 |
2007-07-21 | optabs.h (enum optab_index): Add new OTI_signbit. | Uros Bizjak | 1 | -38/+54 |
2007-07-11 | toplev.c (no_new_pseudos): Deleted. | Kenneth Zadeck | 1 | -1/+1 |
2007-07-09 | optabs.h: Added declaration for signbit_optab. | Wolfgang Gellerich | 1 | -0/+1 |
2007-07-06 | libgcc2.h (word_type): Type definition removed. | Andreas Krebbel | 1 | -3/+4 |
2007-07-05 | optabs.c (expand_binop_directly): Fix signed/unsigned comparison. | Sandra Loosemore | 1 | -1/+1 |
2007-07-05 | Add support for SmartMIPS ASE. | Sandra Loosemore | 1 | -110/+136 |
2007-06-15 | [multiple changes] | Andrew Pinski | 1 | -0/+1 |
2007-06-12 | trans-stmt.c (gfc_trans_call): fix gcc_assert to a comparison, not an assignm... | Dirk Mueller | 1 | -2/+2 |
2007-06-11 | Merge dataflow branch into mainline | Daniel Berlin | 1 | -2/+15 |
2007-06-10 | tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL. | Zdenek Dvorak | 1 | -0/+2 |
2007-06-06 | re PR tree-optimization/32216 (ICE: verify_stmts failed (invalid reference pr... | Uros Bizjak | 1 | -0/+1 |
2007-05-17 | re PR tree-optimization/24659 (Conversions are not vectorized) | Uros Bizjak | 1 | -1/+23 |
2007-05-14 | builtins.c (expand_builtin_mathfn): Use EXPAND_NORMAL instead of 0 in the cal... | Uros Bizjak | 1 | -8/+8 |
2007-05-08 | md.texi (msub@var{m}@var{n}4, [...]): Document. | Chao-ying Fu | 1 | -0/+2 |
2007-04-24 | optabs.c (set_conv_libfunc): Prefer libgcc2's __ffsMM2 functions over an exte... | Richard Sandiford | 1 | -4/+6 |
2007-04-24 | 2007-xx-xx Chao-ying Fu <fu@mips.com> Richard Sandiford <richard@nildram.co.uk> | Richard Sandiford | 1 | -0/+2 |
2007-04-22 | re PR tree-optimization/24659 (Conversions are not vectorized) | Uros Bizjak | 1 | -7/+7 |
2007-03-24 | Add BID decimal support | Michael Meissner | 1 | -11/+72 |
2007-02-20 | optabs.h (enum optab_index): Add new OTI_scalb. | Kaveh R. Ghazi | 1 | -0/+1 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -1/+1 |
2007-02-13 | i386.md (bswapsi_1): Rename from bswapsi2, remove flags clobber. | Richard Henderson | 1 | -2/+83 |
2007-01-31 | optabs.h (enum optab_index): Add new OTI_isinf. | Uros Bizjak | 1 | -0/+2 |
2007-01-28 | common.opt: Add fstrict-overflow. | Ian Lance Taylor | 1 | -2/+3 |
2006-11-22 | c-tree.texi: Document new tree codes. | Ira Rosen | 1 | -0/+16 |
2006-11-08 | [multiple changes] | Dorit Nuzman | 1 | -2/+49 |
2006-11-01 | extend.texi (__builtin_bswap32): Document. | Eric Christopher | 1 | -0/+10 |
2006-10-29 | genopinit.c (optabs): Change lfloor_optab and lceil_optab to conversion optabs. | Richard Guenther | 1 | -2/+6 |
2006-10-28 | re PR target/28806 (lround is not expanded inline to SSE conversion sequence) | Richard Guenther | 1 | -0/+3 |
2006-10-25 | optabs.h (enum optab_index): Remove OTI_lrint. | Richard Guenther | 1 | -1/+43 |
2006-10-25 | optabs.h (enum optab_index): Rename OTI_drem to OTI_remainder. | Uros Bizjak | 1 | -1/+1 |
2006-07-17 | re PR middle-end/28403 (Missed argument pop after doubleword shift) | Richard Sandiford | 1 | -0/+2 |
2006-07-17 | re PR middle-end/28402 (Doubleword shifts implemented using word_mode libcalls) | Richard Sandiford | 1 | -1/+1 |
2006-07-16 | optabs.c (maybe_encapsulate_block): New function extracted from... | Eric Botcazou | 1 | -28/+34 |
2006-05-28 | cfgcleanup.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |