[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Jan 16 16:22:25 PST 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/15659

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 199434
Blamelist: dexonsmith,qcolombet,resistor,rnk,ruiu

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: lib/Object/COFFObjectFile.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 12:40:36
Changed By: ruiu
Comments: Use static instead of anonymous namespace.Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 test/Transforms/InstCombine/fmul.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 12:46:33
Changed By: resistor
Comments: Teach InstCombine that (fmul X, -1.0) can be simplified to (fneg X), which LLVM expresses as (fsub -0.0, X).
Properties: 




Files:
 include/llvm/Object/COFF.h
 lib/Object/COFFObjectFile.cpp
 test/tools/llvm-objdump/coff-private-headers.test
 tools/llvm-objdump/COFFDump.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:00:33
Changed By: ruiu
Comments: llvm-objdump/COFF: Print DLL name in the export table header.Properties: 




File: tools/llvm-objdump/COFFDump.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:06:36
Changed By: ruiu
Comments: Fix style issues.Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 test/Transforms/InstCombine/fmul.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:06:36
Changed By: resistor
Comments: Fix a bug in InstCombine where we failed to preserve fast math flags when optimizing an FMUL expression.
Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 test/Transforms/InstCombine/fdiv.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:16:33
Changed By: resistor
Comments: Fix an instance where we would drop fast math flags when performing an fdiv to reciprocal multiply transformation.
Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineAddSub.cpp
 test/Transforms/InstCombine/fast-math.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:36:33
Changed By: resistor
Comments: Fix two cases where we could lose fast math flags when optimizing FADD expressions.
Properties: 




File: include/llvm-c/lto.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:46:33
Changed By: dexonsmith
Comments: LTO: document LTO_API_VERSION for each API

Adding a doxygen comment for each bit of API to indicate at which
LTO_API_VERSION each was available, manually gleaned from successive
git-blames.  A few notes:

- LTO_API_VERSION was set to 3 at its introduction.
- I've indicated all the API introduced before LTO_API_VERSION was
  around as available "prior to LTO_API_VERSION=3".
- A number of API changes neglected to bump LTO_API_VERSION.  These I've
  indicated as available at the *next* bump of LTO_API_VERSION.Properties: 




Files:
 include/llvm/PassSupport.h
 lib/IR/PassRegistry.cpp
 lib/Transforms/Scalar/CodeGenPrepare.cpp
 tools/opt/opt.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 13:50:33
Changed By: qcolombet
Comments: [opt][PassInfo] Allow opt to run passes that need target machine.

When registering a pass, a pass can now specify a second construct that takes as
argument a pointer to TargetMachine.
The PassInfo class has been updated to reflect that possibility.
If such a constructor exists opt will use it instead of the default constructor
when instantiating the pass.

Since such IR passes are supposed to be rare, no specific support has been
added to this commit to allow an easy registration of such a pass.
In other words, for such pass, the initialization function has to be
hand-written (see CodeGenPrepare for instance).

Now, codegenprepare can be tested using opt:
opt -codegenprepare -mtriple=mytriple input.ll
Properties: 




Files:
 docs/InAlloca.rst
 docs/LangRef.rst
 lib/IR/Verifier.cpp
 test/Verifier/inalloca-vararg.ll
 test/Verifier/inalloca1.ll
 test/Verifier/inalloca2.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 16 Jan 2014 15:06:33
Changed By: rnk
Comments: Change inalloca rules to make it only apply to the last parameter

This makes things a lot easier, because we can now talk about the
"argument allocation", which allocates all the memory for the call in
one shot.

The only functional change is to the verifier for a feature that hasn't
shipped yet.Properties: 




LOGS:






More information about the llvm-testresults mailing list