aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2005-04-28optc-gen.awk (END): Make sure no variable is defined more than once.DJ Delorie4-15/+53
2005-04-28Prevent out-of-bounds array access in reload.Martin Koegler2-2/+8
2005-04-28re PR target/20813 (ICE in gen_reg_rtx for 3 spec tests)David Edelsohn5-8/+21
2005-04-28pr18178.C, [...]: Use cleanup-tree-dump.Kazu Hirata26-5/+41
2005-04-28arm.c (legitimize_pic_address): Fix sense of assertion test for creating pseu...Richard Earnshaw2-1/+6
2005-04-28global.c (earlyclobber_regclass): Change the type to VEC(int,heap).Kazu Hirata2-21/+46
2005-04-28re PR fortran/20865 (statement function shall not be supplied as procedure ar...Francois-Xavier Coudert4-0/+27
2005-04-28tree-ssa-alias.c (push_fields_onto_fieldstack): Remove bogus assert.Nathan Sidwell2-8/+5
2005-04-28attribs.c, [...]: Update copyright.Kazu Hirata83-82/+123
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata15-26/+31
2005-04-28* tree.h (edge_def): Remove.Kazu Hirata2-2/+2
2005-04-28* config.gcc: Obsolete c4x-* and tic4x-*.Kazu Hirata2-0/+4
2005-04-28modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo).Kazu Hirata3-8/+13
2005-04-28c-typeck.c (build_compound_expr): Correct logic in last change.Joseph Myers4-4/+21
2005-04-27Fix issues brought up by Nathan's assertify patch for the ia64 backend.James E Wilson2-67/+50
2005-04-28* doc/cpp.texi: gcc now implements universal character names.Mike Stump2-2/+6
2005-04-28Daily bump.GCC Administrator1-1/+1
2005-04-27* Fix Paul's email address in ChangeLog entry.Julian Brown1-1/+1
2005-04-27re PR c/21159 ("no effect" warning despite cast to void*)Joseph Myers4-3/+32
2005-04-27Correct fixes for various hot/cold partitioning concerns.Caroline Tice9-194/+302
2005-04-27tree-ssa-propagate.c (set_rhs): Revert last change.Richard Guenther2-2/+5
2005-04-27* explow.c (convert_memory_address): Add gcc_assert.Steve Ellcey2-0/+5
2005-04-27configure.ac: Check for ld --sysroot support.Mark Mitchell5-0/+78
2005-04-27fold-const.c (fold_binary): Use build_fold_addr_expr for address calculation ...Richard Guenther2-15/+8
2005-04-27postreload-gcse.c (hash_scan_set): Remove bogus assertion.Andrew Haley2-3/+4
2005-04-27arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame pointer when thumb back...Nathan Sidwell3-2/+11
2005-04-27gcj.texi (libgcj Runtime Properties): Remove obsolete gnu.gcj.runtime.NameFin...Bryce McKinlay2-24/+16
2005-04-27* c-semantics.c (add_stmt): Don't test STATEMENT_CODE_PIan Lance Taylor2-1/+5
2005-04-27* tree-ssa-dce.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-27Fix a typo.Kazu Hirata1-3/+2
2005-04-27explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless...David S. Miller5-148/+50
2005-04-27fp-bit.c (abort): Add noreturn attribute.Nathan Sidwell4-10/+17
2005-04-27tree-complex.c (expand_vector_operations_1): Do not build VIEW_CONVERT_EXPR's...Paolo Bonzini2-3/+9
2005-04-27pa.h (PRINT_OPERAND_ADDRESS): Use gcc_assert, remove unnecessary noncanonical...Nathan Sidwell3-13/+11
2005-04-27gen-vect-25.c: Make more portable.Paolo Bonzini2-1/+9
2005-04-27arm.h (ARM_PRINT_OPERAND_ADDRESS): Use gcc_assert and gcc_unreachable as appr...Nathan Sidwell7-468/+441
2005-04-27dojump.c: Fix comment typos.Kazu Hirata7-64/+68
2005-04-27tree-flow.h (ssa_names): Change the type to VEC(tree,gc).Kazu Hirata3-12/+24
2005-04-27be.po, [...]: Update.Joseph Myers13-35281/+38257
2005-04-27re PR fortran/21177 (wrong code with NULL())François-Xavier Coudert4-10/+74
2005-04-27* dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions.Devang Patel2-1/+5
2005-04-27vax.c (vax_rtx_costs): Whitespace cleanup.Matt Thomas2-36/+20
2005-04-27tree-ssa-propagate.c (set_rhs): Check operand of ADDR_EXPR for gimpliness, too.Richard Guenther2-1/+7
2005-04-27* tree-ssa-pre.c: Fix a comment typo.Kazu Hirata2-1/+5
2005-04-27re PR tree-optimization/21171 (IV OPTS removes does not create a new VOPs for...Zdenek Dvorak4-0/+45
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini29-110/+563
2005-04-27ia64.c (ia64_encode_addr_area): Use gcc_assert and gcc_unreachable as appropr...Nathan Sidwell6-294/+278
2005-04-27vax.c (legitimate_constant_address_p): New.Matt Thomas4-156/+287
2005-04-27* tree.h (phi_arg_d): Expand a comment in phi_arg_d.Kazu Hirata2-1/+7
2005-04-27re PR c/21213 (segfault declaring a transparent union)Joseph Myers4-1/+34