index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lto-plugin
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856).
Joseph Myers
6
-900
/
+1509
2018-08-27
Replace 8 spaces with a tabular in ChangeLog files.
Martin Liska
1
-5
/
+5
2018-05-30
lto-plugin.c: (non_claimed_files): New static var.
Jan Hubicka
2
-21
/
+50
2018-04-18
re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)
David Malcolm
2
-1
/
+6
2018-01-03
Update copyright years.
Jakub Jelinek
3
-2
/
+6
2017-07-21
re PR lto/81487 ([mingw32] ld.exe: error: asprintf failed)
Georg-Johann Lay
2
-7
/
+13
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
5
-4
/
+36
2017-01-04
Update copyright years.
Jakub Jelinek
3
-2
/
+6
2016-11-15
config-ml.in: Remove references to GCJ.
Matthias Klose
2
-1
/
+5
2016-02-25
re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...
Ilya Verbin
2
-27
/
+127
2016-01-15
Fix usage of an uninitialized variable
Martin Liska
2
-1
/
+6
2015-11-25
re PR lto/67548 (LTO drops weak binding with "ld -r")
Jan Hubicka
2
-1
/
+35
2015-07-02
configure.ac: Add AC_USE_SYSTEM_EXTENSIONS.
Uros Bizjak
4
-517
/
+1388
2015-05-13
lto-plugin: Bump to automake 1.11.6
Michael Haubenwallner
5
-51
/
+111
2015-02-06
Revert the PR lto/64837 fix
H.J. Lu
2
-7
/
+6
2015-02-05
Pass handle to release_input_file
H.J. Lu
2
-1
/
+6
2015-02-05
Call release_input_file only if file is claimed
H.J. Lu
2
-3
/
+8
2015-01-28
Call release_input_file only if not NULL
H.J. Lu
2
-1
/
+7
2015-01-28
Call release_input_file in claim_file_handler
H.J. Lu
2
-0
/
+13
2014-12-09
lto-wrapper.c (compile_offload_image): Start processing in_argv from 0 instea...
Ilya Verbin
2
-14
/
+61
2014-11-21
Always use PIC option with -shared in libtool
H.J. Lu
2
-1
/
+6
2014-11-13
[PATCH 4/7] OpenMP 4.0 offloading infrastructure: lto-wrapper.
Ilya Verbin
2
-1
/
+34
2014-11-13
[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and make
Bernd Schmidt
5
-4
/
+42
2014-11-11
re PR target/63610 (Fixing the libtool bug for Yosemite (darwin14))
Francois-Xavier Coudert
2
-1
/
+6
2014-08-26
Properly set gcc_build_dir for in-tree build
H.J. Lu
5
-4
/
+28
2014-06-13
Allow overriding the libiberty used for building the LTO plugin.
Thomas Schwinge
5
-31
/
+64
2014-05-15
Check for -static-libgcc before use (PR lto/60981)
Rainer Orth
3
-4
/
+46
2014-04-17
re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing ...
Jakub Jelinek
3
-6
/
+23
2014-04-17
re PR sanitizer/56781 (boostrap-asan failure: fixincl fails to link (missing ...
Jakub Jelinek
3
-3
/
+15
2014-04-02
lto-plugin.c (onload): Fail to load if -fno-use-linker-plugin is set in COLLE...
Richard Biener
2
-0
/
+12
2014-03-28
simple-object.c (simple_object_internal_read): Handle EINTR and short reads.
Richard Biener
2
-12
/
+34
2014-03-17
Fix Solaris bootstrap with GNU ld/LTO
Rainer Orth
5
-4
/
+25
2013-10-23
Fix up ChangeLog entries (name, e-mail, formatting, otherwise).
Gerald Pfeifer
1
-2
/
+2
2013-09-20
libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.
Alan Modra
2
-5
/
+15
2012-09-14
* configure: Regenerated.
David Edelsohn
2
-2
/
+7
2012-05-29
* lto-plugin.c: Fix typo.
Joseph Myers
2
-1
/
+5
2012-05-16
Regenerate configure files for libtool.m4 change
H.J. Lu
2
-3
/
+14
2012-02-22
re PR lto/50616 (lto1.exe: internal compiler error: invalid resolution in the...
Kai Tietz
2
-2
/
+17
2011-12-20
warnings.m4 (ACX_PROG_CC_WARNING_OPTS): Avoid leading dash in expr call.
Andreas Schwab
2
-1
/
+5
2011-12-19
Check for warning flags without no- prefix
Andreas Schwab
2
-4
/
+14
2011-11-21
Additional fixes for FreeBSD-10 build:
Andreas Tobler
2
-3
/
+7
2011-10-02
re PR lto/47247 (Linker plugin specification makes it difficult to handle COM...
Jan Hubicka
2
-2
/
+17
2011-09-30
Use 64bit integer for LTO symbol ID.
H.J. Lu
2
-6
/
+18
2011-08-10
re PR bootstrap/49907 (lto-plugin -Wall in stage1)
Richard Guenther
6
-4
/
+58
2011-04-20
remove useless if-before-free tests
Jim Meyering
2
-4
/
+6
2011-04-05
re PR lto/48431 (patch to fix a compile error in lto-plugin.c when using olde...
Richard Guenther
2
-3
/
+8
2011-02-13
Remove freebsd1 from libtool.m4 macros and config.rpath.
Ralf Wildenhues
4
-20
/
+18
2011-02-12
Fix minor build system issues in lto-plugin.
Ralf Wildenhues
3
-20
/
+26
2011-02-12
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fat...
Alexandre Oliva
3
-9
/
+32
2011-02-07
re PR lto/47225 (cross-compile fails while configuring libgcc with "xgcc: fat...
Kai Tietz
3
-4
/
+21
[next]