aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Compute once and cache the LB and UB for each clast_name.Sebastian Pop2-42/+121
2011-07-21Remove max_signed_precision_type.Sebastian Pop2-29/+30
2011-07-21Rename gcc_type_for_clast_* into type_for_clast_*Sebastian Pop2-35/+46
2011-07-21Add fixme comment.Sebastian Pop2-1/+23
2011-07-21Cleanup function params using a struct.Sebastian Pop2-206/+155
2011-07-21Record the loop level that defines a clast_name.Sebastian Pop2-20/+54
2011-07-21Do not compute twice type, lb, and ub.Sebastian Pop2-31/+39
2011-07-21Start counting nesting level from 0 and use the standard "Polyhedral SCatteri...Sebastian Pop4-21/+22
2011-07-21Convert to Pmode if needed in ix86_legitimize_address.H.J. Lu2-2/+15
2011-07-21Promote pointer function arguments and return values to Pmode.H.J. Lu2-0/+31
2011-07-21re PR middle-end/49705 (-Wstrict-overflow should not diagnose unevaluated exp...Ian Lance Taylor4-7/+66
2011-07-21Steven G. Kargl <kargl@gcc.gnu.org>Steven G. Kargl2-1/+5
2011-07-21re PR tree-optimization/49749 (Reassociation rank algorithm does not include ...Bill Schmidt2-6/+11
2011-07-21target-supports.exp (check_avx_os_support_available): New.Uros Bizjak2-4/+33
2011-07-21avr.c (final_prescan_insn): Fix printing of rtx_costs.Georg-Johann Lay2-3/+13
2011-07-21* de.po, sv.po: Update.Joseph Myers3-873/+831
2011-07-21system.h (HAVE_DESIGNATED_UNION_INITIALIZERS): New.Jason Merrill4-6/+19
2011-07-21Make-lang.in (GNAT1_ADA_OBJS): Move ada/b_gnat1.o to...Eric Botcazou2-2/+7
2011-07-21re PR tree-optimization/49770 (wrong code with -fno-tree-forwprop)Richard Guenther4-14/+150
2011-07-21* ChangeLog: Fix description of my last commit.Uros Bizjak1-6/+4
2011-07-21i386.c (ix86_decompose_address): Reject all but register operands and DImode ...Uros Bizjak2-9/+13
2011-07-21ChangeLog gcc/Kai Tietz11-35/+67
2011-07-21check.c (gfc_check_present): Allow coarrays.Tobias Burnus8-4/+238
2011-07-21tree-ssa-forwprop.c (combine_conversions): Return whether we have to run cfg-...Richard Guenther2-12/+24
2011-07-21regcprop.c (maybe_mode_change): Check HARD_REGNO_MODE_OK.Richard Sandiford2-4/+7
2011-07-21tree-ssa-propagate.c (substitute_and_fold): Use do_dce flag to deside...Kai Tietz2-4/+17
2011-07-21* config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.Georg-Johann Lay2-2/+6
2011-07-21pr32912-2.c: Skip for AVR.Georg-Johann Lay3-0/+7
2011-07-21Daily bump.GCC Administrator1-1/+1
2011-07-20Handle address output and call patterns for x32.H.J. Lu6-17/+65
2011-07-20params.def (PARAM_MAX_VARTRACK_EXPR_DEPTH): Default to 12.Michael Eager2-1/+5
2011-07-20Dump basic_block flags.Richard Henderson3-44/+31
2011-07-20i386.c (ix86_decompose_address): Allow only subregs of DImode hard registers ...Uros Bizjak2-24/+39
2011-07-20config.gcc (mips*-*-linux*): Remove redundant tm_file entry.Robert Millan2-1/+5
2011-07-20bb-reorder.c (fix_crossing_conditional_branches): Fix crash by removing now-u...Ulrich Weigand2-1/+5
2011-07-20parser.c (cp_parser_initializer_list): Handle C99 .id= and [N]= designated in...Jason Merrill5-11/+83
2011-07-20emit-rtl.c (set_mem_attributes_minus_bitpos): Restore setting memory address ...Ulrich Weigand2-0/+6
2011-07-20re PR target/36467 ([avr] Missed optimization with pointer arithmetic and mul*)Georg-Johann Lay4-11/+402
2011-07-20builtins.c (fold_builtin_expect): See through the cast from truthvalue_type_n...Kai Tietz2-12/+19
2011-07-20Allow 4 operand FMAs on power7Michael Meissner7-58/+181
2011-07-20genrecog.c (make_insn_sequence): Correct position numbering when filtering ou...Sandra Loosemore2-1/+6
2011-07-20tree-ssa-forwprop.c (remove_prop_source_from_use): Robustify against already ...Richard Guenther3-33/+52
2011-07-20* config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.Georg-Johann Lay2-2/+6
2011-07-20changelog tweakJason Merrill1-0/+2
2011-07-20PR c++/6709 (DR 743)Jason Merrill8-49/+185
2011-07-20s390.c (s390_class_max_nregs): Fix return type.Andreas Krebbel3-2/+7
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Biener1-3/+1
2011-07-20re PR middle-end/18908 (Missed folding opportunities with bools)Richard Guenther5-32/+34
2011-07-20frv.c (frv_register_move_cost): Define explicitly costs for subclasses of GR_...Vladimir Makarov2-0/+33
2011-07-20re PR target/49780 ([x32] internal compiler error: in create_mem_ref, at tree...Uros Bizjak3-10/+24