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
/
gcc
/
system.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-22
Fix up bootstrap with GCC 4.[89] after RAII auto_mpfr and autp_mpz [PR109589]
Jakub Jelinek
1
-0
/
+3
2023-04-19
Transform more gmp/mpfr uses to use RAII
Richard Biener
1
-0
/
+1
2023-04-18
gcc: Drop obsolete INCLUDE_PTHREAD_H
Sam James
1
-4
/
+0
2023-04-18
RAII auto_mpfr and autp_mpz
Richard Biener
1
-0
/
+18
2023-03-14
RISC-V: Avoid calloc() poisoning on musl
Sam James
1
-0
/
+4
2023-02-16
don't declare header-defined functions both static and inline
Patrick Palka
1
-3
/
+3
2023-01-02
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2022-11-19
jit: Use std::mutex instead of pthread_mutex_t
Jonathan Wakely
1
-0
/
+4
2022-11-10
Remove SLOW_SHORT_ACCESS from target headers
Andrew Pinski
1
-1
/
+1
2022-09-02
STABS: remove -gstabs and -gxcoff functionality
Martin Liska
1
-8
/
+6
2022-06-29
jit: avoid calloc() poisoning on musl [PR106102]
Sergei Trofimovich
1
-0
/
+4
2022-05-17
Advise to call 'internal_error' instead of 'abort' or 'fancy_abort'
Thomas Schwinge
1
-2
/
+4
2022-05-09
Simplify STATIC_ASSERT macro.
Martin Liška
1
-2
/
+1
2022-05-09
Come up with {,UN}LIKELY macros.
Martin Liska
1
-1
/
+4
2022-05-02
system.h: Include <initializer_list> in system.h unconditionally
Jakub Jelinek
1
-0
/
+1
2022-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2021-12-12
Replace gnu::unique_ptr with std::unique_ptr
Jonathan Wakely
1
-5
/
+3
2021-11-08
gcov-profile: Fix -fcompare-debug with -fprofile-generate [PR100520]
Martin Liska
1
-0
/
+13
2021-10-20
Revert "target: support spaces in target attribute."
Martin Liska
1
-21
/
+0
2021-10-19
target: support spaces in target attribute.
Martin Liska
1
-0
/
+21
2021-06-11
Expose stable sort algorithm to gcc_sort_r and add vec::stablesort
Richard Biener
1
-0
/
+1
2021-05-10
Come up with startswith function.
Martin Liska
1
-0
/
+8
2021-05-04
Remove CC0
Segher Boessenkool
1
-1
/
+2
2021-04-29
Add parallelism support to gcov for MinGW platforms
Eric Botcazou
1
-0
/
+4
2021-01-31
Add missing definition of SIZE_MAX
Eric Botcazou
1
-0
/
+4
2021-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2020-12-17
Add rtl-ssa
Richard Sandiford
1
-0
/
+3
2020-12-17
Add an alternative splay tree implementation
Richard Sandiford
1
-0
/
+3
2020-11-12
system: Add WARN_UNUSED_RESULT
Marek Polacek
1
-0
/
+6
2020-09-21
Use ONE_? macros.
Martin Liska
1
-0
/
+1
2020-09-21
Support new mallinfo2 function.
Martin Liska
1
-1
/
+1
2020-08-14
vec: Fix bootstrap on i686-linux, 32-bit darwin and AIX
Jakub Jelinek
1
-0
/
+1
2020-07-02
Redefine NULL to nullptr
Ilya Leoshkevich
1
-0
/
+10
2020-07-01
move ILS include to system.h
Richard Biener
1
-2
/
+21
2020-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2019-11-04
system.h: Include malloc.h if INCLUDE_MALLOC_H and HAVE_MALLINFO.
Richard Biener
1
-0
/
+6
2019-08-01
sort.cc: introduce gcc_sort_r
Alexander Monakov
1
-4
/
+5
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-11-16
Don't use %z printf length specifier
Michael Matz
1
-1
/
+5
2018-11-05
Come up with SIZE_AMOUNT and use it in memory statistics and sort stats.
Martin Liska
1
-0
/
+25
2018-09-03
introduce gcc_stablesort
Alexander Monakov
1
-0
/
+2
2018-09-03
qsort_chk: call from gcc_qsort instead of wrapping it
Alexander Monakov
1
-6
/
+2
2018-07-17
Clean up of new format of -falign-FOO.
Martin Liska
1
-2
/
+0
2018-07-05
Replace NO_IMPLICIT_EXTERN_C with SYSTEM_IMPLICIT_EXTERN_C.
Nathan Sidwell
1
-1
/
+1
2018-05-13
Introduce gcc_qsort
Alexander Monakov
1
-2
/
+5
2018-02-16
re PR bootstrap/84405 (Fails to bootstrap with GCC 4.1.2, GCC 4.2.4)
Jakub Jelinek
1
-0
/
+6
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-10-29
Delete obsolete SDB debug info support.
James E Wilson
1
-1
/
+2
2017-10-23
Add INCLUDE_UNIQUE_PTR and use it (PR bootstrap/82610)
David Malcolm
1
-0
/
+10
2017-10-23
Convert STARTING_FRAME_OFFSET to a hook
Richard Sandiford
1
-1
/
+2
[next]