aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-09builtins.c, [...]: Say "argument" instead of "arg" in diagnostics.Joseph Myers7-33/+46
2004-11-09builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...Joseph Myers65-316/+360
2004-11-09* gdbinit.in (pbb, pbm): New macros.Hans-Peter Nilsson2-0/+20
2004-11-08cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i...Jeff Law3-10/+22
2004-11-09* passes.c (rest_of_handle_jump): Remove dead code.Kazu Hirata2-21/+4
2004-11-09* testsuite/gcc.dg/uninit-H.c: Add ifdefs for __hppa__ and __ia64__.Steve Ellcey2-0/+8
2004-11-09Daily bump.GCC Administrator1-1/+1
2004-11-08tree-cfg.c (thread_jumps): Speed up by keeping a pointer to the last used ele...Kazu Hirata2-8/+10
2004-11-08tree-inline.c (remap_save_expr): Make it static.Kazu Hirata3-2/+7
2004-11-08tree-ssa-loop-niter.c (upper_bound_in_type, [...]): Make them static.Kazu Hirata3-6/+8
2004-11-08tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata3-4/+8
2004-11-08tree-if-conv.c (tree_if_conversion): Make it static.Kazu Hirata3-5/+6
2004-11-08tree-ssa-operands.c (build_ssa_operands): Make it static.Kazu Hirata3-5/+6
2004-11-08Makefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h dependency.Zdenek Dvorak2-318/+677
2004-11-08re PR objc/16546 ([unit-at-a-time] Solaris 10/x86 libobjc bootstrap failure: ...Andrew Pinski2-13/+8
2004-11-0820030225-2.c: Add prototype for abort and exit.Steve Ellcey2-0/+8
2004-11-08re PR middle-end/18299 (ICE in gimple-lower)Andrew Pinski4-1/+24
2004-11-08modulo-sched.c (create_partial_schedule, [...]): Make them static.Kazu Hirata2-13/+20
2004-11-08expmed.c (extract_force_align_mem_bit_field): Correct handling at the end of ...Richard Henderson2-4/+17
2004-11-08sched-deps.c (add_insn_mem_dependence): Make it static.Kazu Hirata3-2/+6
2004-11-08flow.c (allocate_bb_life_data): Make it static.Kazu Hirata3-3/+8
2004-11-08calls.c (split_complex_values, [...]): Make them static.Kazu Hirata3-5/+10
2004-11-08New test case.Richard Henderson1-0/+31
2004-11-08re PR java/16843 (gcjh generated headers don't define final constants)Tom Tromey2-24/+72
2004-11-08arm.c (arm_handle_notshared_attribute): Wrap declaration and use with #if TAR...Richard Earnshaw2-0/+9
2004-11-08tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if" statements that a...Kazu Hirata2-18/+19
2004-11-08arith.c, [...]: Fix comment formatting.Kazu Hirata25-111/+119
2004-11-08class.c, [...]: Fix comment formatting.Kazu Hirata9-45/+50
2004-11-08decl.c (end_java_method): Remove duplicated code.Andrew Pinski2-8/+4
2004-11-08* a-numaux-x86.adb (Tan): Fix fdivp syntax.Rainer Orth2-1/+5
2004-11-08tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate.Kazu Hirata10-35/+43
2004-11-08cgraph.h (cgraph_calls_p): Remove.Ben Elliston5-37/+8
2004-11-07re PR target/18269 (-m64 -fPIC does not work on ppc-darwin)Andrew Pinski5-141/+214
2004-11-08Daily bump.GCC Administrator1-1/+1
2004-11-07* de.po: Update.Joseph Myers2-398/+398
2004-11-07* Makefile.in (install-gnatlib): Remove spurious hyphen.Andreas Schwab2-1/+5
2004-11-07c-decl.c (finish_struct): Use complete sentences for diagnostic for structure...Joseph Myers2-3/+21
2004-11-07c-typeck.c (build_unary_op): Replace unreachable diagnostic for taking addres...Joseph Myers2-7/+7
2004-11-07Daily bump.GCC Administrator1-1/+1
2004-11-07s390.md (attribute "op_type"): Default to "NN".Ulrich Weigand2-132/+111
2004-11-06* config/mips/t-iris6 (tp-bit.c): Fix target filename.Richard Sandiford2-1/+5
2004-11-06re PR target/16830 (Including <sys/immu.h> with -mabi=n32 causes an error.)Richard Sandiford2-10/+22
2004-11-06re PR target/16286 (Compile errors on altivec ops after #undef vector)Andreas Schwab4-676/+691
2004-11-06anon-struct-6.c, [...]: New tests.Joseph Myers19-0/+245
2004-11-06Fix wrong entry.Eric Botcazou1-1/+1
2004-11-06* tree-ssa-copyrename.c (rename_ssa_copies): Make it static.Kazu Hirata2-3/+5
2004-11-062064.md ("z_int", "z_agen"): Ensure the condition matches no insns already ma...Ulrich Weigand4-55/+76
2004-11-06* g++.dg/opt/nothrow1.C: Use -42 instead of 42.Eric Botcazou2-2/+6
2004-11-06generate-random.c (generate_random_data unsafe_state): Do not use C99 designa...Eric Botcazou2-7/+12
2004-11-06fold-const.c (non_lvalue): Don't construct NON_LVALUE_EXPR if we are in GIMPLE.Kazu Hirata2-0/+10