K-LLVM: a relatively complete semantics of LLVM IR

L Li, EL Gunter - 34th European Conference on Object-Oriented …, 2020 - drops.dagstuhl.de
Abstract LLVM [Lattner and Adve, 2004] is designed for the compile-time, link-time and run-
time optimization of programs written in various programming languages. The language …

FuzzyFlow: Leveraging Dataflow To Find and Squash Program Optimization Bugs

P Schaad, T Schneider, T Ben-Nun, A Calotoiu… - Proceedings of the …, 2023 - dl.acm.org
The current hardware landscape and application scale is driving performance engineers
towards writing bespoke optimizations. Verifying such optimizations, and generating minimal …

Isak: A complete semantics of K

L Li, EL Gunter - 2018 - ideals.illinois.edu
K (Roşu and Şerbănuţă, 2010) is a rewrite-based executable semantic framework in which
programming languages, type systems and formal analysis tools can be de ned using con …

[PDF][PDF] MODULAR SEMANTICS AND METATHEORY FOR LLVM IR

E Yoon - 2023 - euisuny.github.io
With great computational power comes great responsibility. The history of computing
unveiled the cost of errors in safety-critical systems. In the 1980s, the Therac-25 radiation …

[HTML][HTML] ОПТИМИЗАЦИЯ УСЛОВНЫХ ПЕРЕХОДОВ С УЧЕТОМ ВЕКТОРНЫХВОЗМОЖНОСТЕЙ ПОТОКА УПРАВЛЕНИЯ INTEL GPU

КИ Владимиров, ЮВ Тарасов - … информационные технологии и …, 2022 - cyberleninka.ru
При оптимизации программ для графических ускорителей и видеокарточек особую
роль играют оптимизации потока управления. Кроме оптимизаций скалярного потока …

Per-Location Simulation

L Li, EL Gunter - NASA Formal Methods: 12th International Symposium …, 2020 - Springer
Simulation/bisimulation is one of the most widely used frameworks for proving program
equivalence/semantic preservation. In this paper, we propose a new per-location simulation …

A verification framework suitable for proving large language translations

L Li - 2020 - ideals.illinois.edu
Previously, researchers established some frameworks, such as Morpheus, to specify a
compiler translation in a small language and prove the semantic preservation property of the …

[引用][C] Building Correct Programs Research Statement

W Mansky