[llvm-testresults] buildbot failure in lab.llvm.org on phase4 - validation

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Sat Sep 7 20:13:27 PDT 2013


The Buildbot has detected a new failure on builder phase4 - validation while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase4%20-%20validation/builds/1310

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 190256
Blamelist: adrian,ahatanak,awatry,dblaikie,djasper,echristo,efriedma,enea,fjahanian,hans,hfinkel,majnemer,mkopec,mren,papin_g,revane,rsmith,sylvestre,void,xen2

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: README.txt
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: fix typosProperties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 aggregate-indirect-arg.cpp
 llgdb.py
 nested-struct.cpp
 sret.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: Add an lldb wrapper script that implements gdb-compatible commands on top
of lldb. This will be the new default method for executing the tests in
this repository on Darwin.
There is also a related patch for llvm/utils/test_debuginfo.pl coming.

I also relaxed some of the checks to work with both gdb's and lldb's
output.Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: utils/test_debuginfo.pl
On: smooshlab-project
At: Fri 06 Sep 2013 11:16:46
Changed By: adrian
Comments: debuginfo-tests: Add support for an lldb wrapper script
to be used on darwin in lieu of gdb.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 test/CodeGen/ARM/debug-info-arg.ll
 test/CodeGen/ARM/debug-info-blocks.ll
 test/CodeGen/ARM/debug-info-qreg.ll
 test/DebugInfo/X86/DW_AT_specification.ll
 test/DebugInfo/X86/block-capture.ll
 test/DebugInfo/X86/concrete_out_of_line.ll
 test/DebugInfo/X86/dbg-value-inlined-parameter.ll
 test/DebugInfo/X86/dbg-value-range.ll
 test/DebugInfo/X86/empty-and-one-elem-array.ll
 test/DebugInfo/X86/misched-dbg-value.ll
 test/DebugInfo/X86/pointer-type-size.ll
 test/DebugInfo/X86/struct-loc.ll
On: smooshlab-project
At: Fri 06 Sep 2013 11:20:43
Changed By: mren
Comments: Debug Info Testing: Updated to use null instead of "i32 0" for containing-type
field of DICompositeType.

This will help the follow-on patch of using DITypeRef for containing-type field.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/llvm/DebugInfo.h
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:30:43
Changed By: mren
Comments: Debug Info: Move a helper function getTypeIdentifier from DIBuilder to be part
of DIType.
    
Implement DIType::generateRef to return a type reference. This function will be
used in setContaintingType and in DIBuilder to generete the type reference.
    
No functionality change.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/llvm/DebugInfo.h
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
 test/DebugInfo/tu-composite.ll
On: smooshlab-project
At: Fri 06 Sep 2013 11:50:43
Changed By: mren
Comments: Debug Info: Use identifier to reference DIType in containing type field of
a DICompositeType.
    
Verifier is updated accordingly.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 test/CodeGenCXX/debug-info-class.cpp
 test/CodeGenCXX/debug-info-template-member.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 11:50:43
Changed By: mren
Comments: Debug Info: Update testing case.

DIBuilder now uses an identifier to reference DIType in containing type field of
a DICompositeType (in r190190).
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 clang-modernize/tool/ClangModernize.cpp
 docs/ModernizerUsage.rst
On: smooshlab-project
At: Fri 06 Sep 2013 12:30:43
Changed By: revane
Comments: clang-modernize: Update docs with -include/-exclude

-include/-exclude and friends have been marked as hidden options until this
point. This is no longer necessary. Update the docs to describe their effect.

Differential Revision: http://llvm-reviews.chandlerc.com/D1621

Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 docs/MigratorUsage.rst
 docs/clang-modernize.rst
 docs/cpp11-migrate.rst
On: smooshlab-project
At: Fri 06 Sep 2013 12:30:43
Changed By: revane
Comments: clang-modernize: Tweak docs after rename

