1. 7c34579 Add ISPC language configuration (C++) by RabsRincon · 7 years ago
  2. 03430f5 Handle MIPS label types (when autodeteted). Fixes #660 by Matt Godbolt · 7 years ago
  3. 08a6e75 Handle CE magic error documents in CL parser. Fixes #571 by Matt Godbolt · 7 years ago
  4. d5271e9 Remove block-style C comments. Fixes #348 by Matt Godbolt · 7 years ago
  5. b632915 Treat ; as a line comment by Matt Godbolt · 7 years ago
  6. 80a7313 Improve CFG implementation by RabsRincon · 7 years ago
  7. e120290 set defaults in Compile class, test with actual Compile class, only test what should be changed from the default by partouf · 7 years ago
  8. ae1780f testcase and fix for #738 by partouf · 7 years ago
  9. 5f52edf fixes #725 by partouf · 7 years ago
  10. 045c172 codereview fixes + tests by partouf · 7 years ago
  11. fc75208 New year, new date by RabsRincon · 7 years ago
  12. b4bfd00 ES6-if-cation by Matt Godbolt · 7 years ago
  13. c642ed3 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  14. c3b69e7 use testmode to access internal functions instead of _12 by partouf · 7 years ago
  15. de0ce0b Merge pull request #682 from partouf/cl-unmangling by Rubén · 7 years ago
  16. 288b8be Remove unnecessary lang declaration by RabsRincon · 7 years ago
  17. f7b87e9 compensate for difference between beta and unification branches by partouf · 7 years ago
  18. 6070cfe Always use output.pas as filename, otherwise things will break. by partouf · 7 years ago
  19. 87afc3a Add tests for language selection by Matt Godbolt · 7 years ago
  20. 918b2dd Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  21. d359122 Move compile handler, add tests by Matt Godbolt · 7 years ago
  22. 69ee804 Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  23. 22c8705 Extract source handler by Matt Godbolt · 7 years ago
  24. 5c98dfe Merge branch 'master' into unification by Matt Godbolt · 7 years ago
  25. 1be765e Merge pull request #694 from partouf/customassembly by Matt Godbolt · 7 years ago
  26. 98e2abf Merge branch 'master' into unification by Rubén · 7 years ago
  27. 88a1e68 Slight AT&T asm doc improvement by Matt Godbolt · 7 years ago
  28. 3a5cdf8 refactoring, support nested asm tags for icc, icc tests by partouf · 7 years ago
  29. 8f576e5 test fixes by partouf · 7 years ago
  30. f31098f changed the findUsedLabels() function so it recognizes the special case in which gcc indents inline asm labels by partouf · 7 years ago
  31. 7d7f590 actual testcases for issue #577 by partouf · 7 years ago
  32. 3fe2f52 fix unittest to new situation by partouf · 7 years ago
  33. e4ef9cf Merge branch 'master' into unification by Rubén · 7 years ago
  34. 6e7e30b Parse out colourisation options and default them on. Add tests. See #687 by Matt Godbolt · 7 years ago
  35. bffba4e Add a newline at the end of the tests file by Matt Godbolt · 7 years ago
  36. 3baf2a2 Treat <stdin> like compiler source. Should fix #680 by Matt Godbolt · 7 years ago
  37. 67e2ce1 Added work in progress on api tests by Matt Godbolt · 7 years ago
  38. 1661be6 bugfix undname wine & wsl by partouf · 7 years ago
  39. e6bd714 Add C & CPPX examples. Add load() builtin tests by RabsRincon · 7 years ago
  40. b3a5cf8 Merge branch 'master' into unification by Rubén · 7 years ago
  41. f529022 Add eof newline by RabsRincon · 7 years ago
  42. 7f4649a Merge pull request #681 from partouf/symbolstorerefactoring by Rubén · 7 years ago
  43. 1c3e94d Start extracting handlers into their own testable bits by Matt Godbolt · 7 years ago
  44. bce36b4 this one should take coverage to 100% again by partouf · 7 years ago
  45. f39c016 added tests that cover more paths by partouf · 7 years ago
  46. 50604ab refactoring by partouf · 7 years ago
  47. 0784799 Fix MakeFile and appease linter by RabsRincon · 7 years ago
  48. b6e01b8 Add builtin examples tests releated to languages by RabsRincon · 7 years ago
  49. 6299210 Add execeution tests by Matt Godbolt · 7 years ago
  50. def7723 Merge branch 'master' into unification by Rubén · 7 years ago
  51. 89efa6f Extend linting to the tests by Matt Godbolt · 7 years ago
  52. 644d337 Move utils tests into the right spot by Matt Godbolt · 7 years ago
  53. ef95efc Further improve pre-commit hook by RabsRincon · 7 years ago
  54. 0e55afb Add mising properties case. by RabsRincon · 7 years ago
  55. 41ead3f Merge branch 'master' into unification by RabsRincon · 7 years ago
  56. b935cf0 Update lang tests by RabsRincon · 7 years ago
  57. 25a39c3 Add properties tests by RabsRincon · 7 years ago
  58. a272ea9 Add utils tests, update filter-tests by Matt Godbolt · 7 years ago
  59. 6452396 Update copyright info by RabsRincon · 7 years ago
  60. aa0b3e6 Update AWS. Add tests by Matt Godbolt · 7 years ago
  61. 1afc9a8 Add more languages tests by RabsRincon · 7 years ago
  62. 077ace8 Add language ids-keys equality test by RabsRincon · 7 years ago
  63. 5b199a1 Extract google short url into a testable (I know!) unit. And test it by Matt Godbolt · 7 years ago
  64. 2446ea5 separate demangler into support library by partouf · 7 years ago
  65. fe63adc seperated pascal demangler from pascal compiler, added unit tests and bugfixed some demangling by partouf · 7 years ago
  66. 3fc3c2d add test for bug #629 by cppchedy · 7 years ago
  67. 9784aa5 Better handling of assignments in assembly by Marc Poulhiès · 7 years ago
  68. 767351f Fixes #555 by Matt Godbolt · 7 years ago
  69. 83ff138 Better handling of labels in asm. by Matt Godbolt · 7 years ago
  70. 65c6ff7 Finish up Cfg view review concerns by Rubén · 7 years ago
  71. 747ee23 added test, resolved some reviews by cppchedy · 7 years ago
  72. 476fde3 Identify lines referring to included files. by Matt Godbolt · 7 years ago
  73. ddddc8e Read-only embedded by Matt Godbolt · 8 years ago
  74. 65b5bf4 Correctly identify PROC and ENDP even when a comment is on the same line. Fixes #235 by Matt Godbolt · 8 years ago
  75. 538b4e8 Fix tests by Matt Godbolt · 8 years ago
  76. b6e9a46 Another year, another copyright update by Matt Godbolt · 8 years ago
  77. 050f5e3 Properly treat MIPS label definitions. Fixes #214 by Matt Godbolt · 8 years ago
  78. ed12b7e Filter out more labels that are unreferenced by Matt Godbolt · 8 years ago
  79. 88897a2 Fix for ARM by Matt Godbolt · 8 years ago
  80. a91e1ee Fix up initial labels/function definitions. by Matt Godbolt · 8 years ago
  81. 9af5650 Refactor so as not to rely on magic comments in MS-derived compilation output by Matt Godbolt · 8 years ago
  82. 0362e0c Send opcodes as strings. Fix up ARM opcode and label handling by Matt Godbolt · 8 years ago
  83. 70b8d2d Fix filtering of labels of defined functions. by Matt Godbolt · 8 years ago
  84. bc5848f Adding more tests; beginnings of a refactor to make compilers more configurable by Matt Godbolt · 8 years ago
  85. 49932af Work in progress on WINE/win32/win64 compiler support by Matt Godbolt · 8 years ago
  86. ad40e5c Improvements to embedding by Matt Godbolt · 8 years ago
  87. 0cda1b8 Work in progress on embeddable CEs by Matt Godbolt · 8 years ago
  88. ce82847 Fix up AVR line processing. Fixes #164 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. ecb5aa3 Add an example 64-bit msvc compile by Matt Godbolt · 8 years ago
  92. d11fb2c Merge branch 'master' into msvc-spike by Matt Godbolt · 8 years ago
  93. fa4406b Fix unused label issues by Matt Godbolt · 8 years ago
  94. b9aca47 Hopefully fix the line labelling issue by Matt Godbolt · 8 years ago
  95. 909620c Fixups for add instruction by Matt Godbolt · 8 years ago
  96. 1db8614 Add another test case (no expectation as yet) by Matt Godbolt · 8 years ago
  97. 55deadf Use two-space indentation to better align with cl raw output by Matt Godbolt · 8 years ago
  98. 284738f Fix up indentation of non-opcode lines by Matt Godbolt · 8 years ago
  99. 57db760 Pretty print blessed files by Matt Godbolt · 8 years ago
  100. 16bcc58 Some indentation by Matt Godbolt · 8 years ago