Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
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
Service Desk
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
Third Party Mirrors
Keystone
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
c79adbcc18f97b7261d653f0497880bac15e2493
Select Git revision
Branches
5
FixAbs
cleanup
master
default
protected
next
test
Tags
6
0.9.2
0.9.2-rc1.post2
0.9.2-rc1.post1
0.9.2-rc1
0.9.1
0.9
11 results
Begin with the selected commit
Created with Raphaël 2.2.0
29
May
30
29
28
29
28
29
28
27
28
27
26
27
26
25
24
25
24
23
22
21
20
21
20
19
18
17
16
15
14
13
12
11
10
11
10
9
10
9
8
7
8
7
6
5
4
3
2
1
2
1
30
Apr
29
30
29
28
29
28
Simplify crash case further.
Simplify crash case.
Simplify crash case.
Add crash case crash-26-x64-indexreg-already-set.c
Add crash case crash-25-x64-expected-an-immediate-or-register.c
[gardening] Fix typo: "and immediate" → "an immediate"
cleanup unused files
fix a bug in introduced by the last commit
handle equal directive. this fixes c-crashes/crash-12-x64-cannot-set-a-variable-that-has-already-been-used.c
handle error in applyFixup(). this fixes c-crashes/crash-23-x64-value-does-not-fit-in-the-fixup-field.c
x86: report unsupported instructions in encodeInstruction(). this fixes c-crashes/crash-24-x64-not-is16bitmemoperand.c
Merge branch 'master' of https://github.com/keystone-engine/beta
handle parser error in getIntVal(), getAPIntVal() & Lex(). this fixes some crashes in c-crashes
Merge pull request #131 from practicalswift/add-two-crash-cases
Add two crash cases:
Merge pull request #128 from practicalswift/this-is-not-an-immediate
Add crash case crash-22-x64-this-is-not-an-immediate.c
handle error of EmitIntValue() to fix some ARM assertation bugs
Merge pull request #126 from practicalswift/expected-absolute-expression
Merge pull request #120 from practicalswift/use-platform-in-crash-filename
Merge pull request #119 from practicalswift/add-test-status-script
Add crash case crash-21-x64-llvm-error-expected-absolute-expression.c
Use platform name in crash filenames. Mark x86_64 crashes as such.
Add test status script.
c-crashes: print \n before each run for readability
c-crashes: print out error type
update bindings after the last change
propagate error from llvm/lib/MC/MCParser/AsmParser.cpp to ks_asm()
Merge pull request #118 from practicalswift/run-crash-cases-in-deterministic-order
Run crash cases in deterministic order.
Merge branch 'master' of https://github.com/keystone-engine/beta
Merge pull request #116 from practicalswift/segfault-in-llvm-mcassembler-computefragmentsize
Merge pull request #115 from practicalswift/unable-to-encode-mcoperand
Add crash case crash-20-segfault-in-llvm-mcassembler-computefragmentsize.c
Add crash case crash-19-unable-to-encode-mcoperand.c
arm: propagate more error back to ks_asm()
arm64: propagate parser error back to ks_asm()
arm: propagate more parser error to ks_asm()
Revert "Limit value of local labels (fix #82)."
Merge pull request #114 from ekse/fix-local-label
Loading