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/existing-fp8
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gfortran-test
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-15
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-15
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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-28
json: add dump overload for easier debugging
David Malcolm
2
-0
/
+11
2024-07-28
c++: parse error with -std=c++14 -fconcepts [PR116071]
Jason Merrill
2
-3
/
+25
2024-07-28
c++: Mostly concepts related formatting fixes
Jakub Jelinek
3
-174
/
+175
2024-07-28
[rtl-optimization/116037] Explicitly track if a destination was skipped in ex...
Jeff Law
2
-9
/
+69
2024-07-28
testsuite: Fix up pr116034.c test for big/pdp endian [PR116061]
Jakub Jelinek
1
-2
/
+3
2024-07-28
libstdc++: Fix <ostream> and <istream> for -std=gnu++14 -fconcepts [PR116070]
Jonathan Wakely
2
-2
/
+2
2024-07-28
libstdc++: Fix std::vector<bool> for -std=gnu++14 -fconcepts [PR116070]
Jonathan Wakely
1
-1
/
+1
2024-07-28
libstdc++: Remove duplicate include header from ranges_algobase.h
Michael Levine
1
-1
/
+0
2024-07-28
aarch64: Extend aarch64_feature_flags to 128 bits
Andrew Carlotti
5
-17
/
+33
2024-07-28
Add new bbitmap<N> class
Andrew Carlotti
1
-0
/
+236
2024-07-28
aarch64: Use constructor explicitly in get_flags_off
Andrew Carlotti
1
-2
/
+3
2024-07-28
aarch64: Add bool conversion to TARGET_* macros
Andrew Carlotti
5
-131
/
+79
2024-07-28
aarch64: Add explicit bool cast to return value
Andrew Carlotti
1
-1
/
+1
2024-07-28
aarch64: Decouple feature flag option storage type
Andrew Carlotti
3
-10
/
+16
2024-07-28
aarch64: Define aarch64_get_{asm_|}isa_flags
Andrew Carlotti
3
-23
/
+26
2024-07-28
aarch64: Introduce aarch64_isa_mode type
Andrew Carlotti
4
-77
/
+94
2024-07-28
aarch64: Eliminate a temporary variable.
Andrew Carlotti
1
-5
/
+4
2024-07-28
aarch64: Move AARCH64_NUM_ISA_MODES definition
Andrew Carlotti
2
-5
/
+5
2024-07-28
aarch64: Remove unused global aarch64_tune_flags
Andrew Carlotti
1
-4
/
+0
2024-07-28
c++: add fixed testcase [PR109997]
Jason Merrill
1
-0
/
+4
2024-07-28
optabs/rs6000: Rename iorc and andc to iorn and andn
Andrew Pinski
7
-40
/
+44
2024-07-28
modula2: Improve error message to include symbol name.
Gaius Mulley
1
-1
/
+1
2024-07-28
modula2: Add GNU flex as a build and install prerequisite.
Gaius Mulley
1
-0
/
+4
2024-07-28
tree-optimization/116057 - wrong code with CCP and vector CTORs
Richard Biener
2
-0
/
+31
2024-07-28
Revert "aarch64: Fuse CMP+CSEL and CMP+CSET for -mcpu=neoverse-v2"
Kyrylo Tkachov
5
-90
/
+1
2024-07-28
aarch64: Fuse CMP+CSEL and CMP+CSET for -mcpu=neoverse-v2
Jennifer Schmitz
5
-1
/
+90
2024-07-28
libstdc++: Rename tests [PR12048]
Jonathan Wakely
4
-0
/
+0
2024-07-28
libstdc++: Stop copying all data files into test directory
Jonathan Wakely
1
-5
/
+0
2024-07-28
libstdc++: Use dg-additional-files in some non-I/O tests
Jonathan Wakely
12
-0
/
+24
2024-07-28
libstdc++: Use dg-additional-files in some algorithm tests
Jonathan Wakely
8
-0
/
+8
2024-07-28
libstdc++: Add file-io-diff to replace @diff@ markup in I/O tests
Jonathan Wakely
20
-57
/
+131
2024-07-28
libstdc++: Use dg-additional-files in some I/O tests
Jonathan Wakely
37
-6
/
+48
2024-07-28
libstdc++: Replace @require@ markup in some I/O tests
Jonathan Wakely
57
-208
/
+117
2024-07-28
libstdc++: Clean up @diff@ markup in some I/O tests
Jonathan Wakely
28
-109
/
+24
2024-07-28
[MAINTAINERS] Update email and move to DCO
Matthew Malcomson
1
-1
/
+2
2024-07-28
RISC-V: Disable Zba optimization pattern if XTheadMemIdx is enabled
Christoph Müllner
3
-1
/
+56
2024-07-28
x86: Don't enable APX_F in 32-bit mode
Lingling Kong
4
-2
/
+32
2024-07-28
Internal-fn: Only allow modes describe types for internal fn[PR115961]
Pan Li
2
-0
/
+64
2024-07-28
[PR rtl-optimization/115877][6/n] Add testcase from pr115877
Jeff Law
1
-0
/
+20
2024-07-28
Daily bump.
GCC Administrator
8
-1
/
+345
2024-07-28
Output CodeView type information for rvalue references
Mark Harmstone
2
-5
/
+11
2024-07-28
Output CodeView type information for references
Mark Harmstone
2
-0
/
+45
2024-07-28
RISC-V: Fix snafu in SI mode splitters patch
Vineet Gupta
1
-1
/
+1
2024-07-28
doc: add missing @option for musttail
Marek Polacek
1
-2
/
+2
2024-07-28
Add documentation for musttail attribute
Andi Kleen
1
-2
/
+23
2024-07-28
Add tests for C/C++ musttail attributes
Andi Kleen
14
-0
/
+327
2024-07-28
C: Implement musttail attribute for returns
Andi Kleen
3
-16
/
+64
2024-07-28
C++: Support clang compatible [[musttail]] (PR83324)
Andi Kleen
6
-4
/
+63
2024-07-28
c++: normalizing ttp constraints [PR115656]
Patrick Palka
4
-6
/
+19
2024-07-28
c++: missing SFINAE during alias CTAD [PR115296]
Patrick Palka
2
-1
/
+20
[prev]
[next]