[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Oct 8 03:18:34 PDT 2014


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/1183

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 219285
Blamelist: echristo,ghoflehner,majnemer

BUILD FAILED: failed

sincerely,
 -The Buildbot


================================================================================

CHANGES:
Files:
 include/llvm/Object/ELFObjectFile.h
 include/llvm/Object/RelocVisitor.h
 lib/DebugInfo/DWARFContext.cpp
 test/DebugInfo/X86/processes-relocations.ll
On: smooshlab-project
At: Tue 07 Oct 2014 23:50:34
Changed By: majnemer
Comments: llvm-dwarfdump: Add support for some COFF relocations

DWARF in COFF utilizes several relocations.  Implement support for them
in RelocVisitor to support llvm-dwarfdump.Properties: 
  phase_id: r219281-t20141007_235234-b5235



Files:
 lib/MC/WinCOFFStreamer.cpp
 test/MC/COFF/comm-align.s
On: smooshlab-project
At: Tue 07 Oct 2014 23:50:34
Changed By: majnemer
Comments: COFF: Don't oversize COMMON symbols when targeting BFD ld

COFF normally doesn't allow us to describe the alignment of COMMON
symbols.

It turns out that most linkers use the symbol size as a hint as to how
aligned the symbol should be.

However the BFD folks have added a .drectve command, which we
now support as of r219229, that allows us to specify the alignment
precisely.  With this in mind, stop rounding sizes up.Properties: 
  phase_id: r219281-t20141007_235234-b5235



Files:
 lib/Transforms/InstCombine/InstCombine.h
 lib/Transforms/InstCombine/InstCombineCompares.cpp
 lib/Transforms/InstCombine/InstructionCombining.cpp
 test/Transforms/InstCombine/pr12338.ll
 test/Transforms/InstCombine/pr21199.ll
 test/Transforms/InstCombine/select-cmp-br.ll
On: smooshlab-project
At: Tue 07 Oct 2014 23:56:33
Changed By: ghoflehner
Comments: [InstCombine] re-commit r218721 with fix for pr21199

The icmp-select-icmp optimization targets select-icmp.eq
only. This is now ensured by testing the branch predicate
explictly. This commit also includes the test case for pr21199.
Properties: 
  phase_id: r219282-t20141008_001236-b5236



Files:
 lib/Transforms/IPO/GlobalOpt.cpp
 test/Transforms/GlobalOpt/pr21191.ll
On: smooshlab-project
At: Wed 08 Oct 2014 00:36:33
Changed By: majnemer
Comments: GlobalOpt: Don't drop unused memberes of a Comdat

A linkonce_odr member of a COMDAT shouldn't be dropped if we need to
keep the entire COMDAT group.

This fixes PR21191.Properties: 
  phase_id: r219283-t20141008_004426-b5237



Files:
 include/llvm/CodeGen/SelectionDAGISel.h
 lib/CodeGen/SelectionDAG/ResourcePriorityQueue.cpp
 lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
 lib/Target/ARM/ARMISelDAGToDAG.cpp
 lib/Target/Sparc/SparcISelDAGToDAG.cpp
 lib/Target/X86/X86ISelDAGToDAG.cpp
On: smooshlab-project
At: Wed 08 Oct 2014 00:46:34
Changed By: echristo
Comments: Cache TargetLowering on SelectionDAGISel and update previous
calls to getTargetLowering() with the cached variable.Properties: 
  phase_id: r219285-t20141008_010949-b5238



File: lib/CodeGen/MachineFunction.cpp
On: smooshlab-project
At: Wed 08 Oct 2014 01:06:33
Changed By: echristo
Comments: Use cached subtarget rather than looking it up on the
TargetMachine again.Properties: 
  phase_id: r219285-t20141008_010949-b5238



LOGS:






More information about the llvm-testresults mailing list