* Removing sphinx warnings about docs not in a toctree.
* Adding more links to cpp11-migrate redirect docs.

Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: lib/Headers/CMakeLists.txt
On: smooshlab-project
At: Fri 06 Sep 2013 13:16:43
Changed By: echristo
Comments: Add Intrin.h to the cmake files.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Target/R600/AMDGPUInstructions.td
 lib/Target/R600/R600Instructions.td
 lib/Target/R600/SIInstructions.td
 test/CodeGen/R600/atomic_load_sub.ll
On: smooshlab-project
At: Fri 06 Sep 2013 13:26:43
Changed By: awatry
Comments: R600: Add support for LDS atomic subtract

Signed-off-by: Aaron Watry <awatry at gmail.com>
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/clang/Driver/CLCompatOptions.td
 test/Driver/cl-options.c
On: smooshlab-project
At: Fri 06 Sep 2013 13:30:43
Changed By: hans
Comments: clang-cl: ignore /RTC options (PR17129)

I don't think Clang intends to implement this functionality.
ASan should be used instead. Since /RTC is often passed by default
from MSBuild, ignore the option to avoid bloating the output.Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: lib/Basic/OpenMPKinds.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:06:43
Changed By: dblaikie
Comments: Unbreak the Clang -Werror build after r190183.

Best guess at the right answer here - no guarantees of fitness for any
particular purpose.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
 test/CodeGen/ARM/2011-08-02-MergedGlobalDbg.ll
 test/CodeGen/ARM/coalesce-dbgvalue.ll
 test/CodeGen/ARM/debug-info-arg.ll
 test/CodeGen/ARM/debug-info-blocks.ll
 test/CodeGen/ARM/debug-info-branch-folding.ll
 test/CodeGen/ARM/debug-info-qreg.ll
 test/CodeGen/ARM/debug-info-s16-reg.ll
 test/CodeGen/ARM/debug-info-sreg2.ll
 test/CodeGen/Hexagon/hwloop-dbg.ll
 test/CodeGen/PowerPC/dbg.ll
 test/CodeGen/PowerPC/unwind-dw2-g.ll
 test/CodeGen/X86/2011-01-24-DbgValue-Before-Use.ll
 test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
 test/CodeGen/X86/2012-11-30-misched-dbg.ll
 test/CodeGen/X86/MachineSink-DbgValue.ll
 test/CodeGen/X86/stack-protector-dbginfo.ll
 test/DebugInfo/2009-11-05-DeadGlobalVariable.ll
 test/DebugInfo/2009-11-10-CurrentFn.ll
 test/DebugInfo/2010-10-01-crash.ll
 test/DebugInfo/AArch64/dwarfdump.ll
 test/DebugInfo/AArch64/variable-loc.ll
 test/DebugInfo/SystemZ/variable-loc.ll
 test/DebugInfo/X86/2011-09-26-GlobalVarContext.ll
 test/DebugInfo/X86/2011-12-16-BadStructRef.ll
 test/DebugInfo/X86/DW_AT_byte_size.ll
 test/DebugInfo/X86/DW_AT_location-reference.ll
 test/DebugInfo/X86/DW_AT_object_pointer.ll
 test/DebugInfo/X86/DW_AT_specification.ll
 test/DebugInfo/X86/DW_AT_stmt_list_sec_offset.ll
 test/DebugInfo/X86/DW_TAG_friend.ll
 test/DebugInfo/X86/aligned_stack_var.ll
 test/DebugInfo/X86/arguments.ll
 test/DebugInfo/X86/byvalstruct.ll
 test/DebugInfo/X86/coff_relative_names.ll
 test/DebugInfo/X86/concrete_out_of_line.ll
 test/DebugInfo/X86/dbg-at-specficiation.ll
 test/DebugInfo/X86/dbg-const-int.ll
 test/DebugInfo/X86/dbg-declare-arg.ll
 test/DebugInfo/X86/dbg-declare.ll
 test/DebugInfo/X86/dbg-large-unsigned-const.ll
 test/DebugInfo/X86/dbg-prolog-end.ll
 test/DebugInfo/X86/dbg-subrange.ll
 test/DebugInfo/X86/dbg-value-dag-combine.ll
 test/DebugInfo/X86/dbg-value-inlined-parameter.ll
 test/DebugInfo/X86/dbg-value-isel.ll
 test/DebugInfo/X86/dbg-value-location.ll
 test/DebugInfo/X86/dbg-value-range.ll
 test/DebugInfo/X86/dbg-value-terminator.ll
 test/DebugInfo/X86/dbg_value_direct.ll
 test/DebugInfo/X86/debug-info-block-captured-self.ll
 test/DebugInfo/X86/debug-info-blocks.ll
 test/DebugInfo/X86/debug-info-static-member.ll
 test/DebugInfo/X86/debug_frame.ll
 test/DebugInfo/X86/dwarf-public-names.ll
 test/DebugInfo/X86/dwarf-pubnames-split.ll
 test/DebugInfo/X86/eh_symbol.ll
 test/DebugInfo/X86/elf-names.ll
 test/DebugInfo/X86/empty-array.ll
 test/DebugInfo/X86/ending-run.ll
 test/DebugInfo/X86/enum-class.ll
 test/DebugInfo/X86/generate-odr-hash.ll
 test/DebugInfo/X86/instcombine-instrinsics.ll
 test/DebugInfo/X86/line-info.ll
 test/DebugInfo/X86/linkage-name.ll
 test/DebugInfo/X86/low-pc-cu.ll
 test/DebugInfo/X86/multiple-at-const-val.ll
 test/DebugInfo/X86/nondefault-subrange-array.ll
 test/DebugInfo/X86/op_deref.ll
 test/DebugInfo/X86/parameters.ll
 test/DebugInfo/X86/pr11300.ll
 test/DebugInfo/X86/pr12831.ll
 test/DebugInfo/X86/pr13303.ll
 test/DebugInfo/X86/pr9951.ll
 test/DebugInfo/X86/prologue-stack.ll
 test/DebugInfo/X86/reference-argument.ll
 test/DebugInfo/X86/rvalue-ref.ll
 test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
 test/DebugInfo/X86/stmt-list.ll
 test/DebugInfo/X86/subrange-type.ll
 test/DebugInfo/X86/subreg.ll
 test/DebugInfo/X86/template.ll
 test/DebugInfo/X86/union-template.ll
 test/DebugInfo/X86/vector.ll
 test/DebugInfo/X86/vla.ll
 test/DebugInfo/array.ll
 test/DebugInfo/dwarf-public-names.ll
 test/DebugInfo/enum.ll
 test/DebugInfo/global.ll
 test/DebugInfo/inline-debug-info-multiret.ll
 test/DebugInfo/inline-debug-info.ll
 test/DebugInfo/inlined-arguments.ll
 test/DebugInfo/inlined-vars.ll
 test/DebugInfo/member-pointers.ll
 test/DebugInfo/namespace.ll
 test/DebugInfo/template-recursive-void.ll
 test/DebugInfo/tu-composite.ll
 test/DebugInfo/two-cus-from-same-file.ll
 test/DebugInfo/version.ll
 test/Instrumentation/AddressSanitizer/debug_info.ll
 test/JitListener/test-common-symbols.ll
 test/JitListener/test-inline.ll
 test/JitListener/test-parameters.ll
 test/Linker/2011-08-04-DebugLoc.ll
 test/Linker/2011-08-04-DebugLoc2.ll
 test/Linker/2011-08-04-Metadata.ll
 test/Linker/2011-08-04-Metadata2.ll
 test/Linker/2011-08-18-unique-class-type.ll
 test/Linker/2011-08-18-unique-class-type2.ll
 test/Linker/2011-08-18-unique-debug-type.ll
 test/Linker/2011-08-18-unique-debug-type2.ll
 test/Linker/DbgDeclare.ll
 test/Linker/DbgDeclare2.ll
 test/Transforms/DeadArgElim/dbginfo.ll
 test/Transforms/InstCombine/debuginfo.ll
 test/Transforms/LICM/debug-value.ll
 test/Transforms/LoopIdiom/debug-line.ll
 test/Transforms/LoopRotate/dbgvalue.ll
 test/Transforms/LoopVectorize/dbg.value.ll
 test/Transforms/LoopVectorize/debugloc.ll
 test/Transforms/ObjCARC/ensure-that-exception-unwind-path-is-visited.ll
 test/Transforms/SLPVectorizer/X86/debug_info.ll
 test/Transforms/ScalarRepl/debuginfo-preserved.ll
 test/Transforms/SimplifyCFG/branch-fold-dbg.ll
 test/Transforms/SimplifyCFG/hoist-dbgvalue.ll
 test/Transforms/SimplifyCFG/trap-debugloc.ll
