Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LLVM IR language module #1233

Merged
merged 25 commits into from
Aug 23, 2023
Merged

Add LLVM IR language module #1233

merged 25 commits into from
Aug 23, 2023

Conversation

NiklasHeneka
Copy link
Contributor

This PR adds a language module for the intermediate representation of LLVM.
The language module targets LLVM 15 and is based on the new language module structure.

The choice of tokens includes nesting tokens for functions and basic blocks and separate tokens for various elements. These include binary and bitwise instructions (like addition and or), memory operations (like load and store), terminator instructions (like branches), conversions, global variables, type definitions, constants and others.

@tsaglam tsaglam added enhancement Issue/PR that involves features, improvements and other changes major Major issue/feature/contribution/change language PR / Issue deals (partly) with new and/or existing languages for JPlag labels Aug 9, 2023
pom.xml Outdated Show resolved Hide resolved
@tsaglam

This comment was marked as outdated.

@tsaglam

This comment was marked as outdated.

@NiklasHeneka NiklasHeneka marked this pull request as ready for review August 15, 2023 11:59
@tsaglam tsaglam requested a review from a team August 15, 2023 12:10
@tsaglam

This comment was marked as outdated.

@tsaglam tsaglam reopened this Aug 16, 2023
Copy link
Contributor

@TwoOfTwelve TwoOfTwelve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good, just some small things.

languages/llvmir/README.md Show resolved Hide resolved
languages/llvmir/README.md Show resolved Hide resolved
Copy link
Member

@dfuchss dfuchss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small comment

languages/llvmir/pom.xml Outdated Show resolved Hide resolved
Copy link
Member

@tsaglam tsaglam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a few minor issues.

@sonarcloud
Copy link

sonarcloud bot commented Aug 22, 2023

[JPlag Plagiarism Detector] Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@tsaglam

This comment was marked as outdated.

@tsaglam tsaglam merged commit ea11a30 into jplag:develop Aug 23, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issue/PR that involves features, improvements and other changes language PR / Issue deals (partly) with new and/or existing languages for JPlag major Major issue/feature/contribution/change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants