1. 506e2e7 Fix intel support in gccs by Matt Godbolt · 8 years ago
  2. 0a91ea3 Mostly repair the 6g compiler by Matt Godbolt · 8 years ago
  3. 4688d8b Fix 6g by Matt Godbolt · 8 years ago
  4. c28b792 Alternative way of handling spawn by Matt Godbolt · 8 years ago
  5. ed12b7e Filter out more labels that are unreferenced by Matt Godbolt · 8 years ago
  6. 88897a2 Fix for ARM by Matt Godbolt · 8 years ago
  7. a91e1ee Fix up initial labels/function definitions. by Matt Godbolt · 8 years ago
  8. 411cb2d Huge wild guess as to what's going on with compilers at startup by Matt Godbolt · 8 years ago
  9. 457888a Maybe fix up 6g by Matt Godbolt · 8 years ago
  10. 115bc4d Debug help by Matt Godbolt · 8 years ago
  11. db9a258 Self/this/whatever by Matt Godbolt · 8 years ago
  12. 8ca2b36 Intel fixes for rust by Matt Godbolt · 8 years ago
  13. 4839c9f More fixes by Matt Godbolt · 8 years ago
  14. d37dc97 More rust fixes; should address #139 by Matt Godbolt · 8 years ago
  15. c82915e Fix rust (maybe) by Matt Godbolt · 8 years ago
  16. 0337259 Handle missing compilers more gracefully by Matt Godbolt · 8 years ago
  17. 9af5650 Refactor so as not to rely on magic comments in MS-derived compilation output by Matt Godbolt · 8 years ago
  18. 7990e42 Refactor individual compilation types into their own files by Matt Godbolt · 8 years ago
  19. 0362e0c Send opcodes as strings. Fix up ARM opcode and label handling by Matt Godbolt · 8 years ago
  20. 7a173dc Debugging improvements by Matt Godbolt · 8 years ago
  21. 3a4b85f Fix up issue with '/?' as a parameter etc by Matt Godbolt · 8 years ago
  22. b3d56fb Demangle *after* parsing ASM. by Matt Godbolt · 8 years ago
  23. 99a8928 Lint fixes by Matt Godbolt · 8 years ago
  24. cf47abe Remove more unncessary configuration items by Matt Godbolt · 8 years ago
  25. af280a8 More TODOs done; some rust ones added (until I get that working again) by Matt Godbolt · 8 years ago
  26. 48fadf7 Extract a generic exec function that's wine-aware by Matt Godbolt · 8 years ago
  27. b21e51e Work in progress on refactoring to make it easier to support more compiler types by Matt Godbolt · 8 years ago
  28. 70b8d2d Fix filtering of labels of defined functions. by Matt Godbolt · 8 years ago
  29. bc5848f Adding more tests; beginnings of a refactor to make compilers more configurable by Matt Godbolt · 8 years ago
  30. 4c7daf4 Preload fixes for WINE by Matt Godbolt · 8 years ago
  31. d710e0d [debug info] Pass -g at the start of the command line. by Filipe Cabecinhas · 8 years ago
  32. 49932af Work in progress on WINE/win32/win64 compiler support by Matt Godbolt · 8 years ago
  33. 5a6de74 Use winston for logging by Matt Godbolt · 8 years ago
  34. a5c268c Fix issue with postprocessing files twice. Fixes #158 by Matt Godbolt · 8 years ago
  35. 8a8c9d2 Merge remote-tracking branch 'origin/msvc-spike' by Matt Godbolt · 8 years ago
  36. e80d622 Better handling of command line arguments when invoking compiler. by Sahnvour · 8 years ago
  37. ce82847 Fix up AVR line processing. Fixes #164 by Matt Godbolt · 8 years ago
  38. 19e1e11 Better parsing of error messages by Matt Godbolt · 8 years ago
  39. a0be851 Parse stdout/stderr on the server side by Matt Godbolt · 8 years ago
  40. 616b6b6 Merge pull request #162 from JohanEngelen/fixUndef by Matt Godbolt · 8 years ago
  41. db7e7dd Merge pull request #159 from JohanEngelen/fixmatch by Matt Godbolt · 8 years ago
  42. c857752 use lowercase output.s by Matt Godbolt · 8 years ago
  43. 1d9c8c0 Fix undefined compiler flag issue by Johan Engelen · 8 years ago
  44. fb9fa78 Fix file match for colorizing by Johan Engelen · 8 years ago
  45. 8f59e35 Make the assembly-output and output-filename flags configurable, and set them correctly for LDC. by Johan Engelen · 8 years ago
  46. 850ee6f Fix quadratic CL asm parsing by Matt Godbolt · 8 years ago
  47. 3dd7fd7 Extract some things, remove TODOs by Matt Godbolt · 8 years ago
  48. 5388774 Lint fixes by Matt Godbolt · 8 years ago
  49. 630235d Merge branch 'msvc-spike' by Matt Godbolt · 8 years ago
  50. 610d646 Improvements to CL parser by Matt Godbolt · 8 years ago
  51. 31ab052 Allow configuration of the 'Intel Syntax' per-compiler. Configure same for clang and iccpython by Matt Godbolt · 8 years ago
  52. cc47ad9 Handle aws instances that are down by Matt Godbolt · 8 years ago
  53. 4bb0973 Fix for undefined options by Matt Godbolt · 8 years ago
  54. 6fc5c16 Lint fixes by Matt Godbolt · 8 years ago
  55. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  56. e760b14 Handle missing options by Matt Godbolt · 8 years ago
  57. eff06a9 Stop logging cleanup stats by Matt Godbolt · 8 years ago
  58. c9b8f5a Tidy up some jshint warnings in the server by Matt Godbolt · 8 years ago
  59. 461e611 Fix unused label issues by Matt Godbolt · 8 years ago
  60. 8165cd4 Support both the global post-process and the per-compiler post-process by Matt Godbolt · 8 years ago
  61. 28f7ca6 Support config of postProcess tool by Jason Turner · 8 years ago
  62. 9f04f5c Prevent binary compilation for unsuppored compilers by Matt Godbolt · 8 years ago
  63. 32af160 Wrap asm output object if compiler fails to execute by Matt Godbolt · 8 years ago
  64. c52fa28 Fix up an async thing. by Matt Godbolt · 8 years ago
  65. dc57aba Better errors if diff fails by Matt Godbolt · 8 years ago
  66. a3e82b5 Make diff asynchronous by Matt Godbolt · 8 years ago
  67. 5332164 Formatting and lint fixes by Matt Godbolt · 8 years ago
  68. 90894e8 Added wdiff configuration options. by Gabriel Devillers · 8 years ago
  69. 4c279d7 Minor cleanings. by Gabriel Devillers · 8 years ago
  70. 269615a Move computation of diff *color zones* server side. by Gabriel Devillers · 8 years ago
  71. 711af7a Ajax request to compute diff server side. by Gabriel Devillers · 8 years ago
  72. 935a06c Comments added. If debug enabled, show properties loaded by lib/properties. by Gabriel Devillers · 8 years ago
  73. d421d33 Added debug function by Gabriel Devillers · 8 years ago
  74. 65e7678 Fetch AWS resources (land of primitive service discovery) by Matt Godbolt · 8 years ago
  75. 9f8bf18 Go towards a dynamic compiler set by Matt Godbolt · 8 years ago
  76. 3dd871d Don't try and objdump on windows by Matt Godbolt · 8 years ago
  77. 4e89ed2 Binary mode tweaks by Matt Godbolt · 8 years ago
  78. b9aca47 Hopefully fix the line labelling issue by Matt Godbolt · 8 years ago
  79. 909620c Fixups for add instruction by Matt Godbolt · 8 years ago
  80. 55deadf Use two-space indentation to better align with cl raw output by Matt Godbolt · 8 years ago
  81. 284738f Fix up indentation of non-opcode lines by Matt Godbolt · 8 years ago
  82. 16bcc58 Some indentation by Matt Godbolt · 8 years ago
  83. 61040b1 Ahem by Matt Godbolt · 8 years ago
  84. 7e50f2c Better way of detecting the file under test by Matt Godbolt · 8 years ago
  85. 0d6df6a Progress on supporting cl asm; binary mode and demangling by Matt Godbolt · 8 years ago
  86. d6fe745 More work in progress on win32 by Matt Godbolt · 8 years ago
  87. 5c86a22 Slightly better cl19 support by Matt Godbolt · 8 years ago
  88. 3634b82 Initial spike of windows support by Matt Godbolt · 8 years ago
  89. ed4204c Fixes unintended rejection of any user provided compiler option if by Adam Nemecek · 8 years ago
  90. 8610ec9 Update copyright by Matt Godbolt · 9 years ago
  91. 191410c Propagate PATH to the compiler env. Seems to be required to get icc to work by Matt Godbolt · 9 years ago
  92. 77756b6 Attempt at fixing multiarch. Should fix #102 by Matt Godbolt · 9 years ago
  93. cbb9fa4 Add ability to set per-compiler options by Iain Buclaw · 9 years ago
  94. dbf2400 Limit error and stdout output. by Matt Godbolt · 9 years ago
  95. 56a691d Fix up re to catch import and also spaces around # in absolute/relative by Matt Godbolt · 9 years ago
  96. 9b9e187 Hopeful fix for connect-restreamer by Matt Godbolt · 9 years ago
  97. a0ce94b Fix dumb percentage by Matt Godbolt · 9 years ago
  98. 29c87d4 Better cache stats by Matt Godbolt · 9 years ago
  99. b866d20 Synchronously determine multiarch by Matt Godbolt · 9 years ago
  100. 32aa600 More appropriately estimate the cache size by Matt Godbolt · 9 years ago