Started 3 yr 3 mo ago
Took 7 hr 44 min

Build #1514 (Jun 5, 2020 8:08:35 AM)

Changes
  1. [libc++] Remove redundant request for enabling warnings (details / githubweb)
Changes
  1. [MLIR][SPIRV] Support flat, location, and noperspective decorations (details)
  2. [clang][BFloat] add NEON emitter for bfloat (details)
  3. [libc++] Link against libatomic when it is found (details)
  4. Fix a typo in AMDGPU docs (details)
  5. [Alignment][NFC] Migrate CallingConv tablegen code (details)
  6. [clang][BFloat] Add create/set/get/dup intrinsics (details)
  7. ScopedNoAliasAA.h - remove unnecessary InstrTypes.h include. NFC. (details)
  8. TargetLibraryInfo.h - reduce Triple.h include to forward declaration. NFC. (details)
  9. SyncDependenceAnalysis.h - remove orphan method declarations. NFCI. (details)
  10. [VE] Support branch instructions in MC layer (details)
  11. Fix return status of AddressSanitizer pass (details)
  12. Correctly report modified status for LoopSimplify (details)
  13. Return "[InstCombine] Simplify compare of Phi with constant inputs against a constant" (details)
  14. [libc++] Translate locale detection to the DSL (details)
  15. [llvm][AArch64] Fix unused variable (details)
  16. Correctly report modified status for ObjCARCOpt (details)
  17. Correctly report modified status for ObjCARCContract (details)
  18. Correctly report modified status for TailRecursionElimination (details)
  19. Correctly report modified status for DSE (details)
  20. Correctly report modified status for DivRemPairs (details)
  21. [SCCP] Report changes after removing stores to constant global (details)
  22. [CodeGen][SVE] Calculate correct type legalization for scalable vectors. (details)
  23. [mlir][gpu] Introduce mlir-rocm-runner. (details)
  24. [VE] Support logical operation instructions in MC layer (details)
  25. [AST] Record SourceLocation for TypoExpr. (details)
  26. Revert "[CodeGen][SVE] Calculate correct type legalization for scalable vectors." (details)
  27. [lit] Improve naming of test result categories (details)
  28. [mlir][SCF] Add single iteration scf.for promotion to the FuncOp level helper. (details)
  29. [dsymutil] Don't emit N_AST symbol entries in the Mach-O companion file (details)
  30. Fix crash on misc-redundant-expression (details)
  31. [ELF] Handle -u before input files (details)
  32. [flang] Fix crash on erroneous expressions (details)
  33. Fix the roundtrip test under llvm-profdata (details)
  34. [X86][SSE] Simplify MOVMSK patterns based on comparison (details)
  35. Mark lambda in use-after-scope-capture.cpp as noinline (details)
  36. Add ASan metadata globals to @llvm.compiler.used under COFF (details)
  37. [gn build] (manually) port a6fcf5ca033 (details)
  38. [PhaseOrdering] add tests for reductions; NFC (PR43953) (details)
  39. [x86] form reduction intrinsics from vectorizers instead of raw IR (details)
  40. TypeMetadataUtils.h - reduce Instructions.h include to forward declaration. NFC. (details)
  41. ScalarEvolutionNormalization.h - reduce ScalarEvolutionExpressions.h include to forward declaration. NFC. (details)
  42. [HIP] Add default header and include path (details)
  43. [CMake] Do not append -lm to CMAKE_REQUIRED_LIBRARIES on Apple (details)
  44. [mlir] Add verify method to adaptor (details)
  45. [mlir][Linalg] NFC - Cleanup debug, address post-commit review. (details)
  46. [libc++abi] Properly fix XFAILs for exception alignment (details)
  47. Reland D80640: [CodeGen][SVE] Calculate correct type legalization for scalable vectors. (details)
  48. Fix lit tests hip-include-path.hip and hip-host-cpu-macros.cu (details)
  49. [gn build] Port 11d06b9511b (details)
  50. [mlir][Vector] Add folding of memref_cast into vector_transfer ops (details)
  51. [llvm-ar] Add more tests for errors in opening archives (details)
  52. [llvm-ar] Update error messages and tests as per latest preferred style (details)
  53. [ARM] VQMOVN demand bits analysis (details)
  54. [libc++] Avoid passing -xc++ in Lit feature detection (details)
  55. [llvm-objcopy] Reorder --dump-section before --remove-section for ELF (details)
  56. [mlir][test][CPU] Reduce the size of mlir-cpu-runner-tests (details)
  57. [llvm-objcopy] Reorder --dump-section for MachO (details)
  58. [apple clang] disable in-process CC1 to preserve crashlog compatibility (details)
  59. GlobalISel: Infer nofpexcept flag during selection for non-strict ops (details)
  60. AMDGPU/GlobalISel: Fix some broken YAML in MIR test (details)
  61. [LiveDebugValues] Remove PendingInLocs (NFC) (details)
  62. [LiveDebugValues] Fix output stream (NFC) (details)
  63. [KernelAddressSanitizer] Make globals constructors compatible with kernel (details)
  64. [hwasan] Disable malloc-fill by default. (details)
  65. [WebAssembly] Improve clang diagnostics for wasm attributes (details)
  66. [X86] Teach combineVectorShiftImm to constant fold undef elements to 0 not undef. (details)
  67. AMDGPU: Fix missing immarg on buffer.atomic.fadd intrinsic (details)
  68. AMDGPU: Fix incorrect selection of buffer atomic fadd (details)
  69. Attempt to fix hip-include-path.hip (details)
  70. [gn build] (manually) merge 5eedf07ab999d (details)
  71. Fix -Wunused-variable after D80515 (details)
  72. Correctly report modified status for AMDGPUUnifyDivergentExitNodes (details)
  73. Revert "[WebAssembly] Improve clang diagnostics for wasm attributes" (details)
  74. GlobalISel: Add G_EXTRACT/G_INSERT offset to legalize info (details)
  75. GlobalISel: Make known bits/alignment API more consistent (details)
  76. Move GetXcode*Directory into HostInfo (NFC) (details)
  77. Teach GetXcodeSDK to look in the Xcode that contains LLDB (details)
  78. GlobalISel: Add helper for constructing load from offset (details)
  79. [llvm-pdbutil] Add missing --id-stats to dump the IPI stream (details)
  80. lld: use modern library search ordering (details)
  81. Attempt to fix hip-include-path.hip (details)
  82. Revert "[HIP] Add default header and include path" (details)
  83. SROA: Remove pointer from visited along with instruction (details)
  84. [gn build] Port 8a8c6913a93 (details)
  85. [codeview] Put !heapallocsite on calls to operator new (details)
  86. AMDGPU/GlobalISel: cmp/select method for extract element (details)
