Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fail
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
Container 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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
E-EXK4 - Operating System Group
projects
fail
Graph
f114944af9ed8b453972b8ee425636d04402f55b
Select Git revision
Branches
3
feature/dfprune
feature/rettag
feature/sail
default
protected
3 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jun
23
Mar
3
4
Feb
27
Jan
22
Dec
15
13
10
6
5
25
Nov
24
19
18
15
10
7
3
2
27
Oct
23
Aug
18
17
16
12
9
1
27
Jul
13
26
Mar
24
18
Dec
16
10
Sep
4
6
Jul
8
Jun
24
May
23
20
13
17
Mar
16
30
Oct
28
22
21
11
Dec
3
Sep
27
Aug
9
3
1
31
Jul
30
27
24
9
May
3
1
Mar
15
Sep
1
Aug
3
Dec
6
Oct
9
Sep
8
29
Aug
6
1
26
Jul
15
Mar
11
10
12
Feb
29
Jan
9
14
Nov
18
Sep
3
7
Aug
6
5
31
Jul
29
23
19
Jun
16
25
Apr
20
17
16
10
8
1
18
Mar
6
9
Feb
7
5
2
30
Jan
29
23
21
14
13
12
11
10
9
8
6
16
Dec
3
14
Nov
10
7
3
23
Oct
22
21
15
8
7
1
30
Sep
29
25
24
18
8
2
29
Aug
28
25
25
Jul
18
13
4
3
30
Jun
27
26
25
20
19
17
16
13
11
5
4
3
19
May
8
27
Apr
25
23
11
8
7
5
3
2
1
30
Mar
27
26
24
21
20
19
18
5
26
Feb
25
20
19
18
17
11
9
7
31
Jan
30
28
27
24
23
22
21
20
15
14
13
6
3
11
Dec
6
5
4
2
18
Nov
13
11
6
1
28
Oct
24
23
21
17
Implement RISC-V Rettag
feature/rettag
feature/rettag
final version
feature/dfprune
feature/dfprune
update
update
Build SAIL/AVR without register tracing
feature/sail
feature/sail
changed the way DFP cleans and creates fsp tables
deleted obsolete code
mainly improved on global mask rules
added the register widths in CapstoneToFailSail
added function to validate global masking bits
added more registers from riscv.h to translate (that may or may not be correct)
updated mask rules and process_disassemble_string
updated DFP
updated DFG, Tracing and Capstone
Update tools/dump-trace/DumpTrace.cc, tools/prune-trace/DataFlowPruner.cc, tools/prune-trace/DataFlowPruner.hpp, src/plugins/tracing/TracingPlugin.cc, src/core/util/capstonedisassembler/CapstoneToFailSail.cpp, src/core/util/capstonedisassembler/CapstoneDisassembler.cpp files
updated make_json() and more for DataFlowPruner.cc
added a method to write the DFG into a JSON file
commented out extended trace check
uncommented extended trace check
updated DFP
added CapstoneToFailSail and updated capstone related stuff
added capstone directory
Update configurations/sail.sh, src/core/sal/Register.hpp, tools/prune-trace/CMakeLists.txt, tools/prune-trace/DataFlowPruner.cc, tools/prune-trace/DataFlowPruner.hpp, tools/prune-trace/main.cc files
undid capstonedisassembler changes from last time
updated files in util/capstonedisassembler
Merge branch 'feature/sail' into feature/dfprune
import-trace/ElfImporter: support line format of llvm-objdump
DFP files from LCTES paper [only added comments]
sail/avr: regdata_t has to be larger
generic-tracing: record proper timestamps for benchmarking
gitlab-ci: Enable build of AVR FAIL*
sail/riscv: Make minstret an implementation specific register
generic-*: Also report memory type for bounds of lower/outer memory
SAIL: Integrate AVR Emulator
SAIL: move register translation to SAIL interface
compiler: fix warnings about signedness
experiments: remove AspectC++ dependency
Merge remote-tracking branch 'horst/remove-aspectc++' into remove-aspectc++
gitlab-ci: Build also with modified SAIL Compiler
import-trace: derive dynamic instruction from time
Loading