On: smooshlab-project
At: Fri 06 Sep 2013 14:10:43
Changed By: mren
Comments: Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.

Field 2 of DIType (Context), field 9 of DIDerivedType (TypeDerivedFrom),
field 12 of DICompositeType (ContainingType), fields 2, 7, 12 of DISubprogram
(Context, Type, ContainingType).
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Sema/SemaDecl.cpp
 test/CXX/except/except.spec/p4.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:16:46
Changed By: efriedma
Comments: Preserve exception specs in function decl merging.

Exception specs are not part of the canonical type, but we shouldn't
drop them just because we merged a noreturn attribute.

Fixes PR17110.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Format/UnwrappedLineParser.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:30:43
Changed By: djasper
Comments: clang-format: Don't confuse operator[] with lambdas.

Before:
  double &operator[](int i) { return 0; } int i;

After:
  double &operator[](int i) { return 0; }
  int i;

This fixes llvm.org/PR17134.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Format/UnwrappedLineParser.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:40:43
Changed By: djasper
Comments: clang-format: Format typed enums with nested names.

The explicit type specified for an enum can actually have a nested name
specifier.

This fixes llvm.org/PR17125.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Format/ContinuationIndenter.cpp
 unittests/Format/FormatTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 14:50:43
Changed By: djasper
Comments: clang-format: Fix regression introduced by r190038.

