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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Sep 27 19:01:11 PDT 2013


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/5770

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 191593
Blamelist: ahatanak,mren,rikka,whunt

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Parse/ParseStmt.cpp
 test/SemaCXX/typo-correction-pt2.cpp
On: smooshlab-project
At: Fri 27 Sep 2013 17:00:30
Changed By: rikka
Comments: Don't suggest namespaces if the next token is a '.'Properties: 
  phase_id: r191589-t20130927_170230-b12090



File: lib/Headers/Intrin.h
On: smooshlab-project
At: Fri 27 Sep 2013 17:06:30
Changed By: whunt
Comments: Implements some of the more commonly used intrinsics in Intrin.h
Differential Revision: http://llvm-reviews.chandlerc.com/D1766

Properties: 
  phase_id: r191590-t20130927_171045-b12091



Files:
 lib/Target/Mips/Mips16ISelLowering.cpp
 lib/Target/Mips/MipsDelaySlotFiller.cpp
 lib/Target/Mips/MipsISelLowering.cpp
 lib/Target/Mips/MipsISelLowering.h
 test/CodeGen/Mips/brdelayslot.ll
 test/CodeGen/Mips/i64arg.ll
 test/CodeGen/Mips/largeimmprinting.ll
 test/CodeGen/Mips/lazy-binding.ll
On: smooshlab-project
At: Fri 27 Sep 2013 17:20:30
Changed By: ahatanak
Comments: [mips] Make sure loads from lazy-binding entries do not get CSE'd or hoisted out
of loops.

Previously, two consecutive calls to function "func" would result in the
following sequence of instructions:

1. load $16, %got(func)($gp) // load address of lazy-binding stub.
2. move $25, $16
3. jalr $25                  // jump to lazy-binding stub.
4. nop
5. move $25, $16
6. jalr $25                  // jump to lazy-binding stub again.

With this patch, the second call directly jumps to func's address, bypassing
the lazy-binding resolution routine:

1. load $25, %got(func)($gp) // load address of lazy-binding stub.
2. jalr $25                  // jump to lazy-binding stub.
3. nop
4. load $25, %got(func)($gp) // load resolved address of func.
5. jalr $25                  // directly jump to func.

Properties: 
  phase_id: r191592-t20130927_172230-b12092



File: lib/Headers/Intrin.h
On: smooshlab-project
At: Fri 27 Sep 2013 17:20:30
Changed By: whunt
Comments: Typo correction: _int64 -> __int64.

Properties: 
  phase_id: r191592-t20130927_172230-b12092



Files:
 include/llvm/AutoUpgrade.h
 lib/AsmParser/LLParser.cpp
 lib/AsmParser/LLParser.h
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/Bitcode/Reader/BitcodeReader.h
 lib/IR/AutoUpgrade.cpp
 test/Bitcode/upgrade-tbaa.ll
On: smooshlab-project
At: Fri 27 Sep 2013 17:30:30
Changed By: mren
Comments: AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.

We treat TBAA tags as struct-path aware TBAA format when the first operand
is a MDNode and the tag has 3 or more operands.
Properties: 
  phase_id: r191593-t20130927_173230-b12093



LOGS:






More information about the llvm-testresults mailing list