]> git.ipfire.org Git - thirdparty/gcc.git/shortlog
thirdparty/gcc.git
2014-11-14  Felix Yangaarch64-simd.md (*aarch64_simd_ld1r<mode>): Use VALL...
2014-11-14  Jan Hubickaoptc-save-gen.awk: Output cl_target_option_eq...
2014-11-14  Jan Hubickaoptc-save-gen.awk: Output cl_target_option_eq...
2014-11-14  Uros BizjakMakefile.am (AM_CXXFLAGS): Use -std=gnu++11.
2014-11-14  Richard Bienergimple-fold.h (gimple_fold_stmt_to_constant_1): Add...
2014-11-14  Jonathan WakelyDefine C++11 version of std::ios_base::failure.
2014-11-14  Tom de VriesFix patch mangling with --inline option
2014-11-14  Jonathan Wakelymangle.c (find_substitution): Look for abi_tag on class...
2014-11-14  Marek Polacekfold-const.c (fold_negate_expr): Don't fold INTEGER_CST...
2014-11-14  Marek Polacekre PR sanitizer/63839 (ICE: tree check: expected ssa_na...
2014-11-14  Alan Lawrence[RS6000] Remove vec_shl and (hopefully) fix vec_shr
2014-11-14  Alan LawrenceFix ChangeLog date
2014-11-14  Alan Lawrence[Vectorizer]Make reductions-via-shifts and vec_shr_opta...
2014-11-14  Ramana Radhakrishnanre PR target/63724 ([AArch64] Inefficient immediate...
2014-11-14  Richard Bienermatch.pd: Implement more binary patterns exercised...
2014-11-14  Marek Polacek* tree.c (build_common_builtin_nodes): Remove doubled...
2014-11-14  Richard Bienergenmatch.c (add_operator): Allow CONSTRUCTOR.
2014-11-14  Jakub Jelinekconfigure.ac (--with-diagnostics-color): New configure...
2014-11-14  Teresa Johnsonre PR tree-optimization/63841 (Incorrect strlen optimiz...
2014-11-14  Andrew Waterman* cas_n.c (libat_compare_exchange): Add missing cast.
2014-11-14  Daniel Krueglerregex.h: Support embedded zeros in sub_match comparison...
2014-11-14  Bin Chengtimevar.def (TV_SCHED_FUSION): New time var.
2014-11-14  Rong Xure PR debug/63581 (undefined references in debug_info)
2014-11-14  Martin Jamborcgraph.h (clear_outer_type): Make public.
2014-11-14  GCC AdministratorDaily bump.
2014-11-13  Dominique d... re PR bootstrap/63853 (The use of strchrnul breaks...
2014-11-13  Teresa JohnsonFix format of ChangeLog entry from r217505.
2014-11-13  Kostya Serebryanylibsanitizer merge from upstream r221802
2014-11-13  Marek Polacekaccess.c: Include <stdlib.h>.
2014-11-13  Alan LawrenceRemove VEC_RSHIFT_EXPR tree code, now unused
2014-11-13  Alan Lawrence[Vectorizer] Use a VEC_PERM_EXPR instead of VEC_RSHIFT_...
2014-11-13  Alan Lawrence[Vectorizer] Split vect_gen_perm_mask into _checked...
2014-11-13  Felix Yangipa-utils.h: Fix typo in comments.
2014-11-13  Teresa Johnsonre PR tree-optimization/63841 (Incorrect strlen optimiz...
2014-11-13  Ulrich Weigandoptabs.c (prepare_operand): Gracefully fail if the...
2014-11-13  Andrey Turetskiy[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non...
2014-11-13  Ilya Verbin[PATCH 3/4] OpenMP 4.0 offloading to Intel MIC: libgomp...
2014-11-13  Kirill Yukhin[PATCH 2/4] OpenMP 4.0 offloading to Intel MIC: liboffl...
2014-11-13  Richard Bienermatch.pd: Add tcc_comparison...
2014-11-13  Ilya Verbin[PATCH 1/4] OpenMP 4.0 offloading to Intel MIC: mkoffload.
2014-11-13  Andrey Turetskiy[PATCH 7/7] OpenMP 4.0 offloading infrastructure: tests...
2014-11-13  Bernd Schmidt[PATCH 6/7] OpenMP 4.0 offloading infrastructure: optio...
2014-11-13  Jakub Jelinek[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.
2014-11-13  Ilya Verbin[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto...
2014-11-13  Ilya Verbin[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offlo...
2014-11-13  Richard Bienergenmatch.c (dt_node::gen_kids): Fix placement of break...
2014-11-13  Ilya Verbin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
2014-11-13  Bernd Schmidt[PATCH 1/7] OpenMP 4.0 offloading infrastructure: confi...
2014-11-13  H.J. LuUse POINTER_SIZE to check for pointer size
2014-11-13  Janne BlomqvistPR 60324 Unbounded stack allocations in libgfortran.
2014-11-13  Eric Botcazoutm.texi.in (SELECT_CC_MODE): Update example.
2014-11-13  Tom de VriesRun pass_expand_omp_ssa after pass_paralellize_loops
2014-11-13  Manuel López... line-map.h: Include EXPR, so that unused variable warni...
2014-11-13  Rainer OrthEnable libcc1 on Solaris
2014-11-13  Marek Polacektree.h (TYPE_OVERFLOW_SANITIZED): Define.
2014-11-13  Kai Tietzcp-tree.h (cp_build_function_call): Remove prototype.
2014-11-13  Kirill YukhinRename struct in gcc/lra-lives.c
2014-11-13  Alexander Ivchenkotarget-supports.exp (error_h): New check.
2014-11-13  Richard Bienermatch.pd: Implement conditional expression patterns.
2014-11-13  Richard Bienerre PR tree-optimization/61559 (FAIL: gcc.dg/builtin...
2014-11-13  Nick Cliftondivmodhi.S: Add support for the G10 architecture.
2014-11-13  Tim Shenre PR libstdc++/63775 ([C++11] Regex range with leading...
2014-11-13  Vladimir Makarovlra.c (lra): Switch off rematerialization pass.
2014-11-13  Vladimir Makarovcommon.opt (flra-remat): New.
2014-11-13  Manuel López... opts-global.c (postpone_unknown_option_warning): Fix...
2014-11-13  GCC AdministratorDaily bump.
2014-11-13  Ian Lance Taylorcompiler: Do not count package uses from ambiguous...
2014-11-12  Jonathan Wakelystd::shared_ptr atomic operations
2014-11-12  Jakub Jelinekre PR ipa/63838 (ipa-pure-const miscomputes can_throw)
2014-11-12  H.J. LuUse gen_rtx_REG to set pic_offset_table_rtx
2014-11-12  Matthew FortuneImplement MIPS o32 FPXX, FP64, FP64A ABI extensions.
2014-11-12  H.J. LuInitialize PIC register for large PIC model C++ thunk
2014-11-12  Paolo CarliniDR 1510 PR c++/60420
2014-11-12  Kai Tietzsdbout.c (sdbout_symbol): Eliminate register only if...
2014-11-12  Jonathan WakelyImplement resolutions of LWG 2399, 2400 and 2401.
2014-11-12  H.J. LuAdd a testcase for PR tree-optimization/63835
2014-11-12  Alan LawrenceAdd bounds checking to vqdm*_lane intrinsics via a...
2014-11-12  Tobias BurnusFix ChangeLog of previous commit, r217438:
2014-11-12  Tobias BurnusMakefile.def: Remove CLooG.
2014-11-12  Uros Bizjak387-1.c (dg-skip-if): Use *-*-* target selector.
2014-11-12  Tobias BurnusMakefile.in (CLOOGLIBS, CLOOGINC): Remove.
2014-11-12  Uros Bizjakpr45852.c: Simplify target selector.
2014-11-12  Jiong Wang[AArch64] Let LR register alloctable
2014-11-12  Ramana RadhakrishnanFix typo in *<arith_shift_insn>_shiftsi
2014-11-12  Kirill YukhinCast strtol return to unsigned long
2014-11-12  Marek Polacekgcc-dg.exp (${tool}_load): Call prune_file_path instead...
2014-11-12  Marek Polacekfold-const.c (fold_binary_loc): Don't fold if the resul...
2014-11-12  Evgeny Stupachenkopr52252-atom-1.c: Extend assembler scan on AVX2 case.
2014-11-12  Richard Biener[multiple changes]
2014-11-12  Richard Bienermatch.pd: Implement simple complex operations cancelling.
2014-11-12  Joseph MyersPredefine __NO_MATH_ERRNO__ for -fno-math-errno.
2014-11-12  H.J. LuAvoid tail call in c-c++-common/asan/strlen-overflow-1.c
2014-11-12  Richard Bienergenmatch.c (::gen_transform): Add capture_info and...
2014-11-12  Jakub Jelinekre PR c/59708 (clang-compatible checked arithmetic...
2014-11-12  Richard Bienergenmatch.c (capture_info::capture_info): Add missing...
2014-11-12  Jonathan WakelyLWG DR 2315. weak_ptr should be movable
2014-11-12  Jonathan WakelyAdd -Wno-deprecated to dg-options.
2014-11-12  Richard Bienerre PR bootstrap/63821 (ICE in verify_gimple during...
2014-11-12  Richard Bienerre PR middle-end/63819 (Cannot build compiler with...
2014-11-12  Thomas Preud... [multiple changes]
next