Before:
  Constructor()
      : aaaaaaaaaaaaaaaaaaaa(a), bbbbbbbbbbbbbbbbbbbbbbbb(b) {
                                 }
After:
  Constructor()
      : aaaaaaaaaaaaaaaaaaaa(a), bbbbbbbbbbbbbbbbbbbbbbbb(b) {
  }Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 clang-modernize/PassByValue/PassByValueActions.cpp
 clang-modernize/PassByValue/PassByValueMatchers.cpp
 test/clang-modernize/PassByValue/basic.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:36:43
Changed By: papin_g
Comments: clang-modernize: Fix bugs in Pass-By-Value transform

- Limit the transform to const-ref and non-const value parameters only.
- Do not generate a replacement when the type is already a value.

See CM-139 for the bugs corresponding to this issue.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/clang/Sema/Overload.h
 lib/Sema/SemaOverload.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:36:43
Changed By: rsmith
Comments: Remove error-prone 'list initialization' flag from an implicit conversion
sequence. All that matters here is whether we're doing the
std::initializer_list special case thing.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 test/expression_command/radar_9673664/TestExprHelpExamples.py
 test/functionalities/command_script/TestCommandScript.py
 test/functionalities/command_script/import/TestImport.py
 test/functionalities/conditional_break/TestConditionalBreak.py
 test/functionalities/data-formatter/data-formatter-stl/libstdcpp/string/TestDataFormatterStdString.py
On: smooshlab-project
At: Fri 06 Sep 2013 15:40:43
Changed By: mkopec
Comments: Re-enable some locally passing tests on Linux and see how they behave on the buildbots.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 llgdb.py
 static-member.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:40:43
Changed By: adrian
Comments: Use a more backwards-compatible method for evaluating expressions and add
more explanatory error messages.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/llvm/IR/Metadata.h
 lib/Analysis/TypeBasedAliasAnalysis.cpp
 lib/Transforms/Instrumentation/ThreadSanitizer.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 15:50:46
