[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Mon Jun 16 15:24:32 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/945
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 211060
Blamelist: grosbach
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/IR/IntrinsicsARM.td
lib/Target/ARM/ARMISelLowering.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 16 Jun 2014 15:06:38
Changed By: grosbach
Comments: ARM: intrinsic support for rbit.
We already have an ARMISD node. Create an intrinsic to map to it so we can
add support for the frontend __rbit() intrinsic.
rdar://9283021Properties:
Files:
include/llvm/IR/IntrinsicsAArch64.td
lib/Target/AArch64/AArch64InstrInfo.td
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Mon 16 Jun 2014 15:06:38
Changed By: grosbach
Comments: AArch64: Add backend intrinsic for rbit.
Define an intrinsic for the frontend to use and pattern match it to
the RBIT instruction.
rdar://9283021Properties:
Files:
include/clang/Basic/BuiltinsARM.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-arm.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 16 Jun 2014 15:06:38
Changed By: grosbach
Comments: ARM: Support for __builtin_arm_rbit() intrinsic.
Reverse the bits in a word. Maps to the RBIT instruction.
rdar://9283021Properties:
Files:
include/clang/Basic/BuiltinsAArch64.def
lib/CodeGen/CGBuiltin.cpp
test/CodeGen/builtins-arm64.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Mon 16 Jun 2014 15:06:38
Changed By: grosbach
Comments: AArch64: Support for __builtin_arm_rbit() and __builtin_arm_rbit64().
__builtin_arm_rbit() and __builtin_arm_rbit64().
rdar://9283021Properties:
LOGS:
More information about the llvm-testresults
mailing list