LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation¶
Lattner, C., & Adve, V. (2004). LLVM: A Compilation Framework for Lifelong Program Analysis & Transformation. Proceedings of the International Symposium on Code Generation and Optimization (CGO), 75-86.
Cited by¶
3 citations across 3 artifacts.
Each citation links to the sentence it supports in the citing article.
Primes¶
- Dependency
- Software build systems (Aho, Lam, Sethi, and Ullman 2006; Lattner and Adve 2004). A modern build system like Bazel, Make, or Ninja represents a project as a directed acyclic graph of build targets, where each target depends on input files and other targets.
This sourceDevelops dependency-graph data structures (SSA-based use-def chains) reused across compilation stages — cited inline in the software-build-systems example.
- Software build systems (Aho, Lam, Sethi, and Ullman 2006; Lattner and Adve 2004). A modern build system like Bazel, Make, or Ninja represents a project as a directed acyclic graph of build targets, where each target depends on input files and other targets.
- Multi Path Convergence
- In computer science, many source languages compile to the same intermediate representation, and canonical forms in computer algebra reduce every equivalent expression to one representative.
This sourceMultiple source languages are lowered to a single canonical intermediate representation, decoupling the shared optimization/code-generation back-end from input language diversity.
- In computer science, many source languages compile to the same intermediate representation, and canonical forms in computer algebra reduce every equivalent expression to one representative.
Domain-specific¶
Verification¶
This reference passed the adversarial substantiation pipeline: it was checked to exist and to support the claim it is attached to. See how references were verified.
Links previously used in the corpus¶
Before the registry existed this work was also linked 1 other way.
Registry ID ref:6b57b0caf5be · see in the full table