• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rieske / trans
90%
master: 91%

Build:
Build:
LAST BUILD BRANCH: feature/finish-for-git
DEFAULT BRANCH: master
Repo Added 08 Jan 2015 03:59PM UTC
Files 270
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH feature/file-scope-globals
branch: feature/file-scope-globals
CHANGE BRANCH
x
Reset
  • feature/file-scope-globals
  • feature/finish-for-git
  • feature/structs
  • fix/block-scope-shadowing
  • fix/call-stack-alignment-and-variadic-al
  • fix/dereference-lvalue-store-back
  • fix/for-optional-clauses
  • fix/unary-operand-double-visit
  • fix/void-parameter-list-unary-lvalue-dedup
  • grammar-cleanup
  • master
  • optimize-parser-v1
  • optimize-parser-v2
  • parser-cleanup
  • refactor-types
  • refactor/codegen-address-homes
  • refactor/codegen-address-phase1
  • refactor/visit-children-default
  • renovate/actions-checkout-3.x
  • renovate/actions-checkout-4.x
  • renovate/actions-checkout-7.x
  • renovate/actions-checkout-digest
  • renovate/configure
  • renovate/coverallsapp-github-action-1.x
  • renovate/coverallsapp-github-action-2.x
  • test/local-shadows-function-name
  • test/tier-a-c-coverage-gaps

29 Jun 2026 02:29PM UTC coverage: 90.44% (-0.2%) from 90.635%
28379534445

Pull #41

github

rieske
Add file-scope global variables

Introduce a file-scope symbol table with isGlobal ValueEntries and
optional folded constant initializers. Constant expressions are
evaluated in semantics for static init; codegen skips TU-level assigns
and emits globals in .data.

MemoryOperand unifies stack and RIP-relative global addressing in the
instruction set and StackMachine. Globals are always memory-backed
(bindResult stores to [rel name]). The driver maps semantic globals to
a small GlobalVariable DTO for preamble emission and StackMachine
registration.

Functional coverage includes init expressions, shadowing, multi-function
visibility, and compound assignment through globals.
Pull Request #41: Add file-scope global variables

300 of 358 new or added lines in 19 files covered. (83.8%)

8 existing lines in 2 files now uncovered.

5052 of 5586 relevant lines covered (90.44%)

242657.94 hits per line

Relevant lines Covered
Build:
Build:
5586 RELEVANT LINES 5052 COVERED LINES
242657.94 HITS PER LINE
Source Files on feature/file-scope-globals
  • Tree
  • List 213
  • Changed 21
  • Source Changed 20
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
28379534445 feature/file-scope-globals Add file-scope global variables Introduce a file-scope symbol table with isGlobal ValueEntries and optional folded constant initializers. Constant expressions are evaluated in semantics for static init; codegen skips TU-level assigns and emits gl... Pull #41 29 Jun 2026 02:35PM UTC rieske github
90.44
See All Builds (427)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc