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-02
Perform lowering hir output operand to tree
badumbatish
1
-1
/
+11
2024-09-02
Perform type check on InlineAsm's operand
badumbatish
1
-5
/
+60
2024-09-02
Lower the HIR to tree with CompileExpr
badumbatish
2
-13
/
+20
2024-09-02
Move strip double quotes, add scaffold expand
badumbatish
4
-29
/
+39
2024-09-02
Start work on expand inline asm
badumbatish
2
-2
/
+50
2024-09-02
Added counting to check for asm_construct_outputs
badumbatish
1
-0
/
+7
2024-09-02
Added new test for prep of output {}
badumbatish
1
-0
/
+18
2024-09-02
Minor fix to asm codegen pr
badumbatish
3
-18
/
+21
2024-09-02
Refactor compile-asm for first round review
badumbatish
2
-271
/
+107
2024-09-02
Successfully produce pseudo-nop
badumbatish
3
-30
/
+224
2024-09-02
Scaffolding code
badumbatish
3
-1
/
+97
2024-09-02
Scaffolding new compile-asm files
badumbatish
5
-40
/
+131
2024-09-02
Setting up interfaces for codegen
jjasmine
2
-2
/
+30
2024-09-02
Local testing for build_string and debug()
jjasmine
1
-1
/
+4
2024-09-02
Make sure CompileExpr::visit is reached
jjasmine
3
-4
/
+16
2024-09-02
Scaffolding asm codegen
jjasmine
12
-0
/
+40
2024-09-02
Fix the parser's operand and flags storage
badumbatish
1
-6
/
+15
2024-08-29
Add pop guard for binder
badumbatish
1
-1
/
+4
2024-08-29
Add running cicd 32bit
badumbatish
1
-1
/
+4
2024-08-28
gccrs: emit error code for E0758
Raiki Tamura
2
-7
/
+11
2024-08-28
gccrs: Add typecheck for path patterns.
Raiki Tamura
6
-28
/
+175
2024-08-27
rust: Add checking for union patterns
Raiki Tamura
2
-25
/
+76
2024-08-22
feature-gate: Cleanup visitor and constructor
Arthur Cohen
15
-169
/
+90
2024-08-22
attributes: Start handling prelude_import properly
Arthur Cohen
7
-2
/
+29
2024-08-21
Fix the disorder struct and class in inline asm
badumbatish
2
-2
/
+3
2024-08-19
ast: Introduce class hierarchy for lang item paths
Arthur Cohen
13
-42
/
+294
2024-08-19
ast: Remove PathExpr abstract class
Arthur Cohen
2
-7
/
+2
2024-08-19
ast: PathPattern: Remove `remove_all_segments` method
Arthur Cohen
1
-11
/
+6
2024-08-16
Attempted to access a nonexistent field [E0609]
Muhammad Mahad
2
-2
/
+19
2024-08-16
Move errors with locations
Kushal Pal
3
-10
/
+96
2024-08-16
Subset errors with locations
Kushal Pal
3
-9
/
+64
2024-08-16
Map locations to placeholder regions
Kushal Pal
2
-0
/
+24
2024-08-14
Fixed testcase
Kushal Pal
1
-2
/
+2
2024-08-06
[#2324] Add error message for E0532
Liam Naddell
3
-0
/
+63
2024-08-06
borrowck: Avoid overloading issues on 32bit architectures
Arthur Cohen
1
-2
/
+2
2024-08-06
borrowck: Fix debug prints on 32-bits architectures
Arthur Cohen
2
-3
/
+6
2024-08-06
Eager expansion for include* #1805 #1865
Liam Naddell
15
-40
/
+170
2024-08-02
Simplify construction of BIR::Statement
Kushal Pal
2
-25
/
+51
2024-08-02
Loan errors with locations
Kushal Pal
8
-32
/
+295
2024-08-02
Add location to BIR::Statement of kind RETURN
Kushal Pal
4
-7
/
+15
2024-08-02
Implement resolve expr for inline asm ast
badumbatish
2
-6
/
+63
2024-08-01
Add location to BIR::Loan
Kushal Pal
2
-2
/
+4
2024-08-01
Add location support to BIR::Statement
Kushal Pal
6
-121
/
+194
2024-08-01
Turn to switch case, use new helper functions
badumbatish
1
-70
/
+94
2024-08-01
Set up the hir lowering for operand
badumbatish
2
-14
/
+343
2024-07-31
Improve compressed point bit manipulation
Kushal Pal
2
-3
/
+35
2024-07-31
Use new constructors and control flow for operand
badumbatish
2
-84
/
+53
2024-07-31
Fix the parser's operand and flags storage
badumbatish
5
-28
/
+60
2024-07-31
Fixed bitwise operation in `extract_stmt`
Kushal Pal
1
-1
/
+1
2024-07-30
Move mbe macro tests to their own directory
Pierre-Emmanuel Patry
80
-0
/
+35
[prev]
[next]