aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2014-12-03Rename fuse-caller-saveTom de Vries28-49/+89
2014-12-03Improve optimization of ASan checks.Yury Gribov2-91/+156
2014-12-03constraints.md (Yr): New.Ilya Enkovich8-185/+271
2014-12-03re PR rtl-optimization/52714 (ICE in fixup_reorder_chain, at cfglayout.c:880)Segher Boessenkool4-3/+52
2014-12-03target.def (fusion_priority): Wrap code with @smallexample.Bin Cheng3-16/+33
2014-12-03Daily bump.GCC Administrator1-1/+1
2014-12-03error.c (warnings_not_errors): Use bool.Tobias Burnus4-8/+17
2014-12-02libcpp uses diagnostic->override_column to give a custom column number to dia...Manuel López-Ibáñez2-0/+7
2014-12-02asan: support for globals in kernelDmitry Vyukov2-5/+17
2014-12-02avx512ifma-vpmaddhuq-2.c: Define AVX512IFMA.Uros Bizjak7-0/+21
2014-12-02constexpr.c (cxx_eval_check_shift_p): New function.Marek Polacek6-7/+176
2014-12-02re PR target/64115 (ICE: : in rs6000_delegitimize_address, at config/rs6000/r...Ulrich Weigand2-18/+6
2014-12-02Stop only if there aren't any usable algorithmsH.J. Lu4-1/+23
2014-12-02re PR rtl-optimization/63718 (ARM Thumb1 bootstrap fail after fuse-caller-sav...Tom de Vries2-0/+18
2014-12-02match.pd: When combining divisions exclude the degenerate case involving INT_...Richard Biener4-1/+27
2014-12-02Add a test for PR ipa/63814H.J. Lu2-0/+34
2014-12-02[AArch64/testsuite] Add missing testcaseJiong Wang1-0/+20
2014-12-02[PATCH] Improve spillcost of literal pool loadsWilco Dijkstra3-3/+10
2014-12-02re PR ipa/63814 (g++.dg/ipa/pr61160-1.C fails with -m32 -fPIC)Martin Jambor2-43/+65
2014-12-02re PR target/64113 (Gcc on Alpha: Error: No lda !gpdisp!282 was found)Uros Bizjak2-24/+54
2014-12-02genmatch.c: Include hash-set.h.Richard Biener2-21/+91
2014-12-02match.pd: Restrict division combining to trunc_div and exact_div.Richard Biener2-2/+8
2014-12-02re PR fortran/64137 (Fortran FE builds invalid GENERIC)Richard Biener2-2/+9
2014-12-02sparc.c (sparc_atomic_assign_expand_fenv): Remove NULL last argument from cre...Jakub Jelinek12-29/+45
2014-12-02alpha.c (alpha_gimple_fold_builtin): Use gimple_build_assign instead of gimpl...Jakub Jelinek3-20/+16
2014-12-02Daily bump.GCC Administrator1-1/+1
2014-12-01re PR rtl-optimization/59278 (combine does not replace matched insn)Oleg Endo2-0/+24
2014-12-02re PR rtl-optimization/59278 (combine does not replace matched insn)Segher Boessenkool2-0/+8
2014-12-01* combine.c (try_combine): Use is_parallel_of_n_reg_sets some more.Segher Boessenkool2-26/+20
2014-12-01combine.c (is_parallel_of_n_reg_sets): New function.Segher Boessenkool2-0/+85
2014-12-01re PR middle-end/64017 (Support ISL 0.14.0 (to fix ICE with gfortran.dg/graph...Tobias Burnus10-13/+130
2014-12-01Improvements to documentation of gcc_jit_context_releaseDavid Malcolm6-12/+126
2014-12-01re PR c++/60859 (Value-initialization of scalar in aggregate yields "braces a...Paolo Carlini4-3/+24
2014-12-01PR jit/64018: Add description of error-handling to the JIT tutorialDavid Malcolm4-253/+373
2014-12-01* combine.c (distribute_links): Handle multiple SETs.Segher Boessenkool2-15/+41
2014-12-01combine.c (struct insn_link): New field `regno'.Segher Boessenkool2-55/+104
2014-12-01PR jit/64020: Fixes to handling of builtinsDavid Malcolm11-254/+822
2014-12-01jit-builtins.c: Fix segfault on unsupported builtinsDavid Malcolm2-3/+18
2014-12-01jit-playback: Move dso-creation into its own functionDavid Malcolm3-71/+90
2014-12-01jit-playback: Move argv-creation to its own functionDavid Malcolm3-71/+95
2014-12-01Move gcc_jit_result implementation to a new files jit-result.{h|c}David Malcolm7-60/+146
2014-12-01PR jit/63854: Fix leaks in toyvm.cDavid Malcolm3-10/+72
2014-12-01PR jit/63854: Fix leak in real.c for i386:init_ext_80387_constantsDavid Malcolm2-0/+6
2014-12-01[AArch64][obvious] Gate fuse_adrp_add_1.c test on aarch64_small.Kyrylo Tkachov2-0/+5
2014-12-01PR jit/63854: Fix leak within jit-builtins.cDavid Malcolm4-12/+51
2014-12-01PR jit/63854: Fix leak in tree-ssa-math-opts.cDavid Malcolm2-7/+8
2014-12-01jit.exp: Verify the exit status of the spawneeDavid Malcolm2-0/+35
2014-12-01jit.exp: fix timeout bug inherited from dejagnu.expDavid Malcolm2-1/+5
2014-12-01PR jit/63854: Add support for running "make check-jit" under valgrindDavid Malcolm2-1/+90
2014-12-01PR jit/63969: Fix segfault in error-handling when driver isn't foundDavid Malcolm5-2/+88