aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Call copy_to_mode_reg instead of force_reg.H.J. Lu2-1/+6
2011-07-22tree_no_data_map_rand.cc: Move...Benjamin Kosnik17-0/+41
2011-07-21Convert to Pmode if needed and use force_reg after convert.H.J. Lu2-10/+44
2011-07-22Daily bump.GCC Administrator1-1/+1
2011-07-21trans.c (gfc_allocate_with_status): Split into two functions gfc_allocate_usi...Daniel Carrera7-151/+224
2011-07-21Infer types based on lb and ub.Sebastian Pop5-37/+204
2011-07-21Generate signed types whenever possible.Sebastian Pop2-2/+16
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-21Add missing ChangeLog entryFrançois Dumont1-0/+16
2011-07-21safe_unordered_sequence.h, [...]: Rename respectively in...François Dumont9-101/+107
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-21* MAINTAINERS (Global Reviewers): Add self.Joseph Myers2-0/+5
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-21mutex (timed_mutex, [...]): Update to use steady_clock instead of monotonic_c...Paolo Carlini3-2/+11
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-21array (array::at, [...]): Mark constexpr.Benjamin Kosnik3-7/+49
2011-07-21chrono: (system_clock::is_steady): Update to N3291 from is_monotonic.Benjamin Kosnik11-37/+122
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-20system_error: Use noexcept.Paolo Carlini8-75/+92