1. 7169b98 Remove topBarHeight cache as it caused ui issues by RabsRincon · 6 years ago
  2. 9890322 Change changelog format by removing hash display by RabsRincon · 6 years ago
  3. c612b56 Create ansiToHtml at construction time by RabsRincon · 6 years ago
  4. ab6c098 Avoid undefined message if exception has no code by RabsRincon · 6 years ago
  5. fd6c739 Finally add mir-algorithm 1.0.0 by RabsRincon · 6 years ago
  6. 0dc11a1 Separate PPC and MIPS to each own group by RabsRincon · 6 years ago
  7. d54d10c Add compiler id to gathering version log message by RabsRincon · 6 years ago
  8. a6f9fae Merge pull request #943 from ethanhs/master by Matt Godbolt · 6 years ago
  9. a4137a2 Change compiler name to fit style by Ethan Smith · 6 years ago
  10. 7e80f3b More thanks by Matt Godbolt · 6 years ago
  11. 9bdc412 Remove riscv64 and add note about clang trunk by Ethan Smith · 6 years ago
  12. b999f4c More thanks by Matt Godbolt · 6 years ago
  13. 1f0fdae Add RISC-V support by Ethan Smith · 6 years ago
  14. ed35d66 Remove CCTZ from Abseil's dependencies by RabsRincon · 6 years ago
  15. b0615a9 More thanks by Matt Godbolt · 6 years ago
  16. 019a4df Fix prependOptions visibility by RabsRincon · 6 years ago
  17. c698a1a Merge pull request #940 from mattgodbolt/int-properties by Matt Godbolt · 6 years ago
  18. 5dcd18f Avoid 0X.. property values to be parsed as ints by RabsRincon · 6 years ago
  19. 012f392 Remove some old notes; move oldhash to test (it's an old manual test setp I'm keeping for posterity) by Matt Godbolt · 6 years ago
  20. 63de746 Merge pull request #935 from cor3ntin/add-expected-lite by Matt Godbolt · 6 years ago
  21. a025602 Add expected-lite by Corentin Jabot · 6 years ago
  22. 7ab3f55 Merge pull request #937 from kalray/pr-gccdump by Rubén · 6 years ago
  23. 13f6e80 Add explanation comment to code by Rubén · 6 years ago
  24. 9bd4a2b Always try to attach gccdump info by Marc Poulhiès · 6 years ago
  25. 7c8bb70 Add fmt 5.0.0 by RabsRincon · 6 years ago
  26. 1a4495d Typo in CUDA default compiler by Matt Godbolt · 6 years ago
  27. 80c986b Add CUDA 9.2. See #932 by Matt Godbolt · 6 years ago
  28. 22592b0 Merge pull request #930 from mattgodbolt/new_cache by Matt Godbolt · 6 years ago
  29. 5ba7122 Addressing @RabsRincon comments by Matt Godbolt · 6 years ago
  30. 52652f6 Clarify a comment by Matt Godbolt · 6 years ago
  31. d5ac32b Handle missing creator metadata by Matt Godbolt · 6 years ago
  32. 78c3142 Use the new caching system for compilation caches. by Matt Godbolt · 6 years ago
  33. 72760b6 Support creation of cache chains from config strings by Matt Godbolt · 6 years ago
  34. 36b7208 First attempt at some new caching; including in-memory, on-disk, and on S3 by Matt Godbolt · 6 years ago
  35. 5b60a1d More thanks! by Matt Godbolt · 6 years ago
  36. a7a5af4 Report back every option we explicitly added by RabsRincon · 6 years ago
  37. 8652dcf Add rust 1.26 by Matt Godbolt · 6 years ago
  38. 0fd482e Add gcc toolchain to CUDA clang by Matt Godbolt · 6 years ago
  39. 398c5b4 Re-enable clang cuda build as it seems to be working now... by Matt Godbolt · 6 years ago
  40. 2c61e0e Fix up README mistake in specifying node path (thanks @anastasiak2512) by Matt Godbolt · 6 years ago
  41. f85fe29 Add cuda-mode.js, derived from cppp-mode.js by RabsRincon · 6 years ago
  42. a2109fa Clarify a comment by Matt Godbolt · 6 years ago
  43. 290cf22 Remove clang from CUDA CE setup for now by Matt Godbolt · 6 years ago
  44. c1d7e62 Set up an explicit Amazon config for cuda by Matt Godbolt · 6 years ago
  45. 1c46f8f Add documentation for new defaultLibs config key by RabsRincon · 6 years ago
  46. a53c89b Add defaultLibs config key by RabsRincon · 6 years ago
  47. 338bc8b Specify proper llvm-mca compiler type in config by RabsRincon · 6 years ago
  48. 9782072 Make llvm-mca a child of analysis-tool baseclass by RabsRincon · 6 years ago
  49. ac8d24a First stab at CUDA support. See #221 by Matt Godbolt · 6 years ago
  50. c0c7d35 Add GCC 8.1 to C & bump objdum/c++filt versions by RabsRincon · 6 years ago
  51. 21071c2 Stop colouring the 1st line if the 0th is reported by RabsRincon · 6 years ago
  52. 7eb8e7a Fix theme-color metatag & monaco theme typo by RabsRincon · 6 years ago
  53. 6cce347 Experimental support for theme-color metatag by RabsRincon · 6 years ago
  54. 7707a2f * Added "Analysis" pseudo-language which lets arbitrary text be analysed, currently just using llvm-mca. by Matt Godbolt · 6 years ago
  55. 3745dcd Merge pull request #912 from filcab/master by Matt Godbolt · 6 years ago
  56. 7caaf6a Workaround for auto-folding. See #869 by Matt Godbolt · 6 years ago
  57. 6b6123a Merge pull request #914 from JohanEngelen/patch-1 by Matt Godbolt · 6 years ago
  58. b3d7c88 Add LDC 1.9.0 by Johan Engelen · 6 years ago
  59. b929d42 Add an 'analysis' tool class, and add llvm-mca as its first client by Filipe Cabecinhas · 6 years ago
  60. b95f818 More thanks by Matt Godbolt · 6 years ago
  61. ca4325e Use newest c++filt and objdump by Matt Godbolt · 6 years ago
  62. 4c6ba79 Add GCC 8.1 stuff to asm, go compiler and C compiler by Matt Godbolt · 6 years ago
  63. 066938b Fix typo in v100 of GSL by Matt Godbolt · 6 years ago
  64. fdc4527 Add GCC 8.1.0 by Matt Godbolt · 6 years ago
  65. 1212d4d * Add GSL v1.0.0 by RabsRincon · 6 years ago
  66. 777e429 Change link behaviour of thanks panel by RabsRincon · 6 years ago
  67. 0b38887 Link Ólafur by Matt Godbolt · 6 years ago
  68. 941aded Big change to the thanks page: adding Ólafur as our first Legendary Supporter, and tidying up the general far-too-tall display. Looks...er...different. Maybe better? by Matt Godbolt · 6 years ago
  69. 2536227 Add a way to disable the 'cosmetic' filters by Filipe Cabecinhas · 6 years ago
  70. aa47828 Add hideable behaviour to editor and conf. view by RabsRincon · 6 years ago
  71. c1117e4 Fix bad gcc dump UI behaviour by RabsRincon · 6 years ago
  72. 5574fbb Remove old computers, disable sentry on Matt's home computer by Matt Godbolt · 6 years ago
  73. a0b34e4 Correctly handle empty GCC Tree/RTL dumps on UI by RabsRincon · 6 years ago
  74. ea6fabe change Compiling icon color in conf. view by RabsRincon · 6 years ago
  75. c17d676 Add prefix to Alert.notification system by RabsRincon · 6 years ago
  76. 215ece0 Improve Conformance View performance and usability by RabsRincon · 6 years ago
  77. b9b9718 Merge pull request #911 from mattgodbolt/compact_compiler_buttons by Matt Godbolt · 6 years ago
  78. 8c4f695 Move initialisation to initButtons by Matt Godbolt · 6 years ago
  79. b436a09 Minor formatting, NFC by Matt Godbolt · 6 years ago
  80. 2e9515e Cache sizes and prevent DOM changes unless necessary to make resizes more efficient by Matt Godbolt · 6 years ago
  81. 0fc3097 Ensure caret on dropdown is visible on hidden items by Matt Godbolt · 6 years ago
  82. cef6360 Merge branch 'master' into compact_compiler_buttons by Matt Godbolt · 6 years ago
  83. 1ec8d89 Fix some typos in ARIA tags (for real) by Matt Godbolt · 6 years ago
  84. c9d317b Fix some typos in ARIA tags by Matt Godbolt · 6 years ago
  85. dc3db23 Hide some labels if it would save vertical space. Handy for smaller screens by Matt Godbolt · 6 years ago
  86. d5621d7 Fix undefined function if no formatters defined by RabsRincon · 6 years ago
  87. 53ac6d3 Merge pull request #908 from mattgodbolt/format by Rubén · 6 years ago
  88. 2e56fe2 Rename source check function by RabsRincon · 6 years ago
  89. 84815c9 Simplify confirmOverwrite function by RabsRincon · 6 years ago
  90. 0f3b325 Properly pass yes handler to confirmOverwrite by RabsRincon · 6 years ago
  91. a300723 Updated roadmap by Matt Godbolt · 6 years ago
  92. 7a1280b Remove extra arguments to ask function call by RabsRincon · 6 years ago
  93. 5ba34e6 Address @jaredwy review comments by RabsRincon · 6 years ago
  94. 173a128 Reorder mir libs declaration order by RabsRincon · 6 years ago
  95. 324d317 * Add dlib 19.10 by RabsRincon · 6 years ago
  96. 0fed2dd * Add Google Benchmark 1.4.0 by RabsRincon · 6 years ago
  97. 7316064 * Install mir-algorithm 0.9.5 by RabsRincon · 6 years ago
  98. 2db5324 * Add DMD 2.079.1 by RabsRincon · 6 years ago
  99. 3ef21eb *Add GHC 8.4.2 by RabsRincon · 6 years ago
  100. 2e15acb Fix undefined function call by RabsRincon · 6 years ago