aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2007-01-25re PR middle-end/30447 (Evaluate complex math functions at compile-time)Kaveh R. Ghazi2-22/+14
2007-01-25c-common.h (RID_FIRST_CXX0X): New.Douglas Gregor5-2/+22
2007-01-25lex.c (D_CPP0X): Rename.Douglas Gregor3-3/+26
2007-01-25warn_cxx0x.C: New.Douglas Gregor2-0/+11
2007-01-25builtins.c (fold_builtin_carg): New.Kaveh R. Ghazi4-0/+58
2007-01-25* ipa-inline.c (cgraph_decide_inlining): Initialize initial_insns.Jan Hubicka2-1/+3
2007-01-25Daily bump.GCC Administrator1-1/+1
2007-01-24oops, wrong variant of patch.Jan Hubicka1-2/+2
2007-01-24ipa-inline.c (initial_insns, max_insns): Delete.Jan Hubicka4-13/+40
2007-01-24i386.h (x86_cmpxchg16b): Remove const.Jakub Jelinek3-8/+18
2007-01-24re PR middle-end/27416 (ICE on invalid firstprivate/lastprivate)Jakub Jelinek4-0/+76
2007-01-24re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek5-2/+73
2007-01-24re PR middle-end/30421 (incorrect warning when using firstprivate and lastpri...Jakub Jelinek4-6/+77
2007-01-24versionid-1.c: New test.Steve Ellcey3-0/+25
2007-01-24Forgot ChangeLog in previous commit.Steve Ellcey1-0/+17
2007-01-24target.h (globalize_decl_name): New.Steve Ellcey7-7/+91
2007-01-24[multiple changes]Andrew Haley3-3/+27
2007-01-24unwind-dw2-fde.c (get_cie_encoding): Replaced _Unwind_Word with _uleb128_t an...Andreas Krebbel6-41/+96
2007-01-24re PR testsuite/30181 (FAIL: gcc.dg/builtins-57.c scan-tree-dump trunc)Richard Guenther2-10/+25
2007-01-24builtins.c (expand_builtin_cexpi): Get the fndecl for cexp in the correct way.Richard Guenther2-2/+12
2007-01-24pr23382.c: Avoid DCE from eliminating dead variable.Jan Hubicka4-2/+36
2007-01-24c-cppbuiltin.c (builtin_define_type_sizeof): New function.Andreas Krebbel5-0/+73
2007-01-24i386.md (tanxf2, [...]): Use op2 instead of operands[2] to avoid access past ...Uros Bizjak2-25/+31
2007-01-24reload1.c (emit_reload_insns): Pass the reload register for a non-spill outpu...Richard Sandiford2-0/+22
2007-01-23re PR objc/27438 ([unit-at-a-time] '_OBJC_INSTANCE_0' defined but not used wa...Andrew Pinski4-0/+27
2007-01-23re PR java/30454 (empty "zip" file in class path can cause leakage of file st...Andrew Pinski2-2/+16
2007-01-24re PR fortran/30532 (^Z as EOF?)Jerry DeLisle3-0/+22
2007-01-24[multiple changes]Jerry DeLisle3-8/+19
2007-01-24Daily bump.GCC Administrator1-1/+1
2007-01-23re PR c++/27492 (ICE on invalid covariant return type)Simon Martin4-0/+30
2007-01-23typeck.c (convert_for_assignment): Only warn about a = b = c when converting ...Ian Lance Taylor4-2/+27
2007-01-23rs6000-c.c (rs6000_cpu_cpp_builtins): Define _SOFT_DOUBLE if doubles use soft...Joseph Myers10-93/+615
2007-01-23call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with TREE_OVER...Roger Sayle3-10/+14
2007-01-23re PR ada/30560 (gnatchop behaves differently dependend on argv[0] -- make ch...Richard Guenther2-2/+8
2007-01-23re PR bootstrap/30541 (Top-level should pass GNATBIND, GNATLINK and GNATMAKE ...Richard Guenther3-10/+17
2007-01-23Makefile.in (OBJS-common): Reformat, alphabetize, but put insn-*.o first.Ian Lance Taylor2-52/+245
2007-01-23i386.md: Use REG_P...Uros Bizjak5-295/+306
2007-01-23Daily bump.GCC Administrator1-1/+1
2007-01-22* config/m68k/m68k.h: Fix comment.Andreas Schwab2-2/+6
2007-01-22passes.c (init_optimization_passes): Do not rerun pass_early_warn_uninitialized.Jan Hubicka2-8/+13
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther6-2/+266
2007-01-22Typo fix.Ben Elliston1-1/+1
2007-01-21intrinsic.texi (ACHAR): Added cross-references.Brooks Moses2-2/+19
2007-01-22Daily bump.GCC Administrator1-1/+1
2007-01-21re PR rtl-optimization/29329 (internal consistency failure)Eric Botcazou4-22/+71
2007-01-21re PR libfortran/30525 ([4.2, 4.1 only] character comparisons with padding)Thomas Koenig2-0/+31
2007-01-21ipa-inline.c (inlining_mode): Comment, move up.Jan Hubicka2-130/+162
2007-01-21re PR bootstrap/30511 (False array bound check causes gcc failed to boostrap)Dirk Mueller2-10/+34
2007-01-21tree-vectorizer.h (struct _stmt_vec_info): Add new field read_write_dep and m...Ira Rosen6-52/+138
2007-01-20re PR objc/30479 (Precompiled headers don't seem to work with GNU ObjC)Andrew Pinski7-3/+88