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

Fix some issues #1

Merged

Commits on Apr 2, 2023

  1. refactor: Refactor setPrinterParameters function for broader coverage

    - Improve handling of `GPostfix` in `setPrinterParameters` function in `DecoderEmitter.cpp`
    - Update `setPrinterParameters` to handle more cases when setting `GPostfix`
    - Add `switch` statement to handle different cases when setting `GPostfix` based on output language
    - Remove unnecessary line setting `GPostfix` in `DecoderEmitter.cpp`
    imbillow committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    04389a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. refactor: Refactor instruction printing in TableGen.

    - Refactor PrinterCapstone.cpp to utilize a new normal mnemonic function for MatchableInfo objects
    - Replace hardcoded Mnemonic.upper() with new function call for readability
    imbillow committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    94eba85 View commit details
    Browse the repository at this point in the history
  2. Fix: Capstone printer code

    - Change type of `Mn` to `std::string` in [llvm/utils/TableGen/PrinterCapstone.cpp]
    - Use `mapped_iterator` to uppercase `Mnemonic` before assigning to `Mn`
    imbillow committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    40f12b6 View commit details
    Browse the repository at this point in the history
  3. Fix: capstone register enum code in LLVM TableGen printer

    - Replace ARM_REG_ENDING with TargetName_REG_ENDING in PrinterCapstone.cpp
    imbillow committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    18fa6cf View commit details
    Browse the repository at this point in the history