aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-06-23re PR bootstrap/49383 (powerpc64-linux bootstrap failure due to ice in cgraph...Alan Modra2-0/+7
2011-06-23Daily bump.GCC Administrator1-1/+1
2011-06-22re PR middle-end/49373 (Many testcase failures)Hans-Peter Nilsson2-0/+6
2011-06-22re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek2-15/+56
2011-06-22re PR debug/49496 (-fcompare-debug failure (length) with -O -ftree-vectorize)Jakub Jelinek4-1/+35
2011-06-22scd42-3.c: Allow -march-xscale; skip if -mcpu is not xscale.Janis Johnson2-1/+5
2011-06-22* gcc.target/arm/thumb-bitfld1.c: Don't specify -march, require thumb1.Janis Johnson2-1/+4
2011-06-22ctz.c: Don't specify -march, require thumb2.Janis Johnson4-4/+10
2011-06-2220031108-1.c: Require thumb1 or thumb2.Janis Johnson4-0/+9
2011-06-22re PR tree-optimization/49493 (ICE: in insert_vi_for_tree, at tree-ssa-struct...Richard Guenther5-17/+40
2011-06-22Revert:Uros Bizjak5-12/+1
2011-06-22arm.h (OPTION_DEFAULT_SPECS): Fix -mtls-dialect typo.Nathan Sidwell3-6/+23
2011-06-22reg-notes.def (REG_CFA_WINDOW_SAVE): New.Richard Henderson6-65/+71
2011-06-22re PR c++/49260 ([C++0x] lambda-eh2.C fails execution)Jason Merrill4-6/+16
2011-06-22Check TARGET_PARTIAL_REG_STALL in imul to lea peepholes.H.J. Lu3-10/+30
2011-06-22* cgraphunit.c (assemble_thunk): Use correct return type.Michael Matz2-1/+6
2011-06-22arm.c (neon_immediate_valid_for_shift): New function.Dmitry Plotnikov10-13/+231
2011-06-22run-le.c: Skip for -pie on alpha*-*-linux*.Uros Bizjak5-0/+11
2011-06-22tree-ssa-ccp.c (evaluate_stmt): Try bitwise tracking for builtin calls even i...Jakub Jelinek5-3/+99
2011-06-22dwarf2out.c (size_of_loc_descr, [...]): Allow DW_OP_GNU_convert and DW_OP_GNU...Jakub Jelinek2-108/+173
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek21-69/+861
2011-06-22invoke.texi (ARM Options): Document -mtls-dialect option.Nathan Sidwell10-27/+204
2011-06-22In gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero4-92/+185
2011-06-22ChangeLog: Fix formatting.Uros Bizjak2-84/+64
2011-06-22re PR c++/49172 ([C++0x][constexpr] References should be declarable with cons...Jason Merrill8-17/+96
2011-06-22Daily bump.GCC Administrator1-1/+1
2011-06-21gogo-tree.cc (Gogo::define_builtin_function_trees): Change BUILT_IN_ADD_AND_F...Andrew MacLeod2-4/+9
2011-06-21re PR c++/49482 ([C++0x] unused parameter warning on lambda in function templ...Jason Merrill4-1/+23
2011-06-21call.c (add_builtin_candidates): Use cv_unqualified rather than TYPE_MAIN_VAR...Jason Merrill4-4/+9
2011-06-21re PR c++/49418 (G++ discards cv-quals from template parameter types)Jason Merrill5-3/+24
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod16-256/+291
2011-06-21re PR target/33049 ([avr] bit extraction non optimal, inversing logic solves ...Georg-Johann Lay4-0/+79
2011-06-21re PR middle-end/49489 (gcc.c-torture/execute/builtin-bitops-1.c fails on x86...Jakub Jelinek3-8/+46
2011-06-21* config/avr/avr.md (*jcindirect_jump): Fix build warning.Georg-Johann Lay2-2/+5
2011-06-21gensupport.c (add_define_attr): New static function.Bernd Schmidt3-18/+187
2011-06-21Makefile.in (lib2funcs): Add _clrsbsi2 and _clrsbdi2.Bernd Schmidt19-31/+219
2011-06-21re PR fortran/49112 ([OOP] Missing type-bound procedure, "duplicate save" war...Janus Weil4-2/+28
2011-06-21ipa-inline-transform.c (inline_transform): Fix previous change.Richard Guenther2-5/+10
2011-06-21re PR tree-optimization/49478 (ice in expand_widen_pattern_expr with -O3)Ira Rosen4-0/+54
2011-06-21ipa-inline-transform.c (inline_transform): Fix typo.Richard Guenther2-1/+5
2011-06-21re PR tree-optimization/49483 (unable to vectorize code equivalent to "scalbnf")Richard Guenther4-2/+54
2011-06-21gcc.pot: Regenerate.Joseph Myers2-7887/+8519
2011-06-21Fixed several pathnames to be relative to gcc/testsuite.Rainer Orth1-47/+46
2011-06-21gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.Joseph Myers15-269/+834
2011-06-21re PR testsuite/49443 (gcc.dg/vect/vect-peel-3.c and vect-peel-4.c fail on IA...Ira Rosen3-3/+10
2011-06-21usegld.h: New file.Rainer Orth17-796/+600
2011-06-21Remove >>>> marker.Jakub Jelinek1-1/+0
2011-06-21PR middle-end/49139 fix always_inline diagnosticsChristian Bruel7-5/+25
2011-06-21PR middle-end/49139 PR other/43564 make sure the inline function is inlinedChristian Bruel2-2/+9
2011-06-21PR middle-end/49139 fix always_inline diagnosticsChristian Bruel2-0/+31