1. dcbd890 variable name changed, comment deleted by cppchedy · 8 years ago
  2. 44dd2c1 stop node from shaking by cppchedy · 8 years ago
  3. 848cf1b Guard against non cpp compilers by cppchedy · 8 years ago
  4. e51e8a1 add semicolon by cppchedy · 8 years ago
  5. 299edc3 fix bug by cppchedy · 8 years ago
  6. ef84c87 add support for clang for Cfg generation by cppchedy · 8 years ago
  7. baa9647 support generation of Cfg structure when filter are not set by cppchedy · 8 years ago
  8. 985741b fixed bug by cppchedy · 8 years ago
  9. 3aa53d6 other changes requested by cppchedy · 8 years ago
  10. e62b6d2 modified according to reviewers by cppchedy · 8 years ago
  11. 4ac64ab change raw values to constant. by cppchedy · 8 years ago
  12. 5994479 modified names of functions and variables to follow naming convention by cppchedy · 8 years ago
  13. 58ae9a9 removed logs by cppchedy · 8 years ago
  14. 37db98c produce CGF structure only if filter are set. handle empty source code case. by cppchedy · 8 years ago
  15. 5e13447 add a button in Graph view to show/hide navigation buttons in the convas. by cppchedy · 8 years ago
  16. baa5fa8 truncate long instruction by cppchedy · 8 years ago
  17. 52a224e made fixes to pass test by cppchedy · 8 years ago
  18. 345549a add missing semicolon by cppchedy · 8 years ago
  19. 8878e25 Made changes to the structure of CFG to grab nodes and edges by function name. by cppchedy · 8 years ago
  20. 5163fa0 disable/enable CFG button based on compiler support by cppchedy · 8 years ago
  21. 212d605 deledted all const and let key words and replaced for of with _.each by cppchedy · 8 years ago
  22. de8a12d make generation only if gcc by cppchedy · 8 years ago
  23. 8daeb1c Make Cfg view stay on current functions after a change of compiler by cppchedy · 8 years ago
  24. f241504 use demangled functions in ouput by cppchedy · 8 years ago
  25. 49b37c2 fixed code separation from data by cppchedy · 8 years ago
  26. 1cab3b4 fixed error: compilation error not showing by cppchedy · 8 years ago
  27. 39f7494 added initial support for visualizing Cfg of multiples functions by cppchedy · 8 years ago
  28. 8d5b679 fixed Cfg bug, make improvement to UI by cppchedy · 8 years ago
  29. 3bfe4a1 Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer into mattgodbolt-master by cppchedy · 8 years ago
  30. 3dd2506 adding support for control flow graph mode by cppchedy · 8 years ago
  31. 573ff10 Allow options for filters to look at useroptions this allows us to add/remove options per compiler such as for rust where we need to not add the --emit argument if the user has passed us one by jaredwy · 8 years ago
  32. 69f10bf Adding in LDC opt view support by jaredwy · 8 years ago
  33. 71709f1 Allow user-selectable sandbox types. Default to 'none' to not use docker shenanigans by Matt Godbolt · 8 years ago
  34. d350ec1 Only stat compilers if absolute. by Matt Godbolt · 8 years ago
  35. 476fde3 Identify lines referring to included files. by Matt Godbolt · 8 years ago
  36. df917cc Handle missing binaries by Matt Godbolt · 8 years ago
  37. 6ae7d04 Rerun a compiler to get version only on mtime change by Matt Godbolt · 8 years ago
  38. 9c01519 Improvements to embedded views by Matt Godbolt · 8 years ago
  39. 3c80c6e Fix some minor issues with compiler type determination. by Matt Godbolt · 8 years ago
  40. 7de967f Merging request options into 1 options object, this makes it clearer to me by jaredwy · 8 years ago
  41. 13cd0fd Made some changes to the way we parse arguments as a stab at a start of a meta data gatherer by jaredwy · 8 years ago
  42. db8bf4e Early support for swift. test with `make EXTRA_ARGS="--language Swift"` by Matt Godbolt · 8 years ago
  43. f99b97f Merge pull request #456 from mattgodbolt/backend_options by Matt Godbolt · 9 years ago
  44. 7a57b3a Ensure that backendOptions is defined by Simon Brand · 9 years ago
  45. 8dbd5dc Add Haskell support by Simon Brand · 9 years ago
  46. cb2d52b Further appeasement of lint by Matt Godbolt · 9 years ago
  47. 2a71356 Add 'use strict' to make node happy. by Matt Godbolt · 9 years ago
  48. 2d99dc1 Make ISPC default to SSE2 if no target is specified by Joshua Sheard · 9 years ago
  49. fbe572b Merge branch 'master' of https://github.com/mattgodbolt/compiler-explorer by Simon Brand · 9 years ago
  50. 6d37f47 Make AST view play nicely with other compilers by Simon Brand · 9 years ago
  51. a92e688 Actually fix the issue properly (using `let`) by Matt Godbolt · 9 years ago
  52. ddfeaea Fix up `var` redeclaration. Stupid JS. We'll move to using `let` for server-side code soon by Matt Godbolt · 9 years ago
  53. 62c5252 Don't filter out AST declarations after an implicit declaration by Simon Brand · 9 years ago
  54. 93a0ff1 Merge pull request #442 from TartanLlama/master by Matt Godbolt · 9 years ago
  55. 49ad2f9 Display message when AST dumping is not supported on the selected compiler by Simon Brand · 9 years ago
  56. 4fc0ec6 Add support for Intel ISPC compiler by Joshua Sheard · 9 years ago
  57. 4fbf3dd Missing semicolon by Simon Brand · 9 years ago
  58. a7591a3 Format cache key code by Simon Brand · 9 years ago
  59. e433c80 Clean up compiler exec options by Simon Brand · 9 years ago
  60. f78e062 Only run syntax checking when producing Clang AST by Simon Brand · 9 years ago
  61. fae0b0d Enable AST generation only if the user has an AST view open by Simon Brand · 9 years ago
  62. 703a5e7 Remove console log by Simon Brand · 9 years ago
  63. d8a2cc5 Add missing semicolons by Simon Brand · 9 years ago
  64. 3446562 Support displaying the Clang AST by Simon Brand · 9 years ago
  65. a9c3898 Revert "Massive hack to try and get docker-in-docker working" by Matt Godbolt · 9 years ago
  66. cecbed0 Massive hack to try and get docker-in-docker working by Matt Godbolt · 9 years ago
  67. 2f7f0d5 Some CL parser and display fixes. by Matt Godbolt · 9 years ago
  68. d43c4bd More execution fixes by Matt Godbolt · 9 years ago
  69. 20c1332 Add optio for execution by Matt Godbolt · 9 years ago
  70. dd27a45 This brings mostly UX changes. by Jared Wyles · 9 years ago
  71. ea490d1 Making jshint happy by Jared Wyles · 9 years ago
  72. cf882a5 First pass at adding a opt view mode for compiler explorer by Jared Wyles · 9 years ago
  73. dfd691b Configurable objdump. Use GCC 6.3's binutils on the live site by Matt Godbolt · 9 years ago
  74. d0391b2 Fix missing semicolon by Matt Godbolt · 9 years ago
  75. 983c6bd New version of docenizer (requires BeautifulSoup); fixes #362 and #365 by Matt Godbolt · 9 years ago
  76. 5163107 Fix caching of asm opcodes by Matt Godbolt · 9 years ago
  77. 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 · 9 years ago
  78. 0d38dfa Set caching headers on asm API requests by Matt Godbolt · 9 years ago
  79. ca75d5a Fix exception when handling unknown opcodes by Matt Godbolt · 9 years ago
  80. 687cf28 Move asm-docs into server directory by Matt Godbolt · 9 years ago
  81. 2a24071 Fix up wine compilations by Matt Godbolt · 9 years ago
  82. 4f9c79c Disable execution by Matt Godbolt · 9 years ago
  83. 33b801e Merge branch 'master' into execution by Matt Godbolt · 9 years ago
  84. 9a91ee0 Don't `trim()` output lines. Fixes #339, hopefully doesn't introduce any new issues by Matt Godbolt · 9 years ago
  85. 633311f Lowercase hierarchy names. Fixes #336 by Matt Godbolt · 9 years ago
  86. 5c46064 Attempt at fixing #228 by Matt Godbolt · 9 years ago
  87. aeffa94 Fix up ldc. Actually test it first *blush*. See #300 by Matt Godbolt · 9 years ago
  88. 6d1bc7e d/ldc: Enable Intel syntax by David Nadlinger · 9 years ago
  89. f740c1a Merge branch 'master' into execution by Matt Godbolt · 9 years ago
  90. 81d076b Merge remote-tracking branch 'origin/master' into monaco by Matt Godbolt · 9 years ago
  91. cbc4d0b Remove old diff handler; old static directory (at last!) by Matt Godbolt · 9 years ago
  92. e32e2cb Merge branch 'master' into execution by Matt Godbolt · 9 years ago
  93. 6d2959f Better error handling by Matt Godbolt · 9 years ago
  94. 877886d Merge branch 'master' into execution by Matt Godbolt · 9 years ago
  95. bafc482 Error handling tweaks by Matt Godbolt · 9 years ago
  96. e7e4bc6 Merge branch 'master' into execution by Matt Godbolt · 9 years ago
  97. f3fe7a6 Merge branch 'master' into monaco by Matt Godbolt · 9 years ago
  98. fc9ab9e Add error call back by Matt Godbolt · 9 years ago
  99. 0d04f0b Catch stream errors. Maybe addresses #228 by Matt Godbolt · 9 years ago
  100. 2b1be4e Fix proxying of requests. Fixes #239 by Matt Godbolt · 9 years ago