Changes
  1. [libc++] Remove redundant request for enabling warnings (details)

Started by upstream project LLDB Incremental (x86_64) build number 20569
originally caused by:

  • Started by timer

Started by upstream project LLDB Incremental (x86_64) build number 20575
originally caused by:

  • Started by timer

Started by upstream project LLDB Incremental (x86_64) build number 20576
originally caused by:

  • Started by timer
  • Started by timer
  • Started by timer

Started by upstream project LLDB Incremental (x86_64) build number 20577
originally caused by:

  • Started by timer
  • Started by timer
  • Started by timer
  • Started by timer

Started by upstream project LLDB Incremental (x86_64) build number 20578
originally caused by:

  • Started by timer

Started by upstream project LLDB Incremental (x86_64) build number 20579
originally caused by:

  • Started by timer

This run spent:

  • 8 hr 22 min waiting;
  • 7 hr 44 min build duration;
  • 10 hr total from scheduled to completion.
Revision: 8d129c03cb8cb7cf04c76b4cb9aaa4855fed5b01
Repository: https://github.com/llvm/llvm-zorg.git
  • refs/remotes/origin/master
Revision: 5d62606f90554751098161b5e99a7bd45a8581ef
Repository: http://labmaster3.local/git/llvm-project.git
  • refs/remotes/origin/master
Revision: 8d129c03cb8cb7cf04c76b4cb9aaa4855fed5b01
Repository: http://labmaster3.local/git/llvm-zorg.git
  • refs/remotes/origin/master
Test Result (no failures)