Skip to content
  1. Sep 04, 2015
    • Enrico Granata's avatar
      Nuke CXXFormatterFunctions.cpp - split the contents of it across different... · 419d7918
      Enrico Granata authored
      Nuke CXXFormatterFunctions.cpp - split the contents of it across different files, so that things are better organized along the C++/ObjC line
      
      This is preparatory work for moving these formatters into language categories
      
      llvm-svn: 246827
      419d7918
    • Eric Christopher's avatar
      Untabify. · f9cdea9d
      Eric Christopher authored
      llvm-svn: 246826
      f9cdea9d
    • Kostya Serebryany's avatar
      [libFuzzer] actually make the dictionaries work (+docs) · 7d211662
      Kostya Serebryany authored
      llvm-svn: 246825
      7d211662
    • Hal Finkel's avatar
      [PowerPC] Enable interleaved-access vectorization · 4a7be239
      Hal Finkel authored
      This adds a basic cost model for interleaved-access vectorization (and a better
      default for shuffles), and enables interleaved-access vectorization by default.
      The relevant difference from the default cost model for interleaved-access
      vectorization, is that on PPC, the shuffles that end up being used are *much*
      cheaper than modeling the process with insert/extract pairs (which are
      quite expensive, especially on older cores).
      
      llvm-svn: 246824
      4a7be239
    • Rafael Espindola's avatar
      824d1a97
    • Bruce Mitchener's avatar
      Only export public symbols with the cmake build. · 3921fc7d
      Bruce Mitchener authored
      Summary:
      This also moves the xcode support files to be near or the same
      as the ones used for cmake.
      
      The source/API/liblldb.xcodes.exports differs from the
      source/API/liblldb.exports in that one contains the actual
      symbol names (_ prefixed) while the other contains the symbol
      names as they are in the code. The liblldb.exports file is
      preprocessed by the cmake scripts into the correct per-platform
      file needed (like a linker script on Linux).
      
      This is not enabled on Windows as Windows doesn't use the same
      name mangling and so it won't be valid there. Also, this is handled
      already in a different way on Windows (via dll exports).
      
      Reviewers: emaste, clayborg, labath, chaoren
      
      Subscribers: lldb-commits
      
      Differential Revision: http://reviews.llvm.org/D12599
      
      llvm-svn: 246822
      3921fc7d
    • Bruce Mitchener's avatar
      SystemRuntime/MacOSX no longer need ObjCRuntime header. · cfe7d6c4
      Bruce Mitchener authored
      Summary:
      The AppleGetQueuesHandler code no longer needs to include a header
      from the AppleObjCRuntime, so we can remove workarounds that were
      present in the build systems.
      
      Reviewers: clayborg, jasonmolenda
      
      Subscribers: lldb-commits
      
      Differential Revision: http://reviews.llvm.org/D12589
      
      llvm-svn: 246821
      cfe7d6c4
    • Siva Chandra's avatar
      Lookup function using full name if one with mangled name is not found. · 0f4873d7
      Siva Chandra authored
      Summary:
      Remove expected failure decorators from tests which now should start
      passing.
      
      Reviewers: clayborg, spyffe
      
      Subscribers: lldb-commits
      
      Differential Revision: http://reviews.llvm.org/D12613
      
      llvm-svn: 246820
      0f4873d7
    • Hal Finkel's avatar
      [PowerPC] Always use aggressive interleaving on the A2 · 75afa2b6
      Hal Finkel authored
      On the A2, with an eye toward QPX unaligned-load merging, we should always use
      aggressive interleaving. It is generally superior to only using concatenation
      unrolling.
      
      llvm-svn: 246819
      75afa2b6
    • Gabor Horvath's avatar
      [Static Analyzer] Remove sinks from nullability checks. · b47128aa
      Gabor Horvath authored
      Differential Revision: http://reviews.llvm.org/D12445 
      
      llvm-svn: 246818
      b47128aa
    • Naomi Musgrave's avatar
      Test triangle inheritance member poisoning. · 8eb36d22
      Naomi Musgrave authored
      Summary: Verify that all members are poisoned.
      
      Reviewers: eugenis, kcc
      
      Differential Revision: http://reviews.llvm.org/D12023
      
      Test virtual functions and virtual bases poisoning proper size.
      
      Runtime testing of destroying diamond inheritance.
      
      Explicit testing for 0 optimizations.
      
      Simplify test to only test interesting values.
      
      Test poisoning on multiple inheritance with nontrivial and trivial members.
      
      Removed unnecessary header.
      
      Testing (anonymous/)bit fields.
      
      Revised object instantiation in test to avoid undefined behavior.
      
      llvm-svn: 246817
      8eb36d22
    • Zachary Turner's avatar
      Protect dotest.py with an if __name__ == "__main__" · b8dec76f
      Zachary Turner authored
      llvm-svn: 246816
      b8dec76f
    • Naomi Musgrave's avatar
      Refactored dtor sanitizing into EHScopeStack · 866af2d6
      Naomi Musgrave authored
      Summary:
      Dtor sanitization handled amidst other dtor cleanups,
      between cleaning bases and fields. Sanitizer call pushed onto
      stack of cleanup operations.
      
      Reviewers: eugenis, kcc
      
      Differential Revision: http://reviews.llvm.org/D12022
      
      Refactoring dtor sanitizing emission order.
      
      - Support multiple inheritance by poisoning after
       member destructors are invoked, and before base
       class destructors are invoked.
      - Poison for virtual destructor and virtual bases.
      - Repress dtor aliasing when sanitizing in dtor.
      - CFE test for dtor aliasing, and repression of aliasing in dtor
       code generation.
      - Poison members on field-by-field basis, with collective poisoning
       of trivial members when possible.
      - Check msan flags and existence of fields, before dtor sanitizing,
       and when determining if aliasing is allowed.
      - Testing sanitizing bit fields.
      
      llvm-svn: 246815
      866af2d6
    • Dan Gohman's avatar
      [WebAssembly] Initial WebAssembly support in clang · c285307e
      Dan Gohman authored
      This implements basic support for compiling (though not yet assembling
      or linking) for a WebAssembly target. Note that ABI details are not yet
      finalized, and may change.
      
      Differential Revision: http://reviews.llvm.org/D12002
      
      llvm-svn: 246814
      c285307e
    • Hal Finkel's avatar
      [PowerPC] Try harder to find a base+offset when looking for consecutive accesses · e6702ca0
      Hal Finkel authored
      When forming permutation-based unaligned vector loads, we need to know whether
      it is valid to read ahead of the requested address by a full vector length.
      Doing so is more efficient (and allows for more CSE with later loads), but
      could trigger a page fault if invalid. To determine validity, we look for other
      loads in the same block that access the relevant address range.
      
      The relevant point here is that we need to do this as part of the process of
      forming permutation-based vector loads, and this happens quite early in the
      SDAG pipeline - specifically before many of the address calculations are fully
      canonicalized. As a result, we need to try harder to recognize base+offset
      address computations, because they still might appear as chain of adds
      (base+offset+offset, for example). To account for this, we'll look through
      chains of adds, accumulating the constant offsets.
      
      llvm-svn: 246813
      e6702ca0
    • Sanjoy Das's avatar
      [IR] Have AttrBuilder::clear clear `TargetDepAttrs`. · 88d0fdeb
      Sanjoy Das authored
      Test case attached -- currently the parser smears the "foo bar" to all
      of the formal arguments.
      
      llvm-svn: 246812
      88d0fdeb
    • Rafael Espindola's avatar
      Avoid gcc warning. · 55eed7ef
      Rafael Espindola authored
      llvm-svn: 246811
      55eed7ef
  2. Sep 03, 2015
Loading