Age | Commit message (Expand) | Author | Files | Lines |
2005-08-01 | dwarf2out.c (mem_loc_descriptor): Use XEXP, not SUBREG_REG, with auto-inc codes. | Richard Henderson | 2 | -1/+4 |
2005-08-01 | * config/alpha/predicates.md (and_operand): Test mode of CONST_DOUBLE. | Richard Henderson | 2 | -1/+6 |
2005-08-01 | i386-protos.h (asm_preferred_eh_data_format): Declare. | Jan Hubicka | 4 | -3/+36 |
2005-08-01 | host-linux.c (linux_gt_pch_get_address): Add new name randomize_va_space for ... | Ian Lance Taylor | 2 | -2/+12 |
2005-08-01 | 20050801-1.c: New test. | Andrew Pinski | 3 | -0/+25 |
2005-08-01 | * tree-inline.c (copy_decl_for_dup): Add missing condition. | Razya Ladelsky | 1 | -1/+2 |
2005-08-01 | common.opt (flag_ipa_cp): Put in right place to maintain alphabetic sort. | Steven Bosscher | 2 | -24/+29 |
2005-08-01 | * decl.c, utils.c: Fix comment typos. | Kazu Hirata | 3 | -3/+7 |
2005-08-01 | profile.c (compute_value_histograms): Fix thinko. | Jan Hubicka | 5 | -3/+61 |
2005-08-01 | re PR tree-optimization/23133 (recip does not factor division by function par... | Richard Guenther | 2 | -1/+18 |
2005-08-01 | re PR tree-optimization/23109 (compiler generates wrong code leading to spuri... | Richard Guenther | 3 | -5/+30 |
2005-08-01 | Interprocedural constant propagation. | Razya Ladelsky | 4 | -19/+355 |
2005-08-01 | Makefile.in: Add ipcp.c, ipa-prop.h, ipa-prop.c. | Razya Ladelsky | 7 | -80/+208 |
2005-08-01 | ipa-cp.c: New file. | Razya Ladelsky | 3 | -0/+2023 |
2005-08-01 | intrinsic.texi: Add documentation for exponent... | Jerry DeLisle | 2 | -10/+132 |
2005-08-01 | class.c, [...]: Fix comment typos. | Kazu Hirata | 7 | -6/+11 |
2005-08-01 | dwarf2out.c, [...]: Fix comment typos. | Kazu Hirata | 17 | -18/+27 |
2005-08-01 | re PR c/22311 (internal compiler error: in c_common_type (-fshort-enums)) | Joseph Myers | 4 | -2/+21 |
2005-08-01 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-07-31 | re PR target/23095 (ICE in regstack compensate_edge) | Steven Bosscher | 6 | -2/+73 |
2005-07-31 | trans-decl.c (gfc_build_builtin_function_decls): Give the internal malloc fun... | Steven Bosscher | 2 | -0/+11 |
2005-07-31 | pretty-print.h (pp_widest_integer): New macro. | Jan Hubicka | 3 | -0/+18 |
2005-07-31 | trans-stmt.c (gfc_trans_goto): Jump to the known label instead of the assigne... | Steven Bosscher | 2 | -4/+11 |
2005-07-31 | output.h (enum section_category): Export from varasm.c | Jan Hubicka | 11 | -56/+410 |
2005-07-31 | re PR target/20621 (ICE: in change_address_1, at emit-rtl.c:1886) | Richard Sandiford | 2 | -0/+11 |
2005-07-31 | re PR libfortran/21787 (flush I/O before calling abort()) | Francois-Xavier Coudert | 2 | -1/+8 |
2005-07-31 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-07-30 | make_exports.pl: Pass --strip-underscores to c++filt. | Andrew Pinski | 2 | -1/+5 |
2005-07-30 | tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost. | Jan Hubicka | 4 | -5/+51 |
2005-07-30 | comma_format_extension_4.f: Adjust length of string for format. | Thomas Koenig | 5 | -7/+16 |
2005-07-30 | re PR libfortran/22436 (print *,tiny(1._10) yields asterisks) | Francois-Xavier Coudert | 2 | -5/+26 |
2005-07-30 | arm.md (all peepholes for post-increment operations): Delete. | Richard Earnshaw | 2 | -390/+9 |
2005-07-30 | fold-const.c (tree_expr_nonnegative_p): Always return true for non-integral t... | James A. Morrison | 4 | -2/+26 |
2005-07-30 | PR fortran/22570 and related issues. | Paul Thomas | 4 | -17/+156 |
2005-07-29 | re PR target/22582 (-rdynamic is undocumented) | Wolfgang Bangerth | 2 | -1/+14 |
2005-07-30 | re PR c/23143 (parameter forward declarations broken) | Joseph Myers | 8 | -6/+73 |
2005-07-30 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-07-30 | arm.c (arm_coproc_mem_operand): Fix inaccurate comment. | Paul Brook | 2 | -1/+5 |
2005-07-30 | arm-protos.h (arm_canonicalize_comparison): Update prototype. | Paul Brook | 4 | -5/+18 |
2005-07-30 | re PR c/529 (-Wshadow warns on function prototypes vs. global vars) | Joseph Myers | 4 | -10/+52 |
2005-07-29 | expr.c (expand_expr_real_1): Do not load mem targets into register. | Jan Hubicka | 4 | -34/+10 |
2005-07-29 | matmul_1.f90: Correct LHS of matmul test (it used to have the wrong bounds). | Thomas Koenig | 2 | -1/+6 |
2005-07-29 | re PR middle-end/21720 (GCC incorrectly rounds hex floats) | Joseph Myers | 5 | -0/+212 |
2005-07-29 | altivec.md: Convert UNSPEC numerical values to define_constants. | David Edelsohn | 3 | -171/+322 |
2005-07-29 | re PR bootstrap/23131 (Fixincludes on cross-build is scanning /usr/include) | Mark Mitchell | 3 | -16/+31 |
2005-07-29 | install.texi: Add link to GFortran binaries wiki page. | Paul Brook | 2 | -0/+8 |
2005-07-29 | mips.c (mips_cpu_info_table): Add 5kf to the table. | David Ung | 6 | -6/+273 |
2005-07-29 | re PR tree-optimization/22550 (ICE in vrp_evaluate_conditional) | Diego Novillo | 4 | -10/+69 |
2005-07-29 | tree-vrp.c (compare_range_with_value): Return true or false for ~[VAL_1... | James A. Morrison | 5 | -3/+68 |
2005-07-29 | * decl.c, init.c, initialize.c: Fix comment typos. | Kazu Hirata | 4 | -7/+11 |