- c206b3c separate llvmmos targets and nes emu (#4299) by Patrick Quist · 2 years ago
- d180698 Fix4293 (#4298) by Patrick Quist · 2 years ago
- b67f5cf Fix Python argument order (#4295) by Rubén Rincón Blanco · 2 years ago
- 61ff341 Add Python instruction docs (#4290) by Rubén Rincón Blanco · 2 years ago
- 189d445 store compilationOptions so that we can debug buildsteps better (#4288) by Patrick Quist · 2 years ago
- 423be5b Fix execution for interpreted languages (#4289) by Rubén Rincón Blanco · 2 years ago
- cfb3dc5 Sponsorship changes (#4274) by Matt Godbolt · 2 years ago
- 1b37402 Added llvm opt pipeline timing info (#4284) by Jeremy Rifkin · 2 years ago
- fef60ac Add missing data definition directives (fixes #4275) (#4277) by Sebastian Büttner · 2 years ago
- da7d22b Set proper stubText type (#4270) by Rubén Rincón Blanco · 2 years ago
- c2b3829 Add stdout to the compilation error result (#4278) by Jeremy Rifkin · 2 years ago
- 17a56af Bugfix Map usage (#4265) by Patrick Quist · 2 years ago
- c7cfda6 Add language tooltips (#4237) by Rubén Rincón Blanco · 2 years ago
- db9b4f4 Add `Hide metadata` option to LLVM pipeline (#4243) by Ofek · 2 years, 1 month ago
- 949890e typescriptify and fix mistake overriding the wrong function (#4229) by Patrick Quist · 2 years, 1 month ago
- df36579 Add `nvc++` as a C++ compiler (#4204) by Paul Taylor · 2 years, 1 month ago
- c363d1a Port @trxcllnt improvements to awaiting (#4220) by Matt Godbolt · 2 years, 1 month ago
- 0212779 CC65 Binary + NES support (#4139) by Patrick Quist · 2 years, 1 month ago
- ca0bfdf Support multiple sponsor descripts (#4200) by Matt Godbolt · 2 years, 1 month ago
- c8e8a80 Convert sponsor.js to sponsor.js, update tests to be more targeted. (#4199) by Matt Godbolt · 2 years, 1 month ago
- ad5ece8 Bump jvms version to 18 and fix find-node path (#4192) by Mats Larsen · 2 years, 1 month ago
- 1476937 Add split host/device views for CUDA C++ (#4177) by Paul Taylor · 2 years, 1 month ago
- c5f50d6 Fix typing and usage of tools (#4180) by Matt Godbolt · 2 years, 1 month ago
- 0b7e9db ada: move to typescript (#4178) by Marc Poulhiès · 2 years, 1 month ago
- ddafb32 Try to fix main (#4173) by Rubén Rincón Blanco · 2 years, 1 month ago
- 8d5d723 Fixed bug with the llvm pass dump viewer, split test case from the llvm ir parser code (#4170) by Jeremy Rifkin · 2 years, 1 month ago
- e43660b fix: Zig trunk compile error (#4144) by zooster · 2 years, 1 month ago
- c3eee72 Sort libs based on semver (#4153) by Rubén Rincón Blanco · 2 years, 1 month ago
- b8e4d2d jakt fixes by partouf · 2 years, 1 month ago
- 3f36aa9 formatting by partouf · 2 years, 1 month ago
- aa4db15 Add tests to LlvmPassDumpParser intra-line filters (#4133) by Ofek · 2 years, 1 month ago
- 0d09aec Fix --emit llvm-ir when asked to emit binary mode (#4131) by Rubén Rincón Blanco · 2 years, 1 month ago
- 9f8d2cd fix erlang command line options by partouf · 2 years, 1 month ago
- b543993 Fix Erlang compiler & convert it to typescript (#4124) by Rubén Rincón Blanco · 2 years, 1 month ago
- 72a19da asm-mode: better tokenization for spirv (#4024) by Romaric Jodin · 2 years, 1 month ago
- b58deaf Add no-console to eslint checks (#4134) by Rubén Rincón Blanco · 2 years, 1 month ago
- 1ac540e Fix #4126 : hiding of llvm debug metadata erroneously hid also important semantic metadata (#4127) by Ofek · 2 years, 2 months ago
- f1fa016 Add stats for queue (#4117) by Matt Godbolt · 2 years, 2 months ago
- 80dd763 Add basic Racket support (#4098) by J. Ryan Stinnett · 2 years, 2 months ago
- d104aa6 Add some support for execution line linking in non tree mode (#4080) by Rubén Rincón Blanco · 2 years, 2 months ago
- 0fa5b7d Fix comment being recognized as a filename in IAR EW parser (#4099) by Justus H · 2 years, 2 months ago
- de0d1a4 Add HLSL Logo (#4093) by Chris B · 2 years, 2 months ago
- 997a2d3 add miracle emulator for z88dk sms files (#4086) by Patrick Quist · 2 years, 2 months ago
- c2e9aab Add basic support for Hook programming language (#4075) by Fábio de Souza Villaça Medeiros · 2 years, 2 months ago
- c8f1b31 Move zig compiler files to TS and fix zigc{xx} semver comparisons (#4091) by Rubén Rincón Blanco · 2 years, 2 months ago
- 66e2ecf bugfix z88dk check for .tap file by partouf · 2 years, 2 months ago
- 82deb60 bugfix z88dk check for .tap file by partouf · 2 years, 2 months ago
- 64ce939 add zx emulation with speccy (#4065) by Patrick Quist · 2 years, 2 months ago
- 2394c94 Try to fix the ld issue by using compiler options (#4071) by Rubén Rincón Blanco · 2 years, 2 months ago
- 460eda1 Add license info button to compilers (#4077) by Rubén Rincón Blanco · 2 years, 2 months ago
- 8205573 add compilationinfo and related types (#4051) by Patrick Quist · 2 years, 2 months ago
- a8aff93 compilertype not found should be fatal (#4059) by Patrick Quist · 2 years, 2 months ago
- a8a666a Fixes for cppfront (#4076) by Matt Godbolt · 2 years, 2 months ago
- 377c907 compilers: clspv: add -g (#4055) by Romaric Jodin · 2 years, 2 months ago
- cf2da5f cppfront (#4069) by Matt Godbolt · 2 years, 2 months ago
- 2556bc5 Fix eslint warning by RabsRincon · 2 years, 2 months ago
- 366cd55 Adds llvm-cov tool (#4044) by Rubén Rincón Blanco · 2 years, 2 months ago
- f5cbee5 fix clspv and spirv by partouf · 2 years, 2 months ago
- 285a1cb lintfix by partouf · 2 years, 2 months ago
- b567856 Clspvfixes (#4050) by Patrick Quist · 2 years, 2 months ago
- c4b4ee8 add compiler: skeleton for clspv (#4014) by Romaric Jodin · 2 years, 2 months ago
- 50aa2c9 Move RE creation outside function scope (#4048) by Rubén Rincón Blanco · 2 years, 2 months ago
- e039e57 tsify instructionsets (#4031) by Patrick Quist · 2 years, 2 months ago
- 1546d21 asm-parser-spirv: take OpNoLine into account (#4040) by Romaric Jodin · 2 years, 2 months ago
- 4fbdc72 Moves most re creations to the asm-parser constructor (#4035) by Rubén Rincón Blanco · 2 years, 3 months ago
- 5a83701 tsify toolchain-utils by partouf · 2 years, 3 months ago
- 8334d96 tsify exec.js (#4026) by Patrick Quist · 2 years, 3 months ago
- 13e1575 Move lib/symbol-store to TS (#4025) by Rubén Rincón Blanco · 2 years, 3 months ago
- 9a904bc hack for clang-intel ... for now by Patrick Quist · 2 years, 3 months ago
- 96e15d6 Unbundle and disassemble device code (#4019) by Patrick Quist · 2 years, 3 months ago
- 91d36fb add parser for spirv debug information (#4013) by Romaric Jodin · 2 years, 3 months ago
- 15007d3 Refactored the LLVM Optimization Pipeline to provide better diagnostics, added timeout indication to exec.js (#4016) by Jeremy Rifkin · 2 years, 3 months ago
- 4051b4a typescriptify clang.js (#4018) by Patrick Quist · 2 years, 3 months ago
- e330b46 use openCL from icx install (#4015) by Robert Cohn · 2 years, 3 months ago
- 56dd810 fix for nvcc to support execution for local instances by partouf · 2 years, 3 months ago
- c6874f4 Add llvm opt pipeline llc and opt support (#4004) by Andreas Jonson · 2 years, 3 months ago
- c8b79c9 Ensure displayed name is `name` if set (#4001) by Rubén Rincón Blanco · 2 years, 3 months ago
- 5a0e67b Update compiler.exe when resolving relative paths (#3998) by Leonard Mosescu · 2 years, 3 months ago
- 0eb4c2e Cache stringified opt remarks, to avoid displaying many duplicates (#3993) by Ofek · 2 years, 3 months ago
- 1b45f20 Update firejail (#3984) by Austin Morton · 2 years, 3 months ago
- 219f061 Ensure first MIR pass marked as changed (#3988) by J. Ryan Stinnett · 2 years, 3 months ago
- 54c9cfd Z88dk (#3990) by Patrick Quist · 2 years, 3 months ago
- 3f6004b Add z88dk (#3812) by Patrick Quist · 2 years, 3 months ago
- 16dca9d Bring back old behaviour of 404 on missing compiler (#3981) by Rubén Rincón Blanco · 2 years, 3 months ago
- 105b814 Fixes wrong types in libraries.interfaces.ts (#3982) by Rubén Rincón Blanco · 2 years, 3 months ago
- 7c6a529 Move compilers/golang to Typescript (#3980) by Rubén Rincón Blanco · 2 years, 3 months ago
- 44aa191 Add debug info filter option to LLVM opt pipeline viewer (#3987) by J. Ryan Stinnett · 2 years, 3 months ago
- f5cd52f Fix execution on wine-vc compilers (#3986) by Edward J. Schwartz · 2 years, 3 months ago
- ba5dafa Adds some ts typings to base-compiler.ts (#3966) by Rubén Rincón Blanco · 2 years, 3 months ago
- e43841c Improve RGA register analysis association (#3977) by Jeremy Ong · 2 years, 3 months ago
- 9584893 Add RGA compiler support to HLSL (#3961) by Jeremy Ong · 2 years, 3 months ago
- 16b1762 JBOF: Just a Bunch of Fixes (#3957) by Rubén Rincón Blanco · 2 years, 3 months ago
- d928bcc Add preliminary HLSL support (#3932) by Jeremy Ong · 2 years, 4 months ago
- c8ce581 Makes language logo optional in all cases (#3934) by Rubén Rincón Blanco · 2 years, 4 months ago
- 49edec4 Repair http(s) includes after formatting (#3924) by Florian Albrechtskirchinger · 2 years, 4 months ago
- 16b0602 Add basic CIRCT compiler support. (#3917) by Mike Urbach · 2 years, 4 months ago
- 74bc5f0 Fix `[object Object]` opt remarks display (#3918) by Ofek · 2 years, 4 months ago
- 3845b4c Exclude bogus DebugLoc from opt remarks (#3914) by Ofek · 2 years, 4 months ago
- 63a88e0 Adds ability to detect incompatible options & userOptions (#3912) by Rubén Rincón Blanco · 2 years, 4 months ago
- 6b6c9ff Allow having an icon for the tools. (#3894) by Fred Tingaud · 2 years, 4 months ago