- 13 Apr, 2016 1 commit
-
-
Currently, distclean does not remove the libcc1, gnattools, and gotools directories, and not the stage_final file either. Fix that. PR bootstrap/70173 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools, and gotools directories. Delete the stage_final file. * Makefile.in: Regenerate. From-SVN: r234954
Segher Boessenkool committed
-
- 12 Apr, 2016 1 commit
-
-
2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r234903
Andre Vieira committed
-
- 10 Apr, 2016 1 commit
-
-
2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org> * MAINTAINERS (Fortran maintainer): Remove myself. From-SVN: r234868
Steven G. Kargl committed
-
- 04 Apr, 2016 1 commit
-
-
2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r234724
Bill Seurer committed
-
- 29 Mar, 2016 1 commit
-
-
From-SVN: r234526
Kelvin Nilsen committed
-
- 17 Mar, 2016 1 commit
-
-
2016-03-17 Cary Coutant <ccoutant@gmail.com> * configure.ac: Add mips and s390 to the gold target check. * configure: Regenerate. From-SVN: r234309
Cary Coutant committed
-
- 02 Mar, 2016 1 commit
-
-
* MAINTAINERS (mep): Remove myself as MeP maintainer. * config.gcc: Deprecate mep-*. From-SVN: r233887
DJ Delorie committed
-
- 22 Feb, 2016 1 commit
-
-
2016-02-22 David Malcolm <dmalcolm@redhat.com> * MAINTAINERS (libcpp): Add myself. (diagnostic messages): Likewise. From-SVN: r233608
David Malcolm committed
-
- 20 Feb, 2016 2 commits
-
-
From-SVN: r233584
Tom de Vries committed -
2016-02-20 Tom de Vries <tom@codesourcery.com> * MAINTAINERS: Fix whitespace. From-SVN: r233582
Tom de Vries committed
-
- 02 Feb, 2016 1 commit
-
-
2016-02-02 Claudiu Zissulescu <claziss@synopsys.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r233077
Claudiu Zissulescu committed
-
- 29 Jan, 2016 2 commits
-
-
* config/isl.m4: Add comments about isl-0.16. * configure: Regenerate. gcc/ * doc/install.texi: Document that isl-0.16 is supported. From-SVN: r232997
Sebastian Pop committed -
2016-01-29 Martin Jambor <mjambor@suse.cz> * MAINTAINERS (hsa maintainers): Add myself. From-SVN: r232978
Martin Jambor committed
-
- 27 Jan, 2016 1 commit
-
-
2015-01-27 Wilco Dijkstra <wdijkstr@arm.com> * MAINTAINERS: (Write After Approval): Add myself. From-SVN: r232880
Wilco Dijkstra committed
-
- 26 Jan, 2016 1 commit
-
-
The patch disables all fuse-*.c tests when configuring gcc with isl 0.14 or earlier. ChangeLog: * Makefile.in: Regenerate. * Makefile.tpl: Export ISLVER. * configure: Regenerate. * config/isl.m4: Detect isl-0.15. gcc/ * Makefile.in: Set ISLVER in site.exp. gcc/testsuite/ * gcc.dg/graphite/graphite.exp: Only run the fuse-*.c tests with isl-0.15. Co-Authored-By: Sebastian Pop <s.pop@samsung.com> From-SVN: r232811
Aditya Kumar committed
-
- 24 Jan, 2016 1 commit
-
-
PR bootstrap/69329 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS. * Makefile.in: Regenerate. From-SVN: r232777
Mikhail Maltsev committed
-
- 12 Jan, 2016 3 commits
-
-
* configure.ac: enable LTO * configure: Regenerate From-SVN: r232290
Andris Pavenis committed -
Sync with binutils-gdb: 2015-10-21 Nick Clifton <nickc@redhat.com> PR gas/19109 * configure.ac: Note the 'none' is an acceptable argument to --enable-compressed-debug-sections. * configure: Regenerate. From-SVN: r232279
H.J. Lu committed -
PR bootstrap/69134 * Makefile.def (mpfr): Disable assembler. * Makefile.in: Regenerate. From-SVN: r232277
Bernd Edlinger committed
-
- 31 Dec, 2015 1 commit
-
-
* config.guess: Import version 2016-01-01. * config.sub: Likewise. From-SVN: r232018
Ben Elliston committed
-
- 18 Dec, 2015 1 commit
-
-
From-SVN: r231805
Sujoy Saraswati committed
-
- 17 Dec, 2015 3 commits
-
-
From-SVN: r231784
Sebastian Pop committed -
2015-12-17 Andris Pavenis <andris.pavenis@iki.fi> * MAINTAINERS (Write After Approval): Add Myself. From-SVN: r231775
Andris Pavenis committed -
* config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs. * configure: Regenerate. From-SVN: r231759
Nathan Sidwell committed
-
- 16 Dec, 2015 1 commit
-
-
we check for a the isl compute timeout function added in isl 0.13. That means GCC could still be configured with isl 0.13, 0.14, and 0.15. * config/isl.m4 (ISL_CHECK_VERSION): Check for isl_ctx_get_max_operations. * configure: Regenerate. gcc/ * config.in: Regenerate. * configure: Regenerate. * configure.ac: Remove checks for functions that exist in isl 0.13 or later. * graphite-isl-ast-to-gimple.c: Remove #ifdefs and code for isl 0.12. * graphite-optimize-isl.c: Same. * graphite-poly.c: Same. * graphite-sese-to-poly.c: Same. * graphite.h: Add comment for isl 0.14. * toplev.c (print_version): Print isl version. Co-Authored-By: Sebastian Pop <s.pop@samsung.com> From-SVN: r231706
Aditya Kumar committed
-
- 15 Dec, 2015 2 commits
-
-
From-SVN: r231657
Alessandro Fanfarillo committed -
From-SVN: r231647
Alessandro Fanfarillo committed
-
- 02 Dec, 2015 1 commit
-
-
./: PR go/66147 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET. * Makefile.in: Regenerate. gotools/: PR go/66147 * Makefile.am (GOCOMPILER): In NATIVE case, add $(XGCC_FLAGS_FOR_TARGET). From-SVN: r231199
Ian Lance Taylor committed
-
- 01 Dec, 2015 1 commit
-
-
re PR libffi/65726 (libffi fails to build when not bootstrapping: configure: error: C++ preprocessor "/lib/cpp" fails sanity check) 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org> PR libffi/65726 * Makefile.def (lang_env_dependencies): Make libffi depend on cxx. * Makefile.in: Regenerate. From-SVN: r231128
Andreas Tobler committed
-
- 28 Nov, 2015 2 commits
-
-
From-SVN: r231039
Nathan Sidwell committed -
* config/nvptx/nvptx.h (FIRST_PARM_OFFSET): Add void cast. (FRAME_POINTER_CFA_OFFSET): Define. (struct nvptx_args): Use 'tree' type. (INIT_CUMULATIVE_ARGS): Remove unnecessary do...while. From-SVN: r231038
Nathan Sidwell committed
-
- 26 Nov, 2015 1 commit
-
-
From-SVN: r230948
David Edelsohn committed
-
- 20 Nov, 2015 1 commit
-
-
2015-11-20 Tristan Gingold <gingold@adacore.com> * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*. * configure: Regenerate. From-SVN: r230660
Tristan Gingold committed
-
- 19 Nov, 2015 1 commit
-
-
* .gitignore: Add .clang-format to ignored files. * Makefile.in: Add clang-format. * Makefile.tpl: Likewise. * clang-format: New file. From-SVN: r230601
Martin Liska committed
-
- 13 Nov, 2015 1 commit
-
-
2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com> * configure.ac: Enable libmpx by default. * configure: Regenerated. From-SVN: r230288
Tsvetkova Alexandra committed
-
- 03 Nov, 2015 2 commits
-
-
From-SVN: r229695
Alexandre Oliva committed -
The ifcombine pass may move a conditional access to an uninitialized value before the condition that ensures it is always well-defined, thus introducing undefined behavior. Stop it from doing so. for gcc/ChangeLog PR tree-optimization/68083 * tree-ssa-ifcombine.c: Include tree-ssa.h. (bb_no_side_effects_p): Test for undefined uses too. * tree-ssa.c (gimple_uses_undefined_value_p): New. * tree-ssa.h (gimple_uses_undefined_value_p): Declare. for gcc/testsuite/ChangeLog PR tree-optimization/68083 * gcc.dg/torture/pr68083.c: New. From Zhendong Su. From-SVN: r229690
Alexandre Oliva committed
-
- 23 Oct, 2015 3 commits
-
-
2015-10-23 Steve Ellcey <sellcey@imgtec.com> * MAINTAINERS: Update email address. From-SVN: r229262
Steve Ellcey committed -
2015-10-23 Paulo Matos <pmatos@linki.tools> * MAINTAINERS: Update email address. From-SVN: r229220
Paulo Matos committed -
2015-10-23 Alan Hayward <alan.hayward@arm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r229216
Alan Hayward committed
-