Changed By: mren
Comments: TBAA: add isTBAAVtableAccess to MDNode so clients can call the function
instead of having its own implementation.

The implementation of isTBAAVtableAccess is in TypeBasedAliasAnalysis.cpp
since it is related to the format of TBAA metadata.

The path for struct-path tbaa will be exercised by
test/Instrumentation/ThreadSanitizer/read_from_global.ll, vptr_read.ll, and
vptr_update.ll when struct-path tbaa is on by default.
Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 include/clang/Basic/Builtins.def
 test/CodeGen/libcall-declarations.c
On: smooshlab-project
At: Fri 06 Sep 2013 16:30:43
Changed By: hfinkel
Comments: Add the missing "n" to libm LIBBUILTIN definitions

The libm math functions should be marked with the "n" (nothrow) flag so that
the corresponding IR function declarations are tagged with the nounwind
attribute (this has been true in C mode, but not in C++ mode).

The test case has been updated to run in C++ mode in addition to in C mode.Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: include/clang/Basic/Builtins.def
On: smooshlab-project
At: Fri 06 Sep 2013 16:30:43
Changed By: hfinkel
Comments: Reorder libm LIBBUILTIN definitions

The libm LIBBUILTIN definitions are reordered to the canonical (and
alphabetical) double (''), float ('f'), long double ('l') ordering.

No functionality change intended.Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Target/Mips/Mips64InstrInfo.td
 lib/Target/Mips/MipsCondMov.td
 lib/Target/Mips/MipsInstrInfo.td
 test/CodeGen/Mips/o32_cc_byval.ll
 test/MC/Mips/xgot.ll
On: smooshlab-project
At: Fri 06 Sep 2013 16:36:43
Changed By: ahatanak
Comments: [mips] Set instruction itineraries of loads, stores and conditional moves.


Properties: 
  phase_id: r190220-t20130906_165249-b11319



Files:
 lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
 lib/Target/Mips/MipsCodeEmitter.cpp
 lib/Target/Mips/MipsInstrFormats.td
 lib/Target/Mips/MipsInstrInfo.td
On: smooshlab-project
At: Fri 06 Sep 2013 16:46:43
Changed By: ahatanak
Comments: [mips] Make "b" (unconditional branch) a pseudo. "b" is an assembly idiom, which is
equivalent to "beq $zero, $zero, offset".


Properties: 
  phase_id: r190220-t20130906_165249-b11319



File: lib/Target/Mips/MipsInstrInfo.td
On: smooshlab-project
At: Fri 06 Sep 2013 16:50:43
Changed By: ahatanak
Comments: [mips] Delete unused classes and defs.


Properties: 
  phase_id: r190238-t20130906_221243-b11326



File: include/clang/Basic/Builtins.def
On: smooshlab-project
At: Fri 06 Sep 2013 16:50:43
Changed By: hfinkel
Comments: Reorder libm LIBBUILTIN definition groups

The groups of libm LIBBUILTIN definitions are reordered to match the order of
the corresponding __builtin_* definitions (which occur earlier in the
Builtins.def file).

No functionality change intended.Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/ARCMigrate/ObjCMT.cpp
 test/ARCMT/objcmt-property.m
 test/ARCMT/objcmt-property.m.result
On: smooshlab-project
At: Fri 06 Sep 2013 16:50:43
Changed By: fjahanian
Comments: ObjectiveC migrator: When inferring a property,
preserve getter's attribute. Also, do not attach
an inferred NS_RETURNS_INNER_POINTER to the inferred
property (it is illegal).
Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/Target/Mips/MipsCodeEmitter.cpp
 lib/Target/Mips/MipsInstrInfo.td
On: smooshlab-project
At: Fri 06 Sep 2013 17:00:43
Changed By: ahatanak
Comments: [mips] Define "trap" as a pseudo instruction that turns into "break 0, 0".


Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 include/llvm/DIBuilder.h
 lib/IR/DIBuilder.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 17:00:43
