index
:
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.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-10-25
Fixed extract_types_for_resx function
devel/nothrow-detection
Pranil Dey
2024-10-07
Formatting for all functions done according to GNU standards and fixed testsu...
Pranil Dey
2024-10-06
Added function bool extract_types_for_resx and fixed more functions for testc...
Pranil Dey
2024-10-05
Updated code for unlinking regions and update stmt_eh_regions as well
Pranil Dey
2024-10-04
Updated code for unlinking regions
Pranil Dey
2024-10-03
Updated code for inserting regions and changed the return parameters of extra...
Pranil Dey
2024-10-01
Added code for inserting regions
Pranil Dey
2024-10-01
Updated tree-eh.h
Pranil Dey
2024-10-01
resolved more conflicts
Pranil Dey
2024-10-01
removed conflicts
Pranil Dey
2024-10-01
Reolved some conflicts
Pranil Dey
2024-10-01
Added functions extract_fun_resx_types
Pranil Dey
2024-10-01
Merge remote-tracking branch 'origin/devel/nothrow-detection' into devel/noth...
Pranil Dey
2024-10-01
Updated parameters of functions and typecasted resx stmts
Pranil Dey
2024-10-01
Integrated the resx functions with stmt_throw_types
Pranil Dey
2024-10-01
Added the previous functions to the tree-eh.h file
Pranil Dey
2024-10-01
RESX statement processing functions added:
Pranil Dey
2024-10-01
Fixed some indentations and function names
Pranil Dey
2024-10-01
Added some functions and fixed some testcase failures
Pranil Dey
2024-10-01
Edge redirection for exceptions.
Pranil Dey
2024-10-01
Daily bump.
GCC Administrator
2024-10-01
libstdc++-v3: Fix signed-overflow warning for newlib/ctype_base.h, PR116895
Hans-Peter Nilsson
2024-10-01
[testcase] Fix-absfloat16.c-testcase
Kugan Vivekanandarajah
2024-09-30
c++: concept in default argument [PR109859]
Marek Polacek
2024-09-30
Fix internal error during inlining after ICF pass
Eric Botcazou
2024-09-30
diagnostics: return text buffer from test_show_locus [PR116613]
David Malcolm
2024-09-30
diagnostics: require callers of diagnostic_show_locus to be explicit about th...
David Malcolm
2024-09-30
diagnostics: isolate diagnostic_context with interface classes [PR116613]
David Malcolm
2024-09-30
diagnostics: avoid using diagnostic_context's m_printer [PR116613]
David Malcolm
2024-09-30
diagnostics: use "%e" to avoid intermediate strings [PR116613]
David Malcolm
2024-09-30
diagnostics: add "dump" to pretty_printer and output_buffer
David Malcolm
2024-09-30
diagnostics: fix typo in XHTML output [PR116792]
David Malcolm
2024-09-30
diagnostics: fix memory leak in SARIF selftests
David Malcolm
2024-09-30
autovectorizer: Test autovectorization of different dot-prod modes.
Victor Do Nascimento
2024-09-30
c6x: Adjust dot-product backend patterns
Victor Do Nascimento
2024-09-30
rs6000: Adjust altivec dot-product backend patterns
Victor Do Nascimento
2024-09-30
mips: Adjust dot-product backend patterns
Victor Do Nascimento
2024-09-30
arc: Adjust dot-product backend patterns
Victor Do Nascimento
2024-09-30
i386: Fix dot_prod backend patterns for mmx and sse targets
Victor Do Nascimento
2024-09-30
arm: Fix arm backend-use of (u|s|us)dot_prod patterns
Victor Do Nascimento
2024-09-30
aarch64: Fix aarch64 backend-use of (u|s|us)dot_prod patterns
Victor Do Nascimento
2024-09-30
autovectorizer: Add basic support for convert optabs
Victor Do Nascimento
2024-09-30
optabs: Make all `*dot_prod_optab's modeled as conversions
Victor Do Nascimento
2024-09-30
tree-optimization/116879 - failure to recognize non-empty latch
Richard Biener
2024-09-30
Merge branch 'master' of git+ssh://gcc.gnu.org/git/gcc into devel/nothrow-det...
Pranil Dey
2024-09-30
middle-end: check explicitly for external or constants when checking for loop...
Tamar Christina
2024-09-30
Ensure coarrays in calls use a descriptor [PR81265]
Andre Vehreschild
2024-09-30
tree-optimization/116842 - vectorizer load hosting breaks UID order
Richard Biener
2024-09-30
tree-optimization/116785 - relax volatile handling in PTA
Richard Biener
2024-09-30
tree-optimization/116850 - corrupt post-dom info
Richard Biener
[next]