aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-09-05hooks.c (hook_int_rtx_mode_as_bool_0): New function.Oleg Endo39-50/+162
2012-09-05re PR fortran/54462 (Another "segmentation fault" after an error in COMMON st...Tobias Burnus2-4/+11
2012-09-05re PR bootstrap/54484 (r190927 breaks bootstrap with clang compiler)Diego Novillo2-1/+7
2012-09-05re PR middle-end/54486 (Spurious printf format warning mentions nonexistent t...Jakub Jelinek4-2/+45
2012-09-05sse.md (<sse4_1>_blendv<ssemodesuffix><avxsizesuffix>): Use register_operand ...Uros Bizjak4-55/+35
2012-09-05bb-reorder.c: Clarify a few points in the head comment and fix long lines in ...Eric Botcazou2-58/+76
2012-09-05re PR tree-optimization/46590 (long compile time with -O2 and many loops)Richard Guenther3-2/+21
2012-09-05re PR fortran/54474 (gfortran.dg/coarray_poly_3.f90)Dominique d'Humieres2-2/+7
2012-09-05re PR c++/54191 ([C++11] SFINAE does not handle conversion to inaccessible base)Paolo Carlini15-80/+268
2012-09-05re PR target/54461 ([avr] add configure option for better AVR-Libc integration)Georg-Johann Lay5-0/+55
2012-09-05Add missed ChangeLog entry for r190919.Bin Cheng1-0/+7
2012-09-05re PR c++/54441 (Infinite loop with brace initializer on zero-length array)Jason Merrill5-1/+32
2012-09-05re PR c++/54420 (Segmentation fault in decl_mangling_context)Jason Merrill8-15/+26
2012-09-05Daily bump.GCC Administrator1-1/+1
2012-09-04Adding change log entries for r190952:Teresa Johnson1-0/+25
2012-09-04Enhances the gcov program summary by adding a histogram of arc counter entries.Teresa Johnson6-10/+495
2012-09-04Fix bootstrap failure with clang++.Diego Novillo2-3/+9
2012-09-04re PR c++/54198 ("error: invalid use of incomplete type" when building Chromium)Jason Merrill4-0/+28
2012-09-04bb-reorder.c (gate_handle_reorder_blocks): Move around.Eric Botcazou2-77/+81
2012-09-04re PR rtl-optimization/54456 (ICE: in init_seqno, at sel-sched.c:6797 with -f...Eric Botcazou2-1/+6
2012-09-04re PR c++/54437 (Revision 190664 causes Firefox build failure)Jason Merrill4-19/+39
2012-09-04This patch works around a parsing problem with g++ 4.3.Diego Novillo2-14/+27
2012-09-04* alias.c (read_dependence): Return true for ALIAS_SET_MEMORY_BARRIER.Richard Henderson2-2/+12
2012-09-04tree-ssa-pre.c (value_expressions): Make it a vector of bitmaps containing ex...Richard Guenther2-40/+53
2012-09-04re PR bootstrap/54479 (Bootstrap with release-checking broken)Diego Novillo2-1/+7
2012-09-04tree-ssa-pre.c (add_to_exp_gen): Adjust.Richard Guenther2-31/+45
2012-09-04Make all VEC_* functions, member functions of vec_t.Diego Novillo3-636/+711
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher13-108/+83
2012-09-04re PR target/54476 ([avr] __builtin_avr_delay_cycles (-1ul) causes memory usa...Georg-Johann Lay2-1/+7
2012-09-04re PR target/45070 (Miscompiled c++ class with packed attribute on ARM with -...Bin Cheng1-4/+4
2012-09-04re PR tree-optimization/54458 (ICE get_loop_body, at cfgloop.c:830)Richard Guenther4-0/+41
2012-09-04re PR target/54220 ([avr] Potential stack corruption in naked functions at -O0)Senthil Kumar Selvaraj2-0/+20
2012-09-04arm.c (arm_expand_builtin): Replace gen_rtx_CONST_INT by GEN_INT.Christophe Lyon2-9/+14
2012-09-04arm.c (arm_evpc_neon_vext): New function.Christophe Lyon5-0/+539
2012-09-04re PR fortran/54435 (ICE with SELECT TYPE on a non-CLASS object)Janus Weil4-2/+41
2012-09-04re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo5-52/+131
2012-09-04Daily bump.GCC Administrator1-1/+1
2012-09-03Fix bootstrap-ltoAndi Kleen2-1/+6
2012-09-03re PR tree-optimization/53395 (The LAPACK functions i(d|s)amax are more than ...Andrew Pinski2-3/+70
2012-09-03fold-const.c (fold_ternary_loc): Constant-propagate after removing dead opera...Marc Glisse4-11/+21
2012-09-03re PR tree-optimization/46590 (long compile time with -O2 and many loops)Michael Matz3-8/+12
2012-09-03invoke.texi: Fix numerous typos and punctuation/grammatical errors throughout...Sandra Loosemore2-244/+263
2012-09-03re PR fortran/54467 (f951: internal compiler error: in gfc_add_component_ref,...Tobias Burnus2-1/+7
2012-09-03re PR middle-end/54362 (COND_EXPR not understood by either alias or ITM)Richard Biener2-1/+19
2012-09-03s390.c (s390_loadrelative_operand_p): New function.Andreas Krebbel2-4/+40
2012-09-03re PR debug/53923 (ICE: RTL check: expected code 'reg', have 'debug_expr' in ...Jakub Jelinek2-0/+14
2012-09-03common.opt (--no-sysroot-suffix): New driver option.Joseph Myers4-1/+24
2012-09-03class.c (gfc_find_derived_vtab): Disable ABI-breaking generation of the "_fin...Tobias Burnus2-1/+9
2012-09-03class.c (finalize_component): Fixes to the comment.Tobias Burnus2-2/+6
2012-09-03[multiple changes]Tobias Burnus8-13/+806