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
path:
root
/
gcc
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-26
Fix missing error on duplicated nodes
Pierre-Emmanuel Patry
1
-3
/
+3
2024-09-26
nr2.0: Cleanup import mappings and factor into a class.
Arthur Cohen
4
-59
/
+75
2024-09-26
Insert imports in all namespaces they were resolved in
Arthur Cohen
4
-77
/
+106
2024-09-26
early: Do not emit errors for unresolved imports, store them instead
Arthur Cohen
1
-6
/
+9
2024-09-26
imports: Make FinalizeImports a resolver visitor as well
Arthur Cohen
6
-45
/
+114
2024-09-26
imports: Start storing Ribs in ImportKind
Arthur Cohen
3
-12
/
+31
2024-09-26
imports: Create ImportData class and use it in import_mappings
Arthur Cohen
6
-96
/
+102
2024-09-26
imports: Add FinalizeImports class
Arthur Cohen
7
-164
/
+309
2024-09-26
early: Resolve imports and create import mappings
Arthur Cohen
4
-224
/
+229
2024-09-26
toplevel: Build list of imports for Early to resolve
Arthur Cohen
2
-15
/
+81
2024-09-26
toplevel: Add note for resolving use declarations
Arthur Cohen
2
-1
/
+12
2024-09-26
nr2.0: default-visitor: Conditionally visit type in self parameters.
Arthur Cohen
1
-1
/
+4
2024-09-26
rust fix ICE when hir lowering qualified path expressions without an as
Philip Herron
3
-2
/
+19
2024-09-26
rust: fix ICE when compiling impl block for !
Philip Herron
6
-5
/
+49
2024-09-26
Remove some overloaded methods from DefaultResolver.
Owen Avery
3
-121
/
+0
2024-09-24
Add extra assertions to tl::optional
Owen Avery
1
-7
/
+79
2024-09-23
mingw: Fix build with patch from Liu Hao
Arthur Cohen
3
-27
/
+34
2024-09-23
gccrs: adjust hir dump of BlockExpr
Marc Poulhiès
1
-0
/
+2
2024-09-20
rust: negative polarity removes restrictions on validation of impl blocks
Philip Herron
4
-3
/
+21
2024-09-20
Fix ICE on error propagation with generic
benjamin.thos
2
-0
/
+9
2024-09-19
Check if the type has been correctly resolved
Pierre-Emmanuel Patry
1
-3
/
+6
2024-09-17
Create new test system for name resolution 2.0
Owen Avery
2
-0
/
+429
2024-09-16
[#3141] Remove double negation by returning CompileExpr::Compile early
JoanVC
1
-6
/
+5
2024-09-16
[#3141] Fix incorrect handling of overflow in numeric types
JoanVC
3
-5
/
+133
2024-09-12
session-manager: Fix typos in -frust-incomplete message
Arthur Cohen
1
-4
/
+5
2024-09-11
Emit error on auto-traits
benjamin.thos
6
-0
/
+16
2024-09-11
gccrs: Implement initial pattern analysis pass.
Raiki Tamura
8
-0
/
+2225
2024-09-10
Dynamic dispatch with supertraits
Liam Naddell
9
-73
/
+420
2024-09-09
Used `IndexVec` for place_map
Kushal Pal
2
-6
/
+6
2024-09-09
Use `IndexVec` for bb_fold_map
Kushal Pal
3
-15
/
+17
2024-09-09
Used `IndexVec` for Places
Kushal Pal
1
-29
/
+27
2024-09-09
Used `IndexVec` for BasicBlocks
Kushal Pal
6
-23
/
+22
2024-09-09
Used `IndexVec` for Loans
Kushal Pal
2
-9
/
+9
2024-09-09
Used `IndexVec` for Scopes
Kushal Pal
1
-13
/
+12
2024-09-09
Introduce `IndexVec`
Kushal Pal
1
-0
/
+19
2024-09-09
Strong type BasicBlockId
Kushal Pal
6
-43
/
+76
2024-09-09
Strong type ScopeId
Kushal Pal
4
-23
/
+39
2024-09-09
Strong type LoanId
Kushal Pal
4
-28
/
+42
2024-09-09
Use FreeRegions inplace of `std::vector<FreeRegion>`
Kushal Pal
8
-57
/
+38
2024-09-09
Strong type FreeRegion
Kushal Pal
7
-37
/
+68
2024-09-09
Strong type PlaceId
Kushal Pal
3
-71
/
+103
2024-09-07
Avoid accidental insertion into map
Owen Avery
1
-1
/
+2
2024-09-06
Add virtual destructor to AbstractExpr
Owen Avery
1
-0
/
+2
2024-09-06
Fix v0-mangle1.rs test when run with ASAN
Owen Avery
2
-2
/
+4
2024-09-02
Provide new asm test case for amd64
badumbatish
2
-0
/
+25
2024-09-02
Rehaul, Apply code review from Arthur
badumbatish
8
-123
/
+42
2024-09-02
Fix return type of asm mov 5 to i32:0, tortured
badumbatish
1
-1
/
+2
2024-09-02
Make inline mov compiles
badumbatish
6
-23
/
+71
2024-09-02
Use's array type when constring string tree
badumbatish
1
-3
/
+3
2024-09-02
Added noreturn checking for nevertype, new test
badumbatish
2
-7
/
+32
[prev]
[next]