aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Daily bump.GCC Administrator1-1/+1
2014-06-19rs6000: Make cr5 allocatableSegher Boessenkool2-7/+12
2014-06-18re PR c++/59296 ([c++11] ref-qualified member function is ambiguous)Jason Merrill3-0/+19
2014-06-18re PR c++/61507 (GCC does not compile function with parameter pack.)Jason Merrill3-1/+30
2014-06-18re PR target/61550 ([SH] build failure with ICE in gen_reg_rtx, at emit-rtl.c...Kaz Kojima2-1/+8
2014-06-18gfortran.texi (OpenMP): Update refs to OpenMP 4.0.Tobias Burnus3-5/+9
2014-06-18Enable LRA for MIPSRobert Suchanek6-42/+142
2014-06-18ChangeLog: Fix whitespace.Uros Bizjak2-20/+4
2014-06-18Add support for reloading a frame address with an invalid baseRobert Suchanek2-2/+47
2014-06-18-fuse-caller-save - Enable for AArch64Tom de Vries6-3/+110
2014-06-18-fuse-caller-save - Enable for ARMRadovan Obradovic6-4/+90
2014-06-18bpabi.c (__gnu_uldivmod_helper): Remove.Charles Baylis1-0/+4
2014-06-18bpabi-v6m.S (__aeabi_uldivmod): Perform division using __udivmoddi4.Charles Baylis1-0/+5
2014-06-18bpabi.S (__aeabi_ldivmod, [...]): Use .cfi_* directives for DWARF annotations.Charles Baylis1-0/+6
2014-06-18bpabi.S (__aeabi_ldivmod): Perform division using __udivmoddi4, and fixups fo...Charles Baylis1-0/+5
2014-06-18bpabi.S (__aeabi_ldivmod): Optimise stack manipulation.Charles Baylis1-0/+4
2014-06-18bpabi.S (__aeabi_uldivmod): Perform division using call to __udivmoddi4.Charles Baylis1-0/+5
2014-06-18bpabi.S (__aeabi_uldivmod): Optimise stack pointer manipulation.Charles Baylis1-0/+5
2014-06-18bpabi.S (__aeabi_uldivmod, [...]): Add comment describing register usage on f...Charles Baylis1-0/+5
2014-06-18bpabi.S (__aeabi_uldivmod): Fix whitespace.Charles Baylis1-0/+5
2014-06-18md.texi (Standard Names): Use @itemx for grouped items.Andreas Schwab2-18/+7
2014-06-18re PR target/61545 (Miscompilation in libcap-ng)Richard Henderson2-0/+6
2014-06-18arm.c (neon_vector_mem_operand): Allow register POST_MODIFY for neon loads an...Charles Baylis2-1/+20
2014-06-18tree-ssa-dce.c (perform_tree_ssa_dce): Fixup bogus commit.Richard Biener2-1/+5
2014-06-18tree-pass.h (make_pass_dce_loop): Remove.Richard Biener8-69/+63
2014-06-18re PR tree-optimization/61518 (wrong code (by tree vectorizer) at -O3 on x86_...Yuri Rumyantsev4-0/+54
2014-06-18[ARM] Fix check for __FAST_MATH in arm_neon.hKyrylo Tkachov2-1/+5
2014-06-18re PR tree-optimization/61517 (wrong code at -Os and above on x86_64-linux-gnu)Thomas Preud'homme5-83/+172
2014-06-18Use strict_low_part for loading a constant only if it is cheaperAndreas Schwab4-4/+32
2014-06-18i386.md (*sibcall_memory): Rename from *sibcall_intern.Uros Bizjak3-139/+127
2014-06-18re PR target/61544 (ICE due to thumb1_reorg function mishandles label type insn)Terry Guo2-1/+8
2014-06-18improve sloc assignment on bind_expr entry/exit codeOlivier Hainque5-3/+58
2014-06-18common.opt (fssa-phiopt): New option.Richard Biener5-1/+21
2014-06-18[genattrtab] Fix memory corruption, allocate enough memory for all bypassed r...Kyrylo Tkachov2-2/+17
2014-06-18tree-ssa-propagate.c (replace_phi_args_in): Return whether we propagated anyt...Richard Biener3-7/+17
2014-06-18re PR tree-optimization/52252 (An opportunity for x86 gcc vectorizer (gain up...Evgeny Stupachenko9-1/+471
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek38-325/+3153
2014-06-18re PR fortran/61126 (gfortran does not enable -Wununused-parameter with -Wextra)Tobias Burnus2-1/+8
2014-06-18[multiple changes]Tobias Burnus4-6/+12
2014-06-18Daily bump.GCC Administrator1-1/+1
2014-06-17tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here.Andrew MacLeod3-143/+146
2014-06-17re PR c++/60605 (incorrect diagosis of default template argument for function...Jason Merrill3-1/+15
2014-06-17check.c (gfc_check_atomic, [...]): Use argument for GFC_ISYM_CAF_GET.Tobias Burnus16-27/+1802
2014-06-17Fix dot dump bugXinliang David Li3-1/+7
2014-06-17Compile gcc.target/i386/fuse-caller-save.c with -fomit-frame-pointer (PR targ...Rainer Orth2-1/+7
2014-06-17genopinit.c (main): Use vec<>::qsort method.Richard Biener4-6/+10
2014-06-17Clean up ST_REGS handling in the MIPS backend.Matthew Fortune3-59/+9
2014-06-17passes.def (pass_all_early_optimizations): Remove copy-prop pass.Richard Biener2-2/+7
2014-06-17tree-switch-conversion.c (collect_switch_conv_info): Simplify and allow all b...Richard Biener2-9/+15
2014-06-17pr61335.f90 (cp_unit_create): Initialize unit_id and kind_id to zero.Uros Bizjak2-25/+24