platform/upstream/gcc.git
2022-12-13 Philip Herrongccrs: Add README, CONTRIBUTING and compiler logo
2022-12-13 Philip Herrongccrs: Add config-lang.in
2022-12-13 Arthur Cohengccrs: Add fatal_error when experimental flag is not...
2022-12-13 Philip Herrongccrs: Add GCC Rust front-end Make-lang.in
2022-12-13 Philip Herrongccrs: Add lang.opt
2022-12-13 Philip Herrongccrs: Add lang-spec.h
2022-12-13 Philip Herrongccrs: Compiler proper interface kicks off the pipeline
2022-12-13 Philip Herrongccrs: Add compiler driver
2022-12-13 Philip Herrongccrs: These are wrappers ported from reusing gccgo
2022-12-13 Philip Herrongccrs: Add HIR to GCC GENERIC lowering entry point
2022-12-13 Philip Herrongccrs: Add HIR to GCC GENERIC lowering for all nodes
2022-12-13 Philip Herrongccrs: Add base for HIR to GCC GENERIC lowering
2022-12-13 Philip Herrongccrs: Add metadata output pass
2022-12-13 Philip Herrongccrs: Add unused variable scan
2022-12-13 Thomas Younggccrs: Add dead code scan on HIR
2022-12-13 Arthur Cohengccrs: Add privacy checks
2022-12-13 Arthur Cohengccrs: Add const checker
2022-12-13 Arthur Cohengccrs: Add unsafe checks for Rust
2022-12-13 Philip Herrongccrs: Add remaining type system transformations
2022-12-13 Philip Herrongccrs: Add Rust type information
2022-12-13 Philip Herrongccrs: Add type resolution and trait solving pass
2022-12-13 Philip Herrongccrs: Add helpers mappings canonical path and lang...
2022-12-13 Arthur Cohengccrs: Add attributes checker
2022-12-13 Arthur Cohengccrs: Add implementation of Optional
2022-12-13 Arthur Cohengccrs: Add Base62 implementation
2022-12-13 Philip Herrongccrs: Add Rust ABI enum helpers
2022-12-13 Philip Herrongccrs: Add port of FNV hash used during legacy symbol...
2022-12-13 Philip Herrongccrs: Add wrapper for make_unique
2022-12-13 Philip Herrongccrs: Add AST to HIR lowering pass
2022-12-13 Philip Herrongccrs: Add HIR definitions and visitor framework
2022-12-13 Philip Herrongccrs: Add declarations for Rust HIR
2022-12-13 Philip Herrongccrs: Add name resolution pass to the Rust front-end
2022-12-13 Arthur Cohengccrs: Add expansion pass for the Rust front-end
2022-12-13 Joel Phillipsgccrs: Add Parser for Rust front-end pt.2
2022-12-13 Joel Phillipsgccrs: Add Parser for Rust front-end pt.1
2022-12-13 Joel Phillipsgccrs: Add Lexer for Rust front-end
2022-12-13 Joel Phillipsgccrs: Add Rust AST visitors
2022-12-13 Joel Phillipsgccrs: Add full definitions of Rust AST data structures
2022-12-13 Joel Phillipsgccrs: Add definitions of Rust Items in AST data structures
2022-12-13 Joel Phillipsgccrs: Add Rust front-end base AST data structures
2022-12-13 Philip Herrongccrs: Add gcc-check-target check-rust
2022-12-13 Philip Herrongccrs: Add execution test cases
2022-12-13 Philip Herrongccrs: Add general compilation test cases
2022-12-13 Philip Herrongccrs: Add link cases testsuite
2022-12-13 Philip Herrongccrs: Add Debug info testsuite
2022-12-13 Philip Herrongccrs: Add necessary hooks for a Rust front-end testsuite
2022-12-13 Tom TromeyUse DW_ATE_UTF for the Rust 'char' type
2022-12-13 Richard Bienertree-optimization/108076 - if-conversion and forced...
2022-12-13 Jakub Jelineklibsanitizer: Fix up libbacktrace build after r13-4547...
2022-12-13 Haochen Guirs6000: enable cbranchcc4
2022-12-13 Haochen Guioptabs: make prepare_cmp_insn goto fail when cbranchcc4...
2022-12-13 GCC AdministratorDaily bump.
2022-12-12 Jason MerrillRevert "c++: build initializer_list<string> in a loop...
2022-12-12 Ian Lance Taylorlibgo: bump major version
2022-12-12 Harald AnlaufFortran: improve checking of assumed-size array spec...
2022-12-12 Iain Buclawd: Fix undefined reference to nested lambda in template...
2022-12-12 Wilco DijkstraAArch64: Enable TARGET_CONST_ANCHOR
2022-12-12 Tamar Christinamiddle-end: simplify complex if expressions where compa...
2022-12-12 Tamar ChristinaAArch64: Fix vector re-interpretation between partial...
2022-12-12 Tamar ChristinaAArch64: Support new tbranch optab.
2022-12-12 Tamar Christinamiddle-end: Add new tbranch optab to add support for...
2022-12-12 Tamar Christinaaarch64: Make existing V2HF be usable.
2022-12-12 Jonathan Wakelylibstdc++: Add a test checking for chrono::duration...
2022-12-12 Jonathan Wakelylibstdc++: Fix constraint on std::basic_format_string...
2022-12-12 Jonathan Wakelylibstdc++: Change names that clash with Win32 or Clang
2022-12-12 Jonathan Wakelylibstdc++: Define atomic lock-free type aliases for...
2022-12-12 Jonathan Wakelylibstdc++: Make operator<< for stacktraces less templat...
2022-12-12 Martin Liskamklog: do not parse binary file for PR entry
2022-12-12 Kyrylo Tkachovaarch64: Add __ARM_FEATURE_PAUTH and __ARM_FEATURE_BTI...
2022-12-12 Richard BienerRevert parts of ADDR_EXPR/CONSTRUCTOR treatment change...
2022-12-12 Richard Bienertree-optimization/89317 - another pattern for &p->x...
2022-12-12 GCC AdministratorDaily bump.
2022-12-11 Steve KarglFortran: fix ICE on bad use of statement function ...
2022-12-11 Iain Buclawd: Fix internal compiler error: in visit, at d/imports...
2022-12-11 Martin Liskaunidiff: use newline='\n' argument
2022-12-11 Iain Buclawd: Merge upstream dmd, druntime c8ae4adb2e, phobos...
2022-12-11 Iain Buclawd: Expand bsr intrinsic as `clz(arg) ^ (argsize - 1)'
2022-12-11 Richard Bienertree-optimization/89317 - missed folding of (p + 4...
2022-12-11 Richard BienerTreat ADDR_EXPR and CONSTRUCTOR as GIMPLE/GENERIC magically
2022-12-11 Richard Bienertree-optimization/106904 - bogus -Wstringopt-overflow...
2022-12-11 Tobias Burnusfortran/openmp.cc: Remove 's' that slipped in during...
2022-12-11 GCC AdministratorDaily bump.
2022-12-10 Harald AnlaufFortran: reject bad SIZE argument while simplifying...
2022-12-10 Jakub Jelinekivopts: Fix IP_END handling for asm goto [PR107997]
2022-12-10 Tobias Burnuslibgomp: Handle OpenMP's reverse offloads
2022-12-10 Gaius MulleyAdd initial ChangeLogs for modula2.
2022-12-10 Thomas SchwingeAdd stub 'gcc/rust/ChangeLog'
2022-12-10 Tobias BurnusFortran: Replace simple '.' quotes by %<.%>
2022-12-10 Thomas SchwingePrepare 'contrib/gcc-changelog/git_commit.py' for GCC...
2022-12-10 Gaius MulleyAdd ChangeLog directories for modula2 into git_commit.py.
2022-12-10 Ian Lance Taylorlibbacktrace: rewrite and simplify main zstd loop
2022-12-10 GCC AdministratorDaily bump.
2022-12-09 Paul ThomasFortran: ICE on recursive derived types with allocatabl...
2022-12-09 Tobias BurnusFortran/OpenMP: align/allocator modifiers to the alloca...
2022-12-09 Jiufu Guors6000: Remove useless copy_rtx in rs6000_emit_set_...
2022-12-09 Martin LiskaMAINTAINERS: fix spacing
2022-12-09 Martin Liskai386: fix assert (__builtin_cpu_supports ("x86-64"...
2022-12-09 Sebastian HuberRename SUBTARGET_CC1_SPEC to OS_CC1_SPEC
2022-12-09 David Malcolmanalyzer: rename region-model-impl-calls.cc to kf.cc
2022-12-09 David Malcolmanalyzer: fix ICE on region creation during get_referen...
next