aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2006-04-28re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell4-2/+31
2006-04-28Daily bump.GCC Administrator1-1/+1
2006-04-27target-def.h (TARGET_SET_DEFAULT_TYPE_ATTRIBUTES): Bracket with #ifndef/#endif.Eric Christopher9-24/+115
2006-04-27Implement new immediate use iterators.Andrew MacLeod13-285/+348
2006-04-27re PR c++/27102 (ICE with invalid class name in function template)Mark Mitchell4-0/+18
2006-04-27t-darwin (DARWIN_EXTRA_CRT_BUILD_CFLAGS): New.Stuart Hastings5-23/+35
2006-04-27expmed.c (store_fixed_bit_field): If we're not optimizing for size...Roger Sayle2-1/+12
2006-04-27re PR rtl-optimization/26685 (documentation refer to nonexisting --param max-...Richard Guenther2-1/+7
2006-04-27re PR tree-optimization/25148 (compare_values assumes that CST in a + CST (an...Richard Guenther2-51/+56
2006-04-27xmmintrin.h (_mm_shuffle_pi16): make available for SSE.Dirk Mueller4-3/+10
2006-04-26re PR testsuite/27274 (execution test of gcc.dg/i386-sse-9.c fails on non-SSE...H.J. Lu2-0/+14
2006-04-27Daily bump.GCC Administrator1-1/+1
2006-04-26re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split...David Edelsohn2-0/+22
2006-04-26basic-block.h (safe_insert_insn_on_edge): Removed.Kenneth Zadeck3-104/+6
2006-04-26re PR target/27282 (ICE in final_scan_insn, at final.c:2448 - could not split...David Edelsohn2-3/+10
2006-04-26* tree-ssa-dse.c (dse_optimize_stmt): Remove unused variable USE.Aldy Hernandez2-4/+6
2006-04-26re PR c/26171 (#pragma omp threadprivate requires -funit-at-a-time)Jakub Jelinek2-2/+7
2006-04-26re PR middle-end/26913 (ICE with -fopenmp and -O1)Jakub Jelinek4-1/+29
2006-04-26re PR c/25996 ([gomp] ICE on undefined iteration variable)Jakub Jelinek5-1/+75
2006-04-26re PR middle-end/25989 (gomp ICE with -O2 and schedule(guided))Jakub Jelinek3-7/+14
2006-04-26dwarf2out.c (size_of_locs): Don't fill dw_loc_addr if there are no branches.Geoffrey Keating2-3/+18
2006-04-26expmed.c (store_bit_field): Also check whether the bitsize is valid for the m...Roger Sayle4-8/+24
2006-04-26Daily bump.GCC Administrator1-1/+1
2006-04-25install.texi (Specific): Clarify that this is not a list of supported hosts o...DJ Delorie2-0/+10
2006-04-25re PR rtl-optimization/26725 (ICE in check_reg_live, at haifa-sched.c:4645 wi...Richard Sandiford4-0/+27
2006-04-25dwarf2asm.c (dw2_asm_output_data): Don't generate RTL just to print an integer.Geoffrey Keating2-1/+10
2006-04-25val-prof-2.c: Check for n + ffff rather than n + -1.Richard Guenther2-1/+6
2006-04-25varasm.c (align_variable): New function.David Edelsohn2-37/+54
2006-04-25expmed.c (store_bit_field): Handle paradoxical subregs on big endian machines.Andreas Krebbel4-1/+66
2006-04-25rtl.texi (ss_ashift): Improve wording.Bernd Schmidt2-2/+4
2006-04-25genmodes.c (make_vector_mode): Allow making VECTOR_MODE_INT of a MODE_PARTIAL...Bernd Schmidt7-27/+1049
2006-04-25re PR tree-optimization/26865 (Segmentation fault with -std=c99 -O1 and alloc...Jakub Jelinek2-0/+13
2006-04-25dwarf2out.c (verify_marks_clear): New.Geoffrey Keating2-4/+22
2006-04-25re PR c++/27292 (ICE on casts on bitfields)Mark Mitchell7-7/+67
2006-04-25Daily bump.GCC Administrator1-1/+1
2006-04-24rtl.def (SS_ASHIFT, SS_NEG): New codes.Bernd Schmidt4-4/+38
2006-04-24revert: configure.ac: Completely disregard languages that are not enabled.Mark Mitchell3-8/+14
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley9-48/+247
2006-04-24re PR tree-optimization/27236 (inliner creates an INDIRECT_REF without TREE_T...Andrew Pinski4-1/+38
2006-04-24re PR c++/19963 (ICE on invalid member declaration)Volker Reichelt4-0/+26
2006-04-24re PR middle-end/26869 (Segfault in find_lattice_value() for complex operands.)Richard Guenther4-0/+20
2006-04-24re PR tree-optimization/27218 (ICE in get_indirect_ref_operands, at tree-ssa-...Andrew Pinski4-0/+31
2006-04-24cfgloop.h (struct loops): Remove unused field array.Richard Guenther2-14/+9
2006-04-24re PR tree-optimization/22525 (tree based value profiling (-fprofile-use) pro...Richard Guenther2-9/+13
2006-04-24re PR c++/26912 (friend const member function specialization fails to compile)Mark Mitchell8-147/+164
2006-04-23Makefile.in (c-convert.o): Add dependency on $(TARGET_H)H.J. Lu2-14/+31
2006-04-24Daily bump.GCC Administrator1-1/+1
2006-04-23pr15551.C: Include cstdio.David Edelsohn2-1/+7
2006-04-23Make-lang.in (treelang.check): Don't set and pass TRANSFORM.Matthias Klose2-3/+6
2006-04-23tree-tailcall.c (pass_tail_recursion): Use gate_tail_calls too.Eric Botcazou9-6/+62