[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Mon Nov 29 16:50:42 PST 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/12142
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 120368
Blamelist: grosbach,lattner,resistor,void
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Transforms/Scalar/DeadStoreElimination.cpp
test/Transforms/DeadStoreElimination/simple.ll
At: Mon 29 Nov 2010 16:18:29
Changed By: lattner
Comments: my previous patch would cause us to start deleting some volatile
stores, fix and add a testcase.
Properties:
Files:
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrThumb2.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/thumb2.s
At: Mon 29 Nov 2010 16:18:29
Changed By: resistor
Comments: Correct Thumb2 encodings for a much wider range of loads and stores.
Properties:
File: lib/Target/ARM/ARMInstrThumb.td
At: Mon 29 Nov 2010 16:22:37
Changed By: void
Comments: Add some encoding for the adr instruction. Labels still need to be finished.
Properties:
Files:
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
At: Mon 29 Nov 2010 16:27:37
Changed By: grosbach
Comments: Rename BX/BRIND/etc patterns to clarify which is actually the BX instruction
and which are pseudos.Properties:
Files:
lib/Analysis/BasicAliasAnalysis.cpp
lib/Transforms/Scalar/DeadStoreElimination.cpp
test/Transforms/DeadStoreElimination/simple.ll
At: Mon 29 Nov 2010 16:34:52
Changed By: lattner
Comments: Teach basicaa that memset's modref set is at worst "mod" and never
contains "ref".
Enhance DSE to use a modref query instead of a store-specific hack
to generalize the "ignore may-alias stores" optimization to handle
memset and memcpy.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[3]: Compiling SPUSelectionDAGInfo.cpp for Debug+Asserts build
llvm[3]: Compiling SPUSubtarget.cpp for Debug+Asserts build
llvm[3]: Compiling SPUTargetMachine.cpp for Debug+Asserts build
llvm[2]: Building Debug+Asserts Archive Library libLLVMCodeGen.a
llvm[3]: Building Debug+Asserts Archive Library libLLVMCellSPUCodeGen.a
llvm[4]: Compiling CellSPUTargetInfo.cpp for Debug+Asserts build
llvm[4]: Building Debug+Asserts Archive Library libLLVMCellSPUInfo.a
make[1]: *** [Target/.makeall] Error 2
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list