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
/
rust
/
analysis
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-15
replace analysis dir with lint dir and rename liveness to marklive
Thomas Young
4
-595
/
+0
2021-06-11
HIR should not contain any macros
Philip Herron
1
-7
/
+1
2021-05-31
Reusing AST::Attribute and removing HIR::Attribute.
Thomas Young
1
-11
/
+0
2021-04-12
add more path to collect live symbols
Thomas Young
3
-34
/
+153
2021-04-09
Add unused code pass
Thomas Young
4
-0
/
+493
2020-12-17
Remove old analysis framework and strip the AST->GIMPLE pass this needs
Philip Herron
9
-4576
/
+0
2020-12-17
Introduce HIR Mapping
Philip Herron
1
-57
/
+0
2020-12-09
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
3
-16
/
+515
2020-12-09
Fixed rust-type-resolution.cc compile error
SimplyTheOther
1
-1
/
+1
2020-12-08
Added more cfg stripping code
SimplyTheOther
1
-1
/
+1
2020-12-08
Added new pattern stripping
SimplyTheOther
1
-11
/
+11
2020-12-08
Added more expr cfg stripping
SimplyTheOther
1
-2
/
+2
2020-12-08
Added more expr stripping
SimplyTheOther
2
-19
/
+19
2020-12-08
Added more expression stripping
SimplyTheOther
2
-9
/
+9
2020-12-08
Added cfg stripping for some expressions
SimplyTheOther
1
-9
/
+9
2020-12-08
Added more trait item stripping
SimplyTheOther
1
-12
/
+12
2020-12-03
Type Resolve ReturnExpr's to ensure they match the function type.
Philip Herron
2
-3
/
+57
2020-12-03
We cannot lookup types to ensure they are known as AST::Type differs
Philip Herron
1
-14
/
+14
2020-12-01
GIMPLE coversions for ArrayIndexExpr and Arrays with values
Philip Herron
1
-0
/
+10
2020-12-01
Mark this as a FIXME memory leak
Philip Herron
1
-0
/
+1
2020-12-01
Ensure the array index is of integer type.
Philip Herron
1
-1
/
+9
2020-12-01
Resolve the type from an ArrayIndexExpression
Philip Herron
3
-9
/
+290
2020-12-01
Add Type resolution to Array expressions
Philip Herron
1
-8
/
+156
2020-11-28
No need to declare Type as inferedType when it is already defined
Philip Herron
1
-7
/
+0
2020-11-28
Remove unused and add FIXME
Philip Herron
1
-0
/
+4
2020-11-28
Improved parsing of MatchExpr (and AST structure)
SimplyTheOther
6
-18
/
+18
2020-11-28
Type Resolve Struct initializtion of their fields
Philip Herron
2
-6
/
+107
2020-11-28
Refactor type resolution scoping to use a simple class akin to backend code
Philip Herron
3
-55
/
+159
2020-11-28
Struct record compilation and type resolution
Philip Herron
2
-1
/
+18
2020-11-28
Remove redundant virtual functions in Resolution class
Nala Ginrut
1
-205
/
+0
2020-11-28
Add basic functions of name resolution
Nala Ginrut
1
-6
/
+35
2020-11-28
Add function signature in rust-name-resolution.h
Nala Ginrut
1
-0
/
+7
2020-11-28
Add comments on the algorithm of name resolution
Nala Ginrut
1
-0
/
+40
2020-11-28
Ensure number of arguments match number of parameters to function before type...
Philip Herron
1
-0
/
+8
2020-11-28
Remove scoping in TypeResolution destructor
Nala Ginrut
1
-6
/
+1
2020-11-28
Remove scoping in NameResolution destructor
Nala Ginrut
1
-5
/
+2
2020-11-28
Move scoping to Resolution class
Nala Ginrut
1
-2
/
+13
2020-11-28
add type resolution to parameters and return types of functions
Philip Herron
2
-0
/
+43
2020-11-28
Add the referenced function to the CallExpr when resolved
Philip Herron
1
-0
/
+2
2020-11-28
Add type resolution to CallExpr
Philip Herron
5
-6
/
+120
2020-11-28
Add rust-name-resolution
Nala Ginrut
2
-0
/
+816
2020-11-28
Add rust-type-resolution
Nala Ginrut
2
-0
/
+1089
2020-11-28
Refactor Resolution class
Nala Ginrut
1
-194
/
+196
2020-11-28
Add in a toplevel pass to grab global declarations for analysis pass
Philip Herron
4
-6
/
+813
2020-11-28
Reuse typeComparison checks in assignments and expressions
Philip Herron
2
-61
/
+26
2020-11-28
Initial type comparison code for error: E0308
Philip Herron
2
-5
/
+73
2020-11-28
Template the scope class
Philip Herron
2
-7
/
+7
2020-11-28
Infer types for AssignmentExpr
Philip Herron
1
-1
/
+26
2020-11-28
Infer types to scope for FunctionParams
Philip Herron
1
-18
/
+21
2020-11-28
Do inferencing on Expressions needs type match checking
Philip Herron
1
-8
/
+35
[next]