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
/
backend
/
rust-compile-item.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
Refactor backend to use finegrained visitors
Philip Herron
1
-1
/
+1
2022-02-25
HIR Visitor refactoring
Marc Poulhiès
1
-8
/
+22
2022-02-11
Remove error_mark_node wrappers from backend proxy class.
Philip Herron
1
-2
/
+1
2022-02-10
Refactor code to reuse a canonical way to compile functions and constants
Philip Herron
1
-361
/
+6
2022-02-09
Support inline attribute by marking as DECL_DECLARED_INLINE_P
Philip Herron
1
-15
/
+9
2022-01-24
Remove hack to handle forward declared items
Philip Herron
1
-13
/
+17
2022-01-24
Update GCC/Rust files per 'contrib/update-copyright.py --this-year' [#764]
Thomas Schwinge
1
-1
/
+1
2022-01-22
MethodResolution should respect the autoderef cycle
Philip Herron
1
-2
/
+1
2022-01-14
Track end locus of BlockExpr
David Faust
1
-2
/
+2
2022-01-14
Add initial constant evaluation to blocks
Philip Herron
1
-8
/
+76
2022-01-14
Redesign constant folding from the typechecking pass to the backend
Philip Herron
1
-1
/
+10
2021-11-16
Replace Bblock with GCC tree
David Faust
1
-2
/
+2
2021-11-16
Replace Bfunction with GCC tree
David Faust
1
-3
/
+3
2021-11-16
Replace Bstatement with GCC tree
David Faust
1
-1
/
+1
2021-11-16
Replace Bexpression with GCC tree
David Faust
1
-9
/
+8
2021-11-16
Replace Btype use with GCC tree
David Faust
1
-4
/
+4
2021-11-05
Turn 'rust_error_at' plus always-failing 'rust_assert' into 'rust_internal_er...
Thomas Schwinge
1
-6
/
+3
2021-10-30
No side effects in 'assert' expressions
Thomas Schwinge
1
-7
/
+10
2021-10-22
Update GCC/Rust files per 'contrib/update-copyright.py --this-year'
Thomas Schwinge
1
-1
/
+1
2021-09-10
Fix bug with monomorphizing of trait items
Philip Herron
1
-4
/
+4
2021-08-26
Fix issue with mangled name on function items with substitutions
Philip Herron
1
-10
/
+1
2021-08-22
This allows for query based compilation
Philip Herron
1
-8
/
+40
2021-08-21
hir: Merge both module classes in one
CohenArthur
1
-1
/
+1
2021-08-20
Add qualified path support
Philip Herron
1
-2
/
+14
2021-08-18
typecheck + backend: add module support
Marc Poulhiès
1
-0
/
+6
2021-08-11
Lookup the canonical path for code-generation
Philip Herron
1
-4
/
+22
2021-07-27
Adds support for compilation of extern "C" functions.
Philip Herron
1
-0
/
+9
2021-06-24
Add support for nested functions
Philip Herron
1
-19
/
+3
2021-06-16
Refactor HIR::InherentImpl to become HIR::ImplBlock
Philip Herron
1
-1
/
+1
2021-06-16
Cleanup HIR to canonicalize TraitImpl to be treated as an impl block
Philip Herron
1
-16
/
+0
2021-06-05
This is the initial building blocks for Traits
Philip Herron
1
-0
/
+16
2021-05-14
Add FNV-128 hash for legacy symbol mangling
Philip Herron
1
-2
/
+2
2021-05-13
Fix duplicated function generation for generics
Philip Herron
1
-21
/
+25
2021-05-11
Implement basic rustc legacy symbol mangling
Philip Herron
1
-16
/
+5
2021-03-22
Generics continued this adds more type resolution to ADT and Functions
Philip Herron
1
-12
/
+37
2021-03-14
Fix Woverloaded-virtual warnings.
Marc Poulhiès
1
-4
/
+6
2021-03-09
Cleanup HIR::Function to make fields private
Philip Herron
1
-10
/
+13
2021-03-09
Separate function definitions from function pointers.
Philip Herron
1
-1
/
+1
2021-03-01
Support Generic arguments to Structs
Philip Herron
1
-28
/
+0
2021-02-19
Renamed `TyBase` to `BaseType`
Yizhe
1
-7
/
+7
2021-02-06
Add in support to compile Methods and MethodCallExpr
Philip Herron
1
-2
/
+11
2021-02-06
This adds support for basic BlockExpressions
Philip Herron
1
-23
/
+2
2021-02-03
Add support for impl blocks for functions and constants.
Philip Herron
1
-0
/
+8
2021-01-27
Add mutablity checks and left hand size assignee checker
Philip Herron
1
-7
/
+11
2021-01-26
Remove TyTy::ParamType this was wrongly used to represent FunctionParams
Philip Herron
1
-9
/
+30
2021-01-20
Fix bug using ADT types as return types to functions
Philip Herron
1
-8
/
+7
2021-01-20
Add in TupleStruct support
Philip Herron
1
-25
/
+22
2021-01-17
Handle forward references in backend compilation
Philip Herron
1
-3
/
+10
2021-01-16
Enforce type checking on implicit returns
Philip Herron
1
-1
/
+1
2021-01-11
Mark DECL_PUBLIC for main fn or functions with visibility.
Philip Herron
1
-2
/
+16
[next]