Changed By: mren
Comments: Debug Info: pass in VTableHolder as DIType instead of MDNode *.

Remove one cast and improve readability. No functionality change.
Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/Target/Mips/MicroMipsInstrInfo.td
 lib/Target/Mips/Mips16InstrInfo.td
 lib/Target/Mips/Mips64InstrInfo.td
 lib/Target/Mips/MipsDSPInstrInfo.td
 lib/Target/Mips/MipsInstrInfo.td
 lib/Target/Mips/MipsMSAInstrInfo.td
On: smooshlab-project
At: Fri 06 Sep 2013 17:06:43
Changed By: ahatanak
Comments: [mips] Use uimm5 and uimm6 instead of shamt and imm, if the immediate has to fit
into a 5-bit or 6-bit field.

Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 include/llvm/DebugInfo.h
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
 test/DebugInfo/tu-composite.ll
On: smooshlab-project
At: Fri 06 Sep 2013 17:10:43
Changed By: mren
Comments: Debug Info: Use identifier to reference DIType in containing type field of
a DISubprogram.
    
Verifier is updated accordingly.
Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
 lib/Target/Mips/Mips64InstrInfo.td
 test/MC/Mips/mips64-alu-instructions.s
On: smooshlab-project
At: Fri 06 Sep 2013 17:26:43
Changed By: ahatanak
Comments: [mips] Add definition of instruction "drotr32" (double rotate right plus 32).

Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/IR/Verifier.cpp
 test/Assembler/attribute-builtin.ll
On: smooshlab-project
At: Fri 06 Sep 2013 17:30:43
Changed By: rsmith
Comments: Remove verifier check that attribute 'builtin' is only applied to calls to
functions marked 'nobuiltin'. That approach doesn't play well with LTO, and
there's no harm in marking a call as 'builtin' if it was going to be a builtin
regardless.
Properties: 
  phase_id: r190238-t20130906_221243-b11326



File: lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 17:30:43
Changed By: ahatanak
Comments: [mips] Place parentheses around && to silence warning.

Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 lib/Target/Mips/MipsISelLowering.h
 lib/Target/Mips/MipsInstrFPU.td
 lib/Target/Mips/MipsSEISelLowering.cpp
 lib/Target/Mips/MipsSEISelLowering.h
 lib/Target/Mips/MipsSEInstrInfo.cpp
 lib/Target/Mips/MipsSEInstrInfo.h
 test/CodeGen/Mips/mno-ldc1-sdc1.ll
On: smooshlab-project
At: Fri 06 Sep 2013 18:00:43
Changed By: ahatanak
Comments: [mips] Enhance command line option "-mno-ldc1-sdc1" to expand base+index double
precision loads and stores as well as reg+imm double precision loads and stores.

Previously, expansion of loads and stores was done after register allocation,
but now it takes place during legalization. As a result, users will see double
precision stores and loads being emitted to spill and restore 64-bit FP registers.
Properties: 
  phase_id: r190238-t20130906_221243-b11326



File: test/CodeGen/Mips/mno-ldc1-sdc1.ll
On: smooshlab-project
At: Fri 06 Sep 2013 18:20:43
Changed By: ahatanak
Comments: [mips] Fix typos.
Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 include/lldb/Host/windows/win32.h
 source/Host/common/OptionParser.cpp
 source/Host/windows/Windows.cpp
 source/Host/windows/getopt.inc
 source/Host/windows/msvc
 source/Host/windows/msvc/getopt.inc
On: smooshlab-project
At: Fri 06 Sep 2013 22:10:43
Changed By: xen2
Comments: Added some MSVC required functions in Windows.cpp. Moved MSVC specific getopt code inside its own folder.Properties: 
  phase_id: r190238-t20130906_221243-b11326



Files:
 include/clang/AST/ExprCXX.h
 include/clang/ASTMatchers/ASTMatchers.h
 lib/AST/ExprCXX.cpp
 lib/Sema/SemaCast.cpp
 lib/Sema/SemaInit.cpp
 lib/Sema/TreeTransform.h
 lib/Serialization/ASTReaderStmt.cpp
 lib/Serialization/ASTWriterStmt.cpp
 unittests/AST/SourceLocationTest.cpp
