]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/Makefile.in
replace ISL with isl
[thirdparty/gcc.git] / gcc / Makefile.in
2015-12-17  Sebastian Popreplace ISL with isl
2015-12-04  Dmitry VyukovAdd fuzzing coverage support
2015-12-02  Richard SandifordCheck for invalid FAILs
2015-11-26  Jakub Jelinek* Makefile.in (build/genmatch.o): Depend on internal...
2015-11-17  Richard SandifordReplace match.pd DEFINE_MATH_FNs with auto-generated...
2015-11-17  Richard SandifordAdd gencfn-macros.c
2015-11-13  Ajit Agarwal[Patch,tree-optimization]: Add new path Splitting pass...
2015-11-13  David MalcolmSource range tracking in libcpp and C FE, with bit...
2015-11-13  David MalcolmPR driver/67613 - spell suggestions for misspelled...
2015-11-13  David MalcolmImplement Levenshtein distance; use in C FE for misspel...
2015-11-02  Richard SandifordMove constant folds for maths functions to new file
2015-10-30  Evgeny StupachenkoMakefile.in (OBJS): Add multiple_target.o.
2015-10-29  H.J. LuAdd BUILD_NO_PIE_CFLAGS and BUILD_NO_PIE_FLAG
2015-10-28  Jason MerrillMake-lang.in (c.tags): Also include libcpp TAGS.
2015-10-23  Richard BienerMakefile.in (build/genmatch.o): Properly depend on...
2015-10-21  Richard SandifordAdd a pass to back-propagate use information
2015-10-21  Jeff Law[PATCH] Move RTL printing code from sched-vis.c into...
2015-10-13  Tom de VriesSupport DEFPARAMENUM in params.def
2015-10-12  Jeff Law[PATCH] Refactoring FSM bits into their own file
2015-10-03  Marek PolacekMakefile.in (insn-latencytab.o): Remove -Wno-duplicated...
2015-10-02  Marek Polacekre PR c/64249 (Missing warning for if (A) else if (A))
2015-09-18  David MalcolmMove diagnostic_show_locus and friends out into a new...
2015-09-18  Jeff Law[PATCH] Break out phi-only cprop into its own file
2015-09-17  Richard SandifordSplit up optabs.[hc]
2015-09-16  Mikhail MaltsevShare memory blocks between pool allocators
2015-09-08  Tom de VriesPrevent unnecessary recompilation for trivial params...
2015-08-27  Sebastian Popremove -floop-* flags
2015-08-14  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-08-07  Uros BizjakMakefile.in (.INTERMEDIATE): Add gpl.pod.
2015-08-03  Segher Boessenkool* Makefile.in (OBJS): Put gimple-match.o and generic...
2015-08-03  Ulrich Weigandconfigure.ac: Set aliasing_flags to -fno-strict-aliasin...
2015-07-25  Sebastian Popremove tree-browser
2015-07-25  David EdelsohnRevert:
2015-07-23  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-07-18  Sebastian Popfix pr46851 and pr60340: remove unmaintained omega...
2015-07-14  H.J. LuThis patch syncs zlib.m4 with binutils-gdb and uses...
2015-07-09  Marek Polacekre PR tree-optimization/66718 (Non-invariant ADDR_EXPR...
2015-06-25  Richard SandifordMakefile.in (TARGET_DEF): Add target-insns.def.
2015-06-17  Andrew MacLeodfunction.h (struct rtl_data): Remove struct and accesso...
2015-06-10  Alexandre OlivaRevert "[PR64164] Drop copyrename, use coalescible...
2015-06-09  Alexandre Oliva[PR64164] Drop copyrename, use coalescible partition...
2015-06-01  Vidya PraveenMakefile.in: Pick up gcov-dump dependencies from gcc...
2015-06-01  Vidya PraveenFix Makefile dependencies.
2015-05-28  H.J. LuAdd --enable-default-pie option to GCC configure
2015-05-27  Martin LiskaNew memory allocation statistics infrastructure.
2015-05-22  Jim WilsonMakefile.in (check_gcc_parallelize): Delete.
2015-05-18  Jason Merrillrevert: Makefile.in (GCC_WARN_CXXFLAGS): Add -std=c...
2015-05-18  Jason Merrill* Makefile.in (GCC_WARN_CXXFLAGS): Add -std=c++98.
2015-05-13  Richard Bienerre PR middle-end/66110 (uint8_t memory access not optim...
2015-05-12  David MalcolmImplement -Wmisleading-indentation
2015-05-04  Jakub JelinekMakefile.in (PATCHLEVEL_c): New variable.
2015-04-29  Richard SandifordMakefile.in (build/genrecog.o): Depend on inchash.h.
2015-04-29  Richard Sandifordinchash.h, inchash.c: Include bconfig.h for build objects.
2015-04-17  Jeff Lawre PR tree-optimization/47679 (Strange uninitialized...
2015-03-31  Jakub Jelinekre PR plugins/61176 (plugin builds including gimple...
2015-03-23  Jeff Lawre PR rtl-optimization/64317 (Ineffective allocation...
2015-03-21  Tom de VriesMark omp thread functions as parallelized
2015-02-03  David MalcolmPR jit/64810: driver, arm, jit: configure-time default...
2015-01-15  Steve EllceyMakefile.in (PLUGIN_HEADERS): Add dominance.h...
2015-01-14  Ilya VerbinMakefile.in (site.exp): Do not set ENABLE_LTO.
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-04  Tobias BurnusMakefile.in: Remove CLOOGLIB and CLOOGINC.
2014-12-03  Ulrich DrepperMakefile.in: Use $(LN_S) instead of $(LN) -s and remove...
2014-12-03  Jakub JelinekMakefile.in (ALL_HOST_BACKEND_OBJS): Add $(GENGTYPE_OBJ...
2014-12-01  Richard BienerMakefile.in (gimple-match.o-warn): Use -Wno-unused...
2014-12-01  Richard Bienerre PR tree-optimization/15346 ([tree-ssa] combine two...
2014-11-17  Zhenqiang ChenMakefile.in: Add ccmp.o.
2014-11-13  Ilya Verbin[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offlo...
2014-11-13  Bernd Schmidt[PATCH 1/7] OpenMP 4.0 offloading infrastructure: confi...
2014-11-13  Vladimir Makarovcommon.opt (flra-remat): New.
2014-11-12  Tobias BurnusMakefile.in (CLOOGLIBS, CLOOGINC): Remove.
2014-11-12  Tejas Belagod[AArch64] Add reference to ACLE and consolidate documen...
2014-11-11  David MalcolmMerger of dmalcolm/jit branch from git
2014-11-10  Roman GareevMakefile.in: Remove the compilation of graphite-clast...
2014-11-05  Ilya Enkovichipa-chkp.c: New.
2014-11-04  Marek PolacekMakefile.in (OBJS): Add sanopt.o.
2014-10-30  Richard Bienergenmatch.c: Remove <map>, <utility> and <string> includes.
2014-10-27  Phil MuldoonLet GDB reuse GCC's parser.
2014-10-27  Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-24  Richard BienerMakefile.in (BUILD_CPPLIB): Move $(LIBINTL) $(LIBICONV...
2014-10-24  Richard BienerMakefile.in (BUILD_CPPLIB): When in stage2+ use the...
2014-10-23  Richard BienerMakefile.def: Add libcpp build module and dependencies.
2014-10-22  Richard BienerMakefile.in (s-match): Adjust dependencies to only...
2014-10-22  Richard BienerMakefile.in (OBJS): Add gimple-match.o and generic...
2014-10-21  Dehao ChenAdd AutoFDO.
2014-10-16  Martin LiskaIPA ICF pass, part 3/5
2014-10-13  Aldy Hernandez* Makefile.in (TAGS): Tag ../include files.
2014-10-13  Christophe LyonMakefile.in: (check-%): Update comment, as RUNTESTFLAGS...
2014-10-07  Rong XuMakefile.in: Fix dependence.
2014-10-02  Olivier HainqueMakefile.in (CROSS): Define, to @CROSS@.
2014-09-30  David MalcolmPR plugins/63410: Fix missing headers for plugins
2014-09-25  Jan Hubickaipa-utils.h (subbinfo_with_vtable_at_offset, [...]...
2014-09-22  Jason MerrillMakefile.in (check-parallel-%): Add @.
2014-09-15  Jakub JelinekMakefile.in (dg_target_exps): Remove.
2014-09-05  Joey Yere PR plugins/59335 (Plugin doesn't build on trunk)
2014-09-04  Aldy Hernandez* Makefile.in (TAGS): Handle constructs in timevar...
2014-09-02  Aldy HernandezMakefile.in (TAGS): Handle constructs in common.opt...
2014-09-01  Olivier HainqueMakefile.in (FLAGS_TO_PASS): Propagate INSTALL, INSTALL...
2014-08-18  Roman Gareevconfigure.ac: Eliminate ClooG installation dependency.
2014-08-11  Yury GribovAdded fnspec to internal functions.
next