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
2021-01-06
This brings structs back in post HIR changes. It supports structs
Philip Herron
29
-88
/
+933
2020-12-25
Implement constant expressions
Philip Herron
11
-1
/
+109
2020-12-23
Remove impl_block test. This is part of the next milestone and we want
Philip Herron
1
-14
/
+0
2020-12-23
Implement compilation of ArrayElemsCopied to GIMPLE
Philip Herron
7
-15
/
+96
2020-12-23
This brings arrays back into the new framework. It resolves ArrayType
Philip Herron
18
-30
/
+442
2020-12-23
Bring conditionals back since the HIR change.
Philip Herron
19
-41
/
+733
2020-12-23
Add missing license text
Nym Seddon
28
-1
/
+499
2020-12-23
Shadowing rules are done as part of name resolution.
Philip Herron
3
-2
/
+19
2020-12-23
Fix minor typo in visibility as_string
Nym Seddon
1
-1
/
+1
2020-12-19
When compiling a block it might reference a GIMPLE node that is not
Philip Herron
3
-14
/
+16
2020-12-19
Add type unification as part of typecheck.
Philip Herron
11
-10
/
+216
2020-12-17
This is a new HIR -> GIMPLE pass it reuses the mappings from hir,
Philip Herron
32
-99
/
+1738
2020-12-17
Remove old analysis framework and strip the AST->GIMPLE pass this needs
Philip Herron
14
-6389
/
+103
2020-12-17
TypeResolution pass now with a TyTy module
Philip Herron
36
-243
/
+2039
2020-12-17
This sets up a name resolution framework trying to follow rust-dev guide
Philip Herron
23
-145
/
+1329
2020-12-17
Add AST->HIR lowering pass
Philip Herron
11
-5
/
+1052
2020-12-17
Add in HIR Tree
Philip Herron
14
-0
/
+19882
2020-12-17
Add generated NodeId's to the AST
Philip Herron
5
-290
/
+481
2020-12-17
Cleanup Makefile for Rust
Philip Herron
1
-8
/
+25
2020-12-17
Introduce HIR Mapping
Philip Herron
5
-2
/
+582
2020-12-17
tweak to rust-system.h includes
Philip Herron
1
-1
/
+2
2020-12-14
Prevented several warnings about unused parameters
SimplyTheOther
3
-33
/
+33
2020-12-14
Improved use tree parsing
SimplyTheOther
1
-182
/
+245
2020-12-13
Added location storage for struct expr fields
SimplyTheOther
2
-28
/
+44
2020-12-13
Modified binding power used when parsing expression inside index expr
SimplyTheOther
1
-4
/
+6
2020-12-13
Fixed SimplePath's operator == not being const
SimplyTheOther
1
-1
/
+1
2020-12-13
Attempt to fix array parsing errors
SimplyTheOther
4
-5
/
+34
2020-12-10
Enhanced dumping of expansion
SimplyTheOther
1
-9
/
+8
2020-12-10
Fixed BlockExpr not being allowed to be empty
SimplyTheOther
1
-8
/
+8
2020-12-09
Fixed formatting to fit gcc style
SimplyTheOther
12
-3540
/
+4622
2020-12-09
Fixed rust-compile.cc compile error
SimplyTheOther
1
-2
/
+2
2020-12-09
Merge branch 'master' of https://github.com/redbrain/gccrs
SimplyTheOther
24
-92
/
+1559
2020-12-09
Fixed rust-type-resolution.cc compile error
SimplyTheOther
1
-1
/
+1
2020-12-09
Changed compiled files in makefile to be identical with upstream - hopefully ...
SimplyTheOther
1
-1
/
+2
2020-12-08
Added more cfg stripping code
SimplyTheOther
9
-84
/
+336
2020-12-08
Added new pattern stripping
SimplyTheOther
13
-270
/
+1377
2020-12-08
Added more expression cfg stripping
SimplyTheOther
4
-70
/
+660
2020-12-08
Added more expr cfg stripping
SimplyTheOther
4
-56
/
+409
2020-12-08
Added more expr stripping
SimplyTheOther
8
-83
/
+316
2020-12-08
Added more expression stripping
SimplyTheOther
6
-60
/
+264
2020-12-08
Added cfg stripping for some expressions
SimplyTheOther
9
-160
/
+951
2020-12-08
Added more cfg-stripping
SimplyTheOther
2
-23
/
+97
2020-12-08
Added more trait item stripping
SimplyTheOther
8
-168
/
+498
2020-12-08
Added cfg stripping for ExternalItems
SimplyTheOther
6
-98
/
+303
2020-12-08
Added strip-marking to statements, items and expressions (to allow them to be...
SimplyTheOther
11
-852
/
+1153
2020-12-08
Added cfg stripping code (will top-level strip currently)
SimplyTheOther
5
-136
/
+184
2020-12-08
Added proper cfg_attr expansion
SimplyTheOther
5
-34
/
+86
2020-12-03
Type Resolve ReturnExpr's to ensure they match the function type.
Philip Herron
4
-7
/
+63
2020-12-03
We cannot lookup types to ensure they are known as AST::Type differs
Philip Herron
1
-14
/
+14
2020-12-03
Add failure tests to rust testsuite
Philip Herron
6
-25
/
+39
[prev]
[next]