Commit Graph

  • 39723aa78d refactor: simplify and deduplicate gh-17398 molty/backend-api mattgodbolt-molty 2026-02-22 18:03:17 -06:00
  • fd6b46fc99 fix: address third Copilot round — postJson error body + setBackendApi gh-17396 mattgodbolt-molty 2026-02-22 17:53:53 -06:00
  • 1c3e2d2eb0 Filter NVCC fatbinData label from assembly output (#5178) gh-17393 mattgodbolt-molty 2026-02-22 17:35:50 -06:00
  • 30ca56cd2d Centralize CORS handling for /api routes (#8504) gh-17392 Saagar Jha 2026-02-22 15:29:21 -08:00
  • 54572dfa4d Add LLVM IR filters for declarations and library function thunks (#8503) gh-17391 Matt Godbolt (bot acct) 2026-02-22 17:25:36 -06:00
  • 17d1898b3a Add support for additional compiler options in .NET compilers (#8497) gh-17390 Steve 2026-02-23 08:09:28 +09:00
  • ccafabc85a Bump .NET versions (#8496) gh-17389 Steve 2026-02-23 08:08:31 +09:00
  • d3f9c82320 refactor: replace $.ajax with fetch; address second Copilot round gh-17387 mattgodbolt-molty 2026-02-22 16:15:34 -06:00
  • 9e0e4e8e7d fix: address Copilot feedback and behavioural review gh-17385 mattgodbolt-molty 2026-02-22 15:59:17 -06:00
  • 51ff48ebe0 refactor: address second round of review feedback gh-17383 mattgodbolt-molty 2026-02-22 15:44:14 -06:00
  • f659dbc594 refactor: address review feedback on BackendApi PR gh-17381 mattgodbolt-molty 2026-02-22 15:29:39 -06:00
  • 92fd9f5dfc refactor: extract BackendApi interface from CompilerService and friends gh-17379 mattgodbolt-molty 2026-02-22 15:14:28 -06:00
  • 0a84326725 Narrow library function regex to jfptr_ only; use real-world Julia IR in tests gh-17376 mattgodbolt-molty 2026-02-21 18:54:35 -06:00
  • 70234abfaf Make filterDeclarations/filterLibraryFunctions optional in LLVMIrBackendOptions gh-17374 mattgodbolt-molty 2026-02-21 18:46:19 -06:00
  • 8fa9684131 Change filterDeclarations and filterLibraryFunctions to opt-in (off by default) gh-17372 mattgodbolt-molty 2026-02-21 18:33:21 -06:00
  • 57197182ac Add unit tests for filterDeclarations and filterLibraryFunctions IR filters gh-17370 mattgodbolt-molty 2026-02-21 18:22:37 -06:00
  • e36f83cb62 Add LLVM IR filters for declarations and library function thunks gh-17368 mattgodbolt-molty 2026-02-21 15:55:40 -06:00
  • ab95e8a644 Fix ex-WINE MSVC compiler sort order (#8500) gh-17365 Matt Godbolt (bot acct) 2026-02-21 14:05:51 -06:00
  • d036e5aad0 Fix nasm default output format to elf64 gh-17366 mattgodbolt-molty 2026-02-21 14:05:48 -06:00
  • 5d6bcebb29 Fix ex-WINE MSVC compiler sort order gh-17361 mattgodbolt-molty 2026-02-21 13:53:36 -06:00
  • d05e74eb1d Update llvmDisassembler to clang 19.1.0 (#8498) gh-17360 Matt Godbolt (bot acct) 2026-02-21 12:39:23 -06:00
  • c08a52e878 Update llvmDisassembler to clang 19.1.0 gh-17356 mattgodbolt-molty 2026-02-21 12:38:21 -06:00
  • 76a61ed476 feat(cypress): intercept-based fake compiler for E2E tests (Option C) gh-17358 molty/cypress-intercept mattgodbolt-molty 2026-02-21 12:37:53 -06:00
  • e6f50e59a7 nsjail documentation gh-17351 Partouf 2026-02-20 12:54:12 +01:00
  • 6b0c0a9e2b docs: update Cypress docs for fake compiler gh-17347 mattgodbolt-molty 2026-02-19 08:13:23 -06:00
  • 0270d80a88 refactor: apply Copilot review feedback and restore lost test gh-17345 mattgodbolt-molty 2026-02-19 06:59:43 -06:00
  • eabab257b7 refactor: apply Copilot review feedback and restore lost test gh-17343 mattgodbolt-molty 2026-02-19 06:59:43 -06:00
  • 892cacb855 feat: use fake compiler across all Cypress tests and CI gh-17341 mattgodbolt-molty 2026-02-18 22:58:59 -06:00
  • 752009d3af feat: port all Cypress tests to use CypressCompiler fake gh-17339 mattgodbolt-molty 2026-02-18 22:47:39 -06:00
  • 261857f1de refactor: simplify CypressCompiler to echo source as asm gh-17337 mattgodbolt-molty 2026-02-18 21:53:49 -06:00
  • b62566c548 feat: add CypressCompiler for E2E UI tests gh-17336 mattgodbolt-molty 2026-02-18 21:19:27 -06:00
  • 83b241ae80 feat(cypress): executor, GCC dump, preprocessor, opt remarks, and shortcut tests (#8489) gh-17335 Matt Godbolt (bot acct) 2026-02-18 20:39:27 -06:00
  • 3036bedf74 fix(cypress): add :visible to openPaneFromCompiler selector gh-17333 mattgodbolt-molty 2026-02-18 20:25:28 -06:00
  • e0691339b0 fix(cypress): remove fragile opt remarks content test gh-17331 mattgodbolt-molty 2026-02-18 14:42:16 -06:00
  • 1be502761d fix(cypress): apply Copilot review feedback gh-17329 mattgodbolt-molty 2026-02-18 13:58:21 -06:00
  • 6a7c17878d feat(cypress): add executor, GCC dump, preprocessor, opt remarks, and shortcut tests gh-17327 mattgodbolt-molty 2026-02-18 13:32:46 -06:00
  • 0f2928f027 refactor(cypress): extract shared helpers to utils.ts (#8488) gh-17326 Matt Godbolt (bot acct) 2026-02-18 12:34:46 -06:00
  • 48f1aed6b2 style(cypress): remove section banner comments from utils.ts gh-17324 mattgodbolt-molty 2026-02-18 11:53:00 -06:00
  • 550208caab fix(cypress): apply Copilot review feedback gh-17322 mattgodbolt-molty 2026-02-18 11:01:54 -06:00
  • b7c45b88b2 refactor(cypress): extract shared helpers to utils.ts gh-17320 mattgodbolt-molty 2026-02-18 07:26:51 -06:00
  • fee671eb0c Cypress E2E tests: conformance view, diff view, multi-compiler (#8484) gh-17319 Matt Godbolt (bot acct) 2026-02-18 07:06:57 -06:00
  • 395d9db49b fix: allow plus signs in property key names and values gh-17316 Partouf 2026-02-17 21:37:13 +01:00
  • fa81d5b71c Extract lastCompilerContent() helper in diff test gh-17314 mattgodbolt-molty 2026-02-16 23:04:26 -06:00
  • e3aeadfe45 Address Copilot review feedback gh-17312 mattgodbolt-molty 2026-02-16 22:55:05 -06:00
  • b05668c124 Add Cypress E2E tests for conformance, diff, and multi-compiler gh-17310 mattgodbolt-molty 2026-02-16 22:24:13 -06:00
  • ad480589d2 WIP: Cypress E2E tests for core compilation workflow (#8478) gh-17309 Matt Godbolt (bot acct) 2026-02-16 21:04:18 -06:00
  • 8e5bec2a82 Use :visible selectors and fix JSDoc comments gh-17307 mattgodbolt-molty 2026-02-16 20:53:30 -06:00
  • 328934696d fix gh-17306 Partouf 2026-02-17 03:34:57 +01:00
  • c812d5f89f Address review feedback gh-17304 mattgodbolt-molty 2026-02-16 20:33:09 -06:00
  • ec27dd9b43 Remove unnecessary {enter} from compiler options typing gh-17302 mattgodbolt-molty 2026-02-16 20:11:11 -06:00
  • 6f83d5199b Merge remote-tracking branch 'origin/main' into molty/cypress-compile-tests gh-17300 mattgodbolt-molty 2026-02-16 19:54:56 -06:00
  • e3fdd58866 Add ICU library to C++ configuration gh-17299 Partouf 2026-02-17 02:46:06 +01:00
  • e0e7647e10 fix: add node_modules to cypress typeRoots (#8482) gh-17298 Matt Godbolt (bot acct) 2026-02-16 19:42:54 -06:00
  • 7676ce14e8 feat: add cypress tsconfig to ts-check CI step gh-17296 mattgodbolt-molty 2026-02-16 19:29:40 -06:00
  • b73eafabe9 fix: resolve all cypress tsconfig type errors gh-17294 mattgodbolt-molty 2026-02-16 19:28:10 -06:00
  • 3ca2ba097e fix: add node_modules to cypress typeRoots for bundled types gh-17292 mattgodbolt-molty 2026-02-16 19:23:00 -06:00
  • 96b3a93226 Fix cypress typeRoots to find bundled types gh-17289 gh-17288 mattgodbolt-molty 2026-02-16 19:20:42 -06:00
  • 0774fc2b4c Add Output pane and editor interaction tests gh-17284 mattgodbolt-molty 2026-02-16 17:08:37 -06:00
  • 25432d0647 Use GoldenLayout tab titles to find panes gh-17282 mattgodbolt-molty 2026-02-16 16:56:38 -06:00
  • ab9ab18cb6 Use robust pane selectors instead of fragile DOM ordering gh-17280 mattgodbolt-molty 2026-02-16 16:52:05 -06:00
  • 7415a5a172 Update copyright to 2026 and extract common test setup gh-17278 mattgodbolt-molty 2026-02-16 16:34:44 -06:00
  • d43a3dd627 Extract Monaco text helpers and add remaining tests gh-17276 mattgodbolt-molty 2026-02-16 15:51:10 -06:00
  • 18a355b57c Add compiler options, output filter, and compilation error tests gh-17274 mattgodbolt-molty 2026-02-16 15:47:37 -06:00
  • 6783e07e19 Add source-assembly line linking tests gh-17272 mattgodbolt-molty 2026-02-16 15:38:38 -06:00
  • 822443883f Add source-assembly line linking tests gh-17270 mattgodbolt-molty 2026-02-16 15:35:35 -06:00
  • 9e01b241e1 Add Cypress E2E tests for basic compilation workflow mattgodbolt-molty 2026-02-16 15:28:57 -06:00
  • 624c5c026e Update npm dependencies and fix tom-select type import (#8477) gh-17287 gh-17267 Matt Godbolt 2026-02-16 15:12:07 -06:00
  • 53dab0af48 bump gh-17265 Matt Godbolt 2026-02-16 15:02:25 -06:00
  • b1f8240bd3 Update npm dependencies and fix tom-select type import gh-17263 Matt Godbolt 2026-02-16 14:48:22 -06:00
  • a11ae0dd3a Update jQuery to v4.0.0 (#8402) gh-17262 Matt Godbolt 2026-02-16 14:07:57 -06:00
  • 97233932f1 Add m68k asm parser to handle | comment character (#8469) gh-17261 Erik Hemming 2026-02-16 21:01:37 +01:00
  • f692962005 docs: note Go convention for cross-arch point release updates (#8475) gh-17260 Matt Godbolt (bot acct) 2026-02-16 13:58:44 -06:00
  • 3c873d8ff0 fix: add aliases for replaced Go amd64 compiler IDs (#8476) gh-17259 Matt Godbolt (bot acct) 2026-02-16 13:54:49 -06:00
  • 1ab7797961 fix: add aliases for replaced Go amd64 compiler IDs gh-17257 mattgodbolt-molty 2026-02-16 13:48:53 -06:00
  • bdc6bcc1c5 docs: note Go convention for cross-arch point release updates gh-17255 mattgodbolt-molty 2026-02-16 13:37:13 -06:00
  • 2a636a3570 Add Go 1.26.0 (#8462) gh-17254 Dmitriy Matrenichev 2026-02-16 22:47:47 +03:00
  • 0c5e0cd031 docs: note Go convention for cross-arch point release updates gh-17252 mattgodbolt-molty 2026-02-16 13:37:13 -06:00
  • be4294ce2b update perl "compiler" and library configurations (#8464) gh-17247 Tony Cook 2026-02-17 05:07:04 +11:00
  • 2af0449016 Add Slang 2026.2 (#8470) gh-17246 Spencer Fricke 2026-02-16 12:59:09 -05:00
  • 830f792fca Add clang for ROCm 7.0.2-7.2.0 (#8471) gh-17245 averne 2026-02-16 18:58:24 +01:00
  • cef3a56049 docs: document compiler ID stability rules (#8474) gh-17243 Matt Godbolt (bot acct) 2026-02-16 10:53:20 -06:00
  • da8059fa84 Add CCCL 3.2.1 (#8468) gh-17242 Cliff Burdick 2026-02-16 08:52:55 -08:00
  • 65234000f5 docs: document compiler ID stability rules gh-17240 mattgodbolt-molty 2026-02-16 10:47:09 -06:00
  • 1946ade5c8 docs: document compiler ID stability rules gh-17238 mattgodbolt-molty 2026-02-16 10:47:09 -06:00
  • 92a9099664 docs: document compiler ID stability rules gh-17234 mattgodbolt-molty 2026-02-16 10:47:09 -06:00
  • 1c818f42ca docs: document compiler ID stability rules gh-17232 mattgodbolt-molty 2026-02-16 10:47:09 -06:00
  • e7616b4a72 Merge branch 'main' into update-jquery-4 gh-17230 Matt Godbolt 2026-02-16 10:47:29 -06:00
  • 34938f6167 docs: document compiler ID stability rules gh-17228 mattgodbolt-molty 2026-02-16 10:47:09 -06:00
  • 7d0d75d544 Bump cryptography from 46.0.1 to 46.0.5 in /etc/scripts/docenizers (#8463) dependabot[bot] 2026-02-16 10:46:54 -06:00
  • c4c0ad4c8b [llvm-ir]: Filter empty metadata nodes (#8473) gh-17226 narpfel 2026-02-16 17:38:21 +01:00
  • 08ba65abd7 fix: use llvm-objdump for cross-architecture binary disassembly (#8460) gh-17225 Christopher Erleigh 2026-02-16 18:35:07 +02:00
  • 097e74e223 [llvm-ir]: Filter empty metadata nodes gh-17223 Paul Gey 2026-02-15 20:54:59 +01:00
  • f50b519ef5 Expand IDE mode docs with Ctrl+S, tab behaviour, and compiler notes gh-17222 Partouf 2026-02-14 19:26:23 +01:00
  • 42decbab41 Add documentation about IDE mode (#8466) gh-17221 Victor Vianna 2026-02-14 18:14:59 +00:00
  • 9b3ba26882 Bump qs from 6.14.1 to 6.14.2 (#8472) gh-17220 dependabot[bot] 2026-02-14 19:14:05 +01:00
  • ec132a15c0 [CUDA, clang] Switch clang CUDA compilers that use cuda-13.* to trunk (#8386) gh-17219 Artem Belevich 2026-02-14 08:55:50 -08:00
  • ac56744927 Add compiler overrides for dex2oat (#8435) gh-17199 jiakaiz-g 2026-02-09 18:27:57 +00:00
  • e9e629adf0 feat(fortran): add LLVM flang release versions 16-20 (#8457) gh-17198 Matt Godbolt (bot acct) 2026-02-08 21:41:58 -06:00
  • 164d33bb42 Add TinyGo compiler support (#8456) gh-17195 Matt Godbolt (bot acct) 2026-02-08 15:02:47 -06:00
  • 51795c44c0 Add TinyGo 0.38.0, 0.39.0, 0.40.1 to config gh-17193 mattgodbolt-molty 2026-02-08 14:55:00 -06:00