On: smooshlab-project
At: Fri 06 Sep 2013 22:56:46
Changed By: enea
Comments: Fix missing source location in CXXTemporaryObjectExpr nodes.
For clarity, renamed (get/set)ParenRange as (get/set)ParenOrBraceRange
in CXXConstructExpr nodes.
Added testcase.

Properties: 
  phase_id: r190248-t20130907_011215-b11334



Files:
 include/clang/AST/ExprCXX.h
 include/clang/Basic/DiagnosticSemaKinds.td
 lib/AST/ExprCXX.cpp
 lib/Sema/SemaExprCXX.cpp
 test/Parser/MicrosoftExtensions.cpp
On: smooshlab-project
At: Sat 07 Sep 2013 00:07:12
Changed By: majnemer
Comments: AST: __uuidof should leak through templated types

Summary:
__uuidof on templated types should exmaine if any of its template
parameters have a uuid declspec.  If exactly one does, then take it.
Otherwise, issue an appropriate error.

Reviewers: rsmith, thakis, rnk

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D1419Properties: 
  phase_id: r190248-t20130907_011215-b11334



File: lib/AST/ExprCXX.cpp
On: smooshlab-project
At: Sat 07 Sep 2013 00:16:54
Changed By: majnemer
Comments: 'return' before 'else' is bad style
Properties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/menu.html.incl
On: smooshlab-project
At: Sat 07 Sep 2013 00:40:43
Changed By: sylvestre
Comments: Update the link to the current code coverage reports (the previous one has not been updated since february 2010) + remove the spec references, not updated since May 2010Properties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/menu.html.incl
On: smooshlab-project
At: Sat 07 Sep 2013 00:46:43
Changed By: sylvestre
Comments: Clang event are now part of the llvm events. Add a link to the LLVM eventsProperties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/related.html
On: smooshlab-project
At: Sat 07 Sep 2013 00:56:43
Changed By: sylvestre
Comments: about the debian effort to rebuild the archive with clangProperties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/related.html
On: smooshlab-project
At: Sat 07 Sep 2013 00:56:43
Changed By: sylvestre
Comments: remove the description about clang & llvm in the freebsd section (the reader probably know what are llvm and clangProperties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/related.html
On: smooshlab-project
At: Sat 07 Sep 2013 01:00:43
Changed By: sylvestre
Comments: add he 'include what you use' projectProperties: 
  phase_id: r190248-t20130907_011215-b11334



File: www/related.html
On: smooshlab-project
At: Sat 07 Sep 2013 01:06:43
Changed By: sylvestre
Comments: add OCLint to the list of projects based on clangProperties: 
  phase_id: r190248-t20130907_011215-b11334



File: lib/Sema/SemaInit.cpp
On: smooshlab-project
At: Sat 07 Sep 2013 04:26:43
Changed By: enea
Comments: Fixed bug in call to CXXTemporaryObjectExpr ctor.

Properties: 
  phase_id: r190250-t20130907_050244-b11336



Files:
 include/llvm/MC/MCAsmBackend.h
 include/llvm/MC/MCStreamer.h
On: smooshlab-project
At: Sat 07 Sep 2013 05:00:44
Changed By: void
Comments: Run clang-format on these header files. Part of a WIP.Properties: 
  phase_id: r190250-t20130907_050244-b11336



File: llgdb.py
On: smooshlab-project
At: Sat 07 Sep 2013 10:20:43
Changed By: adrian
Comments: Set the architecture when creating a target.Properties: 
  phase_id: r190256-t20130907_131243-b11338



File: llgdb.py
On: smooshlab-project
At: Sat 07 Sep 2013 13:10:43
Changed By: adrian
Comments: Auto-detect the architecture of the executable instead of using the arch of
the kernel.Properties: 
  phase_id: r190256-t20130907_131243-b11338



LOGS:






More information about the llvm-testresults mailing list