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 GitHub actions #3

Open
wants to merge 22 commits into
base: vmihalko-devel
Choose a base branch
from
Open

Add GitHub actions #3

wants to merge 22 commits into from

Commits on May 13, 2023

  1. parser: add std::optional

    vmihalko committed May 13, 2023
    Configuration menu
    Copy the full SHA
    cd732a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bd11a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6a194 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f21d903 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea4236d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    afdae14 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    277930b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd6745b View commit details
    Browse the repository at this point in the history
  9. parser: DIfunction might parse itself during parsing

    e.g., type function occurs as arg type or return type
    vmihalko committed May 13, 2023
    Configuration menu
    Copy the full SHA
    ac4f68e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bdf287 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. cmake: remove headers from sources

    ... because it's redundant. CMake tracks changes in used headers on its own.
    lzaoral authored and vmihalko committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    0cf2280 View commit details
    Browse the repository at this point in the history
  2. cmake: fix compatibility with multiconfig generators

    ... e.g. with Ninja Multi-Config or Xcode.
    
    Fixes:
    CMake Error in test/CMakeLists.txt:
      Evaluation file to be written multiple times with different content.  This
      is generally caused by the content evaluating the configuration type,
      language, or location of object files:
    
       /home/lukas/llvm2c/build/test/run
    lzaoral authored and vmihalko committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    31e5126 View commit details
    Browse the repository at this point in the history
  3. cmake: remove redundant static LLVM libraries

    ... from the list of libraries for linker.
    lzaoral authored and vmihalko committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    345ac77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e851a4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69f4098 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f6038 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3067553 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2636f0b View commit details
    Browse the repository at this point in the history
  9. parser: remove unused function

    Fixes:
    llvm2c/parser/createExpressions.cpp:60:61: error: unused function 'args_wrapper' [-Werror,-Wunused-function]
    static inline llvm::iterator_range<llvm::User::op_iterator> args_wrapper(llvm::CallInst *CI) {
    lzaoral authored and vmihalko committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f784ce1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7156506 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    703535d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    49d0af0 View commit details
    Browse the repository at this point in the history