aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-05-26rs6000.c (rs6000_register_move_cost): Make LR/CTR moves expensive on Power7 a...Pat Haugen2-3/+9
2011-05-26fold-const.c (fold_unary_loc): Remove bogus code.Richard Guenther2-15/+4
2011-05-26fix pr markerJason Merrill1-1/+1
2011-05-26make TS_IDENTIFIER be a substructure of TS_TYPEDNathan Froyd6-5/+18
2011-05-26re PR c++/48424 (C++0x parameter packs expansion problem)Jason Merrill6-10/+59
2011-05-26Makefile.in (srcdirify): Change order so that libgcc_objdir is substituted fi...Bernd Schmidt3-1927/+14
2011-05-26re PR tree-optimization/48702 (optimization regression with gcc-4.6 on x86_64...Richard Guenther5-6/+70
2011-05-26re PR target/49099 (sparc.c:‘sparc_solaris_elf_asm_named_section’ declare...Rainer Orth2-0/+8
2011-05-26picochip.md (cbranchhi4): No :CC for match_operator.Hariharan Sandanagobalane2-10/+18
2011-05-26tree-prof.exp: Check for -fprofile-generate support.Rainer Orth8-16/+42
2011-05-26re PR c++/49165 (ICE on for-loop/throw combination)Jakub Jelinek4-2/+59
2011-05-26haifa-sched.c (schedule-block): Reorder the inner scheduling loop to reduce d...Bernd Schmidt2-86/+68
2011-05-26re PR tree-optimization/49161 (Fix VRP on switch stmts)Jakub Jelinek4-24/+96
2011-05-26Remove conflict markerEric Botcazou1-2/+1
2011-05-26Fix generation of vorn and vbic for Neon.Ramana Radhakrishnan4-6/+37
2011-05-26re PR tree-optimization/49038 (-ftree-vectorise introduces reads past end of ...Ira Rosen8-4/+232
2011-05-26Adjust gcc/testsuite/ChangeLogFabien Chêne1-1/+0
2011-05-26pr25811-2.C: New.Fabien Chêne3-0/+81
2011-05-26godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor2-6/+46
2011-05-25fix pr markerJason Merrill1-1/+1
2011-05-25re PR c++/48536 ([C++0x] Automatic Enumerator Incrementation is not compliant...Jason Merrill5-7/+61
2011-05-25re PR c++/48599 ([C++0x] no diagnostic for invalid use of auto with array dec...Jason Merrill4-0/+16
2011-05-25re PR c++/49156 ([C++0x] Error reporting routines re-entered)Jason Merrill4-0/+34
2011-05-25re PR c++/45401 ([C++0x] reference collapsing and reference qualifiers)Jason Merrill4-6/+23
2011-05-26godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor2-34/+50
2011-05-26Daily bump.GCC Administrator1-1/+1
2011-05-25re PR c++/44311 ([C++0x] no error with switch over enum class and integer case)Jason Merrill5-6/+78
2011-05-25print-tree.c (print_node): Only look at TREE_TYPE if TS_TYPED.Jason Merrill4-1/+13
2011-05-25re PR c++/45698 (C++0x Variadic Templates: Infinite template recursion rather...Jason Merrill4-0/+23
2011-05-25re PR c++/46005 ([C++0x] Don't allow "auto" as the simple-type-specifier of a...Jason Merrill4-0/+14
2011-05-25re PR c++/46245 ([C++0x] rejects function with late-specified return type as ...Jason Merrill6-11/+28
2011-05-25re PR c++/46696 ([C++0x] Implicit copy constructor can't construct array of s...Jason Merrill4-1/+26
2011-05-25re PR c++/47184 ([C++0x] initialization construct interpreted as function dec...Jason Merrill4-2/+29
2011-05-25sse.md (*<sse>_maskcmp<mode>3_comm): New pattern.Uros Bizjak2-4/+23
2011-05-25Put back "register_operand" check in 32bit QI ext patterns.H.J. Lu2-6/+14
2011-05-25c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek4-2/+8
2011-05-25Update pause intrinsic.H.J. Lu2-1/+7
2011-05-25re PR bootstrap/49160 (Bootstrap failure)Bernd Schmidt2-5/+37
2011-05-25fp16-compile-none-1.c: Update expected error.Janis Johnson6-4/+16
2011-05-25Replace q_regs_operand with QIreg_operand in QI ext patterns.H.J. Lu3-13/+26
2011-05-25tree-ssa-alias.c (indirect_ref_may_alias_decl_p): Fix type-based offset disam...Richard Guenther2-20/+51
2011-05-25re PR c++/48935 ([C++0x] Name lookup error at enum class)Jason Merrill5-5/+19
2011-05-25re PR c++/45418 ([C++0x] can't initialize array of non-trivial type with brac...Jason Merrill4-0/+29
2011-05-25re PR c++/45080 ([C++0x] Rejects lambda to function pointer conversion inside...Jason Merrill5-1/+26
2011-05-25re PR c++/48292 ([C++0x] "sorry, unimplemented: use of 'type_pack_expansion' ...Jason Merrill4-5/+36
2011-05-25cp-objcp-common.c (cp_common_init_ts): TYPE_ARGUMENT_PACK has TS_COMMON.Jason Merrill2-0/+6
2011-05-25Remove spurious ChangeLog entryWilliam Schmidt1-6/+0
2011-05-25Implement x86 pause intrinsic.H.J. Lu7-0/+65
2011-05-25re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt2-1/+63
2011-05-25move TS_EXP to be a substructure of TS_TYPEDNathan Froyd5-8/+30