Skip to content
  1. Sep 27, 2018
    • Vitaly Buka's avatar
      Init LookupResult::AmbiguityKind · 5d08581d
      Vitaly Buka authored
      We don't expect useful value there unless it's "ambiguous".
      However we use read it for copying and moving, so we need either init the field
      add login to avoid reading invalid values. Such reads trigger ubsan errors.
      
      llvm-svn: 343150
      5d08581d
    • Lang Hames's avatar
      Reapply r343129 with fix. · 9fdfb667
      Lang Hames authored
      Explicitly defines ThreadSafeModule's move-assignment operator to move fields in
      reverse order. This is required to ensure that the context field outlives the
      module field.
      
      llvm-svn: 343149
      9fdfb667
    • Hsiangkai Wang's avatar
      [DebugInfo] Generate debug information for labels. · 705121aa
      Hsiangkai Wang authored
      Generate DILabel metadata and call llvm.dbg.label after label
      statement to associate the metadata with the label.
      
      After fixing PR37395.
      After fixing problems in LiveDebugVariables.
      After fixing NULL symbol problems in AddressPool when enabling
      split-dwarf-file.
      
      Differential Revision: https://reviews.llvm.org/D45045
      
      llvm-svn: 343148
      705121aa
    • Fangrui Song's avatar
      llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...) · 55fab260
      Fangrui Song authored
      Summary: The convenience wrapper in STLExtras is available since rL342102.
      
      Reviewers: rsmith, #clang, dblaikie
      
      Reviewed By: rsmith, #clang
      
      Subscribers: mgrang, arphaman, kadircet, cfe-commits
      
      Differential Revision: https://reviews.llvm.org/D52576
      
      llvm-svn: 343147
      55fab260
  2. Sep 26, 2018
Loading