A VSCode Compiler Explorer Plugin for Clang

This page summarizes the projects mentioned and recommended in the original post on /r/LLVM

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • vscode-llvm

    VSCode LLVM Compiler Explorer

  • Recently, I made a VSCode plugin - (https://github.com/sunxfancy/vscode-llvm) which is very similar to Compiler Explorer (godbolt.org). Here is the story: when I was working on changing or writing passes in Clang. If the output is not as expected, it was quite hard finding which pass is causing the problem. A transformation of IR may cause a problem in the very end of the pipeline. This plugin works like compiler explorer to show inner LLVM IR changes after each pass to help you explore what happens in the compiler pipeline.

  • compiler-explorer

    Run compilers interactively from your web browser and interact with the assembly

  • Recently, I made a VSCode plugin - (https://github.com/sunxfancy/vscode-llvm) which is very similar to Compiler Explorer (godbolt.org). Here is the story: when I was working on changing or writing passes in Clang. If the output is not as expected, it was quite hard finding which pass is causing the problem. A transformation of IR may cause a problem in the very end of the pipeline. This plugin works like compiler explorer to show inner LLVM IR changes after each pass to help you explore what happens in the compiler pipeline.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Which books/resources to understand modern Assembler?

    6 projects | news.ycombinator.com | 21 Apr 2024
  • Managing mutable data in Elixir with Rust

    1 project | news.ycombinator.com | 16 Feb 2024
  • Free MIT Course: Performance Engineering of Software Systems

    4 projects | news.ycombinator.com | 10 Jan 2024
  • Verifying Rust Zeroize with Assembly...including portable SIMD

    1 project | dev.to | 10 Jan 2024
  • Operator precedence doubt

    1 project | /r/cprogramming | 11 Dec 2023