Eric Botcazou
|
8054942d32
|
* MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
From-SVN: r219220
|
2015-01-06 08:53:16 +00:00 |
|
Sebastian Huber
|
fe55e976f1
|
Add myself to RTEMS Ports maintainers.
ChangeLog
* MAINTAINERS (RTEMS Ports): Add myself.
From-SVN: r219003
|
2014-12-22 06:09:21 +00:00 |
|
Prathamesh Kulkarni
|
0ecc12d8f0
|
Add myself to MAINTAINERS under Writer After Approval
From-SVN: r218856
|
2014-12-18 06:19:33 +00:00 |
|
Pierre-Marie de Rodat
|
b86d271ef6
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r218822
|
2014-12-17 16:25:12 +00:00 |
|
Michael Haubenwallner
|
9733278a16
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r218782
|
2014-12-16 16:10:23 +00:00 |
|
Lynn Boger
|
eecea65c8b
|
Added myself to Write After Approval list
From-SVN: r218491
|
2014-12-08 14:12:23 -06:00 |
|
Bernd Schmidt
|
b9fb25a580
|
Add self as nvptx port maintainer.
* MAINTAINERS (nvptx port): New entry.
From-SVN: r218131
|
2014-11-27 20:58:53 +00:00 |
|
Renlin Li
|
fc065a61a0
|
MAINTAINERS (Write After Approval): Add myself.
2014-11-21 Renlin Li <Renlin.Li@arm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r217915
|
2014-11-21 12:01:32 +00:00 |
|
Alex Velenko
|
efcc23e6ad
|
MAINTAINERS (write-after-approval): Add myself.
2014-11-20 Alex Velenko <Alex.Velenko@arm.com>
* MAINTAINERS (write-after-approval): Add myself.
From-SVN: r217912
|
2014-11-21 10:41:25 +00:00 |
|
Maxim Kuvyrkov
|
dd308ed81c
|
MAINTAINERS (OS Port Maintainers): Add overdue maintainership note from 2 years ago.
* MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
from 2 years ago.
From-SVN: r217782
|
2014-11-19 15:09:29 +00:00 |
|
Alex Velenko
|
ac8698a16f
|
MAINTAINERS (Write After Approval): Revert my previous change.
* MAINTAINERS (Write After Approval): Revert my previous change.
From-SVN: r217775
|
2014-11-19 14:09:26 +00:00 |
|
Renlin Li
|
8dab9330b7
|
MAINTAINERS (Write After Approval): Revert my previous change.
2014-11-19 Renlin Li <Renlin.Li@arm.com>
* MAINTAINERS (Write After Approval): Revert my previous change.
From-SVN: r217774
|
2014-11-19 14:03:47 +00:00 |
|
Renlin Li
|
1be22083b5
|
MAINTAINERS (Write After Approval): Add myself.
2014-11-19 Renlin Li <Renlin.Li@arm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r217767
|
2014-11-19 12:30:32 +00:00 |
|
Alex Velenko
|
59392f4648
|
* MAINTAINERS: Added myself to maintainers.
From-SVN: r217762
|
2014-11-19 10:47:58 +00:00 |
|
Dodji Seketeli
|
0f3422cc9f
|
Added Dodji Seketeli as line map maintainer
* MAINTAINERS (Various Maintainers): Added myself as line map
maintainer.
* ChangeLog: Update this.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
From-SVN: r217649
|
2014-11-17 10:26:17 +01:00 |
|
David Malcolm
|
35485da996
|
Merger of dmalcolm/jit branch from git
ChangeLog:
* ChangeLog.jit: New.
* MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
contrib/ChangeLog:
* ChangeLog.jit: New.
* jit-coverage-report.py: New file: a script to print crude
code-coverage information for the libgccjit API.
gcc/ChangeLog:
* ChangeLog.jit: New.
* Makefile.in (doc_build_sys): New variable, set to "sphinx" if
sphinx is installed, falling back to "texinfo" otherwise.
(FULL_DRIVER_NAME): New variable, adapted from the
install-driver target. New target, a symlink within the builddir,
linked to "xgcc", for use when running the JIT library from the
builddir.
(MOSTLYCLEANFILES): Add FULL_DRIVER_NAME.
(install-driver): Use $(FULL_DRIVER_NAME) rather than spelling it
out.
* configure.ac (doc_build_sys): New variable, set to "sphinx" if
sphinx is installed, falling back to "texinfo" otherwise.
(GCC_DRIVER_NAME): Generate a gcc-driver-name.h file containing
GCC_DRIVER_NAME for the benefit of jit/internal-api.c.
* configure: Regenerate.
* doc/install.texi (--enable-host-shared): Specify that this is
required when building libgccjit.
(Tools/packages necessary for modifying GCC): Add Sphinx.
* timevar.def (TV_JIT_REPLAY): New.
(TV_ASSEMBLE): New.
(TV_LINK): New.
(TV_LOAD): New.
gcc/java/ChangeLog:
* gcc/ChangeLog.jit: New.
gcc/jit/ChangeLog:
* ChangeLog.jit: New.
* ChangeLog: New.
* Make-lang.in: New.
* TODO.rst: New.
* config-lang.in: New.
* docs/Makefile: New.
* docs/_build/texinfo/Makefile: New.
* docs/_build/texinfo/factorial.png: New.
* docs/_build/texinfo/libgccjit.texi: New.
* docs/_build/texinfo/sum-of-squares.png: New.
* docs/conf.py: New.
* docs/examples/tut01-hello-world.c: New.
* docs/examples/tut02-square.c: New.
* docs/examples/tut03-sum-of-squares.c: New.
* docs/examples/tut04-toyvm/Makefile: New.
* docs/examples/tut04-toyvm/factorial.toy: New.
* docs/examples/tut04-toyvm/fibonacci.toy: New.
* docs/examples/tut04-toyvm/toyvm.c: New.
* docs/index.rst: New.
* docs/internals/index.rst: New.
* docs/intro/factorial.png: New.
* docs/intro/index.rst: New.
* docs/intro/sum-of-squares.png: New.
* docs/intro/tutorial01.rst: New.
* docs/intro/tutorial02.rst: New.
* docs/intro/tutorial03.rst: New.
* docs/intro/tutorial04.rst: New.
* docs/topics/contexts.rst: New.
* docs/topics/expressions.rst: New.
* docs/topics/functions.rst: New.
* docs/topics/index.rst: New.
* docs/topics/locations.rst: New.
* docs/topics/objects.rst: New.
* docs/topics/results.rst: New.
* docs/topics/types.rst: New.
* dummy-frontend.c: New.
* jit-builtins.c: New.
* jit-builtins.h: New.
* jit-common.h: New.
* jit-playback.c: New.
* jit-playback.h: New.
* jit-recording.c: New.
* jit-recording.h: New.
* libgccjit++.h: New.
* libgccjit.c: New.
* libgccjit.h: New.
* libgccjit.map: New.
* notes.txt: New.
gcc/testsuite/ChangeLog:
* ChangeLog.jit: New.
* jit.dg/all-non-failing-tests.h: New.
* jit.dg/harness.h: New.
* jit.dg/jit.exp: New.
* jit.dg/test-accessing-struct.c: New.
* jit.dg/test-accessing-union.c: New.
* jit.dg/test-array-as-pointer.c: New.
* jit.dg/test-arrays.c: New.
* jit.dg/test-calling-external-function.c: New.
* jit.dg/test-calling-function-ptr.c: New.
* jit.dg/test-combination.c: New.
* jit.dg/test-dot-product.c: New.
* jit.dg/test-empty.c: New.
* jit.dg/test-error-accessing-field-in-other-struct.c: New.
* jit.dg/test-error-adding-to-terminated-block.c: New.
* jit.dg/test-error-array-as-pointer.c: New.
* jit.dg/test-error-bad-cast.c: New.
* jit.dg/test-error-block-in-wrong-function.c: New.
* jit.dg/test-error-call-through-ptr-with-mismatching-args.c: New.
* jit.dg/test-error-call-through-ptr-with-non-function.c: New.
* jit.dg/test-error-call-through-ptr-with-non-pointer.c: New.
* jit.dg/test-error-call-through-ptr-with-not-enough-args.c: New.
* jit.dg/test-error-call-through-ptr-with-too-many-args.c: New.
* jit.dg/test-error-call-with-mismatching-args.c: New.
* jit.dg/test-error-call-with-not-enough-args.c: New.
* jit.dg/test-error-call-with-too-many-args.c: New.
* jit.dg/test-error-dereference-field-of-non-pointer.c: New.
* jit.dg/test-error-dereference-read-of-non-pointer.c: New.
* jit.dg/test-error-get-type-bad-enum.c: New.
* jit.dg/test-error-index-not-a-numeric-type.c: New.
* jit.dg/test-error-mismatching-types-in-assignment.c: New.
* jit.dg/test-error-mismatching-types-in-call.c: New.
* jit.dg/test-error-missing-return.c: New.
* jit.dg/test-error-new-binary-op-bad-op.c: New.
* jit.dg/test-error-new-function-bad-kind.c: New.
* jit.dg/test-error-new-unary-op-bad-op.c: New.
* jit.dg/test-error-null-passed-to-api.c: New.
* jit.dg/test-error-return-within-void-function.c: New.
* jit.dg/test-error-unreachable-block.c: New.
* jit.dg/test-error-unterminated-block.c: New.
* jit.dg/test-error-value-not-a-numeric-type.c: New.
* jit.dg/test-expressions.c: New.
* jit.dg/test-factorial.c: New.
* jit.dg/test-fibonacci.c: New.
* jit.dg/test-functions.c: New.
* jit.dg/test-fuzzer.c: New.
* jit.dg/test-hello-world.c: New.
* jit.dg/test-linked-list.c: New.
* jit.dg/test-long-names.c: New.
* jit.dg/test-nested-contexts.c: New.
* jit.dg/test-nested-loops.c: New.
* jit.dg/test-operator-overloading.cc: New.
* jit.dg/test-quadratic.c: New.
* jit.dg/test-quadratic.cc: New.
* jit.dg/test-reading-struct.c: New.
* jit.dg/test-string-literal.c: New.
* jit.dg/test-sum-of-squares.c: New.
* jit.dg/test-threads.c: New.
* jit.dg/test-types.c: New.
* jit.dg/test-using-global.c: New.
* jit.dg/test-volatile.c: New.
include/ChangeLog:
* ChangeLog.jit: New.
libbacktrace/ChangeLog:
* ChangeLog.jit: New.
libcpp/ChangeLog:
* ChangeLog.jit: New.
libdecnumber/ChangeLog:
* ChangeLog.jit: New.
libiberty/ChangeLog:
* ChangeLog.jit: New.
zlib/ChangeLog:
* ChangeLog.jit: New.
From-SVN: r217374
|
2014-11-11 21:55:52 +00:00 |
|
Prachi Godbole
|
9b591dd19f
|
MAINTAINERS (Write After Approval): Add myself.
2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r217172
|
2014-11-06 04:42:33 +00:00 |
|
Ilya Enkovich
|
cb115cc299
|
MAINTAINERS (Write After Approval): Add myself.
2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r216952
|
2014-10-31 09:19:43 +00:00 |
|
Tristan Gingold
|
65c0707be6
|
MAINTAINERS: Change my email address.
2014-10-29 Tristan Gingold <gingold@adacore.com>
* MAINTAINERS: Change my email address.
From-SVN: r216823
|
2014-10-29 09:14:53 +00:00 |
|
Douglas Rupp
|
ec528bd1e1
|
* MAINTAINTERS: Change my email address.
From-SVN: r216739
|
2014-10-27 15:28:47 +00:00 |
|
Daniel Hellstrom
|
c7a6a6170d
|
MAINTAINERS (write-after-approval): Add myself.
2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
* MAINTAINERS (write-after-approval): Add myself.
From-SVN: r216626
|
2014-10-24 10:52:20 +02:00 |
|
Max Filippov
|
5d12b7688f
|
MAINTAINERS: add myself to write-after-approval list.
2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
* MAINTAINERS (write-after-approval): Add myself.
From-SVN: r216232
|
2014-10-15 04:15:20 +00:00 |
|
Fei Yang
|
c04fe41a41
|
2014-10-8 Felix Yang <felix.yang@huawei.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r215986
|
2014-10-07 22:09:46 +00:00 |
|
François Dumont
|
a3052d316c
|
MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2014-09-29 François Dumont <fdumont@gcc.gnu.org>
* MAINTAINERS: Add myself as libstdc++ special modes maintainer.
From-SVN: r215692
|
2014-09-29 19:50:16 +00:00 |
|
Catherine Moore
|
b2a1b26147
|
MAINTAINERS: Add myself as MIPS maintainer.
2014-09-29 Catherine Moore <clm@codesourcery.com>
* MAINTAINERS: Add myself as MIPS maintainer.
From-SVN: r215682
|
2014-09-29 09:08:53 -04:00 |
|
Matthew Fortune
|
05342e105f
|
Update MIPS maintainers.
/
* MAINTAINERS: Move myself to MIPS maintainers.
From-SVN: r215664
|
2014-09-28 09:03:18 +00:00 |
|
Jan-Benedict Glaw
|
3f6bb7e591
|
MAINTAINERS: Put all email addresses between '<' and '>'.
2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
* MAINTAINERS: Put all email addresses between '<' and '>'.
From-SVN: r215657
|
2014-09-27 11:51:20 +00:00 |
|
Francois-Xavier Coudert
|
3e89572920
|
* MAINTAINERS: Move myself to reviewers (Fortran).
From-SVN: r215237
|
2014-09-13 12:52:23 +00:00 |
|
Mike Stump
|
1e03f2567a
|
Fix spacing.
From-SVN: r214371
|
2014-08-22 20:50:22 +00:00 |
|
Joost VandeVondele
|
a231b8a5c5
|
MAINTAINERS (Write After Approval): Add myself.
2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r214159
|
2014-08-19 15:15:33 +00:00 |
|
Christopher Faylor
|
ce8126f5ff
|
MAINTAINERS: Remove myself
2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
* MAINTAINERS: Remove myself
From-SVN: r214157
|
2014-08-19 15:00:56 +00:00 |
|
Patrick Palka
|
9c9afb6905
|
MAINTAINERS (Write After Approval): Add myself.
2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r214127
|
2014-08-19 00:45:38 +00:00 |
|
Ilya Verbin
|
f613bc0fbe
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r214017
|
2014-08-15 12:33:03 +00:00 |
|
Ilya Tocar
|
5f75acf4a4
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r214012
|
2014-08-15 14:35:03 +04:00 |
|
Jiong Wang
|
88b1a3221d
|
Add myself to Write After Approval list.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r213481
|
2014-08-01 14:40:24 +00:00 |
|
Richard Sandiford
|
09ec3110e5
|
* MAINTAINERS: Remove my MIPS maintainer entry.
From-SVN: r213103
|
2014-07-27 18:05:39 +00:00 |
|
James Norris
|
a12f7ac870
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r212986
|
2014-07-24 12:52:18 +00:00 |
|
Adhemerval Zanella
|
473037cb70
|
MAINTAINERS (Write After Approval): Add myself.
2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r212652
|
2014-07-16 14:23:03 +00:00 |
|
Tim Shen
|
25f28ff0ea
|
* MAINTAINERS: Update my email address.
From-SVN: r212183
|
2014-07-01 01:46:57 +00:00 |
|
Dehao Chen
|
fc3a2e70f4
|
Add me to MAINTAINERS.
From-SVN: r211958
|
2014-06-24 21:12:48 +00:00 |
|
Matthew Fortune
|
a4a1b5f3df
|
Add myself to MAINTAINERS.
2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r211417
|
2014-06-10 15:44:06 +00:00 |
|
Sebastian Pop
|
38a138411d
|
update my email address
2014-06-06 Sebastian Pop <sebpop@gmail.com>
* MAINTAINERS: Update my email address.
From-SVN: r211327
|
2014-06-06 22:22:41 +00:00 |
|
Thomas Preud'homme
|
153fcd418b
|
Add myself to the MAINTAINERS file.
2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r211215
|
2014-06-04 09:11:48 +00:00 |
|
Andrew Bennett
|
e25d96321c
|
Add myself to the MAINTAINERS file.
2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r211167
|
2014-06-03 09:37:13 +00:00 |
|
Pedro Alves
|
fd9ed1ae2d
|
Add myself to MAINTAINERS.
2014-05-28 Pedro Alves <palves@redhat.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r211034
|
2014-05-28 21:51:47 +00:00 |
|
Maxim Kuvyrkov
|
03bdb69f1d
|
* MAINTAINERS: Update my affiliation/email.
From-SVN: r210745
|
2014-05-22 07:17:07 +00:00 |
|
Mike Stump
|
905083ad75
|
+ * MAINTAINERS: Add wide-int reviewers.
From-SVN: r210620
|
2014-05-19 17:12:53 +00:00 |
|
Torvald Riegel
|
7321dc60f4
|
Add myself as maintainer for libitm.
From-SVN: r210448
|
2014-05-14 22:37:28 +00:00 |
|
Charles Baylis
|
5b1e4b475b
|
MAINTAINERS (Write After Approval): Add myself.
2014-05-07 Charles Baylis <charles.baylis@linaro.org>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r210164
|
2014-05-07 15:45:32 +00:00 |
|
Alan Lawrence
|
9575df4af0
|
MAINTAINERS (Write After Approval): Put myself in correct order.
* MAINTAINERS (Write After Approval): Put myself in correct order.
From-SVN: r209896
|
2014-04-29 13:20:52 +00:00 |
|
Alan Lawrence
|
2fdc94b7de
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r209895
|
2014-04-29 13:14:38 +00:00 |
|
Dinar Temirbulatov
|
0b18fd1b20
|
add recored to gcc/testsuite/ChangeLog for PR c++/57958
From-SVN: r209757
|
2014-04-24 22:51:29 +04:00 |
|
Laurynas Biveinis
|
080c6230de
|
MAINTAINERS: Move myself from Reviewers to Write After Approval section.
2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* MAINTAINERS: Move myself from Reviewers to Write After Approval
section.
From-SVN: r209732
|
2014-04-24 03:45:14 +00:00 |
|
Rafael Ávila de Espíndola
|
4e4c8692b3
|
* MAINTAINERS (Write After Approval): Delete myself.
From-SVN: r209544
|
2014-04-21 13:38:17 +00:00 |
|
Dominique d'Humieres
|
8707b3bcc0
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r208846
|
2014-03-26 18:33:09 +01:00 |
|
Anatoly Sokolov
|
e5dddc50ba
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r208461
|
2014-03-10 23:44:14 +04:00 |
|
Denis Chertykov
|
df5bc1cb61
|
MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
* MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
From-SVN: r208406
|
2014-03-07 20:55:43 +04:00 |
|
Jonathan Wakely
|
c01a854829
|
* MAINTAINERS: Update my email address.
From-SVN: r208316
|
2014-03-04 12:56:10 +00:00 |
|
Loren J. Rittle
|
37f2c4f004
|
* MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
From-SVN: r207828
|
2014-02-17 19:27:01 +00:00 |
|
Kugan Vivekanandarajah
|
6c01e96e5e
|
MAINTAINERS (Write After Approval): Add myself.
2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r207820
|
2014-02-17 10:58:31 +00:00 |
|
John David Anglin
|
dd35b84fd3
|
MAINTAINERS: Update my email address.
* MAINTAINERS: Update my email address.
From-SVN: r206911
|
2014-01-21 23:33:07 +00:00 |
|
Gerald Pfeifer
|
493b8af880
|
MAINTAINERS: Convert to UTF-8.
* MAINTAINERS: Convert to UTF-8.
Properly sort Xinliang David Li's entry.
From-SVN: r206790
|
2014-01-20 03:15:26 +00:00 |
|
Chung-Lin Tang
|
f121b81d26
|
MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as nios2 port maintainers.
2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
* MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
nios2 port maintainers.
Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
From-SVN: r206257
|
2013-12-31 07:16:53 +00:00 |
|
Markus Trippelsdorf
|
74f769b5e0
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r206027
|
2013-12-16 19:01:40 +00:00 |
|
Oleg Endo
|
2220433cd2
|
MAINTAINERS: Add myself as sh maintainer.
* MAINTAINERS: Add myself as sh maintainer.
From-SVN: r205757
|
2013-12-06 19:23:34 +00:00 |
|
Bill Schmidt
|
6f52009cba
|
Add self as SLSR maintainer.
From-SVN: r205646
|
2013-12-03 19:58:59 +00:00 |
|
Jan Hubicka
|
fba0d71e26
|
* MAINTAINERS: Update my email address.
From-SVN: r205531
|
2013-11-29 15:34:32 +00:00 |
|
David Edelsohn
|
c4d1d6be22
|
* MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
From-SVN: r204893
|
2013-11-15 20:16:51 -05:00 |
|
Trevor Saunders
|
3df8d54b38
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r204302
|
2013-11-01 22:10:37 +00:00 |
|
Jeff Law
|
98906124e3
|
Makefile.def (target_modules): Remove libmudflap
* Makefile.def (target_modules): Remove libmudflap
(languages): Remove check-target-libmudflap).
* Makefile.in: Rebuilt.
* Makefile.tpl (check-target-libmudflap-c++): Remove.
* configure.ac (target_libraries): Remove target-libmudflap.
Remove checks which disabled libmudflap on some systems.
* configure: Rebuilt.
* libmudflap: Directory removed.
* Makefile.in (C_COMMON_OBJS): Remove tree-mudflap.
(OBJS): Remove tree-nomudflap.o
(GTFILES): Remove tree-mudflap.c
* builtins.c (expand_builtin_alloc): Remove mudflap support.
* gcc.c (MFWRAP_SPEC, MFLIB_SPEC): Likewise.
(mfwrap_spec, mflib_spec): Likewise.
(cpp_unique_options, cc1_options, static_specs): Likewise.
* gimplify (gimplify_vla_decl, build_va_arg_indirect_ref): Likewise.
* passes.def: Likewise.
* toplev.c (compile_file, process_options): Likewise.
* tree-inline.c (copy_tree_r): Likewise.
* tree-pass.,h (make_pass_mudflap_1, make_pass_mudflap_2): Likewise.
* varasm.c (make_decl_rtl, make_decl_rtl_for_debug): Likewise.
(build_constant_desc, output_constant_def_contents): Likewise.
(categorize_decl_for_section): Likewise.
* tree-mudflap.c: Removed.
* tree-mudflap.h: Removed.
* tree-nomudflap.c: Removed.
* bfin/uclinux.h (MFWRAP_SPEC): Remove.
* moxie/uclinux.h (MFWRAP_SPEC): Likewise.
* rs6000/aix.h (MFWRAP_SPEC, MFLIB_SPEC): Likewise.
* config/sol2.h (MFLIB_SPEC): Likewise.
* doc/install.texi: Remove mudflap references.
* doc/passes.texi: Similarly.
* doc/sourcebuild.texi: Similarly.
* doc/invoke.texi: Remove mudlfap related options.
* c-family/c-common.c (c_define_builtins): Remove mudflap support.
* c-family/c.opt: Ignore and warn for mudflap options.
* g++.dg/torture/pr49309.C: Removed.
* gcc.dg/dfp/pr35739.c: Removed.
From-SVN: r204090
|
2013-10-26 04:14:34 -06:00 |
|
Cong Hou
|
0a873daac0
|
MAINTAINERS (Write After Approval): Add myself.
2013-10-21 Cong Hou <congh@google.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r203904
|
2013-10-21 14:08:49 -04:00 |
|
Jayant Sonar
|
2272ddac7e
|
Updating my mail ID.
From-SVN: r202921
|
2013-09-25 19:04:13 +00:00 |
|
Dodji Seketeli
|
06c055fcb5
|
Add myself to MAINTAINERS file as diagnostics maintainer
* MAINTAINERS (diagnostic messages): Add myself as diagnostics
maintainer.
From-SVN: r202732
|
2013-09-19 09:12:13 +02:00 |
|
Gabriel Dos Reis
|
03112d9463
|
Remove myself from MAINTAINERS
From-SVN: r202587
|
2013-09-14 00:54:57 +00:00 |
|
DJ Delorie
|
f6a83b4a9f
|
MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430 maintainers.
* MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
maintainers.
[gcc]
* config/msp430/: New port.
* config.gcc (msp430): Added.
* doc/invoke.texi: Document MSP430 options.
* doc/install.texi: Document msp430-elf
* doc/md.texi: Document msp430-elf
* doc/contrib.texi: Document msp430-elf
[libgcc]
* config.host (msp*-*-elf): New.
* config/msp430/: New port.
[contrib]
* config-list.mk: Add msp430-elf.
From-SVN: r202535
|
2013-09-12 13:52:41 -04:00 |
|
Caroline Tice
|
db7ca3c021
|
Now that it's official, add myself back in as libvtv
maintainer.
From-SVN: r202481
|
2013-09-10 12:17:37 -07:00 |
|
Caroline Tice
|
747fed27cc
|
To prevent further confusion, remove myself as libvtv
maintainer until (if) I am officially approved as such.
From-SVN: r202471
|
2013-09-10 09:10:28 -07:00 |
|
Bernd Edlinger
|
3ecee8f77b
|
MAINTAINERS (Write After Approval): Add myself.
2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r202118
|
2013-08-30 19:34:43 +00:00 |
|
David Malcolm
|
8dce4dbc06
|
Initial version of gdb hooks
* MAINTAINERS (gdbhooks.py): Add myself as maintainer
gcc/
* gdbhooks.py: New.
* configure.ac (gdbinit.in): Add import of gcc/gdbhooks.py.
* configure: Regenerate.
From-SVN: r202040
|
2013-08-28 03:01:20 +00:00 |
|
Caroline Tice
|
1fd07dbc6b
|
Move myself from libvtv "Various Reviewers" to libvtv
"Various Maintainers".
From-SVN: r202010
|
2013-08-26 15:27:56 -07:00 |
|
Steven Bosscher
|
ddfee90670
|
MAINTAINERS: Add myself as RTL optimizers reviewer.
* MAINTAINERS: Add myself as RTL optimizers reviewer.
From-SVN: r201889
|
2013-08-20 19:23:24 +00:00 |
|
Benjamin De Kosnik
|
6a56e2dd33
|
MAINTAINERS: Update name, email.
2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
* MAINTAINERS: Update name, email.
From-SVN: r201868
|
2013-08-20 03:10:19 +00:00 |
|
Adam Butcher
|
d445d18d37
|
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r201673
|
2013-08-13 00:26:09 +01:00 |
|
Caroline Tice
|
82ca21b50b
|
Updating my information in MAINTAINERS.
From-SVN: r201669
|
2013-08-12 13:25:29 -07:00 |
|
Carlos O'Donell
|
7d1d05602c
|
MAINTAINERS (Write After Approval): Update email.
2013-08-09 Carlos O'Donell <carlos@redhat.com>
* MAINTAINERS (Write After Approval): Update email.
From-SVN: r201644
|
2013-08-10 00:54:26 +00:00 |
|
Yvan Roux
|
66a5502a50
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r201069
|
2013-07-19 21:30:20 +00:00 |
|
Chung-Ju Wu
|
1545921d63
|
MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as nds32 port maintainers.
* MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
nds32 port maintainers.
Co-Authored-By: Shiva Chen <shiva0217@gmail.com>
From-SVN: r201049
|
2013-07-19 08:02:56 +00:00 |
|
Tim Shen
|
1b2d0112c5
|
MAINTAINERS (Write After Approval): Add myself.
2013-07-17 Tim Shen <timshen91@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r200998
|
2013-07-17 01:19:07 +00:00 |
|
Vidya Praveen
|
a96e949c2c
|
MAINTAINERS (Write After Approval): Add myself.
2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r200092
|
2013-06-14 17:21:48 +01:00 |
|
Dinar Temirbulatov
|
dc801ca2de
|
add myself(Dinar Temirbulatov) to write-after-approval access.
From-SVN: r199561
|
2013-06-01 02:33:38 +04:00 |
|
David Malcolm
|
6db9ce91e4
|
MAINTAINERS (Write After Approval): Add myself.
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r199022
|
2013-05-17 15:53:09 +00:00 |
|
Brooks Moses
|
dc4ea06f6a
|
MAINTAINERS: Update my email; move myself from Fortran reviewer to Write After Approval.
* MAINTAINERS: Update my email; move myself from Fortran
reviewer to Write After Approval.
From-SVN: r198469
|
2013-04-30 11:31:46 -07:00 |
|
Chung-Ju Wu
|
4b1d419827
|
MAINTAINERS (Write After Approval): Add myself.
2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r197663
|
2013-04-10 07:02:32 +00:00 |
|
Tom de Vries
|
35c5cceaa1
|
Fix whitespace in MAINTAINERS.
From-SVN: r197343
|
2013-04-02 09:32:43 +00:00 |
|
Tilo Schwarz
|
6790f448bb
|
MAINTAINERS (Write After Approval): Add myself.
2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r197025
|
2013-03-24 23:37:39 +00:00 |
|
Andrew Sutton
|
a4a66330d5
|
MAINTAINERS (Write After Approval): Add myself.
2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
* MAINTAINERS (Write After Approval): Add myself.
From-SVN: r196209
|
2013-02-21 18:24:18 +00:00 |
|
David Edelsohn
|
9ccd841a07
|
MAINTAINERS: Explicitly add myself as AIX maintainer.
* MAINTAINERS: Explicitly add myself as AIX maintainer.
Remove Geoff Keating as rs6000 port maintainer, at his request.
From-SVN: r195739
|
2013-02-04 16:26:17 -05:00 |
|
Maxim Kuvyrkov
|
9058217d10
|
* MAINTAINERS: Update my email.
From-SVN: r195459
|
2013-01-25 04:00:31 +00:00 |
|
Joern Rennecke
|
f592bd452c
|
MAINTAINERS (arc): Add new port maintainership for myself.
2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
* MAINTAINERS (arc): Add new port maintainership for myself.
From-SVN: r195089
|
2013-01-10 16:05:26 +00:00 |
|
Naveen H.S
|
997271c112
|
Update my e-mail address in MAINTAINERS.
From-SVN: r195076
|
2013-01-10 06:21:45 +00:00 |
|