aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Handle assembler name in -fdisable/enable optionsXinliang David Li12-20/+297
2011-06-07re PR tree-optimization/48497 (gfortran.dg/graphite/vect-pr40979.f90 FAILs wi...Rainer Orth5-0/+41
2011-06-07re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt4-21/+143
2011-06-07re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument pro...Jason Merrill6-2/+36
2011-06-07Optimize AVX check in *movsf_internal.H.J. Lu2-2/+6
2011-06-07arm.c (coproc_secondary_reload_class): Return NO_REGS for constant vectors.Sergey Grechanik4-1/+28
2011-06-07stor-layout.c (initialize_sizetypes): Initialize all sizetypes based on targe...Richard Guenther4-81/+62
2011-06-07decl.c (java_init_decl_processing): Call build_common_nodes, build_common_nod...Richard Guenther2-38/+19
2011-06-07lto.c (uniquify_nodes): Move code to register decls to the loop that computes...Diego Novillo2-20/+21
2011-06-07config.gcc: Unify V850 architecture options and add support for newer V850 ar...Nick Clifton6-166/+111
2011-06-07tree.c (build_common_tree_nodes): Also initialize size_type_node.Richard Guenther14-41/+55
2011-06-07re PR debug/49130 (discrepancies between DW_AT_name and demangler)Dodji Seketeli4-2/+46
2011-06-07arm.md (*maddhidi4tb, [...]): New define_insns.Andrew Stubbs7-0/+127
2011-06-07simplify-rtx.c (simplify_unary_operation_1): Canonicalize widening multiplies.Andrew Stubbs5-0/+122
2011-06-07re PR gcov-profile/49299 (ICE in gimple_ic on profile feedback build)Jakub Jelinek5-12/+102
2011-06-07tree-vectorizer.h (vect_recog_func_ptr): Make last argument to be a pointer.Ira Rosen10-88/+423
2011-06-07Daily bump.GCC Administrator1-1/+1
2011-06-06In gcc/testsuite/: 2011-06-06 Nicola Pero <nicola.pero@meta-innovation.com>Nicola Pero264-2678/+1607
2011-06-06In gcc/cp/: 2011-06-06 Nicola Pero <nicola.pero@meta-innovation.com>,Nicola Pero5-7/+55
2011-06-06re PR c++/49298 ([C++0x] sorry, unimplemented: unexpected ast of kind field_...Jason Merrill4-0/+18
2011-06-06re PR rtl-optimization/49145 (ICE in simplify_const_unary_operation, at simpl...Richard Sandiford4-1/+55
2011-06-06re PR testsuite/49288 (FAIL: g++.dg/debug/dwarf2/cdtor-1.C)Jakub Jelinek2-3/+7
2011-06-06re PR debug/49262 (3-yr-old infinite loop in dwarf2out.c)Jakub Jelinek2-1/+5
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek4-0/+23
2011-06-06re PR c++/49264 (Internal compiler error: segmentation fault)Jakub Jelinek6-6/+67
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo9-85/+334
2011-06-06longlong.h (smul_ppmm): The resulting register pair contains the higher order...Andreas Krebbel2-1/+6
2011-06-06re PR tree-optimization/46728 (GCC does not generate fmadd for pow (x, 0.75)+...Bill Schmidt2-472/+14
2011-06-06* cprop.c (local_cprop_pass): Don't set changed for debug insns.Alexandre Oliva2-1/+6
2011-06-06dce.c (reset_unmarked_insns_debug_uses): New.Alexandre Oliva3-6/+77
2011-06-06tree-pretty-print.c (dump_function_header): Add flags.Alexandre Oliva6-10/+21
2011-06-06re PR bootstrap/49270 (make BOOT_CFLAGS="-g -O3" CFLAGS_FOR_TARGET="-g -O3" C...Alexandre Oliva2-0/+10
2011-06-06re PR tree-optimization/49243 (attribute((returns_twice)) doesn't work)Mikael Pettersson4-0/+38
2011-06-06re PR preprocessor/48532 (Wrong location of namespaced pragma involving macros)Dodji Seketeli1-0/+39
2011-06-06utils2.c (gnat_stabilize_reference): Propagate TREE_THIS_NOTRAP flag.Eric Botcazou2-0/+8
2011-06-06utils2.c (gnat_stabilize_reference): Fix thinko.Eric Botcazou4-2/+20
2011-06-06trans.c (Identifier_to_gnu): Also handle deferred constants whose full view h...Eric Botcazou6-3/+66
2011-06-06utils.c: Include diagnostic.h.Eric Botcazou14-27/+138
2011-06-06iris6.h (ENDFILE_SPEC): Use crtfastmath.o if -ffast-math etc.Rainer Orth2-1/+7
2011-06-06re PR target/42210 (avr: optimizing assignment to a bit field)Richard Henderson3-0/+134
2011-06-06re PR objc++/49221 (Several ICEs in the obj-c++ test suite after revision 174...Jason Merrill2-1/+5
2011-06-06re PR c++/49134 (ICE in g++.dg/cpp0x/constexpr tests for arm)Jason Merrill2-0/+8
2011-06-06re PR target/49285 (build fails on mmix in libgcc2.c:__powisf2: ICE in emit_u...Hans-Peter Nilsson2-4/+12
2011-06-06Daily bump.GCC Administrator1-1/+1
2011-06-05sparc.c (output_return): Fix thinko in the output of an EH return when delaye...Eric Botcazou2-10/+17
2011-06-05i386.md (*movdf_internal_rex64): Remove MODE_TI handling.Uros Bizjak2-40/+29
2011-06-05re PR fortran/49255 (-fcheck=pointer diagnoses too much: Passing NULL pointer...Tobias Burnus5-0/+49
2011-06-05Revert accidental checkin.H.J. Lu33-129968/+0
2011-06-05dump-parse-tree.c (show_symbol): Don't dump namespace for ENTRY to avoid infi...Andreas Schmidt2-2/+9
2011-06-052011-06-05 Jerry DeLisle <jvdelisle@gcc.gnu.org>Jerry DeLisle33-0/+129968