[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu Jun 5 13:02:31 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/481
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 210280
Blamelist: tmroeder
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
docs/LangRef.rst
include/llvm-c/Core.h
include/llvm/Analysis/JumpInstrTableInfo.h
include/llvm/Analysis/Passes.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/CodeGen/CommandFlags.h
include/llvm/CodeGen/JumpInstrTables.h
include/llvm/CodeGen/Passes.h
include/llvm/IR/Attributes.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetOptions.h
lib/Analysis/Analysis.cpp
lib/Analysis/CMakeLists.txt
lib/Analysis/JumpInstrTableInfo.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/CMakeLists.txt
lib/CodeGen/JumpInstrTables.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/LTO/LTOCodeGenerator.cpp
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.h
lib/Transforms/IPO/IPO.cpp
test/Bitcode/attributes.ll
test/CodeGen/ARM/jump_tables.ll
test/CodeGen/Generic/stop-after.ll
test/CodeGen/X86/jump_table_alias.ll
test/CodeGen/X86/jump_table_bitcast.ll
test/CodeGen/X86/jump_tables.ll
test/Verifier/jumptable.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 05 Jun 2014 12:40:37
Changed By: tmroeder
Comments: Add a new attribute called 'jumptable' that creates jump-instruction tables for functions marked with this attribute.
It includes a pass that rewrites all indirect calls to jumptable functions to pass through these tables.
This also adds backend support for generating the jump-instruction tables on ARM and X86.
Note that since the jumptable attribute creates a second function pointer for a
function, any function marked with jumptable must also be marked with unnamed_addr.
Properties:
LOGS:
More information about the llvm-testresults
mailing list