Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lustrec - public version
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LustreC
Lustrec - public version
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
8d1640310eaa21a612366a793ae01d0480989e27
Select Git revision
Branches
1
master
default
protected
1 result
Begin with the selected commit
Created with Raphaël 2.2.0
31
Mar
30
29
28
24
22
21
20
17
15
14
3
2
1
24
Feb
23
22
20
10
2
30
Jan
26
25
24
17
5
Jul
14
Jun
25
May
19
18
12
10
15
Apr
14
13
12
11
2
29
Mar
10
4
15
Feb
14
10
9
3
28
Jan
17
14
12
6
5
16
Dec
9
29
Nov
17
16
10
9
6
5
4
3
2
29
Oct
28
27
26
22
21
15
13
7
6
5
1
30
Sep
27
23
21
20
14
8
7
25
Aug
29
Jul
5
2
1
30
Jun
29
28
25
18
17
16
15
14
4
3
4
May
26
Apr
22
21
20
16
12
29
Mar
25
22
19
18
10
9
8
1
19
Feb
16
15
8
5
3
26
Jan
21
17
Nov
16
Jul
9
2
12
Mar
27
Jan
9
Dec
20
Nov
18
14
6
5
18
Jul
17
16
15
12
11
10
8
6
5
4
3
9
May
29
Apr
19
16
11
5
4
22
Mar
21
18
16
15
14
13
12
11
26
Feb
25
21
20
19
18
14
13
12
11
23
Nov
22
21
20
16
15
14
13
12
11
10
9
8
4
3
24
Oct
19
8
5
25
Sep
24
21
14
13
3
Aug
23
Jul
13
12
4
22
Jun
21
15
12
11
8
1
31
May
30
29
20
18
17
16
15
7
4
3
18
Apr
7
6
3
30
Mar
29
28
14
removed useless test
machine optimization now supports input reuse
?
remove/comment some dead code
dynamic exhaustivity check for C switches generation
bump ocamlformat version
always add `break` statement at the end of a `default:` switch branch
fix warning formatting
fix formatting of warning message about unused variables
reuse table are logged on level 3
add re and yojson to opam file (again?)
restored aggressivity of -O 3; added experimental strategies for scheduling
[optimizations] correct rewritting in conditionals for O3 (LB patch)
[strategies] use TCO map in strategies
[dune] clean dependencies (add re for tests)
[docker] remove user id
[docker] add user ID and group for run script
[docker] update docker instance name
[docker] update container ID in script
[docker] change run script name
[docker] create new Docker image for running tests
corrected again a regression bug in causality/scheduling: bad handling of tuples
restored correct inlining for constants and locals
instance counter restored
a correct scheduling should be restored
add re and yojson test deps in dune-project (opam file is generated from this file, but we need both versionned)
simpler structure for tracking rewrites
fix introduction of '__' ghost vars in branches
[optimizations] remove unnecessary log printing
fix a bug where protecting ghost vars were not introduced at the proper sites
apply the same fix to 'reassigned' ghost assignments
Fix ghost assignments introduction in branches
only print unused vars in log if there actually are unused vars
formatting
restrict dead code elim to variables eliminated by the constructor elimination step
Merge branch 'minimal-test-framework' into monolithic-reset-spec
[tests] add configuration to report
fix a bug where some files were not generated if -acsl-spec was not present
follow chains of recycling for introducing ghost assigns
avoid removing spec of `x = x` assignments
Loading