aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-11-23Daily bump.GCC Administrator1-1/+1
2004-11-22* tree-if-conv.c (clean_predicate_lists): Clean all basic blocks.Devang Patel2-6/+12
2004-11-22tree-if-conv.c (if_convertable_phi_p): Rename to ...Devang Patel2-29/+42
2004-11-22* gcc.dg/uninit-H.c: Define ASM for Xtensa targets.Bob Wilson2-0/+6
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou8-10/+680
2004-11-23pointer-set.h (pointer_set_contains): Remove.Ben Elliston3-26/+5
2004-11-22tree-ssa.c (ssa_remove_edge): Remove.Kazu Hirata7-18/+14
2004-11-22calls.c (expand_call): Do not call preserve_temp_slots.Dale Johannesen4-1/+18
2004-11-22tree-phinodes.c (remove_phi_arg_num): Make it static.Kazu Hirata3-2/+4
2004-11-22tree-cfg.c (tree_execute_on_shrinking_pred): New.Kazu Hirata3-6/+16
2004-11-22cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge.Kazu Hirata6-3/+63
2004-11-22tree-flow.h: Remove the prototype for remove_phi_arg.Kazu Hirata4-32/+27
2004-11-23cfg.texi (Maintaining the CFG): Use @ftable instead of @table to list the BSI...Ben Elliston2-12/+12
2004-11-22re PR tree-optimization/18529 (When the lower bound of a loop is non-constant...Zdenek Dvorak3-7/+157
2004-11-22fixed some missed bits in the last commit.David Edelsohn1-4/+1
2004-11-22tree-ssa.c (verify_ssa): SSA_OP_ALL_USES should be SSA_OP_ALL_USES | SSA_OP_A...Daniel Berlin2-1/+6
2004-11-22rs6000.c (rs6000_return_in_memory): Test TARGET_ALTIVEC_ABI.David Edelsohn2-7/+30
2004-11-22re PR tree-optimization/18572 (Bus error compiling makegpr.adb on Mac OS X 10.3)Andrew Pinski2-0/+8
2004-11-22function.c (assign_parm_setup_block): Revert 11-13 change to forcably re-mode...Richard Henderson2-1/+6
2004-11-22* config/sparc/sparc.c (mem_min_alignment): Check MEM_ALIGN.Eric Botcazou2-0/+10
2004-11-22power4.md: Remove delay between dispatch and issue associated with dispatch g...David Edelsohn3-51/+33
2004-11-22cfg.c (cached_make_edge): Use find_edge rather than an inlined variant.Jeff Law10-86/+71
2004-11-22Fixing the testc case.Fariborz Jahanian1-1/+1
2004-11-22sbitmap.c (sbitmap_union_of_preds): Remove redundant initialisation of 'e'.Nick Clifton2-1/+6
2004-11-22re PR rtl-optimization/18599 (Quadratic behavior in copyprop_hardreg_forward)Kazu Hirata2-6/+25
2004-11-22altivec.md (VI_char): New mode attribute.Nathan Sidwell3-287/+178
2004-11-22re PR tree-optimization/18536 (ICE: in emit_move_insn, at expr.c:2590 with -f...Dorit Naishlos4-84/+111
2004-11-22re PR ada/17986 (Compile error for make.adb breaks bootstrap)Andrew Pinski2-1/+11
2004-11-22re PR target/18217 (Ada Bootstrap failures on powerpc-darwin with undefined s...Andrew Pinski2-2/+9
2004-11-22re PR tree-optimization/18544 (ICE with -ftree-vectorize)Dorit Naishlos2-4/+14
2004-11-22onfig.gcc: Use t-slibgcc-elf to build libgcc_s.so on m32r*linux.Kazuhiro Inaoka3-0/+29
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell51-271/+395
2004-11-22re PR c++/18354 (expression "+1" not considered constant (as template paramet...Giovanni Bajo4-18/+55
2004-11-22sbitmap.c (sbitmap_union_of_preds): Set 'e' to the next edge predecessor in t...Nick Clifton2-0/+6
2004-11-22better line breaksStan Shebs1-3/+4
2004-11-22rs6000.c: (rs6000_darwin64_function_arg): Add UNION_TYPE case.Stan Shebs2-6/+35
2004-11-22darwin.h (JUMP_TABLES_IN_TEXT_SECTION): Define.Dale Johannesen2-0/+5
2004-11-21tree-ssa.c (verify_use): Fix comment.Jeff Law2-82/+50
2004-11-21Add Paolo Bonzini to vector ChangeLog.Paolo Bonzini1-1/+2
2004-11-22re PR middle-end/18520 (ICE in emit_store_flag, at expmed.c:5081with -ffast-m...Roger Sayle4-10/+38
2004-11-21re PR target/17836 (ABI breakage for 16-byte vectors (non-Altivec ABI & ISA))Paolo Bonzini2-2/+48
2004-11-22Daily bump.GCC Administrator1-1/+1
2004-11-21Move from root of repository to intented place.Nitin Yewale1-0/+17
2004-11-21cfg.c (update_bb_profile_for_threading): Do not rescale the successor probabi...Jeff Law2-3/+11
2004-11-21stylesw.adb: Change Style_Check_Subprogram_Order to Style_Check_Order_Subprog...Andreas Jaeger2-7/+12
2004-11-21tree-ssa-threadupdate.c (redirection_data_hash): Use the index of the destina...Jeff Law2-1/+7
2004-11-21Daily bump.GCC Administrator1-1/+1
2004-11-20c-typeck.c (build_array_ref): Don't check for index == 0.Joseph Myers9-69/+154
2004-11-20regrename.c (copyprop_hardreg_forward): Only search for a previously processe...Jeff Law2-1/+7
2004-11-20re PR target/18580 (vectorizer failures (max, unaligned))Eric Botcazou12-11/+18