aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-09configure.ac: Determine Sun ld version numbers.Rainer Orth4-8/+111
2010-04-09sol2-gld.h: Remove SPARC reference.Rainer Orth3-2/+13
2010-04-09ia64.c (ia64_dfa_new_cycle): Remove unused variable setup_clocks_p.Steve Ellcey2-15/+7
2010-04-09re PR preprocessor/43195 (#pragma once and -H)Manuel López-Ibáñez5-1/+20
2010-04-09re PR other/42965 (no "warnings being treated as errors" for individual -Werr...Manuel López-Ibáñez31-57/+109
2010-04-09re PR c++/42623 ([C++0x] Function template default arguments: Invalid express...Jason Merrill4-1/+27
2010-04-09re PR c++/41788 (-Wpacked option changes the layout of packed non-POD structs)Jason Merrill2-2/+6
2010-04-09tree-pretty-print.c (dump_generic_node): Dump TYPE_VECTOR_SUBPARTS.Richard Guenther2-1/+9
2010-04-09re PR bootstrap/43684 (multiple 'set but not used' errors.)Iain Sandoe6-15/+38
2010-04-09i386.md (DWI): New mode iterator.Uros Bizjak4-756/+332
2010-04-09target.h (builtin_conversion): Pass in input and output types.Richard Guenther8-39/+95
2010-04-09gigi.h (maybe_variable): Delete.Eric Botcazou6-326/+374
2010-04-09re PR target/43152 (vcond<> not supported for AVX float modes)Richard Guenther2-7/+13
2010-04-09tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ...Richard Guenther6-188/+317
2010-04-09gigi.h (gnat_mark_addressable): Rename parameter.Eric Botcazou6-283/+223
2010-04-09cygming.h (TARGET_OS_CPP_BUILTINS): Add __thiscall and _thiscall as predefine...Kai Tietz5-6/+107
2010-04-09pr35504.C: Add check for thiscall.Kai Tietz4-0/+92
2010-04-09re PR c++/28584 (Cast to pointer from integer of different size)Manuel López-Ibáñez11-5/+43
2010-04-09re PR fortran/18918 (Eventually support Fortran 2008's coarrays [co-arrays])Tobias Burnus16-93/+1212
2010-04-09re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis2-1/+26
2010-04-09re PR fortran/28039 (Warn when ignoring extra characters in the format specif...Bud Davis2-7/+32
2010-04-09Daily bump.GCC Administrator1-1/+1
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou12-535/+334