aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2010-04-13s390.md: Replace TARGET_64BIT with TARGET_ZARCH.Andreas Krebbel5-239/+460
2010-04-13cfgexpand.c (gimple_expand_cfg): Clarify warning message text.Simon Baldwin2-2/+8
2010-04-13gigi.h (standard_datatypes): Add ADT_parent_name_id.Eric Botcazou7-5/+87
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou10-106/+227
2010-04-13[multiple changes]Jerry DeLisle32-2618/+2549
2010-04-13Daily bump.GCC Administrator1-1/+1
2010-04-12gcc.c (cc1_options): Handle -iplugindir before processing the cc1 spec.Matthias Klose13-8/+149
2010-04-12i386.md (any_rotate): New code iterator.Uros Bizjak4-419/+219
2010-04-12pa.c (emit_move_sequence): Remove use of deleted variable flag_argument_noalias.Steve Ellcey2-6/+7
2010-04-12re PR c++/43641 ([C++0x] internal compiler error: tree check: expected call_e...Jason Merrill4-2/+25
2010-04-12* call.c (type_decays_to): Call cv_unqualified for non-class type.Jason Merrill4-0/+25
2010-04-12re PR c++/25811 (No failure creating a POD containing a const member, using n...Fabien ChĂȘne5-2/+300
2010-04-12config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations.Rainer Orth7-86/+34
2010-04-12config.build (alpha*-dec-osf4*): Remove.Rainer Orth7-295/+266
2010-04-12* doc/contrib.texi (Contributors, Rainer Orth): Update.Rainer Orth2-2/+8
2010-04-12i386.c (x86_this_parameter): Handle aggregate for __thiscall convention.Kai Tietz2-4/+12
2010-04-12pa.c (hppa_legitimize_address): Remove unused variable orig_base.Steve Ellcey3-20/+21
2010-04-12function.c (assign_parms_initialize_all): Add unused attribute to fntype.Steve Ellcey2-1/+6
2010-04-12gsstruct.def (GSS_CALL): New.Richard Biener1-2/+0
2010-04-12gsstruct.def (GSS_CALL): New.Richard Guenther17-78/+197
2010-04-12ipa.c (cgraph_postorder): Adjust postorder to guarantee single-iteration alwa...Richard Guenther5-242/+277
2010-04-12re PR bootstrap/43699 ("variable set but not used" error during bootstrap)Jakub Jelinek4-1/+41
2010-04-12re PR tree-optimization/43560 (possible wrong code bug)Jakub Jelinek2-0/+33
2010-04-12expr.c (categorize_ctor_elements_1): Properly count sub-elements of non-const...Eric Botcazou8-11/+85
2010-04-12re PR c++/43611 (ICE: SIGSEGV with -fipa-cp-clone -fkeep-inline-functions)Richard Guenther4-1/+36
2010-04-12trans.c (Identifier_to_gnu): Use boolean variable.Eric Botcazou3-103/+75
2010-04-12re PR c/36774 (-Wmissing-prototypes triggers on nested functions)Shujing Zhao5-4/+33
2010-04-12Daily bump.GCC Administrator1-1/+1
2010-04-11sh-protos.h (sh_legitimize_reload_address): Declare.Kaz Kojima4-77/+99
2010-04-11sh.md (*movqi_pop): New insn pattern.Kaushik Phatak5-2/+80
2010-04-11i386.md (any_shiftrt): New code iterator.Uros Bizjak2-266/+90
2010-04-11i386.md (*ashr<mode>3_cconly): Fix wrong mode of scratch register.Uros Bizjak2-5/+11
2010-04-11i386.md (lshr<mode>3): Macroize expander from lshr{qi,hi,si,di,ti}3_1 using S...Uros Bizjak2-512/+197
2010-04-11trans.c (lvalue_required_for_attribute_p): New static function.Eric Botcazou8-19/+109
2010-04-11utils2.c (build_cond_expr): Take the address and dereference if the result ty...Eric Botcazou2-3/+10
2010-04-11trans.c (Case_Statement_to_gnu): Bool-ify variable.Eric Botcazou2-4/+25
2010-04-11Daily bump.GCC Administrator1-1/+1
2010-04-10i386.md (ashr<mode>3): Macroize expander from ashr{qi,hi,si,di,ti}3_1 using S...Uros Bizjak4-604/+262
2010-04-10re PR target/43417 (SH: 4.4 ICE in final_scan_insn, at final.c:2604)Jie Zhang2-0/+41
2010-04-10re PR fortran/43591 (PPC: internal compiler error: in gfc_traverse_expr, at f...Tobias Burnus4-1/+72
2010-04-10re PR target/42601 (Simplify code to address function static variables with o...Wei Guozhi3-17/+70
2010-04-10reload1.c (eliminate_regs_in_insn): Don't restore an operand if doing so woul...Bernd Schmidt2-1/+7
2010-04-10Makefile.in (web.o): Depend on insn-config.h and $(RECOG_H).Bernd Schmidt3-19/+52
2010-04-10ira-costs.c (record_reg_classes): Ignore alternatives that are not enabled.Bernd Schmidt2-0/+13
2010-04-10Daily bump.GCC Administrator1-1/+1
2010-04-09re PR target/43707 (gcc.c-torture/execute/ashldi-1.c)Uros Bizjak2-10/+23
2010-04-09ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...Martin Jambor3-5/+31
2010-04-09loop-invariant.c (replace_uses): New static function.Eric Botcazou2-26/+50
2010-04-09picochip.c (picochip_rtx_costs): Use correct function template.Hariharan Sandanagobalane2-11/+17
2010-04-09configure.ac (plugin -rdynamic test): Log result.Rainer Orth5-0/+23