1. b78b0c9 Cosmetic. NFC. by Galina Kistanova · 6 years ago master
  2. dbd7ca3 Removed dependency on compiler-rt for llvm-clang-lld-x86_64-scei-ps4-* builders. by Galina Kistanova · 6 years ago
  3. e5c0f91 Check out LNT and test-sute under test directory by default. by Galina Kistanova · 6 years ago
  4. 51129ad Handle is_legacy_mode in ClangLTOBuilder. Refactored to simplify the code. by Galina Kistanova · 6 years ago
  5. 16a2adb Handle is_legacy_mode in LLDPerformanceTestsuite. by Galina Kistanova · 6 years ago
  6. 8394e10 Added the step name param to LLVMBuildFactory.addGetSourcecodeForProject. by Galina Kistanova · 6 years ago
  7. 8be279e Added zorg to the list of SVN projects. by Galina Kistanova · 6 years ago
  8. 04401cc [sanitizers] Increase default "git clone --depth" to 100 by Vitaly Buka · 6 years ago
  9. a650907 Apply defaut cmake flags to ABITestsuitBuilder. by Galina Kistanova · 6 years ago
  10. 3d16074 Remove -DLLVM_USE_LINKER from Windows self host bots. by Russell Gallop · 6 years ago
  11. 7d3471e Add LLVMGitPoller to listen for changes in the monorepo. by Galina Kistanova · 6 years ago
  12. 4f59d77 Separate automatic schedulers for builders depending on is_legacy_mode. by Galina Kistanova · 6 years ago
  13. b28be6d Refactored ClangBuilde.getClangCMakeBuildFactory and ClangBuilde.getClangCMakeGCSBuildFactory to support github. by Galina Kistanova · 6 years ago
  14. aeca173 Added LLVMPoller to work with github. by Galina Kistanova · 6 years ago
  15. acc5446 Check out the test-suite first to prevent poisoning got_revision property. by Galina Kistanova · 6 years ago
  16. b903242 Added support for github author names. by Galina Kistanova · 6 years ago
  17. 0792e29 LLVMBuildFactory code cleaning. by Galina Kistanova · 6 years ago
  18. 597ddbc Updated UnifiedTreeBuilder to fully support is_legacy_mode. by Galina Kistanova · 6 years ago
  19. d7af689 Added support for git/github to LLVMBuildFactory. by Galina Kistanova · 6 years ago
  20. 56ae66e Reverted r375035 and r375036 to fix the commit message and author name. by Galina Kistanova · 6 years ago
  21. 133fa9a Added support for is_legacy_mode to ABITestsuitBuilder. by Galina Kistanova · 6 years ago
  22. 84b1195 ClangBuilder code cleaning. NFC. by Galina Kistanova · 6 years ago
  23. 3607aef This allows to use the newly added LLVMBuildFactory ability to transparently use SVN or github and switch between depending on the is_legacy_mode attribute, and adds a github support to UnifiedTreeBuilder. by Galina Kistanova · 6 years ago
  24. c46187e Now LLVMBuildFactory supports both a "legacy mode" with SVN checkout and a git/github checkout. by Galina Kistanova · 6 years ago
  25. b036c79 LLVMBuilfFactory should always have is_legacy_mode attribute. by Galina Kistanova · 6 years ago
  26. 0511c32 Removed redundant quotation marks from -DLLVM_LIT_ARGS. by Galina Kistanova · 6 years ago
  27. b26065b Refactored LibcxxAndAbiBuilder to support github. by Galina Kistanova · 6 years ago
  28. 1c20bf3 Refactored ClangLTOBuilder to support github. by Galina Kistanova · 6 years ago
  29. 074af6c Removed always failing builder 'clang-x86_64-linux-selfhost-modules'. by Galina Kistanova · 6 years ago
  30. e164dbb Change SphinxDocsBuilder to use UnifiedTreeBuilder. by Galina Kistanova · 6 years ago
  31. 000e253 Sanitize kwargs in UnifiedTreeBuilder.getCmakeWithNinjaMultistageBuildFactory. by Galina Kistanova · 6 years ago
  32. 5049f32 Redefine API so it would not assume SVN. by Galina Kistanova · 6 years ago
  33. 0508357 Added UnifiedTreeBuilder.getLLVMBuildFactoryAndPrepareForSourcecodeSteps for a better code reuse. by Galina Kistanova · 6 years ago
  34. 920a609 Set a default build directory in the LLVMBuildFactory and then properly use it. by Galina Kistanova · 6 years ago
  35. dfec740 Remove build directory for each build on clang-x86_64-debian-fast. by Galina Kistanova · 6 years ago
  36. 44ffc0a UnifiedTreeBuilder code cleaning. NFC. by Galina Kistanova · 6 years ago
  37. a263a96 Incremental. by Galina Kistanova · 6 years ago
  38. b90cd12 NFC. Few cosmetic changes. by Galina Kistanova · 6 years ago
  39. b4b009b Changed clang-x86_64-debian-fast builder to use UnifiedTreeBuilder. by Galina Kistanova · 6 years ago
  40. f8990a8 Removed some default cmake options which doesn't seem worth being default from UnifiedTreeBuilder.addCmakeSteps. by Galina Kistanova · 6 years ago
  41. 1d4a871 Do not set default cmake options in CmakeCommand. by Galina Kistanova · 6 years ago
  42. 343ac76 Added legacy mode support for automatic SVN schedulers. by Galina Kistanova · 6 years ago
  43. 4e11320 Updated llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast and llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast builders. by Galina Kistanova · 6 years ago
  44. f362b58 Moved a few builders to use UnifiedTreeBuilder. by Galina Kistanova · 6 years ago
  45. 827b4f7 [LLDB] Enable mails on the standalone bot by Jonas Devlieghere · 6 years ago
  46. 00c5b21 Revert "[LLDB] Enable mails on the matrix bot" by Jonas Devlieghere · 6 years ago
  47. 37df39a [LLDB] Enable mails on the matrix bot by Jonas Devlieghere · 6 years ago
  48. f55f2ad [LLDB] Add LLVM 9 to the Matrix bot by Jonas Devlieghere · 6 years ago
  49. 948887a Added new builders lldb-s390x-fedora, lldb-ppc64le-fedora. by Galina Kistanova · 6 years ago
  50. 63b448f [LLDB] Send e-mails to the default recipients by Jonas Devlieghere · 6 years ago
  51. 62167df [LLDB] Only sent e-mail when the status changed by Jonas Devlieghere · 6 years ago
  52. 8cbacb2 Remove sanitizer-aarch64-linux-mte bot. by Evgeniy Stepanov · 6 years ago
  53. 5e9a958 The LLD buildbot has some tests that are not reliable. by Galina Kistanova · 6 years ago
  54. c237967 Remove redundant linaro slaves from slaves.py by Peter Smith · 6 years ago
  55. e5d38a6 Replaced non-existent argument 'target_arch' for 'vs_target_arch'. by Galina Kistanova · 6 years ago
  56. 448237c Run svn cleanup before svn up on Windows annotated build bots by Reid Kleckner · 6 years ago
  57. f30dcc2 The LLD buildbot has some tests that are not reliable. by Galina Kistanova · 6 years ago
  58. 0937a36 Bring back clang-x64-ninja-win7/windows7-buildbot by Ilia Taraban · 6 years ago
  59. 188f64f [sanitizer] Fix sanitizer-x86_64-linux-gn 'true' call by Vitaly Buka · 6 years ago
  60. e8c58a1 [sanitizer] Make sanitizer-x86_64-linux-gn always pass by Vitaly Buka · 6 years ago
  61. 6837535 [saninizer] Remove sanitizer-x86_64-linux-gn builder by Vitaly Buka · 6 years ago
  62. a055a9c Revert "Disable e-mails until the Groovy exception is fixed" by Jonas Devlieghere · 6 years ago
  63. 7c4dcb8 Revert "[lldb] Send e-mails on failure" by Jonas Devlieghere · 6 years ago
  64. 745a5dc [lldb] Send e-mails on failure by Jonas Devlieghere · 6 years ago
  65. 423faf3 [lldb] Shuffle and time tests for the CMake builder by Jonas Devlieghere · 6 years ago
  66. 5645143 Pass -DLLDB_DISABLE_CURSES to the lldb-x86_64-debian bot by Pavel Labath · 6 years ago
  67. c7357d1 [lldb-cmake] Time test and shuffle by Jonas Devlieghere · 6 years ago
  68. 88e49ef [sanitizer] Switch sanitizer-x86_64-linux to git by Vitaly Buka · 6 years ago
  69. ac9f173 [sanitizer] Optimize git clone by using small depth by Vitaly Buka · 6 years ago
  70. 2033d91 [sanitizer] Fix 'unbound variable' by Vitaly Buka · 6 years ago
  71. 694ac71 [sanitizer] Delete abandoned script by Vitaly Buka · 6 years ago
  72. 10f2128 [sanitizer] Enabled git on MTE bot by Vitaly Buka · 6 years ago
  73. 8a8d26c [lldb] Double the individual test timeout for sanitized tests. by Jonas Devlieghere · 6 years ago
  74. 9441e33 [tsan] Use git on tsan bot by Vitaly Buka · 6 years ago
  75. 78f0151 [sanitizer] Always clobber if unexpected svn/git checkout exists by Vitaly Buka · 6 years ago
  76. 01ea1b2 [lldb] Increase timeout for sanitized bot by Jonas Devlieghere · 6 years ago
  77. 3c073cf [sanitizer] Switch android bot to use git by Vitaly Buka · 6 years ago
  78. b1f29b1 [sanitizer] Use git for x86_64-linux-*san bots by Vitaly Buka · 6 years ago
  79. 07ca372 [sanitizer] Clobber svn_checkout dir by Vitaly Buka · 6 years ago
  80. bc981cc [sanitizer] Fix android bot clobbering by Vitaly Buka · 6 years ago
  81. 36c9f8a [sanitizer] Improve clobbering by Vitaly Buka · 6 years ago
  82. 85f02d7 [sanitizer] Clobber llvm_build0 dir by Vitaly Buka · 6 years ago
  83. 69ac705 [libfuzzer] Clobber fuzzer-test-suite and build output if needed by Vitaly Buka · 6 years ago
  84. 24478ee [sanitizer] Move clobber into common location by Vitaly Buka · 6 years ago
  85. 6bb4579 [sanitizer] Move update step message into buildbot_functions.sh by Vitaly Buka · 6 years ago
  86. 99049fd [sanitizer] Fix GN build script by Vitaly Buka · 6 years ago
  87. 5e7296a [sanitizer] Fix messages in buildbot_gn.sh by Vitaly Buka · 6 years ago
  88. 9b3046c [sanitizer] Fix sanitizer-x86_64-linux-gn script by Vitaly Buka · 6 years ago
  89. 7104741 [sanitizer] Move more of STAGE1 build into functions.sh by Vitaly Buka · 6 years ago
  90. ee0ce53 [sanitizer] Move "build stage1 clang" message into functions.sh by Vitaly Buka · 6 years ago
  91. 39ffa6a [sanitizer] Move stage3 into buildbot_functions.sh by Vitaly Buka · 6 years ago
  92. 3149fa5 [asan] Rename buildbot_bootstrap.sh > buildbot_bootstrap_asan.sh by Vitaly Buka · 6 years ago
  93. 8f4ce25 [sanitizer] Cleanup STAGE2 dir variables by Vitaly Buka · 6 years ago
  94. f170781 [sanitizer] Fix buildbot_update call by Vitaly Buka · 6 years ago
  95. 76c2702 [fuzzer] Enable git on sanitizer-x86_64-linux-fuzzer by Vitaly Buka · 6 years ago
  96. d7fb697 [sanitizer] Remove llvm-project on clobber by Vitaly Buka · 6 years ago
  97. 99b1624 [zorg] Switch sanitizer-x86_64-linux-fast to use git by Vitaly Buka · 6 years ago
  98. 22df7c9 Disable e-mails until the Groovy exception is fixed by Jonas Devlieghere · 6 years ago
  99. 9f011c4 [monorepo_build] Allow test commands to fail by Vedant Kumar · 6 years ago
  100. 12c052f [monorepo_build] lldb: Do not fail a test run if any tests fail by Vedant Kumar · 6 years ago