aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-05-07re PR middle-end/53245 (ice in expand_case)Steven Bosscher2-0/+11
2012-05-07i386.md (ctz<mode>2): Emit rep;bsf only for TARGET_GENERIC, when not optimizi...Uros Bizjak2-14/+28
2012-05-07tree-cfg.c (verify_gimple_switch): Tighten checks.Steven Bosscher2-0/+77
2012-05-07re PR tree-optimization/53239 (VRP vs named value return opt)Jakub Jelinek6-10/+106
2012-05-07Allow for / comments in g++.dg/debug/dwarf2/nested-3.CRainer Orth2-1/+6
2012-05-07re PR lto/53195 (ICE seg fault in lto (in set_is_used (tp=Unhandled dwarf exp...Richard Biener2-2/+19
2012-05-07m68k.c (m68k_sched_branch_type): Remove.Steven Bosscher4-42/+14
2012-05-07re PR lto/42987 (Testcases local1-a.cc and local1.C cause ICE when compiled w...Richard Guenther3-0/+42
2012-05-07Don't use DWARF 4 on SolarisRainer Orth4-2/+25
2012-05-07tree-ssa-loop-prefetch.c (determine_loop_nest_reuse): Return whether we faile...Richard Guenther2-5/+15
2012-05-07re PR fortran/53255 ([OOP] With TYPE, wrong type-bound operator used: of pare...Tobias Burnus4-6/+94
2012-05-07Daily bump.GCC Administrator1-1/+1
2012-05-07i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.Uros Bizjak2-5/+32
2012-05-06re PR target/53250 ([SH] ICE: in change_address_1, at emit-rtl.c:2018)Oleg Endo2-0/+26
2012-05-06re PR target/53227 (FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movb...Uros Bizjak2-6/+74
2012-05-06re PR fortran/41587 ([OOP] ICE with ALLOCATABLE CLASS components)Tobias Burnus4-1/+40
2012-05-06mips.c (mips_set_reg_reg_piece_cost): New function.Richard Sandiford2-0/+46
2012-05-06lower-subreg.c (shift_cost): Use set_src_cost, avoiding the SET.Richard Sandiford2-9/+12
2012-05-06re PR c++/53152 (In "no match for operatorXX" error message gives the wrong c...Paolo Carlini10-124/+174
2012-05-06* gcc-interface/trans.c (gigi): Decorate reraise_zcx_decl.Tristan Gingold4-0/+32
2012-05-06decl.c (gnat_to_gnu_entity): In the renaming case...Eric Botcazou10-7/+137
2012-05-06trans.c (Loop_Statement_to_gnu): Also handle invariant conditions with only o...Eric Botcazou2-110/+157
2012-05-06* gcc-interface/misc.c (gnat_post_options): Disable caret by default.Eric Botcazou2-0/+8
2012-05-06gigi.h (make_packable_type): Declare.Eric Botcazou11-756/+948
2012-05-06Adjust.Eric Botcazou1-0/+8
2012-05-06Daily bump.GCC Administrator1-1/+1
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford95-663/+1109
2012-05-05re PR c/43772 (Errant -Wlogical-op warning when testing limits)Manuel López-Ibáñez1-0/+45
2012-05-05re PR c/43772 (Errant -Wlogical-op warning when testing limits)Manuel López-Ibáñez3-14/+44
2012-05-05re PR fortran/41600 ([OOP] SELECT TYPE with associate-name => exp: Arrays not...Paul Thomas14-67/+616
2012-05-05PR 49010,24518 MOD/MODULO fixes.Janne Blomqvist7-87/+187
2012-05-05Fix handling of temporary files.Janne Blomqvist2-9/+27
2012-05-05Daily bump.GCC Administrator1-1/+1
2012-05-04semantics.c (cxx_eval_constant_expression, [...]): Tidy.Paolo Carlini2-6/+8
2012-05-04expr.c (get_def_for_expr_class): New function.Andrew Pinski3-4/+192
2012-05-04re PR other/29442 (insn-attrtab has grown too large)Steven Bosscher5-299/+476
2012-05-04* doc/md.texi (attr_flag): Update for changes of previous revision.Steven Bosscher2-11/+3
2012-05-04rtl.def (ATTR_FLAG): Remove probability indicating flags.Steven Bosscher4-41/+9
2012-05-04compiler: Correct parse of for with possible composite literal.Ian Lance Taylor2-24/+48
2012-05-04re PR fortran/53175 (link failure for private module variables used in functi...Tobias Burnus5-1/+68
2012-05-04re PR fortran/53111 (Derived types cannot be USE-associated again with -std=f95)Tobias Burnus5-7/+91
2012-05-04re PR target/53228 (target attributes in libcpp/lex.c cause illegal instructi...Uros Bizjak3-18/+22
2012-05-04Enable -Wunused-local-typedefs when -Wall or -Wunused is onDodji Seketeli3-0/+12
2012-05-04re PR c++/53166 (static_assert produces bogus warning)Paolo Carlini5-7/+54
2012-05-042012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel2-9/+12
2012-05-04re PR tree-optimization/52633 (Compiler ICE in vect_is_simple_use_1 (ARM))Ulrich Weigand8-93/+74
2012-05-04tree-vect-patterns.c (vect_single_imm_use): New function.Ulrich Weigand2-51/+38
2012-05-04tree-vect-patterns.c (vect_same_loop_or_bb_p): New function.Ulrich Weigand2-55/+56
2012-05-04re PR lto/50602 (ICE in tree_nrv, at tree-nrv.c:155 during large LTO build)Richard Guenther2-0/+27
2012-05-04re PR tree-optimization/53168 (ICE in find_or_generate_expression, at tree-ss...Richard Guenther5-56/+89