aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener9-21/+74
2015-04-21[AArch64] Add zero_extend variants of logical+not opsKyrylo Tkachov2-0/+26
2015-04-21df-core.c (df_finish_pass): Iterate over df->problems_by_index[] and use df_r...Thomas Preud'homme2-13/+12
2015-04-21Mark ifn_va_arg with ECF_NOTHROWTom de Vries4-1/+40
2015-04-21[AArch64] Increase static buffer size in aarch64_rewrite_selected_cpuKyrylo Tkachov2-9/+28
2015-04-21re PR tree-optimization/64950 (postpone expanding va_arg till pass_stdarg)Uros Bizjak2-5/+11
2015-04-20re PR rtl-optimization/64916 (ira.c update_equiv_regs patch causes gcc/testsu...Shiva Chen2-4/+50
2015-04-21re PR testsuite/65767 (Test pr65276 failed on arm-none-eabi)Bin Cheng3-6/+12
2015-04-21Daily bump.GCC Administrator1-1/+1
2015-04-20re PR c++/65801 (Allow -Wno-narrowing to silence stricter C++11 narrowing rules)Paolo Carlini6-7/+32
2015-04-20Reject trailing return type for an operator auto().Ville Voutilainen3-4/+14
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law2-2/+7
2015-04-20i386.c (set_pic_reg_ever_live): Remove.Uros Bizjak3-36/+20
2015-04-20reorg.c (try_merge_delay_insns): Improve correctness checking for targets wit...Selim Belbachir2-2/+23
2015-04-20re PR tree-optimization/65658 (Jump threading too pessimistic when optimizing...Jeff Law4-1/+125
2015-04-20c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon.Ilya Verbin4-3/+12
2015-04-20[Obvious][AArch64] Delete unused aarch64_simd_emit_pair_result_insn.Alan Lawrence3-24/+6
2015-04-20re PR debug/65807 (ICE () on powerpc64le-linux-gnu)Jakub Jelinek2-0/+6
2015-04-20gimple-fold.h (gimple_build): Remove optional valueize arguments.Richard Biener3-42/+43
2015-04-20[AArch64] PR/64134: Make aarch64_expand_vector_init use 'ins' more oftenAlan Lawrence4-26/+92
2015-04-20pr65729.c: Restrict to hard float ABI compliant targets.Yvan Roux2-0/+6
2015-04-20Daily bump.GCC Administrator1-1/+1
2015-04-19re PR rtl-optimization/65805 (Chromium gets miscompiled)Vladimir Makarov4-27/+55
2015-04-19Credit Jakub for PR65787 fixWilliam Schmidt1-0/+1
2015-04-19Daily bump.GCC Administrator1-1/+1
2015-04-18pr32627.f03 (strptr): Change size to match the number of non-nul characters.Martin Sebor3-2/+17
2015-04-18remove need for store_values_directlyTrevor Saunders72-1100/+617
2015-04-18Daily bump.GCC Administrator1-1/+1
2015-04-17re PR target/65787 (Miscompile due to bad vector swap optimization for little...Bill Schmidt4-5/+45
2015-04-17Don't define ix86_binds_local_p for MacOS nor WindowsH.J. Lu2-0/+8
2015-04-17re PR tree-optimization/47679 (Strange uninitialized warning after SRA)Jeff Law9-210/+270
2015-04-17re PR go/65755 (incorrect reflection of struct fields with gccgo)Ian Lance Taylor1-31/+19
2015-04-17i386.h (LEGITIMIZE_RELOAD_ADDRESS): Remove.Uros Bizjak4-69/+6
2015-04-17re PR target/65535 (powerpc64-freebsd build failure)Andreas Tobler2-0/+11
2015-04-17compiler: Escape analysis.Chris Manghane17-766/+3283
2015-04-17re PR target/65689 ([AArch64] S constraint fails for inline asm at -O0)Jakub Jelinek5-21/+142
2015-04-17Properly handle uninitialized common symbolH.J. Lu10-15/+105
2015-04-17re PR debug/65771 (ICE (in loc_list_from_tree, at dwarf2out.c:14964) on arm-l...Jakub Jelinek2-1/+12
2015-04-17Fix IPA memory leaks.Martin Liska3-6/+27
2015-04-17re PR target/65296 ([avr] fix various issues with specs file generation)Sivanupandi Pitchumani4-5/+14
2015-04-17Hide __cpu_indicator_init/__cpu_model from linkerH.J. Lu7-0/+52
2015-04-17arm_neon.h (vdup_n_f32): Remove forward declaration.Alan Lawrence2-2/+4
2015-04-17re PR c++/64527 (Constructor for empty struct not called in some situations)Patrick Palka4-3/+40
2015-04-17Add missing PR lines in ChangeLogTom de Vries2-0/+3
2015-04-17Set PROP_gimple_lva for functions without IFN_VA_ARGTom de Vries3-1/+26
2015-04-17Postpone expanding va_arg until pass_stdargTom de Vries13-47/+304
2015-04-17Handle internal_fn in operand_equal_pTom de Vries3-4/+26
2015-04-17Factor optimize_va_list_gpr_fpr_size out of pass_stdarg::executeTom de Vries2-43/+56
2015-04-17Add gimple_find_sub_bbsTom de Vries3-100/+173
2015-04-17Disable lang_hooks.gimplify_expr in free_lang_dataTom de Vries2-0/+6