1. d54d10c Add compiler id to gathering version log message by RabsRincon · 6 years ago
  2. 019a4df Fix prependOptions visibility by RabsRincon · 6 years ago
  3. 5dcd18f Avoid 0X.. property values to be parsed as ints by RabsRincon · 6 years ago
  4. 13f6e80 Add explanation comment to code by Rubén · 6 years ago
  5. 9bd4a2b Always try to attach gccdump info by Marc Poulhiès · 6 years ago
  6. 5ba7122 Addressing @RabsRincon comments by Matt Godbolt · 6 years ago
  7. 52652f6 Clarify a comment by Matt Godbolt · 6 years ago
  8. d5ac32b Handle missing creator metadata by Matt Godbolt · 6 years ago
  9. 78c3142 Use the new caching system for compilation caches. by Matt Godbolt · 6 years ago
  10. 72760b6 Support creation of cache chains from config strings by Matt Godbolt · 6 years ago
  11. 36b7208 First attempt at some new caching; including in-memory, on-disk, and on S3 by Matt Godbolt · 6 years ago
  12. a7a5af4 Report back every option we explicitly added by RabsRincon · 6 years ago
  13. 0fd482e Add gcc toolchain to CUDA clang by Matt Godbolt · 6 years ago
  14. f85fe29 Add cuda-mode.js, derived from cppp-mode.js by RabsRincon · 6 years ago
  15. a2109fa Clarify a comment by Matt Godbolt · 6 years ago
  16. 9782072 Make llvm-mca a child of analysis-tool baseclass by RabsRincon · 6 years ago
  17. ac8d24a First stab at CUDA support. See #221 by Matt Godbolt · 6 years ago
  18. b929d42 Add an 'analysis' tool class, and add llvm-mca as its first client by Filipe Cabecinhas · 6 years ago
  19. 2536227 Add a way to disable the 'cosmetic' filters by Filipe Cabecinhas · 6 years ago
  20. a0b34e4 Correctly handle empty GCC Tree/RTL dumps on UI by RabsRincon · 6 years ago
  21. d5621d7 Fix undefined function if no formatters defined by RabsRincon · 6 years ago
  22. 53ac6d3 Merge pull request #908 from mattgodbolt/format by Rubén · 6 years ago
  23. 5ba34e6 Address @jaredwy review comments by RabsRincon · 6 years ago
  24. 2e15acb Fix undefined function call by RabsRincon · 6 years ago
  25. 59584f3 Address some of @Partouf's review comments by RabsRincon · 6 years ago
  26. e5ee5a2 Make clang-format user input more secure by RabsRincon · 6 years ago
  27. 6e85b2d Merge pull request #902 from partouf/gofixes by Matt Godbolt · 6 years ago
  28. 3ace4fd Ensure answer return param always exists by RabsRincon · 6 years ago
  29. 24c56d1 Avoid doing unnecessary json formatting by RabsRincon · 6 years ago
  30. 0afd799 Add tests for bad formatters by RabsRincon · 6 years ago
  31. bcdfd46 Add list formatters handler test by RabsRincon · 6 years ago
  32. a8cc9db Fix missing input argument by RabsRincon · 6 years ago
  33. b8c8c65 Reimplement code formatting by RabsRincon · 6 years ago
  34. 6b54003 missed a slash by Partouf · 7 years ago
  35. 22a87bc fix unknown source lines in GO asm output by Partouf · 7 years ago
  36. f2c8545 Address Partouf's review by RabsRincon · 7 years ago
  37. 7145ba9 Improve small details by RabsRincon · 7 years ago
  38. 483fb3e Separate compiler search from app.js by RabsRincon · 7 years ago
  39. 8429842 Avoid extra work for every api/languages query by RabsRincon · 7 years ago
  40. 38a3744 * Adjust ICC 18 GCC version by RabsRincon · 7 years ago
  41. e3de491 Fix #892 by RabsRincon · 7 years ago
  42. 559bd4e Avoid OPT from losing error msg & unify AST handle by RabsRincon · 7 years ago
  43. 9ab527a Handle case where ldc fails dueing AST generation by Matt Godbolt · 7 years ago
  44. f9fd86f Don't mutate caller's arguments when using a compiler-wrapper. Fixes 881 by Matt Godbolt · 7 years ago
  45. 0769d26 Fixed & improved some aspects of the gccdump by RabsRincon · 7 years ago
  46. abb391f Enforce max-statement/line & further unify UI by RabsRincon · 7 years ago
  47. 0437f8d ES6fy lib/asm.js by RabsRincon · 7 years ago
  48. e100662 Force demangling on OPT output by RabsRincon · 7 years ago
  49. f502891 Revert OPT output changes for LDC by RabsRincon · 7 years ago
  50. 6572d34 Fix warning => warn by RabsRincon · 7 years ago
  51. 0601eec Fix tests by RabsRincon · 7 years ago
  52. 8a38293 Add some logging for missing .cg file by RabsRincon · 7 years ago
  53. b8be264 Don't try to demangle D opt by RabsRincon · 7 years ago
  54. ea8e822 Fixes #874 by RabsRincon · 7 years ago
  55. 85482c2 Add AST output to LDC. by Johan Engelen · 7 years ago
  56. fac8c1c Fix Travis build by RabsRincon · 7 years ago
  57. 4de6b71 Merge pull request #868 from JohanEngelen/cfg_D by Rubén · 7 years ago
  58. 79e5bba Fixup: remove LDC from the CfgCompiler list by Johan Engelen · 7 years ago
  59. b1782d2 Enable CFG (Graph Output) for LDC. by Johan Engelen · 7 years ago
  60. 3efaad3 Enable CFG (Graph Output) for LDC and GDC compilers. by Johan Engelen · 7 years ago
  61. 046ffbd Move Chedy to Authors by RabsRincon · 7 years ago
  62. e1286be Add more minor tweaks found by webstorm by RabsRincon · 7 years ago
  63. 760bb35 Cleanup some code by RabsRincon · 7 years ago
  64. f16c7bb refactor to add extra test by Partouf · 7 years ago
  65. a58689b remove temp path from filenames in output by Partouf · 7 years ago
  66. b74c7ff ahem by Partouf · 7 years ago
  67. 6af8346 bugfix inputfilename by Partouf · 7 years ago
  68. f0f7452 better error output for pascal by Partouf · 7 years ago
  69. 8cb27ab Add Sentry report by RabsRincon · 7 years ago
  70. f9928eb Improve CSP & add some corner case tests by RabsRincon · 7 years ago
  71. 7629370 Merge pull request #785 from Ethiraric/master by Rubén · 7 years ago
  72. 8ca52b0 Update asm-docs.js. by Ethiraric · 7 years ago
  73. 203b4c3 Add Swift 4.0.3 & demangle toggle support by RabsRincon · 7 years ago
  74. d8e2bf1 Add NASM 2.13.03 by RabsRincon · 7 years ago
  75. d74c528 Add quote-props lint options & add D tests by RabsRincon · 7 years ago
  76. 7fc071e Merge pull request #855 from partouf/ppcifilter by Rubén · 7 years ago
  77. 83561cc weird things happen when return is on its own by Partouf · 7 years ago
  78. 28c2901 shorter by Partouf · 7 years ago
  79. c8be475 change to filterUserOptions by Partouf · 7 years ago
  80. a412d5a ppci argument filter by Partouf · 7 years ago
  81. ae37f93 Show apropiated error messages on compiler UI by RabsRincon · 7 years ago
  82. 3aa83e1 Unify how AST support is detected & reported to UI by RabsRincon · 7 years ago
  83. 2f6cd42 Add --noCache EXTRA_ARGA to disable caching by RabsRincon · 7 years ago
  84. 66bcbfd Update (quote) asm-docs URLs. by Ethiraric · 7 years ago
  85. 078eb69 Run docenizer to refresh asm documentation. by Ethiraric · 7 years ago
  86. 1cdbcac Enforce CSP by RabsRincon · 7 years ago
  87. 2986ccb Merge pull request #845 from mattgodbolt/copyright by Rubén · 7 years ago
  88. 6ef87b5 Fix copyright dates and normalize text by RabsRincon · 7 years ago
  89. 311636a Add llvm.default $ format test file by RabsRincon · 7 years ago
  90. 3e713b0 Fixed copyright and renamed to OptCompiler by Adrian Bibby Walther · 7 years ago
  91. 5e1245c Added basic support for LLVM IR by Adrian Bibby Walther · 7 years ago
  92. fc72053 Import new logo and change CSS etc to use it by Matt Godbolt · 7 years ago
  93. c266246 fix by Partouf · 7 years ago
  94. df624af Remove unused parameter by RabsRincon · 7 years ago
  95. 995ab91 Add initial DMD support by RabsRincon · 7 years ago
  96. 8bc814f Report output size to the UI by RabsRincon · 7 years ago
  97. 1313ff8 Address review comments by RabsRincon · 7 years ago
  98. 670afd8 Move to ESLint by RabsRincon · 7 years ago
  99. 62e6830 Format files by RabsRincon · 7 years ago
  100. 93d0241 Add line count to compiler output button by RabsRincon · 7 years ago