Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Merge requests
!6
CCP, DCE, GVN, IR Builder API, improve verification, rewrite dot visualization
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
CCP, DCE, GVN, IR Builder API, improve verification, rewrite dot visualization
ir_dev
into
main
Overview
7
Commits
161
Pipelines
0
Changes
20
Merged
rarbore2
requested to merge
ir_dev
into
main
1 year ago
Overview
7
Commits
161
Pipelines
0
Changes
20
Expand
Add conditional constant propagation - implemented as 1. a dataflow analysis over reachability + interpreted constant lattices 2. propagate uses of constants
Add dead code elimination to delete nodes with 0 users - implemented as worklist
Add GVN with identity function simplification (for a
very
limited set of identity functions for now)
Add an API for building IR - mainly does interning
Add some check to verification, including checking dynamic constants
Rewrite dot visualization tool - refactor to make code cleaner, generate better graphs
Edited
1 year ago
by
rarbore2
0
0
Merge request reports
Compare
main
version 10
aee9057b
1 year ago
version 9
1154694e
1 year ago
version 8
4310dff4
1 year ago
version 7
ffa51991
1 year ago
version 6
a96ce843
1 year ago
version 5
7f14d202
1 year ago
version 4
0ca4b876
1 year ago
version 3
2d2a06fc
1 year ago
version 2
5a664b07
1 year ago
version 1
91f6b0de
1 year ago
main (base)
and
latest version
latest version
a0a6b4b9
161 commits,
1 year ago
version 10
aee9057b
160 commits,
1 year ago
version 9
1154694e
159 commits,
1 year ago
version 8
4310dff4
158 commits,
1 year ago
version 7
ffa51991
157 commits,
1 year ago
version 6
a96ce843
156 commits,
1 year ago
version 5
7f14d202
155 commits,
1 year ago
version 4
0ca4b876
154 commits,
1 year ago
version 3
2d2a06fc
153 commits,
1 year ago
version 2
5a664b07
152 commits,
1 year ago
version 1
91f6b0de
151 commits,
1 year ago
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
20
Search (e.g. *.vue) (Ctrl+P)
Loading