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
/
libgcc
/
Makefile.in
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-16
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-10-18
libgcc: Quote variable in Makefile.in
Jonathan Wakely
1
-1
/
+1
2022-05-20
libgcc: Add support for HF mode (aka _Float16) in libbid
Christophe Lyon
1
-3
/
+6
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-09-06
Explicitly add -msse2 to compile HF related libgcc source file.
liuhongt
1
-1
/
+1
2021-08-06
gcov: Add __gcov_info_to_gdca()
Sebastian Huber
1
-1
/
+1
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-06-23
build: Change conditional include and empty.mk to -include in Makefiles
David Edelsohn
1
-11
/
+11
2020-05-05
Remove __gcov_flush.
Martin Liska
1
-1
/
+1
2020-05-05
Do locking for __gcov_dump and __gcov_reset as well.
Martin Liska
1
-1
/
+2
2020-01-24
Add `--with-toolexeclibdir=' configuration option
Maciej W. Rozycki
1
-0
/
+1
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-07-03
Rename SINGE_VALUE to TOPN_VALUES counters.
Martin Liska
1
-3
/
+3
2019-06-27
Add --disable-tm-clone-registry libgcc configure option.
Ilia Diachkov
1
-1
/
+3
2019-06-10
Implement N disk counters for single value and indirect call counters.
Martin Liska
1
-3
/
+3
2019-06-07
Remove indirect call top N counter type.
Martin Liska
1
-3
/
+2
2019-01-18
Bump version of __gcov_indirect_call_profiler function as there was ABI change.
Martin Liska
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-10-17
libgcc: apply LIB2FUNCS_EXCLUDE logic to LIB2FUNCS_ST
Rasmus Villemoes
1
-0
/
+2
2018-09-18
Use v2 map syntax in libgcc-unwind.map if Solaris ld supports it
Rainer Orth
1
-0
/
+1
2018-06-27
Fix typo in libgcc/Makefile.in
Rainer Orth
1
-1
/
+1
2018-06-27
add support for --disable-gcov
Rasmus Villemoes
1
-1
/
+7
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-11-17
Enable building libgcc with CET options.
Igor Tsimbalist
1
-1
/
+4
2017-04-19
Introduce gcov.h header file (PR gcov-profile/80435).
Martin Liska
1
-5
/
+10
2017-04-07
Makefile.in: Swap definition of LIBGCC_LINKS and inclusion of target makefile...
Jeff Law
1
-2
/
+3
2017-01-17
re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)
Jakub Jelinek
1
-1
/
+1
2017-01-04
Update configure deps, remove stray \xA0 in picflag.m4, regenerate
Alan Modra
1
-0
/
+5
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-11-02
Makefile.in (LIB2_DIVMOD_FUNCS): Add _divmoddi4.
Uros Bizjak
1
-5
/
+2
2016-09-27
Remove __gcov_merge_delta (PR bootstrap/77749)
Martin Liska
1
-1
/
+1
2016-09-21
configure.ac: Do not create links, only substitute the filenames.
Eric Botcazou
1
-2
/
+22
2016-09-09
[Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3)
James Greenhalgh
1
-2
/
+3
2016-08-10
Add new *_atomic counter update function
Martin Liska
1
-3
/
+11
2016-08-09
Remove __gcov_indirect_call_profiler
Martin Liska
1
-1
/
+1
2016-02-25
re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...
Ilya Verbin
1
-1
/
+5
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-11-25
Port libvtv to Solaris
Rainer Orth
1
-4
/
+9
2015-05-27
Add --enable-default-pie option to GCC configure
H.J. Lu
1
-1
/
+1
2015-05-19
Makefile.in (LIBUNWIND): Move dependency for shared libgcc.
Eric Botcazou
1
-4
/
+1
2015-04-29
Fix libgcc installation for offload targets.
Bernd Schmidt
1
-1
/
+2
2015-01-29
Committing VTV Cygwin patch for Patrick Wollgast
Caroline Tice
1
-1
/
+1
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-10
Commit missing part of patch.
David Edelsohn
1
-0
/
+1
2014-11-13
[PATCH 1/7] OpenMP 4.0 offloading infrastructure: configure and make
Bernd Schmidt
1
-1
/
+9
2014-10-30
Make soft-fp symbols into compat symbols for powerpc*-*-linux*.
Joseph Myers
1
-3
/
+7
2014-10-07
Makefile.in: Fix dependence.
Rong Xu
1
-2
/
+3
2014-09-22
crtstuff.c (USE_EH_FRAME_REGISTRY): Let USE_EH_FRAME_REGISTRY_ALWAYS override...
Hans-Peter Nilsson
1
-1
/
+3
2014-09-17
Makefile.in (LIBGCOV_INTERFACE): Add _gcov_dump from ...
Nathan Sidwell
1
-2
/
+3
2014-09-05
Use -fbuilding-libgcc for more target macros used in libgcc.
Joseph Myers
1
-1
/
+1
[next]