1. 5163107 Fix caching of asm opcodes by Matt Godbolt · 8 years ago
  2. 4d6e95c Don't send 404s for unknown opcodes (makes things messier in js console and caching). Use client-side caching to prevent unnecessary fetches. by Matt Godbolt · 8 years ago
  3. 0d38dfa Set caching headers on asm API requests by Matt Godbolt · 8 years ago
  4. ca75d5a Fix exception when handling unknown opcodes by Matt Godbolt · 8 years ago
  5. 687cf28 Move asm-docs into server directory by Matt Godbolt · 8 years ago
  6. 2a24071 Fix up wine compilations by Matt Godbolt · 8 years ago
  7. 4f9c79c Disable execution by Matt Godbolt · 8 years ago
  8. 33b801e Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  9. 9a91ee0 Don't `trim()` output lines. Fixes #339, hopefully doesn't introduce any new issues by Matt Godbolt · 8 years ago
  10. 633311f Lowercase hierarchy names. Fixes #336 by Matt Godbolt · 8 years ago
  11. 5c46064 Attempt at fixing #228 by Matt Godbolt · 8 years ago
  12. aeffa94 Fix up ldc. Actually test it first *blush*. See #300 by Matt Godbolt · 8 years ago
  13. 6d1bc7e d/ldc: Enable Intel syntax by David Nadlinger · 8 years ago
  14. f740c1a Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  15. 81d076b Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 8 years ago
  16. cbc4d0b Remove old diff handler; old static directory (at last!) by Matt Godbolt · 8 years ago
  17. e32e2cb Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  18. 6d2959f Better error handling by Matt Godbolt · 8 years ago
  19. 877886d Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  20. bafc482 Error handling tweaks by Matt Godbolt · 8 years ago
  21. e7e4bc6 Merge branch 'master' into execution by Matt Godbolt · 8 years ago
  22. f3fe7a6 Merge branch 'master' into monaco by Matt Godbolt · 8 years ago
  23. fc9ab9e Add error call back by Matt Godbolt · 8 years ago
  24. 0d04f0b Catch stream errors. Maybe addresses #228 by Matt Godbolt · 8 years ago
  25. 2b1be4e Fix proxying of requests. Fixes #239 by Matt Godbolt · 8 years ago
  26. ccd863e Bunch of TODOs; inline warnings/errors etc by Matt Godbolt · 8 years ago
  27. 6ecd63b Banner fixes by Matt Godbolt · 8 years ago
  28. 47195c2 Don't clean up temp diretories if there are pending compilations. Fixes #212. by Matt Godbolt · 8 years ago
  29. 23efc05 New RESTful API by Matt Godbolt · 8 years ago
  30. 65b5bf4 Correctly identify PROC and ENDP even when a comment is on the same line. Fixes #235 by Matt Godbolt · 8 years ago
  31. f6ab7fe base-compiler.js: acknowledge checkSource weakness by Alexander Monakov · 8 years ago
  32. 25f49f9 Kill entire process tree of a child when the timeout is reached. Fixes #232 by Matt Godbolt · 8 years ago
  33. 806e1bd Docker-fu to get cleaned-up, time-killed sandboxed executables by Matt Godbolt · 8 years ago
  34. 88589fc Work in progress on execution by Matt Godbolt · 8 years ago
  35. b6e9a46 Another year, another copyright update by Matt Godbolt · 8 years ago
  36. 1b02040 s/gcc-explorer/compiler-explorer/g by Matt Godbolt · 8 years ago
  37. 3e32a53 Don't submit compile jobs until the queue process lets us. Prevents OOM issues under heavy compile load. Fixes #219 by Matt Godbolt · 8 years ago
  38. 050f5e3 Properly treat MIPS label definitions. Fixes #214 by Matt Godbolt · 8 years ago
  39. c4411ff Use -C debuglevel=1 to maybe mitigate #79 by Matt Godbolt · 8 years ago
  40. 506e2e7 Fix intel support in gccs by Matt Godbolt · 8 years ago
  41. 0a91ea3 Mostly repair the 6g compiler by Matt Godbolt · 8 years ago
  42. 4688d8b Fix 6g by Matt Godbolt · 8 years ago
  43. c28b792 Alternative way of handling spawn by Matt Godbolt · 8 years ago
  44. ed12b7e Filter out more labels that are unreferenced by Matt Godbolt · 8 years ago
  45. 88897a2 Fix for ARM by Matt Godbolt · 8 years ago
  46. a91e1ee Fix up initial labels/function definitions. by Matt Godbolt · 8 years ago
  47. 411cb2d Huge wild guess as to what's going on with compilers at startup by Matt Godbolt · 8 years ago
  48. 457888a Maybe fix up 6g by Matt Godbolt · 8 years ago
  49. 115bc4d Debug help by Matt Godbolt · 8 years ago
  50. db9a258 Self/this/whatever by Matt Godbolt · 8 years ago
  51. 8ca2b36 Intel fixes for rust by Matt Godbolt · 8 years ago
  52. 4839c9f More fixes by Matt Godbolt · 8 years ago
  53. d37dc97 More rust fixes; should address #139 by Matt Godbolt · 8 years ago
  54. c82915e Fix rust (maybe) by Matt Godbolt · 8 years ago
  55. 0337259 Handle missing compilers more gracefully by Matt Godbolt · 8 years ago
  56. 9af5650 Refactor so as not to rely on magic comments in MS-derived compilation output by Matt Godbolt · 8 years ago
  57. 7990e42 Refactor individual compilation types into their own files by Matt Godbolt · 8 years ago
  58. 0362e0c Send opcodes as strings. Fix up ARM opcode and label handling by Matt Godbolt · 8 years ago
  59. 7a173dc Debugging improvements by Matt Godbolt · 8 years ago
  60. 3a4b85f Fix up issue with '/?' as a parameter etc by Matt Godbolt · 8 years ago
  61. b3d56fb Demangle *after* parsing ASM. by Matt Godbolt · 8 years ago
  62. 99a8928 Lint fixes by Matt Godbolt · 8 years ago
  63. cf47abe Remove more unncessary configuration items by Matt Godbolt · 8 years ago
  64. af280a8 More TODOs done; some rust ones added (until I get that working again) by Matt Godbolt · 8 years ago
  65. 48fadf7 Extract a generic exec function that's wine-aware by Matt Godbolt · 8 years ago
  66. b21e51e Work in progress on refactoring to make it easier to support more compiler types by Matt Godbolt · 8 years ago
  67. 70b8d2d Fix filtering of labels of defined functions. by Matt Godbolt · 8 years ago
  68. bc5848f Adding more tests; beginnings of a refactor to make compilers more configurable by Matt Godbolt · 8 years ago
  69. 4c7daf4 Preload fixes for WINE by Matt Godbolt · 8 years ago
  70. d710e0d [debug info] Pass -g at the start of the command line. by Filipe Cabecinhas · 8 years ago
  71. 49932af Work in progress on WINE/win32/win64 compiler support by Matt Godbolt · 8 years ago
  72. 5a6de74 Use winston for logging by Matt Godbolt · 8 years ago
  73. a5c268c Fix issue with postprocessing files twice. Fixes #158 by Matt Godbolt · 8 years ago
  74. 8a8c9d2 Merge remote-tracking branch 'origin/msvc-spike' by Matt Godbolt · 8 years ago
  75. e80d622 Better handling of command line arguments when invoking compiler. by Sahnvour · 8 years ago
  76. ce82847 Fix up AVR line processing. Fixes #164 by Matt Godbolt · 8 years ago
  77. 19e1e11 Better parsing of error messages by Matt Godbolt · 8 years ago
  78. a0be851 Parse stdout/stderr on the server side by Matt Godbolt · 8 years ago
  79. 616b6b6 Merge pull request #162 from JohanEngelen/fixUndef by Matt Godbolt · 8 years ago
  80. db7e7dd Merge pull request #159 from JohanEngelen/fixmatch by Matt Godbolt · 8 years ago
  81. c857752 use lowercase output.s by Matt Godbolt · 8 years ago
  82. 1d9c8c0 Fix undefined compiler flag issue by Johan Engelen · 8 years ago
  83. fb9fa78 Fix file match for colorizing by Johan Engelen · 8 years ago
  84. 8f59e35 Make the assembly-output and output-filename flags configurable, and set them correctly for LDC. by Johan Engelen · 8 years ago
  85. 850ee6f Fix quadratic CL asm parsing by Matt Godbolt · 8 years ago
  86. 3dd7fd7 Extract some things, remove TODOs by Matt Godbolt · 8 years ago
  87. 5388774 Lint fixes by Matt Godbolt · 8 years ago
  88. 630235d Merge branch 'msvc-spike' by Matt Godbolt · 8 years ago
  89. 610d646 Improvements to CL parser by Matt Godbolt · 8 years ago
  90. 31ab052 Allow configuration of the 'Intel Syntax' per-compiler. Configure same for clang and iccpython by Matt Godbolt · 8 years ago
  91. cc47ad9 Handle aws instances that are down by Matt Godbolt · 8 years ago
  92. 4bb0973 Fix for undefined options by Matt Godbolt · 8 years ago
  93. 6fc5c16 Lint fixes by Matt Godbolt · 8 years ago
  94. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  95. e760b14 Handle missing options by Matt Godbolt · 8 years ago
  96. eff06a9 Stop logging cleanup stats by Matt Godbolt · 8 years ago
  97. c9b8f5a Tidy up some jshint warnings in the server by Matt Godbolt · 8 years ago
  98. 461e611 Fix unused label issues by Matt Godbolt · 8 years ago
  99. 8165cd4 Support both the global post-process and the per-compiler post-process by Matt Godbolt · 8 years ago
  100. 28f7ca6 Support config of postProcess tool by Jason Turner · 8 years ago