- 03 Aug, 2015 1 commit
-
-
* MAINTAINERS (loop ivopts): Add the entry and myself. From-SVN: r226486
Bin Cheng committed
-
- 31 Jul, 2015 1 commit
-
-
From-SVN: r226449
Nathan Sidwell committed
-
- 30 Jul, 2015 1 commit
-
-
* config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for 128-bit vector modes. From-SVN: r226408
Alan Lawrence committed
-
- 29 Jul, 2015 2 commits
-
-
* MAINTAINERS (Write After Approval): Add a blank line. From-SVN: r226361
Ville Voutilainen committed -
From-SVN: r226358
Ville Voutilainen committed
-
- 28 Jul, 2015 1 commit
-
-
From-SVN: r226296
Ben Elliston committed
-
- 24 Jul, 2015 1 commit
-
-
re PR other/66259 (Combined gcc and binutils build from git-master fails, with gas/as-new not existing) PR other/66259 * config-ml.in: Reflects renaming of configure.in to configure.ac * configure: Likewise * configure.ac: Likewise boehm-gc/ PR other/66259 * Makefile.direct: Reflects renaming of configure.in to configure.ac * Makefile.dist: Likewise * version.h: Likewise * doc/README: Likewise config/ PR other/66259 * gettext.m4: Reflects renaming of configure.in to configure.ac * po.m4: Likewise * stdint.m4: Likewise * tcl.m4: Likewise gcc/ PR other/66259 * acinclude.m4: Reflects renaming of configure.in to configure.ac * configure: Likewise * configure.ac: Likewise * doc/install.texi: Likewise * doc/tm.texi: Likewise * doc/tm.texi.in: Likewise gcc/ada/ PR other/66259 * prj-nmsc.adb: Reflects renaming of configure.in to configure.ac * gcc-interface/Makefile.in: Likewise intl/ PR other/66259 * configure: Reflects renaming of configure.in to configure.ac libjava/ PR other/66259 * configure: Reflects renaming of configure.in to configure.ac libjava/classpath PR other/66259 * INSTALL: Reflects renaming of configure.in to configure.ac * ltconfig: Likewise * missing: Likewise * m4/ac_prog_javac.m4: Likewise * m4/ac_prog/javac_works.m4: Likewise * resource/META-INF/mimetypes.default: Likewise libjava/libltdl PR other/66259 * THREADS: Reflects renaming of configure.in to configure.ac liboffloadmic/ PR other/66259 * configure: Reflects renaming of configure.in to configure.ac From-SVN: r226183
Jeff Law committed
-
- 23 Jul, 2015 1 commit
-
-
From-SVN: r226118
Bernd Schmidt committed
-
- 14 Jul, 2015 4 commits
-
-
Sync with binutils-gdb: 2015-03-17 H.J. Lu <hongjiu.lu@intel.com> * configure.ac (target_configdirs): Exclude target-zlib if target-libjava isn't built. * configure: Regenerated. From-SVN: r225778
H.J. Lu committed -
Sync with binutils-gdb: 2015-05-13 John David Anglin <dave.anglin@bell.net> * configure.ac: Disable configuration of GDB for HPUX targets. * configure: Regenerate. 2015-04-01 H.J. Lu <hongjiu.lu@intel.com> * configure.ac: Add --with-system-zlib. * configure: Regenerated. 2015-01-28 James Bowman <james.bowman@ftdichip.com> * configure.ac: Add FT32 support. * configure: Regenerate. 2015-01-12 Anthony Green <green@moxielogic.com> * configure.ac: Don't disable gprof for moxie. * configure: Rebuild. From-SVN: r225777
H.J. Lu committed -
Sync with binutils-gdb: 2015-05-01 H.J. Lu <hongjiu.lu@intel.com> PR ld/18355 * Makefile.def: Add extra_configure_flags to host zlib. * configure.ac (extra_host_zlib_configure_flags): New. Set to --enable-host-shared When bfd is to be built as shared library. AC_SUBST. * Makefile.in: Regenerated. From-SVN: r225776
H.J. Lu committed -
2015-03-30 H.J. Lu <hongjiu.lu@intel.com> * Makefile.def (dependencies): Add all-zlib to all-bfd. * Makefile.in: Regenerated. From-SVN: r225769
Hans-Peter Nilsson committed
-
- 30 Jun, 2015 1 commit
-
-
This patch introduces basic IA MCU psABI support into GCC. * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu target. * configure: Regenerate. gcc/ * config.gcc: Support i[34567]86-*-elfiamcu target. * config/i386/iamcu.h: New. * config/i386/i386.opt: Add -miamcu. * doc/invoke.texi: Document -miamcu. * common/config/i386/i386-common.c (ix86_handle_option): Turn off x87/MMX/SSE/AVX codegen for -miamcu. * config/i386/i386-c.c (ix86_target_macros_internal): Define __iamcu/__iamcu__ for -miamcu. * config/i386/i386.h (PREFERRED_STACK_BOUNDARY_DEFAULT): Set to MIN_STACK_BOUNDARY if TARGET_IAMCU is true. (BIGGEST_ALIGNMENT): Set to 32 if TARGET_IAMCU is true. * config/i386/i386.c (ix86_option_override_internal): Ignore and warn -mregparm for Intel MCU. Turn on -mregparm=3 for Intel MCU by default. Default long double to 64-bit for Intel MCU. Turn on -freg-struct-return for Intel MCU. Issue an error when -miamcu is used in 64-bit or x32 mode or if x87, MMX, SSE or AVX is turned on. (function_arg_advance_32): Pass value whose size is no larger than 8 bytes in registers for Intel MCU. (function_arg_32): Likewise. (ix86_return_in_memory): Return value whose size is no larger than 8 bytes in registers for Intel MCU. (iamcu_alignment): New function. (ix86_data_alignment): Call iamcu_alignment if TARGET_IAMCU is true. (ix86_local_alignment): Don't increase alignment for Intel MCU. (x86_field_alignment): Return iamcu_alignment if TARGET_IAMCU is true. From-SVN: r225197
H.J. Lu committed
-
- 23 Jun, 2015 1 commit
-
-
From-SVN: r224825
Ludovic Courtès committed
-
- 22 Jun, 2015 1 commit
-
-
2015-06-22 Andreas Tobler <andreast@gcc.gnu.org> * MAINTAINERS (OS Port Maintainers): Add myself. (Various Maintainers): Remove myself from libffi testsuite. From-SVN: r224760
Andreas Tobler committed
-
- 04 Jun, 2015 1 commit
-
-
From-SVN: r224127
Richard Sandiford committed
-
- 03 Jun, 2015 1 commit
-
-
From-SVN: r224080
Jeff Law committed
-
- 02 Jun, 2015 2 commits
-
-
re PR bootstrap/66319 (gcov-tool.c:84:65: error: invalid conversion from 'int (*)(const c har*, const stat*, int, FTW*)' to 'int (*)(const char*, const stat*, int, FTW)') PR bootstrap/66319 * configure.ac: Use -std=gnu++98. From-SVN: r224039
Jason Merrill committed -
2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r224032
Szabolcs Nagy committed
-
- 28 May, 2015 1 commit
-
-
Spacing is off causing --help to not line up. Use the standard AS_HELP_STRING like all the other options. From-SVN: r223833
Mike Frysinger committed
-
- 26 May, 2015 1 commit
-
-
* configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX. * configure: Regenerate. From-SVN: r223692
Jason Merrill committed
-
- 21 May, 2015 2 commits
-
-
Revert: * configure.ac: Add -std=c++98 to stage1_cxxflags. * Makefile.tpl (STAGE1_CXXFLAGS): And substitute it. * Makefile.in, configure: Regenerate. From-SVN: r223494
Jason Merrill committed -
* configure.ac: Add -std=c++98 to stage1_cxxflags. * Makefile.tpl (STAGE1_CXXFLAGS): And substitute it. * Makefile.in, configure: Regenerate. From-SVN: r223487
Jason Merrill committed
-
- 16 May, 2015 2 commits
-
-
From-SVN: r223261
James Bowman committed -
2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org> * MAINTAINERS (Write After Approval): Add myself. From-SVN: r223239
Iain Buclaw committed
-
- 11 May, 2015 2 commits
-
-
From-SVN: r223012
Paulo Matos committed -
* configure.ac: Fix typo. * configure: Regenerate. From-SVN: r223011
Paulo Matos committed
-
- 10 May, 2015 1 commit
-
-
From-SVN: r222983
Mikhail Maltsev committed
-
- 03 May, 2015 1 commit
-
-
2015-05-03 Matthias Klose <doko@ubuntu.com> * configure.ac: Match $host configured with triplets. * configure: Regenerate. From-SVN: r222750
Matthias Klose committed
-
- 22 Apr, 2015 1 commit
-
-
2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org> * Makefile.tpl: Remove surplus whitespace throughout. * Makefile.in: Regenerate. From-SVN: r222334
Bernhard Reutner-Fischer committed
-
- 20 Apr, 2015 1 commit
-
-
* MAINTAINERS (Various Maintainers): Add myself as instruction combiner maintainer. From-SVN: r222250
Segher Boessenkool committed
-
- 17 Apr, 2015 1 commit
-
-
PR bootstrap/62077 * configure.ac (--enable-stage1-checking): Default to release,misc,gimple,rtlflag,tree,types if --disable-checking or --enable-checking is not specified and DEV-PHASE is not experimental. * configure: Regenerated. From-SVN: r222187
Jakub Jelinek committed
-
- 14 Apr, 2015 1 commit
-
-
2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com> * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables. (EXTRA_BOOTSTRAP_FLAGS): Likewise. (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS. * Makefile.in: Regenerate. libiberty/ * testsuite/Makefile.in (LIBCFLAGS): Add LDFLAGS. From-SVN: r222099
Max Ostapenko committed
-
- 08 Apr, 2015 2 commits
-
-
From-SVN: r221929
Cary Coutant committed -
2012-10-01 Cary Coutant <ccoutant@gmail.com> * MAINTAINERS: Update my email address. From-SVN: r221928
Cary Coutant committed
-
- 02 Apr, 2015 2 commits
-
-
* MAINTAINERS: Add myself as a reviewer for the AArch64 port. From-SVN: r221834
James Greenhalgh committed -
* MAINTAINERS: Add myself as an arm port reviewer. From-SVN: r221833
Kyrylo Tkachov committed
-
- 27 Mar, 2015 1 commit
-
-
From-SVN: r221739
Uros Bizjak committed
-
- 25 Mar, 2015 1 commit
-
-
* Makefile.in: Fix ln source location for vimrc file. * Makefile.tpl: Likewise. Co-Authored-By: Yury Gribov <y.gribov@samsung.com> From-SVN: r221659
Martin Liska committed
-
- 16 Mar, 2015 1 commit
-
-
From-SVN: r221458
H.J. Lu committed
-