[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Aug 21 14:13:08 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building llvm.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/3849
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 216223
Blamelist: dblaikie,rsmith,tstellar
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstructions.td
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
lib/Target/R600/SIRegisterInfo.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 21 Aug 2014 13:55:30
Changed By: tstellar
Comments: R600/SI: Use eliminateFrameIndex() to expand SGPR spill pseudos
This will simplify the SGPR spilling and also allow us to use
MachineFrameInfo for calculating offsets, which should be more
reliable than our custom code.
This fixes a crash in some cases where a register would be spilled
in a branch such that the VGPR defined for spilling did not dominate
all the uses when restoring.
This fixes a crash in an ocl conformance test. The test requries
register spilling and is too big to include.Properties:
Files:
lib/Target/R600/SIMachineFunctionInfo.cpp
lib/Target/R600/SIMachineFunctionInfo.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 21 Aug 2014 13:55:30
Changed By: tstellar
Comments: R600/SI: Remove unused SGPR spilling codeProperties:
Files:
lib/Target/R600/AMDGPUISelDAGToDAG.cpp
lib/Target/R600/SIISelLowering.cpp
test/CodeGen/R600/store-vector-ptrs.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 21 Aug 2014 13:55:30
Changed By: tstellar
Comments: R600/SI: Make sure SCRATCH_WAVE_OFFSET is added as Live-In to the function
This fixes a crash in an ocl conformance test.Properties:
Files:
lib/Target/R600/SIInstrInfo.cpp
lib/Target/R600/SIInstrInfo.h
test/CodeGen/R600/salu-to-valu.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 21 Aug 2014 13:55:30
Changed By: tstellar
Comments: R600/SI: Teach moveToVALU how to handle more S_LOAD_* instructionsProperties:
Files:
include/clang/Basic/DiagnosticSemaKinds.td
test/SemaTemplate/deduction.cpp
test/SemaTemplate/derived.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 21 Aug 2014 13:55:30
Changed By: rsmith
Comments: Fix grammatical error in diagnostic.
Properties:
File: lib/Basic/DiagnosticIDs.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 21 Aug 2014 13:55:30
Changed By: rsmith
Comments: Simplify this logic now that -W can't be applied to remarks. No functionality change.
Properties:
Files:
include/llvm/Support/SourceMgr.h
lib/AsmParser/Parser.cpp
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/MC/MCParser/AsmParser.cpp
lib/Object/IRObjectFile.cpp
lib/Support/SourceMgr.cpp
lib/Support/YAMLParser.cpp
lib/TableGen/Main.cpp
tools/llvm-mc/llvm-mc.cpp
tools/llvm-mcmarkup/llvm-mcmarkup.cpp
unittests/Support/SourceMgrTest.cpp
utils/FileCheck/FileCheck.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 21 Aug 2014 13:55:30
Changed By: dblaikie
Comments: Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptrProperties:
LOGS:
More information about the llvm-testresults
mailing list