aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2005-04-27Daily bump.GCC Administrator1-1/+1
2005-04-27re PR c/20740 (cc1 segfaults)Joseph Myers15-5/+211
2005-04-26tree.h (tree_phi_node): Add a comment about the order of PHI arguments.Kazu Hirata2-0/+5
2005-04-26tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY.Kazu Hirata2-24/+39
2005-04-26arm.md (thumb_mulsi3): Use two-operand assembly form.Paul Brook2-2/+6
2005-04-26mips.c (mips_legitimize_tls_address): Use gcc_unreachable.Nathan Sidwell6-14/+27
2005-04-26tree-flow-inline.h (op_iter_next_must_and_may_def): New.Jeff Law4-38/+110
2005-04-26ssa-dse-1.c: New test.Jeff Law8-0/+169
2005-04-26tree-cfg.c (bsi_replace): Delink immediate uses for the original stmt.Andrew MacLeod2-0/+5
2005-04-26tree-cfg.c (lv_adjust_loop_header_phi): Speed up moving a call to find_edge o...Kazu Hirata2-7/+12
2005-04-26re PR tree-optimization/17598 (an extra addition when comparing address of &a...Richard Guenther4-0/+87
2005-04-26arm.c (arm_return_in_msb): New function.Julian Brown4-4/+118
2005-04-26re PR tree-optimization/21047 (ASSERT_EXPR handling in fold never triggers.)Kazu Hirata2-15/+8