Age | Commit message (Expand) | Author | Files | Lines |
2009-05-17 | re PR fortran/36260 (Audit intrinsic.texi and check whether keyword= names ma... | Francois-Xavier Coudert | 3 | -170/+204 |
2009-05-17 | biarch32.h: New file. | Kai Tietz | 3 | -0/+40 |
2009-05-17 | * config/mips/mips.md (*zero_extend<mode>_trunchi, | Adam Nemet | 2 | -14/+15 |
2009-05-17 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2009-05-16 | re PR middle-end/39301 (ICE in register_overhead, at bitmap.c:115) | Brad Lucier | 3 | -8/+20 |
2009-05-16 | config.gcc (use_gcc_stdint): Set to wrap. | Francois-Xavier Coudert | 3 | -0/+45 |
2009-05-16 | re PR fortran/33197 (Fortran 2008: math functions) | Francois-Xavier Coudert | 7 | -2/+220 |
2009-05-16 | re PR fortran/31243 (Detect strings longer than 2**32 characters) | Francois-Xavier Coudert | 7 | -5/+102 |
2009-05-16 | config.gcc (mips*-*-*): Support arch_32, arch_64, tune_32 and tune_64. | Joseph Myers | 3 | -29/+54 |
2009-05-16 | * ChangeLog: Forgotten in previous commit. | François-Xavier Coudert | 1 | -0/+9 |
2009-05-16 | re PR fortran/36031 (ARM -fshort-enums attribute not emitted for Fortran) | François-Xavier Coudert | 4 | -5/+5 |
2009-05-16 | re PR target/40153 (Long long comparison optimized away incorrectly in Thumb ... | Richard Earnshaw | 2 | -1/+7 |
2009-05-16 | * arm.md (movdi2): Copy non-reg values to DImode registers. | Richard Earnshaw | 2 | -2/+6 |
2009-05-16 | default_format_denormal_1.f90: XFAIL on cygwin. | David Billinghurst | 3 | -4/+8 |
2009-05-16 | re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq) | Jakub Jelinek | 4 | -10/+78 |
2009-05-16 | re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq) | Jakub Jelinek | 3 | -3/+14 |
2009-05-16 | alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry. | Ian Lance Taylor | 27 | -276/+450 |
2009-05-16 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2009-05-15 | re PR c/16302 (gcc fails to warn about some common logic errors) | Manuel López-Ibáñez | 11 | -16/+253 |
2009-05-15 | ira-conflicts.c (add_insn_allocno_copies): Fix wrong conditional. | Manuel López-Ibáñez | 2 | -1/+6 |
2009-05-15 | builtin-math-5.c: New. | Kaveh R. Ghazi | 4 | -0/+216 |
2009-05-15 | install.texi: Document MPC requirements, flags etc. | Kaveh R. Ghazi | 2 | -12/+32 |
2009-05-15 | builtins.c (do_mpc_arg1, [...]): New. | Kaveh R. Ghazi | 4 | -15/+211 |
2009-05-15 | fold-const.c (fold_convert_const_real_from_real): Check for overflow. | Sandra Loosemore | 2 | -1/+23 |
2009-05-15 | i386.c (ix86_reorg): Call optimize_function_for_speed_p only once. | H.J. Lu | 2 | -6/+12 |
2009-05-15 | invoke.texi (max-early-inliner-iterations): New flag. | Jan Hubicka | 6 | -66/+133 |
2009-05-15 | cgraph.h (struct cgraph_node): Add finalized_by_frotnend flag. | Jan Hubicka | 3 | -1/+11 |
2009-05-15 | align-main-1.c (check): Mark noinline. | Jan Hubicka | 9 | -1/+19 |
2009-05-15 | sibcall-6.c: Add no-ipa-cp argument and mark the function to be optimized by ... | Jan Hubicka | 2 | -3/+8 |
2009-05-15 | sibcall-1.c (track): Mark noinline. | Jan Hubicka | 5 | -4/+11 |
2009-05-15 | flatten-2.c: Disable early inlining; add comment. | Jan Hubicka | 3 | -2/+91 |
2009-05-15 | real.c (encode_ieee_half): Define. | Sandra Loosemore | 3 | -0/+172 |
2009-05-15 | optabs.c (prepare_float_lib_cmp): Test that the comparison... | Sandra Loosemore | 2 | -4/+11 |
2009-05-15 | arm.c (neon_vector_mem_operand): Handle element/structure loads. | Paul Brook | 5 | -21/+62 |
2009-05-15 | Revert the following patch until testsuite fallout is fixed: | Jan Hubicka | 10 | -354/+158 |
2009-05-15 | tree-ssa-pre.c (eliminate): Use TODO_update_ssa_only_virtuals, not TODO_updat... | Richard Guenther | 2 | -1/+6 |
2009-05-15 | re PR tree-optimization/39999 (gcc 4.4.0 compiles in infinite loop) | Richard Guenther | 5 | -32/+73 |
2009-05-15 | common.opt (-ftree-forwprop, [...]): New options, enabled by default. | Richard Guenther | 6 | -6/+54 |
2009-05-15 | tree-ssa-forwprop.c (forward_propagate_addr_expr_1): Also recurse on an invar... | Joseph Myers | 4 | -1/+26 |
2009-05-15 | cgraph.c (dump_cgraph_node): Dump size/time/benefit. | Jan Hubicka | 11 | -130/+399 |
2009-05-15 | dbxout.c (dbxout_range_type): Add LOW and HIGH parameters. | Eric Botcazou | 19 | -361/+500 |
2009-05-15 | frv.h: Clean up references to GO_IF_LEGITIMATE_ADDRESS. | Paolo Bonzini | 28 | -92/+68 |
2009-05-15 | re PR fortran/39352 (gfortran.dg/vect/pr39318.f90 doesn't work on ia64) | Tobias Burnus | 6 | -11/+44 |
2009-05-15 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2009-05-14 | Correct formatting errors commited in rev 147516 | Taras Glek | 3 | -17/+19 |
2009-05-14 | dump-parse-tree.c (show_code_node): Add ERRMSG to the dumping of allocate and... | Steven G. Kargl | 2 | -0/+17 |
2009-05-14 | passes.c (finish_optimization_passes): Change i to int. | Ian Lance Taylor | 21 | -36/+108 |
2009-05-14 | re PR driver/40144 (ice in common_handle_option) | Steven Bosscher | 2 | -0/+6 |
2009-05-14 | * store-motion.c Do not include params.h | Steven Bosscher | 3 | -15/+19 |
2009-05-14 | auto-inc-dec.c: Fix pass description, remove apparent accidental duplication. | Steven Bosscher | 2 | -51/+18 |