Age | Commit message (Expand) | Author | Files | Lines |
2004-11-09 | * tree-ssa-loop-ivopts.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+5 |
2004-11-09 | re PR pch/14940 (PCH largefile test fails on various platforms) | James A. Morrison | 1 | -0/+6 |
2004-11-09 | builtins.c, [...]: Say "argument" instead of "arg" in diagnostics. | Joseph Myers | 1 | -0/+5 |
2004-11-09 | builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app... | Joseph Myers | 1 | -0/+21 |
2004-11-09 | * gdbinit.in (pbb, pbm): New macros. | Hans-Peter Nilsson | 1 | -0/+4 |
2004-11-08 | cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i... | Jeff Law | 1 | -0/+8 |
2004-11-09 | * passes.c (rest_of_handle_jump): Remove dead code. | Kazu Hirata | 1 | -0/+4 |
2004-11-08 | tree-cfg.c (thread_jumps): Speed up by keeping a pointer to the last used ele... | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | tree-inline.c (remap_save_expr): Make it static. | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static. | Kazu Hirata | 1 | -0/+6 |
2004-11-08 | tree-ssa-live.c (tpa_init, [...]): Make them static. | Kazu Hirata | 1 | -0/+6 |
2004-11-08 | tree-if-conv.c (tree_if_conversion): Make it static. | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | tree-ssa-operands.c (build_ssa_operands): Make it static. | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | re PR middle-end/18299 (ICE in gimple-lower) | Andrew Pinski | 1 | -0/+6 |
2004-11-08 | modulo-sched.c (create_partial_schedule, [...]): Make them static. | Kazu Hirata | 1 | -0/+7 |
2004-11-08 | expmed.c (extract_force_align_mem_bit_field): Correct handling at the end of ... | Richard Henderson | 1 | -0/+5 |
2004-11-08 | sched-deps.c (add_insn_mem_dependence): Make it static. | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | flow.c (allocate_bb_life_data): Make it static. | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | calls.c (split_complex_values, [...]): Make them static. | Kazu Hirata | 1 | -0/+6 |
2004-11-08 | arm.c (arm_handle_notshared_attribute): Wrap declaration and use with #if TAR... | Richard Earnshaw | 1 | -0/+5 |
2004-11-08 | tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if" statements that a... | Kazu Hirata | 1 | -0/+5 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -0/+8 |
2004-11-08 | cgraph.h (cgraph_calls_p): Remove. | Ben Elliston | 1 | -0/+8 |
2004-11-07 | re PR target/18269 (-m64 -fPIC does not work on ppc-darwin) | Andrew Pinski | 1 | -0/+28 |
2004-11-07 | c-decl.c (finish_struct): Use complete sentences for diagnostic for structure... | Joseph Myers | 1 | -0/+5 |
2004-11-07 | c-typeck.c (build_unary_op): Replace unreachable diagnostic for taking addres... | Joseph Myers | 1 | -0/+5 |
2004-11-07 | s390.md (attribute "op_type"): Default to "NN". | Ulrich Weigand | 1 | -0/+32 |
2004-11-06 | * config/mips/t-iris6 (tp-bit.c): Fix target filename. | Richard Sandiford | 1 | -0/+4 |
2004-11-06 | re PR target/16830 (Including <sys/immu.h> with -mabi=n32 causes an error.) | Richard Sandiford | 1 | -0/+6 |
2004-11-06 | re PR target/16286 (Compile errors on altivec ops after #undef vector) | Andreas Schwab | 1 | -0/+6 |
2004-11-06 | * tree-ssa-copyrename.c (rename_ssa_copies): Make it static. | Kazu Hirata | 1 | -0/+4 |
2004-11-06 | 2064.md ("z_int", "z_agen"): Ensure the condition matches no insns already ma... | Ulrich Weigand | 1 | -0/+16 |
2004-11-06 | fold-const.c (non_lvalue): Don't construct NON_LVALUE_EXPR if we are in GIMPLE. | Kazu Hirata | 1 | -0/+5 |
2004-11-06 | re PR rtl-optimization/17933 (ICE: in schedule_insns, at /sched-rgn.c:2555) | Hans-Peter Nilsson | 1 | -0/+8 |
2004-11-06 | sparc.c (function_arg_record_value_1): Skip fields with zero length. | Eric Botcazou | 1 | -0/+10 |
2004-11-06 | sparc.c (scan_record_type): Handle vector types. | Eric Botcazou | 1 | -0/+17 |
2004-11-06 | tree-cfg.c (find_taken_edge_cond_expr): Remove an "if" statement that never t... | Kazu Hirata | 1 | -0/+5 |
2004-11-06 | 2064.md ("z_o2", "z_o3"): Remove. | Ulrich Weigand | 1 | -0/+19 |
2004-11-06 | tree-phinodes.c (remove_all_phi_nodes_for): Speed up using a pointer to the l... | Kazu Hirata | 1 | -0/+5 |
2004-11-06 | sh.c (prepare_move_operands): Emit a use of r12 for non-PIC TLS_MODEL_INITIAL... | Kaz Kojima | 1 | -0/+5 |
2004-11-06 | * expmed.c: Fix a comment typo. | Kazu Hirata | 1 | -0/+4 |
2004-11-05 | re PR target/18106 (Weak symbols are unimplemented on Windows) | Aaron W. LaFramboise | 1 | -0/+6 |
2004-11-06 | * config/sh/sh4a.md: Fix copyright. | Kazu Hirata | 1 | -0/+4 |
2004-11-06 | darwin.md, sh4a.md: Replace GNU CC with GCC. | Kazu Hirata | 1 | -0/+5 |
2004-11-05 | rs6000.md (scc patterns): Replace subfc with subf when carry not used. | David Edelsohn | 1 | -0/+10 |
2004-11-06 | rs6000.c (machopic_output_stub): Output ldu instead of lwzu for 64-bit stubs. | Stan Shebs | 1 | -0/+5 |
2004-11-05 | alpha.c (alpha_expand_unaligned_load): Special case size 2 with BWX. | Richard Henderson | 1 | -0/+6 |
2004-11-05 | expmed.c (extract_force_align_mem_bit_field): New. | Richard Henderson | 1 | -0/+5 |
2004-11-05 | ia64.md (UNSPEC_SHRP): New. | Richard Henderson | 1 | -0/+7 |
2004-11-05 | c-typeck.c (output_init_element): Return early if value is error_mark_node. | Joseph Myers | 1 | -0/+5 |