aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2012-05-31ira-int.h (target_ira_int): Rename x_move_cost to x_ira_register_move_cost...Richard Sandiford3-183/+66
2012-05-31ira.c (init_move_cost): Adjust choice of subclasses to match the current ira_...Richard Sandiford2-25/+31
2012-05-31ira.c (setup_allocno_and_important_classes): Use ira_class_hard_regs_num to c...Richard Sandiford2-41/+33
2012-05-31ira.c (init_move_cost): Adjust local variable names to match file conventions.Richard Sandiford2-45/+52
2012-05-31regs.h (move_table, [...]): Move these definitions and associated target_glob...Richard Sandiford6-138/+142
2012-05-31ira-costs.c (copy_cost): Use ira_init_register_move_cost_if_necessary and ira...Richard Sandiford2-6/+11
2012-05-31ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford9-46/+40
2012-05-31Daily bump.GCC Administrator1-1/+1
2012-05-30compiler: Don't crash for invalid constant types for && or ||.Ian Lance Taylor1-15/+3
2012-05-30re PR target/52999 (ICE, segmentation fault in c_tree_printer)John David Anglin2-0/+32
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill5-17/+63
2012-05-30* tree.c (stabilize_expr): Tweak logic.Jason Merrill2-2/+4
2012-05-30* ira.c (allocate_initial_values): Make static.Steven Bosscher2-1/+5
2012-05-30re PR c/53502 (Bootstrap broken with --disable-build-poststage1-with-cxx)Tobias Burnus2-3/+7
2012-05-30i386.c (legitimize_tls_address): Generate tls_initial_exec_64_sun only when !...Uros Bizjak2-13/+14
2012-05-30re PR c++/53356 (ICE in verify_gimple_stmt, at tree-cfg.c:4258)Jason Merrill4-1/+22
2012-05-30re PR tree-optimization/53501 (scev introduces signed overflow)Richard Guenther5-7/+41
2012-05-30powerpc.exp: Load torture-options.exp, call torture-finish.Alan Modra2-0/+7
2012-05-30Makefile.in: Fix many dependencies.Steven Bosscher2-141/+143
2012-05-30simplify-rtx.c (simplify_binary_operation_1): Optimize shuffle of concatenati...Marc Glisse4-1/+44
2012-05-30re PR bootstrap/53522 (Bootstrap is broken for x86_64-apple-darwin10 at r187977)Richard Guenther2-1/+6
2012-05-30explow.c (probe_stack_range): Restore simple control flow and stop again when...Eric Botcazou2-5/+9
2012-05-30re PR rtl-optimization/53519 (ice in do_SUBST, at combine.c:707)Jakub Jelinek4-2/+38
2012-05-30decl.c: Fix comment typos.Tobias Burnus10-37/+49
2012-05-30arm.c (arm_evpc_neon_vrev): Adjust off by one error.Ramana Radhakrishnan4-3/+124
2012-05-30Daily bump.GCC Administrator1-1/+1
2012-05-29re PR debug/53453 (darwin linker expects both AT_name and AT_comp_dir debug n...Jack Howarth6-1/+25
2012-05-29Oops, wrong changelog, this is the right one:Jack Howarth1-1/+1
2012-05-29darwin.h (STARTFILE_SPEC): Do not use -lbundle1.o when Darwin >= 10.Jack Howarth2-2/+11
2012-05-29re PR target/51340 (SH Target: Make -mfused-madd enabled by default)Oleg Endo7-6/+71
2012-05-29re PR target/52941 (SH Target: Add support for movco.l / movli.l atomics on S...Oleg Endo7-57/+580
2012-05-29* c-common.c: Fix typo.Joseph Myers2-1/+5
2012-05-29c-decl.c (c_push_function_context): Always create a new language function.Meador Inge2-10/+11
2012-05-29ev6.md: (define_bypass "ev6_fmul,ev6_fadd"): New.Matt Turner2-0/+9
2012-05-29integrate.c: Remove.Steven Bosscher44-465/+424
2012-05-29t-avr (s-avr-mmcu-texi): Call gen-avr-mmcu-texi$(build_exeext) via ./ and don...Georg-Johann Lay2-1/+6
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz19-357/+132
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz12-13/+45
2012-05-29re PR tree-optimization/53516 (Vectorization and memset recognition miscompil...Richard Guenther5-12/+85
2012-05-29LANGUAGES: Fix typos.Joseph Myers133-232/+367
2012-05-29* doc/include/texinfo.tex: Update to version 2012-05-16.16.Joseph Myers2-927/+1966
2012-05-29tree-dfa.c (find_vars_r): Do not call add_referenced_vars for globals.Richard Guenther5-25/+39
2012-05-29alias.c (reg_known_value): Make this a VEC.Steven Bosscher2-28/+39
2012-05-29re PR middle-end/53510 (OOM while compile some code)Jakub Jelinek3-19/+14
2012-05-29c.opt (Wmissing-braces): Use LangEnabledBy(C ObjC,Wall).Manuel López-Ibáñez3-3/+7
2012-05-29PR preprocessor/53229 - Fix diagnostics location when pasting tokensDodji Seketeli10-5/+88
2012-05-29trap-1.c, [...]: New tests.Hans-Peter Nilsson6-0/+65
2012-05-29cris.h (TARGET_HAS_BREAK, [...]): New macros.Hans-Peter Nilsson4-0/+25
2012-05-29Daily bump.GCC Administrator1-1/+1
2012-05-28re PR c++/25137 (Warning "missing braces around initializer" causing problems...Paolo Carlini7-3/+91