History log of /haiku-buildtools/gcc/gcc/reload1.c
Revision Date Author Comments
# f8056f83 29-Feb-2016 Jérôme Duval <jerome.duval@gmail.com>

import gcc 5.3.0


# 3793707e 05-Jun-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.1


# e9f3433e 23-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.7.3


# 9b386978 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update from GCC 4.6.2 to 4.6.3 for R1A4
* This update resolves the segfault/ICE in gcc/c-parser.c while building natively
* gcc/gengtype.c was already updated to GCC 4.6.3 version previously in btrev43031, so no change there
* gcc/libiberty/make-relative-prefix is the stock 4.6.3 version now, as the workaround for Haiku is no longer needed
* This update is otherwise the GCC patches for upgrading 4.6.2 to 4.6.3 core/g++ applied to our sources


# 0a012359 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.6.2 (core and g++ only).


# 44943b14 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5904152e 03-Jul-2010 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.4.4 in trunk.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a84f1744 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Bring GCC 4.3.3 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e4f0dd 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Removing previous GCC4 to have a clean base.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29032 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18ca835d 03-Mar-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged in the changes to version 4.1.2.
* Solved conflicts with the libtool related files by simply using the
vendor versions. IIRC the haiku related changes to libtool and
autoconf were relevant only for the binutils.
* Solved {libstdc++-v3,libmudflap}/configure conflicts by re-running
autoconf for these directories.

I'm already working on fixing the Haiku build, so please don't do the
same.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20318 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6c8d025 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed gcc4 to gcc.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ea2a99e 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old gcc to its new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5a979fb 02-Dec-2004 Oliver Tappe <zooey@hirschkaefer.de>

- fixed problem with "fixed or forbidden register" bx or bp being spilled
for inline assembly that requires a lot of register operands. Now these
registers are only spilled if it is safe to do so (if -fno-pic or
-fomit-frame-pointer has been given).


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@10349 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e8b05382 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

[taken from gcc-2.95.3-latest-cvs]
Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (reload_combine_note_use): Handle return register USEs.
REG case: Handle multi-hard-register hard regs.
* reload1.c (delete_output_reload): Call eliminate_regs on substed.
(reload_as_needed): Call update_eliminable_offsets a bit later.


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 346d84c9 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3793707edad7762b323062a8ad0903066b91ef72 05-Jun-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.8.1


# e9f3433e73e2d3819751d0091ad7df3afd39f459 23-Apr-2013 Jérôme Duval <jerome.duval@gmail.com>

import gcc 4.7.3


# 9b386978f47f3208f5d6305af00a0ecbad256172 12-Oct-2012 Joseph R. Prostko <joe.prostko@gmail.com>

Update from GCC 4.6.2 to 4.6.3 for R1A4
* This update resolves the segfault/ICE in gcc/c-parser.c while building natively
* gcc/gengtype.c was already updated to GCC 4.6.3 version previously in btrev43031, so no change there
* gcc/libiberty/make-relative-prefix is the stock 4.6.3 version now, as the workaround for Haiku is no longer needed
* This update is otherwise the GCC patches for upgrading 4.6.2 to 4.6.3 core/g++ applied to our sources


# 0a012359711bc4d73545fc882c46bbe1b97ebd54 07-Jan-2012 Jérôme Duval <jerome.duval@gmail.com>

import of gcc 4.6.2 (core and g++ only).


# 44943b14a02ce5795f9be3df139560dfd1f35257 19-Jun-2011 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.5.3 in trunk. Patch in #6840 is required to build Haiku.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@42247 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5904152eeb824e35976c34f57fc4de83947fc203 03-Jul-2010 Jérôme Duval <korli@users.berlios.de>

Merging GCC 4.4.4 in trunk.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@37371 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a84f174425d35fc3bcea3115c234dff8b1ad2390 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Bring GCC 4.3.3 to trunk.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29033 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c5e4f0dd646462a94331bfe2e0de82231fbd58ae 25-Jan-2009 Michael Lotz <mmlr@mlotz.ch>

Removing previous GCC4 to have a clean base.

git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29032 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 18ca835d6dac28899561d426ea86e7474ff44ccd 03-Mar-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged in the changes to version 4.1.2.
* Solved conflicts with the libtool related files by simply using the
vendor versions. IIRC the haiku related changes to libtool and
autoconf were relevant only for the binutils.
* Solved {libstdc++-v3,libmudflap}/configure conflicts by re-running
autoconf for these directories.

I'm already working on fixing the Haiku build, so please don't do the
same.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@20318 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e6c8d025f260c0e647718fad6d8e99b58c7b75e0 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Renamed gcc4 to gcc.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15082 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9ea2a99edba167566bda1d3f82ecbb6efc42eeff 22-Nov-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Moved the old gcc to its new home.


git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15071 a95241bf-73f2-0310-859d-f6bbb57e9c96


# f5a979fb1459493ff8e00f2e1295680eaf6e248c 02-Dec-2004 Oliver Tappe <zooey@hirschkaefer.de>

- fixed problem with "fixed or forbidden register" bx or bp being spilled
for inline assembly that requires a lot of register operands. Now these
registers are only spilled if it is safe to do so (if -fno-pic or
-fomit-frame-pointer has been given).


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@10349 a95241bf-73f2-0310-859d-f6bbb57e9c96


# e8b05382a19a7193a16e7cceb5f1c808e76ead95 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

[taken from gcc-2.95.3-latest-cvs]
Fri Mar 3 12:49:28 2000 J"orn Rennecke <amylaar@cygnus.co.uk>
* reload1.c (reload_combine_note_use): Handle return register USEs.
REG case: Handle multi-hard-register hard regs.
* reload1.c (delete_output_reload): Call eliminate_regs on substed.
(reload_as_needed): Call update_eliminable_offsets a bit later.


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9596 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 346d84c900d2037358b7575759f1677349f14b6a 28-Oct-2004 Oliver Tappe <zooey@hirschkaefer.de>

Initial revision


git-svn-id: file:///srv/svn/repos/haiku/trunk/buildtools@9577 a95241bf-73f2-0310-859d-f6bbb57e9c96